Replace -Wno-error with -fno-builtin-lround
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4         -Wno-error with -fno-builtin-lround.
5
6 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7
8         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
9         Contains futex constants and functions moved over from ...
10         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
11         <lowlevellock-futex.h>.
12         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
13         (lll_timedwait_tid): Add comments and parentheses around macro
14         arguments.
15
16 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17
18         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
19         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
20         (__lll_private_flag): Remove.
21         (lll_futex_wait): Likewise.
22         (lll_futex_timed_wait): Likewise.
23         (lll_futex_wake): Likewise.
24         (lll_futex_requeue): Likewise.
25         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
26         (__lll_timedwait_tid): Spell out argument names.
27         (lll_timedwait_tid): Add comments and parentheses around macro
28         arguments.
29         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
30         LLL_SHARED and LLL_PRIVATE usable from assembly code.
31
32 2014-12-19  Torvald Riegel  <triegel@redhat.com>
33
34         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
35         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
36         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
37         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
38         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
39         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
40         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
41         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
42         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
43         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
44         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
45         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
46         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
47         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
48         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
49         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
50         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
51         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
52         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
53
54 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
55
56         * sysdeps/x86_64/x32/Makefile: New file.
57
58 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
59
60         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
61         1L with (mp_limb_t) 1.
62
63 2014-12-17  Roland McGrath  <roland@hack.frob.com>
64
65         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
66         * nptl/libc_pthread_init.c: ... here.
67         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
68         * nptl/register-atfork.c: ... here.
69
70         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
71         Use pthread_sigmask rather than INTERNAL_SYSCALL.
72         Use assert_perror to check its return value.
73         (__gai_create_helper_thread): Likewise.
74
75         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
76
77         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
78
79 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
80
81         [BZ #17725]
82         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
83         __profil_counter.
84         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
85         Likewise.
86         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
87         Likewise.
88         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
89         Likewise.
90         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
91         (profil_counter): Likewise.
92         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
93         (profil_counter): Likewise.
94         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
95         Likewise.
96         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
97         Likewise.
98         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
99         (profil_counter): Likewise.
100         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
101         Likewise.
102         [!__profil_counter] (profil_counter): Define as weak alias of
103         __profil_counter.
104         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
105         (profil_counter): Rename to __profil_counter.
106         [!__profil_counter] (profil_counter): Define as weak alias of
107         __profil_counter.
108         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
109         (profil_counter): Rename to __profil_counter.
110         [!__profil_counter] (profil_counter): Define as weak alias of
111         __profil_counter.
112         * sysdeps/posix/profil.c: Update comment referring to
113         profil_counter.
114         (__profil): Use __profil_counter instead of profil_counter.
115         * sysdeps/posix/sprofil.c (profil_counter): Rename to
116         __profil_counter.  Use __profil_counter_ushort and
117         __profil_counter_uint in definitions.
118         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
119         instead of profil_counter_uint and profil_counter_ushort.
120
121         [BZ #17722]
122         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
123         define as weak alias of __inet_makeaddr.
124         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
125         as weak alias of __inet_addr.
126         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
127         as weak alias of __inet_pton.  Use libc_hidden_weak.
128         * include/arpa/inet.h (__inet_pton): Declare.  Use
129         libc_hidden_proto.
130         (inet_makeaddr): Don't use libc_hidden_proto.
131         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
132         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
133         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
134         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
135         Remove variable.
136         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
137         (test-xfail-POSIX/time.h/linknamespace): Likewise.
138
139 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
140
141         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
142
143 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
144
145         * stdio-common/bug-vfprintf-nargs.c (do_test):
146         Cast value to intptr_t to avoid format warning
147         for usage with PRIdPTR printing macro.
148
149 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
150
151         * libio/tst-widetext.c (do_test):
152         Use format type %td instead of %Zd for ptrdiff_t
153         in order to avoid format warning.
154
155 2014-12-17  Andreas Schwab  <schwab@suse.de>
156
157         * nscd/mem.c (gc): Add size_t cast to match printf format.
158
159 2014-12-16  Roland McGrath  <roland@hack.frob.com>
160
161         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
162         (init): Apply PTR_MANGLE to pointers before storing them.
163         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
164         before using them.
165
166 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
167
168         [BZ #17719]
169         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
170         define as weak alias of __memrchr.
171         (__memrchr): Do not define as strong alias of memrchr.
172         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
173         Remove variable.
174         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
175         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
176         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
177
178         [BZ #17717]
179         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
180         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
181         (if_indextoname): Rename to __if_indextoname and define as weak
182         alias of __if_indextoname.  Use libc_hidden_weak.
183         (if_freenameindex): Rename to __if_freenameindex and define as
184         weak alias of __if_freenameindex.
185         (if_nameindex): Rename to __if_nameindex and define as weak alias
186         of __if_nameindex.
187         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
188         __if_nametoindex and define as weak alias of __if_nametoindex.
189         Use libc_hidden_weak.
190         (if_freenameindex): Rename to __if_freenameindex and define as
191         weak alias of __if_freenameindex.
192         (if_nameindex): Rename to __if_nameindex and define as weak alias
193         of __if_nameindex.
194         (if_indextoname): Rename to __if_indextoname and define as weak
195         alias of __if_indextoname.  Use libc_hidden_weak.
196         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
197         __if_nametoindex and define as weak alias of __if_nametoindex.
198         Use libc_hidden_weak.
199         (if_freenameindex): Rename to __if_freenameindex and define as
200         weak alias of __if_freenameindex.  Use libc_hidden_weak.
201         (if_nameindex_netlink): Use __if_freenameindex instead of
202         if_freenameindex.
203         (if_nameindex): Rename to __if_nameindex and define as weak alias
204         of __if_nameindex.  Use libc_hidden_weak.
205         (if_indextoname): Rename to __if_indextoname and define as weak
206         alias of __if_indextoname.  Use libc_hidden_weak.
207         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
208         libc_hidden_proto.
209         [!_ISOMAC] (__if_freenameindex): Likewise.
210         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
211         if_nametoindex.
212         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
213         variable.
214         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
215         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
216         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
217         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
218         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
219         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
220         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
221
222         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
223         Remove variable.
224         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
225         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
226
227 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
228
229         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
230         subscript above bounds'
231
232         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
233         bounds.
234
235 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
236
237         * libio/tst-fopenloc.c: Use test-skeleton.c.
238
239         * stdlib/tst-bsearch.c: Use test-skeleton.c.
240         (entry): Rename to ITEM.
241         (do_test, comp): Adjust.
242
243         * stdio-common/tst-fseek.c: Use test-skeleton.c.
244
245 2014-12-16  Torvald Riegel  <triegel@redhat.com>
246
247         * string/tester.c: Include <libc-internal.h>.
248         (test_memset): Ignore -Wmemset-transposed-args.
249
250 2014-12-16  Torvald Riegel  <triegel@redhat.com>
251
252         * misc/tst-mntent2.c (do_test): Fix warning.
253
254 2014-12-16  Torvald Riegel  <triegel@redhat.com>
255
256         * elf/tst-unique4lib.cc(a): Mark as used.
257
258 2014-12-16  Florian Weimer  <fweimer@redhat.com>
259
260         [BZ #17630]
261         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
262         names.
263
264 2014-12-16  Allan McRae  <allan@archlinux.org>
265
266         * stdio-common/Makefile (tests): Re-add bug26.
267
268 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
269
270         [BZ #17657]
271         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
272         static array.
273
274 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
275
276         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
277         (__lll_lock_wait): Likewise.
278         (__lll_timedlock_wait): Likewise.
279         (__lll_timedwait_tid): Likewise.
280         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
281         (__lll_robust_timedlock_wait): Likewise.
282         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
283         (lll_cond_trylock): Likewise.
284         (__lll_lock): Likewise.
285         (__lll_robust_lock): Likewise.
286         (__lll_cond_lock): Likewise.
287         (lll_robust_cond_lock): Likewise.
288         (__lll_timedlock): Likewise.
289         (__lll_robust_timedlock): Likewise.
290         (__lll_unlock): Likewise.
291         (__lll_robust_unlock): Likewise.
292         (lll_wait_tid): Likewise.
293         (lll_timedwait_tid): Likewise.
294
295 2014-12-15  Torvald Riegel  <triegel@redhat.com>
296
297         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
298
299 2014-12-15  Torvald Riegel  <triegel@redhat.com>
300
301         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
302
303 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
304
305         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
306         * stdio-common/tst-sprintf.c: Likewise.
307
308 2014-12-15  Torvald Riegel  <triegel@redhat.com>
309
310         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
311
312 2014-12-15  Jeff Law  <law@redhat.com>
313
314         [BZ #16617]
315         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
316         on the heap.  (CVE-2012-3406)
317         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
318         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
319         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
320
321 2014-12-15  Will Newton  <will.newton@linaro.org>
322
323         * manual/install.texi: Bump required version of texinfo
324         to 4.7 from 4.5.
325         * INSTALL: Regenerated.
326         * configure.ac: Check for makeinfo version 4.7 and above.
327         * configure: Regenerated.
328
329 2014-12-12  Roland McGrath  <roland@hack.frob.com>
330
331         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
332         PREFIX, string constant to insert between directory and name.
333         * sysdeps/posix/shm_open.c: Update caller.
334         * sysdeps/posix/shm_unlink.c: Likewise.
335         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
336         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
337         (SEM_SHM_PREFIX): New macro.
338         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
339         [$(have-thread-library) = no].
340         * nptl/Makefile (libpthread-routines): Add shm-directory.
341         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
342         * sysdeps/nptl/shm-directory.h: New file.
343         * sysdeps/posix/shm-directory.c
344         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
345         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
346         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
347         INTERNAL_SYSCALL.
348         (__where_is_shmfs): Function removed.
349         (mountpoint, defaultmount, defaultdir, __namedsem_once):
350         Variables removed.
351         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
352         Use SHM_GET_NAME.
353         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
354
355         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
356         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
357         unconditional for use inside libpthread.
358         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
359
360 2014-12-12  Roland McGrath  <roland@hack.frob.com>
361
362         * nptl/pthread_getaffinity.c: New file.
363         * nptl/pthread_setaffinity.c: New file.
364         * nptl/pthread_getname.c: New file.
365         * nptl/pthread_setname.c: New file.
366
367         * nptl/pthread_create.c (START_THREAD_DEFN)
368         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
369
370 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
371             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
372
373         * resolv/res_send.c (send_vc): Disable warning resplen may
374         be used uninitialized.
375
376 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
377
378         * nptl/tst-mutex6.c
379         (ATTR_NULL): New define checks ATTR against NULL.
380         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
381         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
382
383 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
384
385         [BZ #17581]
386         * malloc/hooks.c
387         (mem2mem_check): Revert my previous change.
388         (malloc_check_get_size): Revert my previous change.
389         (mem2chunk_check): Revert my previous change.
390
391 2014-12-11  Roland McGrath  <roland@hack.frob.com>
392
393         * sysdeps/posix/shm-directory.c: New file.
394         * sysdeps/posix/shm-directory.h: New file.
395         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
396         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
397         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
398         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
399         Transmute EPERM to EACCES.
400         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
401         from ...
402         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
403         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
404
405 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
406
407         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
408         pointer and cast to uintptr_t.
409         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
410         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
411         Add cast to avoid warning.
412         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
413
414 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
415
416         * nptl/semaphore.h: Move to ...
417         * sysdeps/pthread/semaphore.h: ... here.
418         * Makefile (installed-headers): Change nptl/semaphore.h to
419         sysdeps/pthread/semaphore.h.
420
421 2014-12-11  Roland McGrath  <roland@hack.frob.com>
422
423         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
424         generated error format strings.
425
426         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
427         -Wformat-extra-args warnings for scanf formats.
428         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
429         test of zero-length format (duh).
430         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
431         corner-case scanf format test.
432         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
433         generated fprintf format string.
434         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
435         corner-case sprintf format tests.
436         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
437         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
438         -Wformat-extra-args warnings throughout.
439         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
440         (CFLAGS-scanf4.c): Likewise.
441         (CFLAGS-scanf7.c): Likewise.
442         (CFLAGS-tst-sprintf.c): Likewise.
443         (CFLAGS-tst-printf.c): Likewise.
444         (CFLAGS-tst-printfsz.c): Likewise.
445
446 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
447
448         * include/cpio.h: New file.
449         * include/fmtmsg.h: Likewise.
450
451         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
452         corresponding format argument to size_t.
453         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
454         arguments.
455         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
456         corresponding format argument to size_t.
457         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
458         arguments.
459         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
460         corresponding format argument to size_t.
461         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
462         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
463         (CFLAGS-tst-mbswcs2.c): Likewise.
464         (CFLAGS-tst-mbswcs3.c): Likewise.
465         (CFLAGS-tst-mbswcs4.c): Likewise.
466         (CFLAGS-tst-mbswcs5.c): Likewise.
467         (CFLAGS-tst-trans.c): Likewise
468
469 2014-12-11  Roland McGrath  <roland@hack.frob.com>
470
471         * posix/regexbug1.c (main): Use "%s" format with regerror results,
472         rather than assuming they won't contain any '%'s.
473
474 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
475
476         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
477         inhibit_loop_to_libcall to avoid recursive calls.
478         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
479         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
480
481 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
482
483         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
484         prototype.
485
486 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
487
488         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
489         integer value instead of boolean.
490
491 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
492
493         * malloc/malloc.c: Fix powerof2 check.
494
495 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
496
497         * locale/programs/locfile.h (maybe_swap_uint32):
498         Remove inline and add unused attribute.
499
500 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
501
502         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
503         Truncating assembler expression to a .long expression.
504
505 2014-12-11  Andreas Schwab  <schwab@suse.de>
506
507         * elf/rtld.c (struct map_args): Constify str member.
508         (do_preload): Constify fname argument.
509
510 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
511
512         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
513         constants definition.
514
515 2014-12-11  Andreas Schwab  <schwab@suse.de>
516
517         [BZ #16657]
518         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
519         FORCE_ELISION instead of DO_ELISION.
520         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
521         Remove.
522         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
523         Likewise.
524
525         * iconvdata/gconv-modules: Remove duplicate entry.
526
527 2014-12-11  Will Newton  <will.newton@linaro.org>
528
529         Merge gettext 0.19.3 into intl/.
530
531         This involves a number of cosmetic changes to comments
532         and ANSI function definitions and prototypes throughout
533         all the files. The gettext copyright header is used but
534         with the date ranges taken from the glibc copy.
535
536         * NEWS: Add gettext merge to 2.21.
537         * intl/bindtextdom.c: Switch to gettext copyright.
538         Use ANSI definitions and prototypes.
539         Use gl_* locking primitives rather than __libc_* ones.
540         Use __builtin_expect rather than __glibc_likely/unlikely.
541         * intl/dcgettext.c: Switch to gettext copyright.
542         Use ANSI definitions and prototypes.
543         * intl/dcigettext.c: Switch to gettext copyright.
544         Use ANSI definitions and prototypes.
545         (INTDIV0_RAISES_SIGFPE): New define.
546         Use gl_* locking primitives rather than __libc_* ones.
547         Include eval-plural.h instead of plural-eval.c.
548         Use __builtin_expect rather than __glibc_likely/unlikely.
549         * intl/dcngettext.c: Switch to gettext copyright.
550         Use ANSI definitions and prototypes.
551         * intl/dgettext.c: Likewise.
552         * intl/dngettext.c: Likewise.
553         * intl/plural-eval.c: Renamed to...
554         * intl/eval-plural.h: ...this.
555         * intl/explodename.c: Switch to gettext copyright.
556         Use ANSI definitions and prototypes.
557         (_nl_explode_name): Use strchr instead of __rawmemchr.
558         * intl/finddomain.c: Switch to gettext copyright.
559         Use ANSI definitions and prototypes.
560         Use gl_* locking primitives rather than __libc_* ones.
561         (_nl_find_domain): Use malloc rather than alloca for
562         allocation of temporary locale name.
563         * intl/gettext.c: Switch to gettext copyright.
564         Use ANSI definitions and prototypes.
565         * intl/gettextP.h: Switch to gettext copyright.
566         Use ANSI definitions and prototypes.
567         Use gl_* locking primitives rather than __libc_* ones.
568         * intl/gmo.h: Switch to gettext copyright.
569         (struct sysdep_string): Move struct segment_pair outside of
570         struct definition.
571         * intl/hash-string.c: Use ANSI definitions and prototypes.
572         * intl/hash-string.h: Switch to gettext copyright.
573         Use ANSI definitions and prototypes.
574         * intl/l10nflist.c: Switch to gettext copyright.
575         Use ANSI definitions and prototypes.
576         (_nl_normalize_codeset): Avoid integer overflow.
577         * intl/loadinfo.h: Switch to gettext copyright.
578         Use ANSI definitions and prototypes.
579         (LIBINTL_DLL_EXPORTED): New define.
580         (PATH_SEPARATOR): New define.
581         * intl/loadmsgcat.c: Switch to gettext copyright.
582         * intl/localealias.c: Switch to gettext copyright.
583         Use ANSI definitions and prototypes.
584         (_nl_expand_alias): Use PATH_SEPARATOR.
585         * intl/ngettext.c: Switch to gettext copyright.
586         Use ANSI definitions and prototypes.
587         * intl/plural-exp.c: Likewise.
588         * intl/plural-exp.h: Switch to gettext copyright.
589         Use ANSI definitions and prototypes.
590         (struct expression): Move definition of enum operator outside
591         of struct definition.
592         * intl/plural.c: Regenerate.
593         * intl/plural.y: Switch to gettext copyright.
594         Use ANSI definitions and prototypes.
595         Port to bison 3.0.
596         * intl/textdomain.c: Switch to gettext copyright.
597         Use ANSI definitions and prototypes.
598         Use gl_* locking primitives rather than __libc_* ones.
599
600 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
601
602         * debug/warning-nop.c: Add used atrribute.
603
604 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
605
606         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
607
608         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
609         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
610         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
611
612 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
613             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
614
615         [BZ #17634]
616         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
617         Undefine after defining function.  Define as weak alias of
618         __wcschr.  Use libc_hidden_weak.
619         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
620         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
621         (libc_hidden_def): Also define __GI___wcschr alias.
622         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
623         __wcschr and define as weak alias of __wcschr.
624         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
625         __wcschr.
626         [!WCSCHR] (DEFAULT_WCSCHR): Define.
627         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
628         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
629         libc_hidden_weak.  Do not use libc_hidden_def.
630         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
631         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
632         __GI___wcschr alias.
633         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
634         [IS_IN (libc)] (wcschr): Define as macro expanding to
635         __redirect_wcschr.
636         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
637         [IS_IN (libc)] (__wcschr_power6): Likewise.
638         [IS_IN (libc)] (__wcschr_power7): Likewise.
639         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
640         instead of wcschr.
641         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
642         __libc_wcschr.
643         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
644         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
645         __wcschr and define as weak alias of __wcschr.  Use
646         libc_hidden_builtin_def.
647         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
648         as weak alias of __wcschr.  Use libc_hidden_weak.
649         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
650         wcschr.
651         * time/era.c (_nl_init_era_entries): Likewise.
652         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
653         variable.
654         (test-xfail-XPG3/time.h/linknamespace): Likewise.
655         (test-xfail-XPG4/time.h/linknamespace): Likewise.
656
657 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
658
659         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
660         format for long int variable.
661
662 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
663
664         [BZ #10672]
665         * manual/search.texi: (Array Sort Function): Remove claim how to make
666         qsort stable.
667
668 2014-12-10  Andreas Schwab  <schwab@suse.de>
669
670         [BZ #12847]
671         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
672         user-controlled locks.
673
674 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
675
676         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
677         register.
678
679 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
680
681         * configure.ac (--disable-werror): New configure option.
682         (enable_werror): New AC_SUBST.
683         * configure: Regenerated.
684         * config.make.in (enable-werror): New variable.
685         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
686         -Wno-error=undef.
687         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
688         * manual/install.texi (Configuring and compiling): Document
689         --disable-werror.
690         * INSTALL: Regenerated.
691         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
692         (CFLAGS-tst-chk2.c): Likewise.
693         (CFLAGS-tst-chk3.c): Likewise.
694         (CFLAGS-tst-chk4.cc): Likewise.
695         (CFLAGS-tst-chk5.cc): Likewise.
696         (CFLAGS-tst-chk6.cc): Likewise.
697         (CFLAGS-tst-lfschk1.c): Likewise.
698         (CFLAGS-tst-lfschk2.c): Likewise.
699         (CFLAGS-tst-lfschk3.c): Likewise.
700         (CFLAGS-tst-lfschk4.cc): Likewise.
701         (CFLAGS-tst-lfschk5.cc): Likewise.
702         (CFLAGS-tst-lfschk6.cc): Likewise.
703
704         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
705         (main): Disable -Wdeprecated-declarations around calls to
706         register_printf_function.
707
708         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
709         (do_test): Disable -Wdiv-by-zero around some calls to
710         fwrite_unlocked and fread_unlocked.
711
712         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
713         (DIAG_POP_NEEDS_COMMENT): Likewise.
714         (_DIAG_STR1): Likewise.
715         (_DIAG_STR): Likewise.
716         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
717         * stdio-common/bug21.c: Include <libc-internal.h>.
718         (do_test): Disable -Wformat around call to sscanf.
719         * stdio-common/scanf14.c: Include <libc-internal.h>.
720         (main): Disable -Wformat around some calls to scanf functions.
721
722 2014-12-09  Torvald Riegel  <triegel@redhat.com>
723
724         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
725
726 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
727
728         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
729         stack variable alignment.
730
731 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
732
733         [BZ #17682]
734         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
735         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
736         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
737         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
738         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
739         __getrlimit instead of getrlimit.
740         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
741         __gettimeofday instead of gettimeofday.
742         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
743         Likewise.
744         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
745         Likewise.
746         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
747         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
748         Remove variable.
749         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
750         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
751
752 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
753
754         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
755         for wide-character tests.
756
757 2014-12-04  Roland McGrath  <roland@hack.frob.com>
758
759         * io/openat64.c: #include <libc-internal.h>
760         (__openat64): Prototypify.  Use ignore_value on MODE.
761         * io/openat.c: Likewise.
762         * misc/reboot.c: #include <libc-internal.h>
763         (reboot): Prototypify.  Use ignore_value on HOWTO.
764         * misc/ptrace.c: #include <libc-internal.h>
765         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
766
767 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
768
769         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
770         XPG4, UNIX98 and XOPEN2K.
771         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
772         Remove variable.
773         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
774
775 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
776
777         * libio/fileops.c: Use ISO C style for function definitions.
778         * libio/iofopen.c: Likewise.
779         * libio/wfileops.c: Likewise.
780
781         [BZ #17653]
782         * libio/fileops.c (_IO_new_file_underflow): Unset cached
783         offset on EOF.
784         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
785         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
786         (fgets_func): Function pointer to fgets and fgetws.
787         (do_ftell_test): Add test to verify ftell value after read
788         EOF.
789         (do_test): Set fgets_func.
790
791         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
792         O_TRUNC flag for w and w+ modes.
793         (do_rewind_test): Likewise.
794         (do_ftell_test): Likewise.
795         (do_write_test): Likewise.
796
797         [BZ #17647]
798         * libio/fileops.c (do_ftell): Seek only when there are
799         unflushed writes.
800         * libio/wfileops.c (do_ftell_wide): Likewise.
801         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
802         test case.
803         (do_one_test): Call it.
804
805 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
806
807         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
808         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
809         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
810         Remove variable.
811         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
812         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
813         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
814
815 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
816
817         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
818         Remove variable.
819         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
820
821         [BZ #17668]
822         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
823         as weak alias of __getifaddrs.  Use libc_hidden_weak.
824         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
825         __freeifaddrs.  Use libc_hidden_weak.
826         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
827         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
828         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
829         __freeifaddrs.  Use libc_hidden_weak.
830         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
831         __getifaddrs and define as weak alias of __getifaddrs.  Use
832         libc_hidden_weak.
833         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
834         __freeifaddrs.  Use libc_hidden_weak.
835         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
836         Remove variable.
837         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
838         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
839
840 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
841
842         [BZ #17601]
843         * sysdeps/mips/start.S (__start): Use indirect jump to call
844         __libc_start_main.
845
846 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
847
848         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
849
850         * nptl/tst-mutex1.c: Include <stdbool.h>.
851         [!ATTR] (ATTR_NULL): New macro.
852         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
853         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
854         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
855
856         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
857         to char *.
858
859         [BZ #17665]
860         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
861         Change conditional to [__USE_MISC].
862
863         [BZ #17664]
864         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
865         fgets_unlocked.
866         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
867         __fgets_unlocked.
868         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
869         fgets_unlocked.
870         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
871         Remove variable.
872         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
873         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
874         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
875         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
876         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
877         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
878         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
879         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
880         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
881
882         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
883
884 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
885
886         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
887         Remove strpbrk objects.
888         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
889         (__libc_ifunc_impl_list): Remove strpbrk implementation.
890         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
891         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
892         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
893         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
894
895         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
896         Remove strcspn objects.
897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
898         (__libc_ifunc_impl_list): Remove strcspn implementation.
899         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
900         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
901         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
902         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
903
904         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
905         Remove strspn objetcs.
906         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
907         (__libc_ifunc_impl_list): Remove strspn implementation.
908         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
909         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
910         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
911         * sysdeps/powerpc/powerpc64/strspn.S: New file.
912
913 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
914
915         [BZ #17581]
916         * malloc/hooks.c
917         (mem2mem_check): Add a terminator to the chain of checking blocks.
918         (malloc_check_get_size): Use it here.
919         (mem2chunk_check): Ditto.
920
921 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
922
923         * sysdeps/powerpc/powerpc64/strtok.S: New file.
924         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
925
926 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
927
928         * bits/ioctl-types.h: Indent preprocessor directives correctly.
929
930         * nptl/nptl-init.c: Include libc-internal.h.
931         (__pthread_initialize_minimal_internal): Use ROUND_UP.
932
933         * elf/ldconfig.c (search_dir): Expand comment.
934
935 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
936
937         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
938         variable.
939         (linknamespace-symlist-stdlibs-tests): Likewise.
940         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
941         instead of $(objpfx)symlist-stdlibs.
942         (linknamespace-libs-isoc): New variable.
943         (linknamespace-libs): Use $(linknamespace-libs-isoc).
944         (linknamespace-libs-ISO): New variable.
945         (linknamespace-libs-ISO99): Likewise.
946         (linknamespace-libs-ISO11): Likewise.
947         (linknamespace-libs-XPG3): Likewise.
948         (linknamespace-libs-XPG4): Likewise.
949         (linknamespace-libs-POSIX): Likewise.
950         (linknamespace-libs-UNIX98): Likewise.
951         (linknamespace-libs-XOPEN2K): Likewise.
952         (linknamespace-libs-POSIX2008): Likewise.
953         (linknamespace-libs-XOPEN2K8): Likewise.
954         ($(objpfx)symlist-stdlibs): Replace by
955         $(linknamespace-symlist-stdlibs-tests).  Use
956         $(linknamespace-libs-$*) as set of libraries.
957         ($(linknamespace-header-tests)): Update dependencies.  Use
958         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
959         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
960         * conform/linknamespace.pl: Remove comment about considering
961         definitions of symbols from irrelevant libraries.
962
963 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
964
965         [BZ #13862]
966         * elf/dl-tls.c: Include <atomic.h>.
967         (oom): Remove #ifdef SHARED/#endif.
968         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
969         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
970         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
971         big enough.
972         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
973         * nptl/Makefile (tests): Add tst-stack4.
974         (modules-names): Add tst-stack4mod.
975         ($(objpfx)tst-stack4): New.
976         (tst-stack4mod.sos): Likewise.
977         ($(objpfx)tst-stack4.out): Likewise.
978         ($(tst-stack4mod.sos)): Likewise.
979         (clean): Likewise.
980         * nptl/tst-stack4.c: New file.
981         * nptl/tst-stack4mod.c: Likewise.
982
983 2014-11-27  J. Brown  <jb999@gmx.de>
984
985         * sysdeps/x86/bits/string.h: Add recent CPUs.
986
987 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
988
989         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
990         sigblock.
991
992         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
993         feof.
994
995         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
996         variable.
997
998 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
999
1000         * nscd/connections.c: Include libc-internal.h because of macro
1001         usage ignore_value.
1002
1003 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1004
1005         * string/bits/string3.h (__warn_memset_zero_len): Don't
1006         declare for gcc newer than 5.0.
1007         (memset): Don't test for zero-length __LEN for gcc newer than
1008         5.0.
1009
1010 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1011
1012         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1013         size_t for %zu format.
1014
1015         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1016         difference, not %ju.
1017
1018 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1019
1020         * include/libc-internal.h (ignore_value): New macro.
1021         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1022         with ignore_value.
1023
1024         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1025         definition.
1026
1027         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1028         pthread_cleanup_push to void *.
1029
1030         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1031         Undefine.
1032
1033         [BZ #16619]
1034         [BZ #16740]
1035         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1036         instead of 1L << 52.
1037
1038         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1039         * libio/bug-rewind2.c (do_test): Likewise.
1040
1041         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1042         * debug/test-strcpy_chk-ifunc.c: Likewise.
1043         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1044         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1045         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1046         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1047         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1048         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1049         * Rules [$(multi-arch) = no] (tests): Do not filter out
1050         $(tests-ifunc).
1051         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1052         * debug/Makefile (tests-ifunc): Remove variable.
1053         (tests): Do not add $(tests-ifunc).
1054         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1055         (tests): Do not add $(tests-ifunc).
1056         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1057         [TEST_IFUNC]: Remove conditionals.
1058         * string/test-string.h (TEST_IFUNC): Remove macro.
1059         [TEST_IFUNC]: Remove conditionals.
1060
1061         * string/test-strchr.c [!WIDE] (L): New macro.
1062         [WIDE] (L): Likewise.
1063         (check1): Use CHAR instead of char.  Use L on string and character
1064         constants.
1065
1066 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1067
1068         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1069         tests.
1070         * sysdeps/powerpc/bits/atomic.h
1071         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1072         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1073         (atomic_exchange_and_add_acq): Likewise.
1074         (atomic_exchange_and_add_rel): Likewise.
1075         * sysdeps/powerpc/powerpc32/bits/atomic.h
1076         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1077         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1078         * sysdeps/powerpc/powerpc64/bits/atomic.h
1079         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1080         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1081
1082 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1083
1084         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1085         Change synchronization of __sched_fifo_min_prio and
1086         __sched_fifo_max_prio.
1087         * nptl/pthread_mutexattr_getprioceiling.c
1088         (pthread_mutexattr_getprioceiling): Likewise.
1089         * nptl/pthread_mutexattr_setprioceiling.c
1090         (pthread_mutexattr_setprioceiling): Likewise.
1091         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1092         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1093         Likewise.
1094
1095 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1096
1097         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1098         void.
1099
1100 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1101
1102         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1103         third argument const.
1104
1105 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1106
1107         fnmatch: work around GCC compiler warning bug with uninit var
1108         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1109         This works around a bug with x86-64 GCC 4.9.2 and earlier
1110         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1111         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1112         used uninitialized in this function [-Wmaybe-uninitialized]".
1113
1114 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1115
1116         * posix/bug-regex31.c (main): Return RES not 0.
1117
1118 2014-11-25  Anton Blanchard <anton@samba.org>
1119
1120         * sysdeps/powerpc/bits/atomic.h
1121         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1122
1123 2014-11-24  Sterling Augustine  <saugustine@google.com>
1124
1125         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1126
1127 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1128
1129         [BZ #17608]
1130         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1131
1132 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1133
1134         [BZ #17633]
1135         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1136         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1137         variable.
1138         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1139         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1140
1141 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1142
1143         * string/strncpy.c (strncpy): Improve performance by using memset.
1144
1145 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1146
1147         * string/strcpy.c (strcpy):
1148         Improve performance by using strlen and memcpy.
1149
1150 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1151
1152         * string/strcoll_l.c (get_next_seq): __always_inline.
1153         * string/strcoll_l.c (do_compare): __always_inline.
1154
1155 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1156
1157         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1158         defined.
1159         * include/mqueue.h: Likewise.
1160         * include/stdlib.h: Likewise.
1161
1162         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1163         (get_null_defines): Adjust.
1164         * sunrpc/Makefile: Adjust comment.
1165         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1166         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1167         (CFLAGS-interp.c): Likewise.
1168         (CFLAGS-ldconfig.c): Likewise.
1169         (CPPFLAGS-.os): Likewise.
1170         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1171         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1172         * extra-modules.mk (extra-modules.mk): Likewise.
1173         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1174         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1175         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1176         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1177         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1178         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1179         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1180         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1181         * iconvdata/Makefile (CPPFLAGS): Likewise.
1182         (cpp-srcs-left): Add libof for all iconvdata routines.
1183         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1184         * include/assert.h: Likewise.
1185         * include/ctype.h: Likewise.
1186         * include/errno.h: Likewise.
1187         * include/libc-symbols.h: Likewise.
1188         * include/math.h: Likewise.
1189         * include/netdb.h: Likewise.
1190         * include/resolv.h: Likewise.
1191         * include/stdio.h: Likewise.
1192         * include/stdlib.h: Likewise.
1193         * include/string.h: Likewise.
1194         * include/sys/stat.h: Likewise.
1195         * include/wctype.h: Likewise.
1196         * intl/l10nflist.c: Likewise.
1197         * libidn/idn-stub.c: Likewise.
1198         * libio/libioP.h: Likewise.
1199         * nptl/libc_multiple_threads.c: Likewise.
1200         * nptl/pthreadP.h: Likewise.
1201         * posix/regex_internal.h: Likewise.
1202         * resolv/res_hconf.c: Likewise.
1203         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1204         * sysdeps/arm/memmove.S: Likewise.
1205         * sysdeps/arm/sysdep.h: Likewise.
1206         * sysdeps/generic/_itoa.h: Likewise.
1207         * sysdeps/generic/symbol-hacks.h: Likewise.
1208         * sysdeps/gnu/errlist.awk: Likewise.
1209         * sysdeps/gnu/errlist.c: Likewise.
1210         * sysdeps/i386/i586/memcpy.S: Likewise.
1211         * sysdeps/i386/i586/memset.S: Likewise.
1212         * sysdeps/i386/i686/memcpy.S: Likewise.
1213         * sysdeps/i386/i686/memmove.S: Likewise.
1214         * sysdeps/i386/i686/mempcpy.S: Likewise.
1215         * sysdeps/i386/i686/memset.S: Likewise.
1216         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1217         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1218         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1219         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1220         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1221         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1222         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1223         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1224         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1225         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1226         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1227         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1228         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1229         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1230         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1231         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1232         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1233         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1234         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1235         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1236         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1237         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1238         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1239         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1240         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1241         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1242         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1243         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1244         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1245         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1246         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1247         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1248         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1249         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1250         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1251         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1252         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1253         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1254         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1255         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1256         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1257         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1258         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1259         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1260         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1261         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1262         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1263         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1264         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1265         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1266         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1267         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1268         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1269         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1270         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1271         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1272         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1273         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1274         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1275         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1276         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1277         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1278         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1279         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1280         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1281         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1282         * sysdeps/posix/closedir.c: Likewise.
1283         * sysdeps/posix/opendir.c: Likewise.
1284         * sysdeps/posix/readdir.c: Likewise.
1285         * sysdeps/posix/rewinddir.c: Likewise.
1286         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1287         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1288         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1289         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1290         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1291         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1292         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1293         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1294         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1295         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1296         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1297         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1298         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1299         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1300         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1301         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1302         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1303         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1304         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1305         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1306         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1307         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1308         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1309         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1310         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1311         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1312         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1313         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1314         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1315         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1316         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1317         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1318         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1319         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1320         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1321         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1322         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1323         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1324         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1325         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1326         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1327         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1328         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1329         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1330         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1331         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1332         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1333         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1334         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1335         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1336         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1337         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1338         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1339         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1340         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1341         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1342         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1343         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1344         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1345         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1346         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1347         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1348         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1349         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1350         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1351         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1352         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1353         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1354         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1355         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1356         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1357         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1358         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1359         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1360         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1361         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1362         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1363         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1364         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1365         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1366         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1367         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1368         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1369         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1370         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1371         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1372         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1373         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1374         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1375         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1376         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1377         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1378         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1379         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1380         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1381         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1382         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1383         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1384         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1385         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1386         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1387         * sysdeps/unix/alpha/sysdep.S: Likewise.
1388         * sysdeps/unix/alpha/sysdep.h: Likewise.
1389         * sysdeps/unix/make-syscalls.sh: Likewise.
1390         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1392         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1393         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1394         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1395         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1396         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1397         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1398         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1399         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1400         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1401         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1402         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1403         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1404         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1405         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1406         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1407         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1408         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1409         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1410         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1411         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1412         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1413         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1414         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1415         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1419         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1420         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1421         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1422         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1423         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1424         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1425         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1426         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1427         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1428         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1429         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1430         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1431         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1432         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1433         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1434         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1435         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1436         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1437         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1438         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1439         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1440         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1441         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1442         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1443         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1444         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1445         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1446         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1447         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1448         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1449         * sysdeps/x86_64/memcpy.S: Likewise.
1450         * sysdeps/x86_64/memmove.c: Likewise.
1451         * sysdeps/x86_64/memset.S: Likewise.
1452         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1453         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1454         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1455         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1456         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1457         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1458         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1459         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1460         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1461         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1462         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1463         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1464         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1465         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1466         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1467         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1468         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1469         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1470         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1471         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1472         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1473         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1474         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1475         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1476         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1477         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1478         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1479         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1480         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1481         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1482         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1483         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1484         * sysdeps/x86_64/strcmp.S: Likewise.
1485
1486         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1487
1488         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1489         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1490         * elf/rtld-Rules: Likewise.
1491         * elf/setup-vdso.h: Likewise.
1492         * include/assert.h: Likewise.
1493         * include/bits/stdlib-float.h: Likewise.
1494         * include/errno.h: Likewise.
1495         * include/sys/stat.h: Likewise.
1496         * include/unistd.h: Likewise.
1497         * sysdeps/aarch64/setjmp.S: Likewise.
1498         * sysdeps/alpha/setjmp.S: Likewise.
1499         * sysdeps/arm/__longjmp.S: Likewise.
1500         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1501         * sysdeps/arm/setjmp.S: Likewise.
1502         * sysdeps/arm/sysdep.h: Likewise.
1503         * sysdeps/generic/_itoa.h: Likewise.
1504         * sysdeps/generic/dl-sysdep.h: Likewise.
1505         * sysdeps/generic/ldsodefs.h: Likewise.
1506         * sysdeps/i386/dl-tls.h: Likewise.
1507         * sysdeps/i386/setjmp.S: Likewise.
1508         * sysdeps/m68k/setjmp.c: Likewise.
1509         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1510         * sysdeps/mach/hurd/opendir.c: Likewise.
1511         * sysdeps/posix/getcwd.c: Likewise.
1512         * sysdeps/posix/opendir.c: Likewise.
1513         * sysdeps/posix/profil.c: Likewise.
1514         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1515         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1516         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1517         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1518         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1519         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1520         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1521         * sysdeps/s390/dl-tls.h: Likewise.
1522         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1523         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1524         * sysdeps/sh/sh3/setjmp.S: Likewise.
1525         * sysdeps/sh/sh4/setjmp.S: Likewise.
1526         * sysdeps/unix/alpha/sysdep.h: Likewise.
1527         * sysdeps/unix/arm/sysdep.S: Likewise.
1528         * sysdeps/unix/i386/sysdep.S: Likewise.
1529         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1530         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1531         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1532         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1533         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1534         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1535         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1536         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1537         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1538         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1539         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1540         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1541         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1544         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1545         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1546         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1547         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1548         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1549         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1550         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1551         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1552         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1553         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1554         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1555         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1556         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1557         * sysdeps/x86_64/setjmp.S: Likewise.
1558
1559         * include/math.h: Use IS_IN instead of IS_IN_libm.
1560         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1561         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1562         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1563         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1564         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1565         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1566         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1567         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1568         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1569         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1570         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1571         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1572         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1573         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1574         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1575         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1576         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1577         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1578         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1579         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1580         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1581         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1582         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1583         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1584         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1585         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1586         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1587         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1588         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1589         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1590         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1591         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1592         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1594         Likewise.
1595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1596         Likewise.
1597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1598         Likewise.
1599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1600         Likewise.
1601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1602         Likewise.
1603         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1604         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1605         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1606         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1607         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1608         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1609         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1614         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1615         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1616         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1617         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1618         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1619         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1620         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1621         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1622         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1623         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1624         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1625         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1626         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1627         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1629         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1630
1631         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1632         * nptl/pthreadP.h: Likewise.
1633         * nptl_db/structs.def: Likewise.
1634         * sysdeps/arm/sysdep.h: Likewise.
1635         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1636         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1637         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1638         * sysdeps/unix/alpha/sysdep.h: Likewise.
1639         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1640         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1641         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1642         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1643         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1644         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1646         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1647         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1648         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1649         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1650         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1651         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1652         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1655         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1656         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1657         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1658         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1659         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1660         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1661         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1662         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1663         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1664         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1665
1666         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1667         * nptl/pthreadP.h: Likewise.
1668         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1669         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1670         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1671         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1672         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1673         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1674         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1675         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1676         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1677         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1678         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1679         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1681         Likewise.
1682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1683         Likewise.
1684         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1685         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1686         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1687         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1688         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1689         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1690         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1691         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1692
1693         * dlfcn/dladdr.c: Use IS_IN.
1694         * dlfcn/dladdr1.c: Likewise.
1695         * dlfcn/dlclose.c: Likewise.
1696         * dlfcn/dlerror.c: Likewise.
1697         * dlfcn/dlinfo.c: Likewise.
1698         * dlfcn/dlmopen.c: Likewise.
1699         * dlfcn/dlopen.c: Likewise.
1700         * dlfcn/dlsym.c: Likewise.
1701         * dlfcn/dlvsym.c: Likewise.
1702
1703         * include/ifaddrs.h: Use IS_IN.
1704         * inet/check_pf.c: Likewise.
1705         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1706         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1707
1708         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1709         IS_IN_ldconfig.
1710         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1711         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1712
1713         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1714         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1715         IS_IN (libc).
1716
1717         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1718
1719         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1720         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1721         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1722         * include/libc-symbols.h (IS_IN_LIB): New macro.
1723         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1724         * include/netdb.h: Likewise.
1725         * include/stap-probe.h: Remove all uses of IN_LIB.
1726
1727         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1728         instead of IN_MODULE.
1729         * include/libc-symbols.h (IN_MODULE): Define using
1730         MODULE_NAME.
1731         (PASTE_NAME, PASTE_NAME1): New macros.
1732         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1733         of IN_LIB.
1734         (STAP_PROBE_ASM): Likewise.
1735
1736 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1737
1738         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1739         __mach_init in dlopened libc.
1740
1741 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1742
1743         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1744         * sysdeps/arm/preconfigure: Regenerate.
1745
1746 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1747
1748         * nptl/pthread_create.c (__pthread_create_2_1): Set
1749         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1750         when copying values from IATTR into PD.
1751
1752 2014-11-21  Will Newton  <will.newton@linaro.org>
1753             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1754
1755         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1756         Refactor inline-asm.  Also add comment.
1757
1758         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1759         ElfW macro instead of hardcoded Elf64 types.
1760         (la_aarch64_gnu_pltenter): Likewise.
1761         * sysdeps/aarch64/dl-machine.h
1762         (elf_machine_runtime_setup): Use ElfW(Addr).
1763
1764         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1765         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1766         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1767         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1768         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1769         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1770         (R_AARCH64_TLS_DTPMOD): This.
1771         (R_AARCH64_TLS_DTPREL64): Rename to ...
1772         (R_AARCH64_TLS_DTPREL): This.
1773         (R_AARCH64_TLS_TPREL64): Rename to ...
1774         (R_AARCH64_TLS_TPREL): This.
1775         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1776         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1777         R_AARCH64_TLS_TPREL64.
1778         (elf_machine_rela): Likewise.
1779
1780 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1781
1782         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1783         by setting it to 0.  64b atomics are not supported currently.
1784
1785 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1786
1787         [BZ #16469]
1788         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1789         search domain names.
1790
1791 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1792
1793         [BZ #16469]
1794         * NEWS: Update.
1795         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1796         trailing dot.
1797         * posix/tst-getaddrinfo5.c: New.
1798         * posix/Makefile (tests): Add it.
1799
1800 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1801
1802         [BZ #14498]
1803         * NEWS: Fixed.
1804         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1805         after parsing line but before break_if_match.
1806         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1807         if there is a protocol mismatch.
1808
1809 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1810
1811         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1812         because the potential race is on the user-supplied stream.
1813
1814 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1815
1816         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1817         string literal if not passed a buffer.
1818         * manual/job.texi (ctermid): Update reasoning, note deviation
1819         from posix, suggest mtasurace when not passed a buffer, for
1820         future non-preliminary safety notes.
1821
1822 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1823
1824         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1825         of not passing it a buffer.
1826         Reported by Peng Haitao.
1827
1828 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1829
1830         * manual/Makefile ($(objpfx)stamp-summary): Require
1831         check-safety.sh to pass.
1832         * manual/check-safety.sh: Wish for verification that every
1833         @deftypefn and @deftypefun is followed by a @safety remark.
1834
1835 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1836
1837         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1838
1839         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1840         PTHREAD_CANCEL_ASYNCHRONOUS.
1841         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1842         send SIGCANCEL.
1843
1844         * nptl/default-sched.h: New file.
1845         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1846         * nptl/pthread_create.c: Include it.
1847         (__pthread_create_2_1): Use collect_default_sched instead of making
1848         Linux syscalls here directly.
1849
1850 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1851
1852         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1853         __pthread_once): Use C11 atomics.
1854
1855 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1856
1857         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1858
1859 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1860
1861         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1862         atomic_thread_fence_acquire, atomic_thread_fence_release,
1863         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1864         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1865         atomic_compare_exchange_weak_relaxed,
1866         atomic_compare_exchange_weak_acquire,
1867         atomic_compare_exchange_weak_release,
1868         atomic_exchange_acquire, atomic_exchange_release,
1869         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1870         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1871         atomic_fetch_and_acquire,
1872         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1873
1874 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1875
1876         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1877         USE_ATOMIC_COMPILER_BUILTINS): Define.
1878         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1879         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1880         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1881         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1882         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1883         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1884         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1885         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1886         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1887         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1888         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1889         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1890         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1891         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1892         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1893         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1894         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1895         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1896         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1897         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1898         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1899         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1900         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1901         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1902         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1903         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1904         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1905         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1906         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1907         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1908         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1910         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1911         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1912         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1913         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1914         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1916         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1918
1919 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1920
1921         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1922         the sched_priority value here.  It was already checked when the user
1923         called pthread_attr_setschedparam.
1924
1925         * nptl/tst-bad-schedattr.c: New file.
1926         * nptl/Makefile (tests): Add it.
1927
1928 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1929             Florian Weimer  <fweimer@redhat.com>
1930             Joseph Myers  <joseph@codesourcery.com>
1931             Adam Conrad  <adconrad@0c3.net>
1932             Andreas Schwab  <schwab@suse.de>
1933             Brooks  <bmoses@google.com>
1934
1935         [BZ #17625]
1936         * wordexp-test.c (__dso_handle): Add prototype.
1937         (__register_atfork): Likewise.
1938         (__app_register_atfork): New function.
1939         (registered_forks): New global.
1940         (register_fork): New function.
1941         (test_case): Add 3 new tests for WRDE_CMDSUB.
1942         (main): Call __app_register_atfork.
1943         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1944         fork count is non-zero fail the test.
1945         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1946         is set.
1947         (parse_dollars): Remove check for WRDE_NOCMD.
1948         (parse_dquote): Likewise.
1949
1950 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1951
1952         * Makeconfig (built-modules): List non-library modules to be
1953         built.
1954         (module-cppflags): Include libc-modules.h for
1955         everything except shlib-versions.v.i.
1956         (CPPFLAGS): Use it.
1957         (before-compile): Add libc-modules.h.
1958         ($(common-objpfx)libc-modules.h,
1959         $(common-objpfx)libc-modules.stmp): New targets.
1960         (common-generated): Add libc-modules.h and libc-modules.stmp.
1961         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1962         * include/libc-symbols.h: Don't include libc-modules.h.
1963         * include/libc-modules.h: Remove file.
1964         * scripts/gen-libc-modules.awk: New script to generate
1965         libc-modules.h.
1966         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1967         Depend on libc-modules.stmp.
1968
1969         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1970
1971         * Makeconfig (in-module): Get value of libof set for the
1972         translation unit.
1973         (CPPFLAGS): Use $(in-module).
1974         * Makerules: Don't suffix routine names for nonlib.
1975         * include/libc-modules.h: New file.
1976         * include/libc-symbols.h: Include libc-modules.h
1977         (IS_IN): New macro to replace IS_IN_* macros.
1978         * elf/Makefile: Set libof-* for each routine.
1979         * elf/rtld-Rules: Likewise.
1980         * extra-modules.mk: Likewise.
1981         * iconv/Makefile: Likewise.
1982         * iconvdata/Makefile: Likewise.
1983         * locale/Makefile: Likewise.
1984         * malloc/Makefile: Likewise.
1985         * nss/Makefile: Likewise.
1986         * sysdeps/gnu/Makefile: Likewise.
1987         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1988         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1989         * sysdeps/s390/s390-64/Makefile: Likewise.
1990         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1991         CPPFLAGS for nscd instead of nonlib.
1992
1993 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1994
1995         * nptl/createthread.c: New file.
1996
1997         * nptl/createthread.c: Moved ...
1998         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1999
2000         * nptl/createthread.c: Add proper top-line comment.
2001         (do_clone): Folded into ...
2002         (create_thread): ... here.  Take new arguments STOPPED_START and
2003         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2004         increment __nptl_threads, do event-reporting logic, do
2005         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2006         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2007         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2008         just send SIGCANCEL.
2009         * nptl/pthread_create.c: Forward-declare create_thread before
2010         including createthread.c.
2011         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2012         declaration, and new macro START_THREAD_SELF to replace argument.
2013         Remove return statement.
2014         (report_thread_creation): New function.
2015         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2016         synchronization logic, and __nptl_nthreads increment here, around
2017         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2018         PD->parent_cancelhandling here, before create_thread.  When
2019         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2020         __deallocate_stack, and ENOMEM translation here.
2021
2022 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2023
2024         [BZ #17616]
2025         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2026         (mptwo): Rename to __mptwo.
2027         (__inv): Use __mptwo instead of mptwo.
2028         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2029         (mptwo): Rename to __mptwo.
2030         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2031         of mpone and __mptwo instead of mptwo.
2032         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2033         instead of mpone.
2034         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2035         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2036         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2037         of mpone and __mptwo instead of mptwo.
2038         (__mpranred): Use __mpone instead of mpone.
2039         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2040         variable.
2041         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2042         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2043         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2044         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2045         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2046         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2047         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2048         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2049         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2050         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2051         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2052         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2053         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2054         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2055         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2056         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2057         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2058         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2059         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2060
2061 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2062
2063         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2064         replace BSD Handler xref with BSD Signal Handling.
2065
2066 2014-11-17  Richard Henderson  <rth@redhat.com>
2067
2068         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2069         (_FP_PACK_RAW_2): Remove.
2070         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2071         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2072         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2073         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2074         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2075         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2076         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2077         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2078         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2079         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2080         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2081         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2082         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2083         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2084         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2085         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2086
2087 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2088
2089         * signal/signal.h [__USE_MISC]
2090         (struct sigvec): Remove type.
2091         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2092         (sigvec): Remove declaration.
2093         * sysdeps/posix/sigvec.c: Moved ...
2094         * signal/sigvec.c: ... here, replacing old file.
2095         (struct sigvec): New type, copied from old signal.h definition.
2096         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2097         (__sigvec): Convert definition to prototype.
2098         (sigvec): Replace weak_alias with compat_symbol.
2099         * signal/Versions (libc: GLIBC_2.21): New version set.
2100         * include/signal.h: Remove __sigvec declaration.
2101         * sysdeps/unix/bsd/sigvec.c: Remove file.
2102         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2103         * manual/signal.texi (BSD Handler): Remove subsection.
2104         Move siginterrupt up to ...
2105         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2106         (Blocking in BSD): Fold subsection into its parent.
2107         * NEWS: Mention sigvec removal.
2108
2109 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2110
2111         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2112         (DLA_FMS): Make definition conditional only on [__FMA4__].
2113         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2114         definition.
2115
2116         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2117         Make definition conditional only on [PROF].
2118         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2119         definition.
2120         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2121         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2122
2123         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2124         !__GNUC__].
2125         * include/signal.h (__sigpause): Move declaration above call to
2126         libc_hidden_proto.
2127         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2128         variable.
2129         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2130         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2131
2132 2014-11-14  David S. Miller  <davem@davemloft.net>
2133
2134         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2135         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2136
2137 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2138
2139         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2140         * configure: Regenerated.
2141         * manual/install.texi (Tools for Compilation): Document a
2142         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2143         compiler verified to work.
2144         * INSTALL: Regenerated.
2145
2146         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2147         redeclare with asm name.
2148         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2149         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2150         including <string.h>.
2151         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2152         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2153         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2154         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2155         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2156         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2157         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2158
2159 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2160
2161         * stdlib/strtol.c (__strtol): Use prototype definition.
2162
2163         [BZ #17594]
2164         * stdlib/strtol.c (SYM__): New macro.
2165         (SYM__1): Likewise.
2166         (__strtol): Likewise.
2167         (strtol): Rename to __strtol and define as weak alias of
2168         __strtol.  Use libc_hidden_weak.
2169
2170 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2171
2172         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2173         Use numbered labels in inline assembly.
2174
2175 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2176
2177         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2178         Add setjmp LIBC_PROBE.
2179         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2180         Likewise.
2181         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2182         Add longjmp, longjmp_target LIBC_PROBE.
2183         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2184         Likewise.
2185
2186 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2187
2188         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2189         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2190         to get rid of unused variable warning.
2191
2192 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2193
2194         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2195         Check for unwind_backtrace ==  NULL only in SHARED case.
2196         (__backchain_backtrace): Compile only in SHARED case.
2197         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2198         Likewise.
2199         (__backchain_backtrace): Declare as static.
2200
2201 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2202
2203         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2204         (__libc_multiple_threads_ptr): Variable moved ...
2205         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2206
2207 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2208
2209         * conform/GlibcConform.pm: New file.
2210         * conform/conformtest.pl: Use GlibcConform module.
2211         * conform/linknamespace.pl: New file.
2212         * conform/list-header-symbols.pl: Likewise.
2213         * conform/Makefile (linknamespace-symlists-base): New variable.
2214         (linknamespace-symlists-tests): Likewise.
2215         (linknamespace-header-base): Likewise.
2216         (linknamespace-header-tests): Likewise.
2217         (tests-special): Add new tests.
2218         ($(linknamespace-symlists-tests)): New rule.
2219         (linknamespace-libs): New variable.
2220         ($(objpfx)symlist-stdlibs): New rule.
2221         ($(linknamespace-header-tests)): Likewise.
2222         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2223         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2224         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2225         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2226         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2227         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2228         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2229         (test-xfail-ISO/math.h/linknamespace): Likewise.
2230         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2231         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2232         (test-xfail-ISO/time.h/linknamespace): Likewise.
2233         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2234         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2235         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2236         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2237         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2238         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2239         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2240         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2241         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2242         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2243         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2244         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2245         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2246         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2247         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2248         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2249         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2250         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2251         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2252         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2253         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2254         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2255         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2256         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2257         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2258         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2259         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2260         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2261         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2262         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2263         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2264         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2265         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2266         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2267         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2268         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2269         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2270         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2271         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2272         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2273         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2274         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2275         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2276         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2277         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2278         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2279         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2280         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2281         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2282         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2283         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2284         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2285         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2286         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2287         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2288         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2289         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2290         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2291         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2292         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2293         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2294         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2295         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2296         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2297         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2298         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2299         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2300         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2301         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2302         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2303         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2304         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2305         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2306         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2307         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2308         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2309         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2310         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2311         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2312         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2313         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2314         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2315         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2316         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2317         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2318         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2319         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2320         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2321         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2322         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2323         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2324         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2325         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2326         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2327         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2328         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2329         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2330         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2331         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2332         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2333         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2334         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2335         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2336         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2337         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2338         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2339         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2340         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2341         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2342         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2343         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2344         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2345         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2346         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2347         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2348         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2349         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2350         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2351         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2352         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2353         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2354         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2355         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2356         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2357         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2358         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2359         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2360         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2361         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2362         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2363         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2364         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2365         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2366         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2367         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2368         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2369         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2370         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2375         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2376         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2377         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2378         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2379         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2380         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2381         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2382         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2383
2384         [BZ #17589]
2385         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2386         of fgets_unlocked.
2387
2388         [BZ #17585]
2389         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2390         (memmem): Rename to __memmem and define as weak alias of
2391         __memmem.  Use libc_hidden_weak.
2392         (__memmem): Use libc_hidden_def.
2393         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2394         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2395         memmem.
2396
2397         [BZ #17582]
2398         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2399         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2400         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2401         and define as weak alias of __fgets_unlocked.  Use
2402         libc_hidden_weak.
2403         (__fgets_unlocked): Use libc_hidden_def.
2404         * include/stdio.h (__fgets_unlocked): Declare.  Use
2405         libc_hidden_proto.
2406         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2407         __fgets_unlocked instead of fgets_unlocked.
2408         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2409         (GET_NPROCS_CONF_PARSER): Likewise.
2410         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2411         (GET_NPROCS_CONF_PARSER): Likewise.
2412
2413         [BZ #17574]
2414         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2415         weak alias of __wmemset.  Use libc_hidden_weak.
2416         (__wmemset): Use libc_hidden_def.
2417         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2418         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2419         of wmemset.
2420
2421         [BZ #17573]
2422         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2423         with asm name __mempcpy.
2424         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2425
2426         [BZ #17572]
2427         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2428         and define as weak alias of __rawmemchr.
2429         (__rawmemchr): Do not define as strong alias of rawmemchr.
2430
2431         [BZ #17571]
2432         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2433         alias of __qsort_r.
2434         (qsort): Call __qsort_r instead of qsort_r.
2435         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2436         (__qsort_r): Declare.  Call libc_hidden_proto.
2437         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2438         instead of qsort_r.
2439         * nscd/gai.c (__qsort_r): Define to qsort_r.
2440         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2441         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2442         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2443
2444         [BZ #17570]
2445         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2446         define as weak alias of __malloc_info.
2447
2448         [BZ #17584]
2449         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2450         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2451         (__rewinddir): Use libc_hidden_def.
2452         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2453         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2454         (__rewinddir): Use libc_hidden_def.
2455         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2456         weak alias of __rewinddir.  Don't use libc_hidden_def.
2457         (__rewinddir): Use libc_hidden_def.
2458         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2459         (__rewinddir): Use libc_hidden_proto.
2460         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2461         rewinddir.
2462         (__getcwd): Use __rewinddir instead of rewinddir.
2463
2464         [BZ #17583]
2465         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2466         alias of __fileno.  Use libc_hidden_weak.
2467         (__fileno): Use libc_hidden_def.
2468         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2469         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2470         alias of __ftello.
2471         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2472         __ftello.
2473         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2474         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2475         libc_hidden_def.
2476         (fread_unlocked): Don't use libc_hidden_ver.
2477         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2478         and define as weak alias of __fread_unlocked.  Don't use
2479         libc_hidden_def.
2480         (__fread_unlocked): Use libc_hidden_def.
2481         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2482         (ftello): Don't use libc_hidden_proto.
2483         (__ftello): Declare.  Use libc_hidden_proto.
2484         (fread_unlocked): Don't use libc_hidden_proto.
2485         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2486         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2487         and __ftello instead of fileno, fread_unlocked and ftello.
2488
2489 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2490
2491         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2492         GOT12.
2493         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2494         Likewise.
2495         (_dl_start_user): Likewise.
2496         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2497
2498 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2499             Siddhesh Poyarekar  <siddhesh@redhat.com>
2500
2501         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2502         Move argv and envp down instead of moving argc up.
2503         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2504
2505 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2506
2507         [BZ #17506]
2508         * test-skeleton.c (main): Return successful if one of
2509         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2510         * string/tst-strcoll-overflow.c: Define expected status.
2511
2512 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2513
2514         [BZ #17475]
2515         * locale/iso-639.def: Define Bhili and Tulu language codes.
2516
2517 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2518
2519         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2520
2521 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2522
2523         [BZ #17555]
2524         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2525
2526 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2527
2528         * configure.ac: Updated check of minimal required version to
2529         2.22.
2530         * manual/install.texi (Tools for Compilation): Updated version
2531         number.
2532         * configure: Regenerated.
2533         * INSTALL: Likewise.
2534
2535 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2536
2537         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2538         __tls_get_addr.
2539
2540 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2541
2542         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2543         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2544         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2545         libc_hidden_weak.
2546         (waitpid): Define as alias of __waitpid.
2547         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2548         __waitpid.
2549         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2550         libc_hidden_weak.
2551         (waitpid): Define as alias of __waitpid.
2552         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2553         __libc_waitpid alias.
2554         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2555         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2556         Likewise.
2557         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2558         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2559         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2560         alias.
2561         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2562         __waitpid.
2563         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2564         libc_hidden_weak.
2565         (waitpid): Define as alias of __waitpid.
2566
2567 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2568
2569         * manual/llio.texi: Add comment that write safety has been
2570         fixed in Linux.
2571
2572         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2573         (localplt-build-dso): Add elf/ld.so.
2574         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2575         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2576         and free for ld.so.
2577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2578         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2580         Likewise.
2581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2582         Likewise.
2583         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2584         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2585         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2586         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2587         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2588         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2589         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2590         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2591         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2592         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2593         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2594
2595 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2596
2597         [BZ #14132]
2598         * include/libc-symbols.h (INTUSE): Remove macro.
2599         (INTDEF): Likewise.
2600         (INTVARDEF): Likewise.
2601         (_INTVARDEF): Likewise.
2602         (INTDEF2): Likewise.
2603         (INTVARDEF2): Likewise.
2604         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2605         rtld_hidden_def instead of INTVARDEF.
2606         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2607         (_dl_starting_up_internal): Remove declaration.
2608         (_dl_starting_up): Use rtld_hidden_proto.
2609         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2610         declaration.
2611         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2612         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2613         _dl_starting_up.
2614         * elf/dl-writev.h (_dl_writev): Likewise.
2615         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2616         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2617         _dl_starting_up_internal.
2618
2619 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2620
2621         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2622         test-skeleton.c.
2623
2624 2014-11-05  Will Newton  <will.newton@linaro.org>
2625
2626         * benchtests/Makefile: (bench-malloc): Add malloc thread
2627         scalability benchmark.
2628         * benchtests/bench-malloc-threads.c: New file.
2629
2630 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2631
2632         * sysdeps/aarch64/strchrnul.S: New file.
2633
2634 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2635
2636         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2637         definition.
2638         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2639         Likwise.
2640         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2641         Likewise.
2642         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2643         Likewise.
2644         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2645         Likewise.
2646         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2647         Likewise.
2648
2649 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2650
2651         * catgets/test-gencat.c: Use test-skeleton.c.
2652         * catgets/tst-catgets.c: Likewise.
2653         * csu/tst-empty.c: Likewise.
2654         * elf/tst-audit2.c: Likewise.
2655         * elf/tst-global1.c: Likewise.
2656         * elf/tst-pathopt.c: Likewise.
2657         * elf/tst-piemod1.c: Likewise.
2658         * elf/tst-tls10.c: Likewise.
2659         * elf/tst-tls11.c: Likewise.
2660         * elf/tst-tls12.c: Likewise.
2661         * gnulib/tst-gcc.c: Likewise.
2662         * iconvdata/tst-e2big.c: Likewise.
2663         * iconvdata/tst-loading.c: Likewise.
2664         * iconv/tst-iconv1.c: Likewise.
2665         * iconv/tst-iconv2.c: Likewise.
2666         * inet/test-inet6_opt.c: Likewise.
2667         * inet/tst-gethnm.c: Likewise.
2668         * inet/tst-network.c: Likewise.
2669         * inet/tst-ntoa.c: Likewise.
2670         * intl/tst-codeset.c: Likewise.
2671         * intl/tst-gettext2.c: Likewise.
2672         * intl/tst-gettext3.c: Likewise.
2673         * intl/tst-ngettext.c: Likewise.
2674         * intl/tst-translit.c: Likewise.
2675         * io/test-stat.c: Likewise.
2676         * libio/test-fmemopen.c: Likewise.
2677         * libio/tst-freopen.c: Likewise.
2678         * libio/tst-sscanf.c: Likewise.
2679         * libio/tst-ungetwc1.c: Likewise.
2680         * libio/tst-ungetwc2.c: Likewise.
2681         * libio/tst-widetext.c: Likewise.
2682         * localedata/tst-ctype.c: Likewise.
2683         * localedata/tst-digits.c: Likewise.
2684         * localedata/tst-leaks.c: Likewise.
2685         * localedata/tst-mbswcs1.c: Likewise.
2686         * localedata/tst-mbswcs2.c: Likewise.
2687         * localedata/tst-mbswcs3.c: Likewise.
2688         * localedata/tst-mbswcs4.c: Likewise.
2689         * localedata/tst-mbswcs5.c: Likewise.
2690         * localedata/tst-setlocale.c: Likewise.
2691         * localedata/tst-trans.c: Likewise.
2692         * localedata/tst-wctype.c: Likewise.
2693         * localedata/tst-xlocale1.c: Likewise.
2694         * login/tst-grantpt.c: Likewise.
2695         * malloc/tst-calloc.c: Likewise.
2696         * malloc/tst-malloc.c: Likewise.
2697         * malloc/tst-mallocstate.c: Likewise.
2698         * malloc/tst-mcheck.c: Likewise.
2699         * malloc/tst-mtrace.c: Likewise.
2700         * malloc/tst-obstack.c: Likewise.
2701         * math/atest-exp2.c: Likewise.
2702         * math/atest-exp.c: Likewise.
2703         * math/atest-sincos.c: Likewise.
2704         * math/test-matherr.c: Likewise.
2705         * math/test-misc.c: Likewise.
2706         * math/test-powl.c: Likewise.
2707         * math/tst-definitions.c: Likewise.
2708         * misc/tst-dirname.c: Likewise.
2709         * misc/tst-efgcvt.c: Likewise.
2710         * misc/tst-fdset.c: Likewise.
2711         * misc/tst-hsearch.c: Likewise.
2712         * misc/tst-mntent2.c: Likewise.
2713         * nptl/tst-sem7.c: Likewise.
2714         * nptl/tst-sem8.c: Likewise.
2715         * nptl/tst-sem9.c: Likewise.
2716         * nss/test-netdb.c: Likewise.
2717         * posix/tst-fnmatch.c: Likewise.
2718         * posix/tst-getlogin.c: Likewise.
2719         * posix/tst-gnuglob.c: Likewise.
2720         * posix/tst-mmap.c: Likewise.
2721         * pwd/tst-getpw.c: Likewise.
2722         * resolv/tst-inet_ntop.c: Likewise.
2723         * rt/tst-timer.c: Likewise.
2724         * stdio-common/test-fseek.c: Likewise.
2725         * stdio-common/test-popen.c: Likewise.
2726         * stdio-common/test-vfprintf.c: Likewise.
2727         * stdio-common/tst-cookie.c: Likewise.
2728         * stdio-common/tst-fileno.c: Likewise.
2729         * stdio-common/tst-gets.c: Likewise.
2730         * stdio-common/tst-obprintf.c: Likewise.
2731         * stdio-common/tst-perror.c: Likewise.
2732         * stdio-common/tst-sprintf2.c: Likewise.
2733         * stdio-common/tst-sprintf3.c: Likewise.
2734         * stdio-common/tst-sprintf.c: Likewise.
2735         * stdio-common/tst-swprintf.c: Likewise.
2736         * stdio-common/tst-tmpnam.c: Likewise.
2737         * stdio-common/tst-unbputc.c: Likewise.
2738         * stdio-common/tst-wc-printf.c: Likewise.
2739         * stdlib/tst-environ.c: Likewise.
2740         * stdlib/tst-fmtmsg.c: Likewise.
2741         * stdlib/tst-limits.c: Likewise.
2742         * stdlib/tst-rand48-2.c: Likewise.
2743         * stdlib/tst-rand48.c: Likewise.
2744         * stdlib/tst-random2.c: Likewise.
2745         * stdlib/tst-random.c: Likewise.
2746         * stdlib/tst-strtol.c: Likewise.
2747         * stdlib/tst-strtoll.c: Likewise.
2748         * stdlib/tst-tls-atexit.c: Likewise.
2749         * stdlib/tst-xpg-basename.c: Likewise.
2750         * string/test-ffs.c: Likewise.
2751         * string/tst-bswap.c: Likewise.
2752         * string/tst-inlcall.c: Likewise.
2753         * string/tst-strtok.c: Likewise.
2754         * string/tst-strxfrm.c: Likewise.
2755         * sysdeps/x86_64/tst-audit10.c: Likewise.
2756         * sysdeps/x86_64/tst-audit3.c: Likewise.
2757         * sysdeps/x86_64/tst-audit4.c: Likewise.
2758         * sysdeps/x86_64/tst-audit5.c: Likewise.
2759         * time/tst-ftime_l.c: Likewise.
2760         * time/tst-getdate.c: Likewise.
2761         * time/tst-mktime3.c: Likewise.
2762         * time/tst-mktime.c: Likewise.
2763         * time/tst-posixtz.c: Likewise.
2764         * time/tst-strptime2.c: Likewise.
2765         * time/tst-strptime3.c: Likewise.
2766         * wcsmbs/tst-btowc.c: Likewise.
2767         * wcsmbs/tst-mbrtowc.c: Likewise.
2768         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2769         * wcsmbs/tst-wchar-h.c: Likewise.
2770         * wcsmbs/tst-wcpncpy.c: Likewise.
2771         * wcsmbs/tst-wcrtomb.c: Likewise.
2772         * wcsmbs/tst-wcsnlen.c: Likewise.
2773         * wcsmbs/tst-wcstof.c: Likewise.
2774
2775 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2776
2777         [BZ #14132]
2778         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2779         INTDEF.
2780         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2781         declaration.
2782         (_dl_mcount): Use rtld_hidden_proto.
2783         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2784         _dl_mcount.
2785         * elf/rtld.c (_rtld_global_ro): Likewise.
2786
2787         [BZ #14132]
2788         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2789         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2790         of _dl_init_internal.
2791         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2792         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2793         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2794         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2795         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2796         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2797         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2798         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2799         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2800         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2801         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2802         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2803         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2804         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2805         * sysdeps/tile/dl-start.S (_start): Likewise.
2806         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2807         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2808
2809         [BZ #14132]
2810         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2811         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2812         (rtld_progname): Make macro definition unconditional.
2813         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2814         INTDEF.
2815         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2816         (dl_main): Likewise.
2817         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2818         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2819         instead of _dl_argv_internal.
2820         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2821         __GI__dl_argv instead of INTUSE(_dl_argv).
2822         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2823         __GI__dl_argv instead of _dl_argv_internal.
2824
2825         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2826         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2827         macro.
2828         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2829         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2830         New macro.
2831         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2832         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2833         macro.
2834         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2835         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2836
2837 2014-11-04  Andreas Schwab  <schwab@suse.de>
2838
2839         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2840
2841 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2842
2843         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2844         mtvsrd instruction in binary form.
2845
2846 2014-11-03  Andreas Schwab  <schwab@suse.de>
2847
2848         [BZ #17522]
2849         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2850         for less than MB_LEN_MAX use a local buffer of that size.
2851         * libio/tst-fputws.c: New file.
2852         * libio/Makefile (tests): Add tst-fputws.
2853
2854 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2855
2856         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2857         the size of the fpu_fr.fpu_dregs[] array.
2858
2859 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2860
2861         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2862         (__nanosleep): Do not define as alias.
2863         (nanosleep): Define as alias of __nanosleep.
2864         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2865         __libc_nanosleep name.
2866
2867 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2868
2869         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2870         install.texi in comment.
2871
2872 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2873
2874         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2875         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2876         ... add here and use lwsync or sync ...
2877         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2878         ... and add here using lwsync.
2879
2880 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2881
2882         * elf/dl-machine-reject-phdr.h: New file.
2883         * elf/dl-load.c: #include that.
2884         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2885         if that returned true.
2886
2887 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2888
2889         [BZ #17496]
2890         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2891         gen-as-const-headers chunk.  Add a big scare comment after the last
2892         safe place to touch before-compile.
2893
2894 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2895
2896         * manual/install.texi (Tools for Compilation): Update autoconf
2897         version requirements.
2898         * INSTALL: Regenerated.
2899
2900         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2901         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2902         (__libc_pselect): Likewise.
2903
2904         [BZ #14138]
2905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2909
2910 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2911
2912         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2913         correct barrier instruction.
2914         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2915         Likewise.
2916         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2917         Likewise.
2918
2919 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2920
2921         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2922         after defining inlines.  Instead, just use parens to defeat macro
2923         expansion of __isctype in its declaration.
2924
2925 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2926
2927         * include/sys/uio.h (__libc_readv): Remove declaration.
2928         (__libc_writev): Likewise.
2929         * misc/readv.c (__libc_readv): Rename to __readv.
2930         (__readv): Do not define as alias.
2931         (readv): Define as alias of __readv.
2932         * misc/writev.c (__libc_writev): Rename to __writev.
2933         (__writev): Do not define as alias.
2934         (writev): Define as alias of __writev.
2935         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2936         (__readv): Do not define as alias.
2937         (readv): Define unconditionally as alias of __readv.
2938         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2939         (__writev): Do not define as alias.
2940         (writev): Define unconditionally as alias of __writev.
2941         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2942         name.
2943         (writev): Do not define __libc_writev name.
2944
2945 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2946
2947         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2948         (convert_charseq): New function, broken out of ...
2949         (use_from_charmap): ... here.  Call it.
2950         (use_to_charmap): Use convert_charseq and free instead of duplicating
2951         its code with a variable-length stack struct.
2952
2953 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2954
2955         * include/fcntl.h (__libc_creat): Remove declaration.
2956         * io/creat.c (__libc_creat): Rename to creat.
2957         (creat): Do not define as alias.
2958         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2959         of creat instead of __libc_creat.
2960         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2961         to creat.
2962         (creat): Do not define as alias.
2963         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2964         __libc_creat.
2965         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2966         __libc_creat name.
2967         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2968         Likewise.
2969
2970 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2971
2972         * manual/llio.texi: Add comments discussing why write() may be
2973         considered MT-unsafe on Linux.
2974
2975 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2976
2977         * dl-load.c (local_strdup): Remove.
2978         (expand_dynamic_string_token): Use __strdup.
2979         (decompose_rpath): Likewise.
2980         (_dl_map_object): Likewise.
2981
2982 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2983
2984         [BZ #14132]
2985         * sysdeps/generic/unwind-dw2-fde.c
2986         (__register_frame_info_bases_internal): Do not declare.
2987         (__register_frame_info_table_bases_internal): Likewise.
2988         (__deregister_frame_info_bases_internal): Likewise.
2989         (__register_frame_info_bases): Declare and use hidden_proto before
2990         definition.  Use hidden_def instead of INTDEF.
2991         (__register_frame_info_table_bases): Likewise.
2992         (__deregister_frame_info_bases): Likewise.
2993         (__register_frame_info): Do not use INTUSE.
2994         (__register_frame): Likewise.
2995         (__register_frame_info_table): Likewise.
2996         (__register_frame_table): Likewise.
2997         (__deregister_frame_info): Likewise.
2998         (__deregister_frame): Likewise.
2999
3000 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3001
3002         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3003         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3004         not undefine.
3005         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3006         Likewise.
3007         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3008         Likewise.
3009
3010 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3011
3012         [BZ #14138]
3013         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3014         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3015         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3016         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3017         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3018         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3019         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3020         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3021         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3022         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3023         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3024         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3025         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3026         syscall.
3027         (setfsuid): Likewise.
3028         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3029         (setfsuid): Likewise.
3030         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3031         (setfsuid): Likewise.
3032         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3033         Likewise.
3034         (setfsuid): Likewise.
3035         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3036         (setfsuid): Likewise.
3037         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3038         Likewise.
3039         (setfsuid): Likewise.
3040
3041 2014-10-27  Andreas Schwab  <schwab@suse.de>
3042
3043         [BZ #17501]
3044         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3045         check for Slow_SSE4_2 feature bit.
3046         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3047         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3048         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3049         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3050
3051 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3052
3053         * configure.ac: Validate compiler version with a empirical test of
3054         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3055         $CC -v output.
3056         * configure: Regenerated.
3057
3058         * inet/htons.c (htons): Prototypify.
3059         * inet/htonl.c (htonl): Likewise.
3060
3061 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3062
3063         * string/strncat.c (strncat): Improve performance by using strlen.
3064
3065 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3066
3067         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3068
3069 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3070
3071         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3072         Call libc_fetestexcept_aarch64.
3073
3074 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3075
3076         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3077         Call libc_feholdexcept_aarch64.
3078
3079 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3080
3081         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3082         Call get_rounding_mode.
3083
3084 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3085
3086         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3087         Simplify logic.
3088
3089 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3090
3091         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3092         Simplify logic.
3093
3094 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3095
3096         [BZ #14138]
3097         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3098         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3099         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3100         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3101         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3102         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3103         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3104         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3105         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3106         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3107         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3108         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3109         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3110         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3111         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3112         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3113         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3114         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3115         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3116         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3117         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3118         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3119         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3120         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3121         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3122         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3123         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3124         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3125         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3126         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3127         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3128         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3129         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3130         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3131         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3132         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3133         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3134         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3135         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3136         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3137         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3138         syscall.
3139         (geteuid): Likewise.
3140         (getgid): Likewise.
3141         (getuid): Likewise.
3142         (getresgid): Likewise.
3143         (getresuid): Likewise.
3144         (getgroups): Likewise.
3145         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3146         (geteuid): Likewise.
3147         (getgid): Likewise.
3148         (getuid): Likewise.
3149         (getresgid): Likewise.
3150         (getresuid): Likewise.
3151         (getgroups): Likewise.
3152         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3153         (geteuid): Likewise.
3154         (getgid): Likewise.
3155         (getuid): Likewise.
3156         (getresgid): Likewise.
3157         (getresuid): Likewise.
3158         (getgroups): Likewise.
3159         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3160         Likewise.
3161         (geteuid): Likewise.
3162         (getgid): Likewise.
3163         (getuid): Likewise.
3164         (getresgid): Likewise.
3165         (getresuid): Likewise.
3166         (getgroups): Likewise.
3167         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3168         (geteuid): Likewise.
3169         (getgid): Likewise.
3170         (getuid): Likewise.
3171         (getresgid): Likewise.
3172         (getresuid): Likewise.
3173         (getgroups): Likewise.
3174         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3175         Likewise.
3176         (geteuid): Likewise.
3177         (getgid): Likewise.
3178         (getuid): Likewise.
3179         (getgroups): Likewise.
3180
3181         [BZ #14138]
3182         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3183         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3184         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3185         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3186         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3188         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3189         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3190         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3191         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3192         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3193         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3194         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3195         __chown.
3196         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3197         (lchown): Likewise.
3198         (fchown): Likewise.
3199         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3200         Likewise.
3201         (lchown): Likewise.
3202         (fchown): Likewise.
3203         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3204         (lchown): Likewise.
3205         (fchown): Likewise.
3206         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3207         Likewise.
3208         (lchown): Likewise.
3209         (fchown): Likewise.
3210
3211 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3212
3213         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3214         Simplify logic.
3215
3216 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3217
3218         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3219         Cleanup logic.
3220
3221 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3222
3223         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3224         Remove unused include.
3225
3226 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3227
3228         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3229         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3230         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3231         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3232
3233 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3234             Helge Deller <deller@gmx.de>
3235
3236         [BZ #17508]
3237         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3238         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3239         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3240
3241 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3242
3243         [BZ #14132]
3244         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3245         Remove macro definition.
3246         (__ashrdi3_v_glibc20): Likewise.
3247         (__lshrdi3_v_glibc20): Likewise.
3248         (__cmpdi2_v_glibc20): Likewise.
3249         (__ucmpdi2_v_glibc20): Likewise.
3250         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3251         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3252         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3253         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3254         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3255         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3256
3257 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3258
3259         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3260         old GNU extension [0] syntax.
3261         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3262         alloca rather than an array member with variable length.
3263         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3264         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3265         (parse_opt): ... here.  Likewise use alloca there.
3266         Validate the -i argument before checking for rootness.
3267         (send_shutdown): New function, broken out of ...
3268         (parse_opt): ... here.
3269
3270 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3271
3272         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3273         macro to get at the _rt_local_ro field.
3274         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3275         ([PIC] case) or _dl_hwcap ([!PIC] case).
3276         * sysdeps/arm/setjmp.S: Likewise.
3277
3278         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3279         * sysdeps/arm/configure.ac: New check to define it.
3280         * sysdeps/arm/configure: Regenerated.
3281         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3282         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3283         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3284         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3285         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3286         Use move/movt pair instead of a load.
3287         (LDST_GLOBAL): Macro removed.
3288         (LDR_GLOBAL): New macro replaces it.
3289         (LDR_HIDDEN): New macro.
3290         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3291         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3292
3293         * setjmp/tst-setjmp-static.c: New file.
3294         * setjmp/Makefile (tests): Add it.
3295         (tests-static): New variable.
3296
3297 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3298
3299         [BZ #17485]
3300         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3301
3302 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3303
3304         [BZ #14132]
3305         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3306
3307 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3308
3309         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3310
3311 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3312
3313         * io/fts.c (dirent_not_directory): New function.
3314         (fts_build): Call it.
3315
3316 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3317
3318         * nptl/version.c (__nptl_main): Use normal __write rather than
3319         INTERNAL_SYSCALL.
3320         (banner): Update copyright years.
3321
3322         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3323         gettimeofday.
3324         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3325         * nptl/pthread_cond_timedwait.c: Likewise.
3326         * nptl/pthread_mutex_timedlock.c: Likewise.
3327         * nptl/sem_timedwait.c: Likewise.
3328
3329         * sysdeps/nptl/bits/libc-lock.h
3330         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3331         (__libc_lock_init_recursive): Return void, not 0.
3332         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3333         (__libc_rwlock_init): Likewise.
3334         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3335
3336 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3337
3338         [BZ #15215]
3339         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3340         (__pthread_once_slow): ... here.
3341         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3342         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3343
3344 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3345
3346         [BZ #15215]
3347         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3348         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3349         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3350         * nptl/pthread_once.c (__pthread_once): Likewise.
3351         Update comments.
3352
3353 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3354
3355         [BZ #14138]
3356         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3357         name.
3358         (writev): Use __libc_writev as strong name.
3359         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3360         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3361
3362 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3363
3364         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3365
3366         * sysdeps/i386/nptl/tls.h
3367         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3368         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3369         New macros.
3370         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3371         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3372         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3373         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3374         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3375         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3376
3377         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3378         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3379         on [__NR_futex].
3380         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3381         broken out of ...
3382         (__pthread_mutex_init): ... here.  Call it.
3383         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3384         Conditionalize PI cases on [__NR_futex].
3385         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3386         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3387         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3388
3389         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3390         conditional on [SIGSETXID].
3391         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3392         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3393         is defined.  Likewise for SIGSETXID.
3394         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3395         Conditionalize definitions on [SIGSETXID].
3396         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3397         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3398         unblocking on [SIGCANCEL].
3399
3400         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3401         [__NR_set_robust_list].
3402
3403 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3404
3405         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3406         (do_compare): Likewise.
3407
3408 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3409
3410         [BZ #15884]
3411         * string/strcoll_l.c: Don't include stdio.h.
3412         (coll_seq): Remove members idxarr and rulearr.
3413         (get_next_seq_cached): Remove function.
3414         (get_next_seq): Likewise.
3415         (get_next_seq_nocache): Rename to get_next_seq.
3416         (do_compare): Remove function.
3417         (do_compare_nocache): Rename to do_compare.
3418         (STRCOLL): Remove weight and rules cache.
3419
3420 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3421
3422         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3423         * sysdeps/arm/sfp-machine.h: ... to here.
3424         * sysdeps/arm/Implies: Remove arm/soft-fp.
3425
3426 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3427
3428         * conform/data/sys/utsname.h-data (*_t): Allow.
3429         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3430         [POSIX] (WEXITED): Do not expect constant.
3431         [POSIX] (WSTOPPED): Likewise.
3432         [POSIX] (WNOHANG): Likewise.
3433         [POSIX] (WNOWAIT): Likewise.
3434         [POSIX] (siginfo_t): Do not expect type or elements.
3435         [POSIX] (pid_t): Do not expect type.
3436         [POSIX] (signal.h): Do not allow header.
3437         [POSIX] (sys/resource.h): Likewise.
3438         [POSIX] (si_*): Do not allow pattern.
3439         [POSIX] (W*): Likewise.
3440         [POSIX] (P_*): Likewise.
3441         [POSIX] (BUS_*): Likewise.
3442         [POSIX] (CLD_*): Likewise.
3443         [POSIX] (FPE_*): Likewise.
3444         [POSIX] (ILL_*): Likewise.
3445         [POSIX] (POLL_*): Likewise.
3446         [POSIX] (SEGV_*): Likewise.
3447         [POSIX] (SI_*): Likewise.
3448         [POSIX] (TRAP_*): Likewise.
3449         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3450         variable.
3451
3452 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3453
3454         [BZ #12926]
3455         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3456         infinite loop when __recvmsg returns 0.
3457
3458 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3459
3460         * CANCEL-FCT-WAIVE: Remove file.
3461         * CANCEL-FILE-WAIVE: Likewise.
3462
3463         [BZ #14132]
3464         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3465         instead of INTVARDEF.
3466         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3467         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3468         rtld_hidden_data_def instead of INTVARDEF.
3469         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3470         * elf/dl-deps.c (expand_dst): Likewise.
3471         * elf/dl-load.c (_dl_dst_count): Likewise.
3472         (_dl_dst_substitute): Likewise.
3473         (decompose_rpath): Likewise.
3474         (_dl_init_paths): Likewise.
3475         (open_path): Likewise.
3476         (_dl_map_object): Likewise.
3477         * elf/rtld.c (dl_main): Likewise.
3478         (process_dl_audit): Likewise.
3479         (process_envvars): Likewise.
3480         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3481         Remove declaration.
3482         (__libc_enable_secure): Use rtld_hidden_proto.
3483
3484 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3485
3486         * elf/dl-load.c
3487         (add_path): New function broken out of _dl_rtld_di_serinfo.
3488         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3489
3490 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3491
3492         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3493         parentheses around macro arguments.
3494         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3496         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3497         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3498         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3499         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3500         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3501         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3502         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3504         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3505         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3506         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3507         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3508         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3509         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3510         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3511         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3512         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3513         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3514         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3515         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3516         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3517         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3518         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3519         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3520         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3522         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3523         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3524         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3525         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3526         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3527         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3528         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3529         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3530         Likewise.
3531         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3532         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3533         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3534         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3535         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3536         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3537         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3538         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3539         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3544         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3545         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3547         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3548         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3549         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3551         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3553         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3554         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3555         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3558         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3559         (_FP_FRAC_SRS_1): Likewise.
3560         (_FP_FRAC_CLZ_1): Likewise.
3561         (_FP_MUL_MEAT_1_imm): Likewise.
3562         (_FP_MUL_MEAT_1_wide): Likewise.
3563         (_FP_MUL_MEAT_1_hard): Likewise.
3564         (_FP_SQRT_MEAT_1): Likewise.
3565         (_FP_FRAC_ASSEMBLE_1): Likewise.
3566         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3567         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3568         (__FP_CLZ_2): Likewise.
3569         (_FP_MUL_MEAT_2_wide): Likewise.
3570         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3571         (_FP_MUL_MEAT_2_gmp): Likewise.
3572         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3573         (_FP_SQRT_MEAT_2): Likewise.
3574         (_FP_FRAC_ASSEMBLE_2): Likewise.
3575         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3576         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3577         (_FP_FRAC_CLZ_4): Likewise.
3578         (_FP_MUL_MEAT_4_wide): Likewise.
3579         (_FP_MUL_MEAT_4_gmp): Likewise.
3580         (_FP_SQRT_MEAT_4): Likewise.
3581         (_FP_FRAC_ASSEMBLE_4): Likewise.
3582         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3583         * soft-fp/op-common.h (_FP_CMP): Likewise.
3584         (_FP_CMP_EQ): Likewise.
3585         (_FP_CMP_UNORD): Likewise.
3586         (_FP_TO_INT): Likewise.
3587         (_FP_FROM_INT): Likewise.
3588         [!__FP_CLZ] (__FP_CLZ): Likewise.
3589         (_FP_DIV_HELP_imm): Likewise.
3590         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3591         Likewise.
3592         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3593         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3594         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3595         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3596         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3597         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3598         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3599         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3600         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3602         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3603         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3604         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3605         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3606         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3607         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3608         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3609         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3610         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3611         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3612         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3613         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3614         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3616         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3617         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3620         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3621         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3622         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3623         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3624         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3625         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3626         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3627         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3628         (FP_UNPACK_RAW_SP): Likewise.
3629         (FP_PACK_RAW_S): Likewise.
3630         (FP_PACK_RAW_SP): Likewise.
3631         (FP_UNPACK_S): Likewise.
3632         (FP_UNPACK_SP): Likewise.
3633         (FP_UNPACK_SEMIRAW_S): Likewise.
3634         (FP_UNPACK_SEMIRAW_SP): Likewise.
3635         (FP_PACK_S): Likewise.
3636         (FP_PACK_SP): Likewise.
3637         (FP_PACK_SEMIRAW_S): Likewise.
3638         (FP_PACK_SEMIRAW_SP): Likewise.
3639         (_FP_SQRT_MEAT_S): Likewise.
3640         (FP_CMP_S): Likewise.
3641         (FP_CMP_EQ_S): Likewise.
3642         (FP_CMP_UNORD_S): Likewise.
3643         (FP_TO_INT_S): Likewise.
3644         (FP_FROM_INT_S): Likewise.
3645
3646         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3647
3648         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3649         (FP_EX_INVALID_IMZ): Likewise.
3650         (FP_EX_INVALID_IMZ_FMA): Likewise.
3651         (FP_EX_INVALID_ISI): Likewise.
3652         (FP_EX_INVALID_ZDZ): Likewise.
3653         (FP_EX_INVALID_IDI): Likewise.
3654         (FP_EX_INVALID_SQRT): Likewise.
3655         (FP_EX_INVALID_CVI): Likewise.
3656         (FP_EX_INVALID_VC): Likewise.
3657         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3658         "invalid" exceptions.
3659         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3660         (_FP_ADD_INTERNAL): Likewise.
3661         (_FP_MUL): Likewise.
3662         (_FP_FMA): Likewise.
3663         (_FP_DIV): Likewise.
3664         (_FP_CMP_CHECK_NAN): Likewise.
3665         (_FP_SQRT): Likewise.
3666         (_FP_TO_INT): Likewise.
3667         (FP_EXTEND): Likewise.
3668
3669 2014-10-09  Allan McRae  <allan@archlinux.org>
3670
3671         * po/fr.po: Update French translation from translation project.
3672
3673 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3674
3675         [BZ #14132]
3676         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3677         of INTDEF.
3678         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3679         (__cxa_atexit): Use libc_hidden_proto.
3680         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3681
3682         [BZ #14132]
3683         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3684         declaration.
3685         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3686         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3687         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3688         [!_ISOMAC] (__iswctype_internal): Likewise.
3689         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3690         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3691         alias.
3692         (fcntl): Remove __fcntl_internal alias.
3693         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3694         __connect_internal alias.
3695         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3696         Likewise.
3697
3698         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3699         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3700         FP_DENORM_ZERO.
3701         (_FP_CHECK_FLUSH_ZERO): New macro.
3702         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3703         (_FP_CMP): Likewise.
3704         (_FP_CMP_EQ): Likewise.
3705         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3706         FP_DENORM_ZERO.
3707         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3708         (FP_TRUNC): Likewise.
3709
3710         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3711         treated as invalid conversion, not as normal exponent.
3712
3713         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3714         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3715         (_FP_CMP_EQ): Likewise.
3716         (_FP_CMP_UNORD): Likewise.
3717         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3718         (FP_CMP_EQ_D): Likewise.
3719         (FP_CMP_UNORD_D): Likewise.
3720         * soft-fp/extended.h (FP_CMP_E): Likewise.
3721         (FP_CMP_EQ_E): Likewise.
3722         (FP_CMP_UNORD_E): Likewise.
3723         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3724         (FP_CMP_EQ_Q): Likewise.
3725         (FP_CMP_UNORD_Q): Likewise.
3726         * soft-fp/single.h (FP_CMP_S): Likewise.
3727         (FP_CMP_EQ_S): Likewise.
3728         (FP_CMP_UNORD_S): Likewise.
3729         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3730         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3731         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3732         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3733         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3734         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3735         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3736         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3737         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3738         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3739         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3740         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3741         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3742         to FP_CMP_Q.
3743         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3744         FP_CMP_Q.
3745         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3746         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3747         FP_CMP_EQ_Q.
3748         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3749         FP_CMP_Q.
3750         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3751         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3752         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3753         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3754         FP_CMP_EQ_Q.
3755         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3756         FP_CMP_Q.
3757         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3758         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3759         FP_CMP_EQ_Q.
3760         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3761         FP_CMP_Q.
3762         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3763         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3764         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3765         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3766         FP_CMP_EQ_Q.
3767
3768         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3769         a subnormal result, set the underflow exception if trapping on
3770         underflow is enabled.
3771         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3772         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3773         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3774         redefine to 0.
3775         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3776         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3777         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3778         * soft-fp/extendxftf2.c (__extendxftf2): Use
3779         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3780
3781         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3782         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3783         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3784         FP_HANDLE_EXCEPTIONS.
3785         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3786         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3787         FP_HANDLE_EXCEPTIONS.
3788         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3789         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3790         FP_HANDLE_EXCEPTIONS.
3791         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3792         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3793         FP_HANDLE_EXCEPTIONS.
3794
3795 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3796
3797         [BZ #14132]
3798         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3799         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3800         use INTUSE.
3801         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3802         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3803         Remove alias.
3804         (__adjtimex): Define using libc_hidden_ver.
3805         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3806         Remove declaration.
3807         (ntp_gettime): Call __adjtimex directly.
3808         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3809         Remove declaration.
3810         (ntp_gettimex): Call __adjtimex directly.
3811         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3812         __adjtimex_internal alias.
3813
3814 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3815
3816         [BZ #17460]
3817         * nscd/nscd.c (more_help): Rewrite list of tables collection
3818         using xstrdup and asprintf.
3819
3820         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3821
3822 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3823             Roland McGrath  <roland@hack.frob.com>
3824
3825         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3826         (do_lookup_unique): ... local function 'enter' here; update callers.
3827
3828 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3829
3830         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3831         compat_symbol calls on [SHARED].
3832         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3833         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3834         Remove.
3835         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3836         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3837         (oldsetrlimit): Remove.
3838         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3840         (lchown): New syscall entry.
3841         (oldsetrlimit): Remove.
3842         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3843         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3844         (oldsetrlimit): Remove.
3845         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3846
3847         [BZ #14138]
3848         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3849         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3850         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3851         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3852         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3853         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3854         (fchown): Likewise.
3855         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3856         (fchown): Likewise.
3857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3858         Likewise.
3859
3860 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3861
3862         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3863         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3864         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3865         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3866         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3867         Likewise.
3868         (__old_sem_post): Likewise.
3869
3870 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3871
3872         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3873         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3874         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3875         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3876         Use INLINE_VSYSCALL macro.
3877         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3878         __vdso_clock_gettime.
3879         * sysdeps/unix/sysv/linux/tile/init-first.c
3880         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3881         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3882         __vdso_clock_gettime.
3883
3884         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3885         to set up frame more cleanly.
3886
3887         * sysdeps/tile/memcmp.c: New file.
3888
3889         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3890
3891         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3892         * sysdeps/tile/tilegx/strcasestr.c: New file.
3893         * sysdeps/tile/tilegx/strnlen.c: New file.
3894         * sysdeps/tile/tilegx/strstr.c: New file.
3895
3896         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3897
3898 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3899
3900         * nptl/tst-setuid3.c: Write errors to stdout.
3901
3902 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3903
3904         * elf/dl-deps.c
3905         (preload): New functions broken out of _dl_map_object_deps.
3906         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3907
3908 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3909
3910         [BZ #14138]
3911         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3912         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3913
3914 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3915
3916         * sysdeps/mips/strcmp.S: New.
3917
3918 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3919
3920         [BZ #14138]
3921         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3922         (linkat): Likewise.
3923         (mkdirat): Likewise.
3924         (readlinkat): Likewise.
3925         (renameat): Likewise.
3926         (symlinkat): Likewise.
3927         (unlinkat): Likewise.
3928         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3929         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3930         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3931         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3932         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3933         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3934         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3935
3936 2014-09-30  Will Newton  <will.newton@linaro.org>
3937
3938         * math/math.h: Define long double math functions if
3939         _LIBC_TEST is defined.
3940         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3941
3942         * localedata/Makefile: Move assignment to tests-special
3943         into an ifdef testing run-built-tests.
3944         * timezone/Makefile: Likewise.
3945
3946 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3947
3948         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3949         with $(BASH) not $(SHELL).
3950
3951 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3952             Matthew LeGendre  <legendre1@llnl.gov>
3953
3954         [BZ #17411]
3955         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3956         l_reloc_result.
3957
3958 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3959
3960         * stdio-common/printf_fp.c
3961         (hack_digit): New function, broken out of ...
3962         (__printf_fp): ... local function here.  Update call sites.
3963         hack_digit now takes an additional parameter that is a pointer
3964         to a struct of the referenced locals.  Those locals moved inside
3965         the struct and references updated.
3966
3967 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3968
3969         * aclocal.m4: Require autoconf 2.69.
3970         * configure: Regenerated.
3971         * sysdeps/aarch64/configure: Likewise.
3972         * sysdeps/alpha/configure: Likewise.
3973         * sysdeps/arm/armv7/configure: Likewise.
3974         * sysdeps/arm/configure: Likewise.
3975         * sysdeps/ia64/configure: Likewise.
3976         * sysdeps/mach/configure: Likewise.
3977         * sysdeps/mips/configure: Likewise.
3978         * sysdeps/s390/configure: Likewise.
3979         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3981
3982         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3983         file.
3984         * sysdeps/ia64/configure.ac: Likewise.
3985
3986 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3987
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3989         specify symbol version for ld.so.  Do not include entry for
3990         libpthread.
3991         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3992         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3993         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3994
3995         [BZ #14171]
3996         * Makeconfig [$(build-shared) = yes]
3997         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3998         makefiles.
3999         [$(build-shared) = yes && $(soversions.mk-done) = t]
4000         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4001         [$(build-shared) = yes && $(soversions.mk-done) = t]
4002         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4003         to Makerules.
4004         [$(build-shared) = yes && $(soversions.mk-done) = t]
4005         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4006         here.
4007         [$(build-shared) = yes && $(soversions.mk-done) = t]
4008         (common-generated): Don't append gnu/lib-names.h and
4009         gnu/lib-names.stmp here.
4010         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4011         (lib-names-h-abi): New variable.
4012         [$(build-shared) = yes && $(soversions.mk-done) = t]
4013         (lib-names-stmp-abi): Likewise.
4014         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4015         abi-variants] (before-compile): Append
4016         $(common-objpfx)$(lib-names-h-abi).
4017         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4018         abi-variants] (common-generated): Append gnu/lib-names.h.
4019         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4020         abi-variants] (install-others-nosubdir): Depend on
4021         $(inst_includedir)/$(lib-names-h-abi).
4022         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4023         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4024         [$(build-shared) = yes && $(soversions.mk-done) = t]
4025         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4026         [$(build-shared) = yes && $(soversions.mk-done) = t]
4027         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4028         [$(build-shared) = yes && $(soversions.mk-done) = t]
4029         (common-generated): Append $(lib-names-h-abi) and
4030         $(lib-names-stmp-abi).
4031         * scripts/lib-names.awk: Do not handle multi being set.
4032         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4033         Remove variable.
4034         (abi-lp64_be-ld-soname): Likewise.
4035         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4036         Likewise.
4037         (abi-hard-ld-soname): Likewise.
4038         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4039         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4040         Remove variable.
4041         (abi-o32_hard-ld-soname): Likewise.
4042         (abi-o32_soft_2008-ld-soname): Likewise.
4043         (abi-o32_hard_2008-ld-soname): Likewise.
4044         (abi-n32_soft-ld-soname): Likewise.
4045         (abi-n32_hard-ld-soname): Likewise.
4046         (abi-n32_soft_2008-ld-soname): Likewise.
4047         (abi-n32_hard_2008-ld-soname): Likewise.
4048         (abi-n64_soft-ld-soname): Likewise.
4049         (abi-n64_hard-ld-soname): Likewise.
4050         (abi-n64_soft_2008-ld-soname): Likewise.
4051         (abi-n64_hard_2008-ld-soname): Likewise.
4052         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4053         Likewise.
4054         (abi-64-v2-ld-soname): Likewise.
4055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4056         ld.so entries.
4057         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4058         variable.
4059         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4060         entry.
4061         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4062         variable.
4063         (abi-64-ld-soname): Likewise.
4064         (abi-x32-ld-soname): Likewise.
4065         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4066         entry.
4067         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4068
4069 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4070
4071         [BZ #14138]
4072         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4073         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4074         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4075         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4076         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4077         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4078         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4079         syscall entry for GLIBC_2.2 symbol version.
4080         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4081         Likewise.
4082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4083         (setrlimit): Likewise.
4084         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4085         Likewise.
4086
4087 2014-09-23  Will Newton  <will.newton@linaro.org>
4088
4089         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4090         _LINUX_ARM_SYSDEP_H include guard too.
4091         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4092         define.
4093
4094 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4095
4096         * sysdeps/unix/sysv/linux/eventfd.c:
4097         Make first argument unsigned.
4098         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4099         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4100
4101 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4102
4103         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4104         * socket/sys/socket.h: Likewise
4105         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4106
4107 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4108
4109         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4110
4111 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4112
4113         * time/tst-ftime.c: New test.
4114         * time/Makefile (tests): Add tst-ftime.
4115
4116 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4117
4118         * soft-fp/extended.h: Fix comment formatting.
4119         * soft-fp/op-1.h: Likewise.
4120         * soft-fp/op-2.h: Likewise.
4121         * soft-fp/op-4.h: Likewise.
4122         * soft-fp/op-8.h: Likewise.
4123         * soft-fp/op-common.h: Likewise.
4124         * soft-fp/soft-fp.h: Likewise.
4125
4126         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4127
4128 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4129
4130         [BZ #6652]
4131         * Makeconfig (soversions-default-setname): Remove variable.
4132         ($(common-objpfx)soversions.i): Don't pass default_setname to
4133         soversions.awk.
4134         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4135         oldest_abi to abi-versions.awk.
4136         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4137         * config.make.in (oldest-abi): Remove variable.
4138         * configure.ac (--enable-oldest-abi): Remove configure option.
4139         * configure: Regenerated.
4140         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4141         text.
4142         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4143         * scripts/soversions.awk: Do not handle default_setname variable.
4144         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4145         variable.
4146         * sysdeps/mach/hurd/configure: Regenerated.
4147         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4148         variable.
4149         * sysdeps/unix/sysv/linux/configure: Regenerated.
4150
4151 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4152
4153         * elf/Makefile (CFLAGS-interp.c): Remove.
4154         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4155         path string.
4156         * elf/interp.c: Include generated runtime-linker.h
4157
4158         * Makerules (lib%.so): Don't include $(+interp) in
4159         prerequisites.
4160         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4161         * dlfcn/eval.c: Remove file.
4162
4163         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4164         macros.
4165
4166         [BZ #17266]
4167         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4168         4.2 and newer.
4169
4170         [BZ #17370]
4171         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4172
4173 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4174             Jakub Jelinek  <jakub@redhat.com>
4175
4176         [BZ #17266]
4177         * libio/stdio.h: Check definition of __fortify_function
4178         instead of __extern_always_inline to include bits/stdio2.h.
4179         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4180         check if __extern_always_inline is defined.
4181         [__USE_MISC || __USE_XOPEN]: Likewise.
4182         [__USE_ISOC99] Likewise.
4183         * misc/sys/cdefs.h (__fortify_function): Define only if
4184         __extern_always_inline is defined.
4185         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4186         __extern_always_inline and __extern_inline only for g++-4.3
4187         and newer or a compatible gcc.
4188
4189 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4190
4191         [BZ #17371]
4192         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4193         last change to handle zero prefix length.
4194
4195 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4196
4197         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4198         _SC_REGEX_VERSION.
4199
4200         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4201         _POSIX_RAW_SOCKETS.
4202
4203 2014-09-13  Allan McRae  <allan@archlinux.org>
4204
4205         * po/ru.po: Update Russian translation from translation project.
4206
4207 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4208
4209         * locale/programs/locale.c (show_locale_vars): Inline local function
4210         into its sole call site.  Clean up some style nits.
4211         (print_item): New function, broken out of ...
4212         (show_info): ... local function here.  Clean up style nits.
4213
4214         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4215         out of ...
4216         (set_class_defaults): ... local function set_default here.
4217         Define set_default as a macro locally to pass constant parameters.
4218         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4219         rather than a shared local.
4220
4221         * stdlib/rpmatch.c (try): New function, broken out of ...
4222         (rpmatch): ... local function here.  Also, prototypify definition.
4223
4224 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4225
4226         * scripts/soversions.awk: Do not handle configuration names.
4227         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4228         vendor and os variables to soversions.awk.
4229         * configure.ac: Do not modify gnu-* host_os.
4230         * configure: Regenerated
4231         * shlib-versions: Remove first column with configuration names.
4232         * nptl/shlib-versions: Likewise.
4233         * nptl_db/shlib-versions: Likewise.
4234         * sysdeps/hppa/shlib-versions: Likewise.
4235         * sysdeps/m68k/shlib-versions: Likewise.
4236         * sysdeps/mach/hurd/shlib-versions: Likewise.
4237         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4238         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4239         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4240         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4241         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4242         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4243         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4244         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4246         Likewise.
4247         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4248         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4249         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4250         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4251         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4252         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4253         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4254         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4255
4256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4257         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4259         Regenerated.
4260         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4262         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4263
4264         * shlib-versions: Remove OS-specific entries.  Moved to files in
4265         sysdeps.
4266         * sysdeps/mach/hurd/shlib-versions: New file.
4267         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4268
4269         * nptl/shlib-versions: Remove architecture-specific entries.
4270         Moved to files in sysdeps.
4271         * shlib-versions: Likewise.
4272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4273         file.
4274         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4275         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4276         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4277         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4278
4279         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4280         (UDP_NO_CHECK6_RX): Likewise.
4281
4282 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4283
4284         * sysdeps/posix/sysconf.c (__sysconf): Spell
4285         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4286
4287 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4288
4289         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4290         loading.
4291         * iconv/Versions (__gconv_transliterate): Export for use from
4292         gconv modules.
4293         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4294         (struct __gconv_trans_data, __gconv_trans_fct,
4295         __gconv_trans_context_fct, __gconv_trans_query_fct,
4296         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4297         definitions.
4298         (struct __gconv_step_data): Remove __trans member.
4299         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4300         longer hidden.  Remove unused trans_data argument.
4301         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4302         (__gconv_translit_find): Remove declaration.
4303         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4304         prototype.
4305         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4306         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4307         trans_data argument.  Add hidden definition.
4308         (__gconv_translit_find): Remove.
4309         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4310         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4311         * iconv/skeleton.c: Remove transliteration initialization.
4312         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4313         __gconv_step_data initialization.
4314         * libio/iofwide.c (__libio_translit_): Remove.
4315         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4316         * wcsmbs/btowc.c (__btowc): Likewise.
4317         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4318         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4319         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4320         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4321         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4322         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4323         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4324         * wcsmbs/wctob.c (wctob): Likewise.
4325
4326 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4327
4328         [BZ #16194]
4329         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4330         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4331         register usage.
4332         * sysdeps/x86/Makefile: Adjust.
4333
4334 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4335             Roland McGrath  <roland@hack.frob.com>
4336
4337         * locale/weight.h: Add include guard.
4338         (findidx): Make static rather than auto; take new parameters
4339         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4340         * locale/weightwc.h: Likewise.
4341         * posix/fnmatch_loop.c
4342         (FCT): Change type of EXTRA from int32_t to wint_t.
4343         Don't include either header inside the function.
4344         Call FINDIDX rather than findidx, and pass new arguments.
4345         #undef FINDIDX at the end of the file.
4346         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4347         FINDIDX before including fnmatch_loop.c for the non-wide version.
4348         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4349         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4350         for the wide version.
4351         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4352         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4353         Pass new arguments to findidx.
4354         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4355         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4356         Don't #include it inside the function.  Pass new arguments to findidx.
4357         * posix/regex_internal.h
4358         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4359         (re_string_elem_size_at): Don't #include it inside the function.
4360         Pass new arguments to findidx.
4361         * string/strcoll_l.c: #include WEIGHT_H at top level.
4362         (get_next_seq): Don't #include it inside the function.
4363         Pass new arguments to findidx.
4364         (get_next_seq_nocache): Likewise.
4365         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4366         (STRXFRM): Don't #include it inside the function.
4367         Pass new arguments to findidx.
4368
4369 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4370
4371         [BZ #17344]
4372         * malloc/malloc.c (unlink): Turn asserts into a call to
4373         malloc_printerr.
4374
4375 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4376
4377         [BZ #17370]
4378         * libio/wfileops (do_ftell_wide): Free OUT.
4379
4380 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4381
4382         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4383
4384 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4385
4386         [BZ #17363]
4387         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4388         group if the current group is empty.
4389
4390 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4391
4392         * benchtests/bench-memset.c (test_main): Add more test from size
4393         from 32 to 512 bytes.
4394         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4395         Add POWER8 memset object.
4396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4397         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4398         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4399         implementation.
4400         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4401         Likewise.
4402         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4403         multiarch POWER8 memset optimization.
4404         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4405         POWER8 memset optimization.
4406
4407         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4408         Remove bzero multiarch objects.
4409         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4410         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4411         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4412         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4413         Remove define.
4414         [__bzero]: Redefine to specific name.
4415         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4416         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4417         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4418         define.
4419         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4420         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4421
4422 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4423
4424         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4425         warnings into errors.
4426
4427         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4428         __cxa_thread_atexit_impl prototype.
4429
4430 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4431
4432         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4433         Fix capitalization of error message.
4434
4435 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4436
4437         * sysdeps/mips/preconfigure: Modify ABI tests.
4438
4439 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4440
4441         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4442
4443 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4444             Carlos O'Donell  <carlos@systemhalted.org>
4445
4446         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4447         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4448         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4449         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4450         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4451         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4452         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4453         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4454         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4455         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4456         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4457         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4458         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4459         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4460         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4461         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4462         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4463         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4464         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4465         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4466         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4467         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4468         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4469         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4470         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4471         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4472         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4473         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4474         Deconditionalize the code that was previously under [RESET_PID].
4475         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4476         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4477         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4478         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4479         include sysdep.h.
4480
4481 2014-09-08  Allan McRae  <allan@archlinux.org>
4482
4483         * version.h (RELEASE): Set to "development".
4484         (VERSION): Set to "2.20.90"
4485
4486 2014-09-07  Allan McRae  <allan@archlinux.org
4487
4488         * version.h (RELEASE): Set to "stable".
4489         (VERSION): Set to "2.20"
4490         * include/features.h (__GLIBC_MINOR__): Set to 20.
4491
4492         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4493         Liebler.
4494
4495         * po/ko.po: Update Korean translation from translation project.
4496
4497 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4498
4499         [BZ #17354]
4500         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4501         macro for handling signed relocations.
4502
4503 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4504
4505         [BZ #17325]
4506         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4507         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4508         assert.
4509         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4510         * iconvdata/ibm935.c (BODY): Likewise.
4511         * iconvdata/ibm937.c (BODY): Likewise.
4512         * iconvdata/ibm939.c (BODY): Likewise.
4513         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4514         assert.
4515         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4516         script.
4517         * iconvdata/run-iconv-test.sh: New test loop for checking for
4518         decoder crashers.
4519
4520 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4521
4522         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4523         libm_hidden_ver.
4524
4525 2014-09-01  Allan McRae  <allan@archlinux.org>
4526
4527         * po/eo.po: Update Esperanto translation from translation project.
4528
4529         * po/ca.po: Update Catalan translation from translation project.
4530
4531 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4532
4533         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4534         __proc_dostop call.
4535
4536 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4537
4538         [BZ #17319]
4539         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4540         to call set_thread_area instead of hand written asm.
4541         (__NR_set_thread_area): Removed define.
4542         (TLS_FLAG_WRITABLE): Likewise.
4543         (__ASSUME_SET_THREAD_AREA): Remove check.
4544         (TLS_EBX_ARG): Remove define.
4545         (TLS_LOAD_EBX): Likewise.
4546
4547 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4548
4549         Simplify atomicity of socket creation in bind.
4550
4551         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4552         looking up the name after linking the file.
4553
4554 2014-08-27  Allan McRae  <allan@archlinux.org>
4555
4556         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4557
4558 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4559
4560         [BZ #17187]
4561         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4562         trans_compare, open_translit, __gconv_translit_find):
4563         Remove module loading code.
4564
4565 2014-08-26  Allan McRae  <allan@archlinux.org>
4566
4567         * po/vi.po: Update Vietnamese translation from translation project.
4568
4569         * po/uk.po: Update Ukrainian translation from translation project.
4570
4571         * po/fr.po: Update French translation from translation project.
4572
4573         * po/ru.po: Update Russian translation from translation project.
4574
4575         * po/pl.po: Update Polish translation from translation project.
4576
4577         * po/cs.po: Update Czech translation from translation project.
4578
4579         * po/de.po: Update German translation from translation project.
4580
4581         * po/bg.po: Update Bulgarian translation from translation project.
4582
4583         * po/sv.po: Update Sweedish translation from translation project.
4584
4585         * po/nl.po: Update Dutch translation from translation project.
4586
4587         * po/es.po: Update Spanish translation from translation project.
4588
4589 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4590
4591         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4592
4593         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4594         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4595         (CPPFLAGS-iconvconfig): Likewise.
4596         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4597
4598         * include/libc-symbols.h: Remove unnecessary check for
4599         NOT_IN_libc.
4600         * nptl/pthreadP.h: Likewise.
4601         * sysdeps/aarch64/setjmp.S: Likewise.
4602         * sysdeps/alpha/setjmp.S: Likewise.
4603         * sysdeps/arm/sysdep.h: Likewise.
4604         * sysdeps/i386/setjmp.S: Likewise.
4605         * sysdeps/m68k/setjmp.c: Likewise.
4606         * sysdeps/posix/getcwd.c: Likewise.
4607         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4608         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4609         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4610         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4611         * sysdeps/sh/sh3/setjmp.S: Likewise.
4612         * sysdeps/sh/sh4/setjmp.S: Likewise.
4613         * sysdeps/unix/alpha/sysdep.h: Likewise.
4614         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4615         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4616         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4617         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4620         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4621         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4622         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4623         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4624         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4625         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4626         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4627         * sysdeps/x86_64/setjmp.S: Likewise.
4628
4629 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4630
4631         [BZ #17263]
4632         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4633         <stdint.h>.
4634         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4635         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4636
4637 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4638
4639         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4640
4641         [BZ #17262]
4642         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4643         and __x86_64__ when disabling x87 inline functions.
4644
4645 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4646
4647         [BZ #17259]
4648         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4649         asm statement with __cpuid_count.
4650
4651 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4652
4653         * configure.ac: Change __ehdr_start code to dereference the struct.
4654         Run readelf on the output to look for relocations.
4655         * configure: Regenerated.
4656
4657 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4658
4659         [BZ #17261]
4660         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4661         value to 0.
4662         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4663
4664 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4665
4666         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4667
4668 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4669
4670         [BZ #16892]
4671         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4672         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4673
4674 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4675
4676         * malloc/malloc.c: Fix typo in comment.
4677
4678 2014-08-09  Allan McRae  <allan@archlinux.org>
4679
4680         * Regenerate libc.po.
4681
4682 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4683
4684         * intl/tst-gettext2.sh: Check every lang file for creation.
4685
4686 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4687
4688         * sysdeps/aarch64/fpu/math_private.h
4689         (libc_feholdsetround_noex_aarch64_ctx): New function.
4690
4691 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4692
4693         * sysdeps/arm/armv6/strcpy.S (strcpy):
4694         Fix performance issue in misaligned cases.
4695
4696 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4697
4698         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4699         Move definition from termios.h.
4700         (struct termio): Likewise.
4701         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4702         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4703         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4704         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4705         Likewise.
4706         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4707         Move definition to ioctl-types.h
4708         (struct termio): Likewise.
4709         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4710         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4711         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4712         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4713         Likewise.
4714
4715 2014-08-05  Richard Henderson  <rth@redhat.com>
4716
4717         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4718         exceptions.
4719         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4720         Add fraiseexcpt.
4721         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4722         Use __feraiseexcept.
4723         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4724         Protect libm symbols with IS_IN_libm.
4725
4726         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4727
4728 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4729
4730         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4731
4732 2014-08-04  Will Newton  <will.newton@linaro.org>
4733
4734         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4735         file.
4736
4737 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4738
4739         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4740         variants for each function.
4741
4742 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4743
4744         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4745         appended ...
4746         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4747         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4748         appended ...
4749         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4750         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4751         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4752         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4753         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4754         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4755         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4756         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4757         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4758         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4759         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4760         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4761         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4762         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4763         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4764         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4765         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4766         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4767         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4768         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4769         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4770         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4771         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4772         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4773         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4774         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4775         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4776         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4777         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4778         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4779         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4780         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4781         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4782         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4783         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4784         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4785         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4786         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4787         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4788         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4789         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4790         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4791         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4792         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4793         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4794         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4795         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4796         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4797         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4798         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4799         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4800         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4801         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4802         Update #include.
4803         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4804         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4805
4806 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4807
4808         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4809         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4810         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4811         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4812         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4813         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4814
4815 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4816
4817         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4818         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4819         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4820         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4821
4822 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4823
4824         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4825         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4826         (__libc_vfork): Define function under this name.
4827         (__vfork): Define as an alias.
4828         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4829         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4830
4831 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4832
4833         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4834         that was previously under [RESET_PID].
4835         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4836
4837 2014-08-04  Andreas Schwab  <schwab@suse.de>
4838
4839         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4840
4841 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4842
4843         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4844         (main): Likewise.
4845
4846 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4847
4848         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4849
4850 2014-08-01  Richard Henderon  <rth@redhat.com>
4851
4852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4853         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4854         typo in exact zero test.
4855         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4856         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4857         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4858
4859 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4860
4861         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4862         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4863         * sysdeps/arm/sysdep.h: ... here.
4864         [!__ASSEMBLER__]: Include <stdint.h>.
4865
4866 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4867
4868         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4869         (HAVE_WCTYPE_H): Likewise.
4870         (HAVE_ISWCTYPE): Likewise.
4871         (ENABLE_NLS): Likewise.
4872         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4873         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4874
4875         * posix/regex_internal.c: Check if DEBUG is defined and is
4876         set.
4877
4878         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4879         (HAVE_MBSRTOWCS): Likewise.
4880         * posix/fnmatch.c: Include string.h unconditionally.
4881
4882 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4883
4884         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4885         reversal.
4886
4887 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4888
4889         * sysdeps/generic/safe-fatal.h: New file.
4890         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4891         * nptl/forward.c: Include it.
4892         (__pthread_unwind): Use __safe_fatal as default action, rather
4893         than a bogus use of INTERNAL_SYSCALL that could never work.
4894
4895         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4896         * configure.ac (libc_cv_builtin_trap): New test.
4897         * configure: Regenerated.
4898         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4899         (ABORT_INSTRUCTION): Define using __builtin_trap.
4900
4901         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4902         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4903         * sysdeps/nptl/nptl-signals.h: New file.
4904         * nptl/pthreadP.h: Include <nptl-signals.h>.
4905
4906 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4907
4908         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4909         (ONE_DIRECTION): Define.
4910         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4911         (ONE_DIRECTION): Define.
4912         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4913         (ONE_DIRECTION): Define.
4914
4915 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4916
4917         * sysdeps/s390/Makefile: Delete file.
4918         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4919         * sysdeps/s390/__longjmp.c: Delete file.
4920         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4921         Remove fields __flags and __reserved.
4922         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4923         and add versioning.
4924         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4925         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4926         * sysdeps/s390/rtld-setjmp.S: Likewise.
4927         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4928         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4929         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4930         * sysdeps/s390/s390-32/setjmp.S: ... here.
4931         Add versioning.
4932         (__sigsetjmp): Remove setting __flags field.
4933         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4934         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4935         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4936         * sysdeps/s390/s390-64/setjmp.S: ... here.
4937         Add versioning.
4938         (__sigsetjmp): Remove setting __flags field.
4939         * sysdeps/s390/setjmp.S: Delete file.
4940         * sysdeps/s390/sigjmp.c: Likewise.
4941         * sysdeps/s390/v1-longjmp.c: Likewise.
4942         * sysdeps/s390/v1-setjmp.h: Likewise.
4943         * sysdeps/s390/v1-sigjmp.c: Likewise.
4944         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4945         Remove v1-longjmp_chk.
4946         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4947         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4948         Include debug/longjmp_chk.c and add versioning.
4949         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4950         Include nptl/pt-longjmp.c and add versioning.
4951         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4952         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4953         Include __longjmp.c.
4954         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4955         Move to ...
4956         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4957         (__getcontext): Remove setting __flags field.
4958         Add versioning.
4959         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4960         Don't restore upper high grps.
4961         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4962         Likewise.
4963         (__swapcontext): Remove setting uc_flags field.
4964         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4965         Delete file.
4966         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4967         Include __longjmp.c.
4968         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4969         Move to ...
4970         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4971         (__getcontext): Remove setting __flags field.
4972         Add versioning.
4973         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4974         (__swapcontext): Remove setting uc_flags field.
4975         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4976         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4977         Remove fields uc_high_gprs and __reserved.
4978         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4979         New file with reverted content.
4980         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4981         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4982         Regenerated.
4983         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4984         Regenerated.
4985
4986 2014-07-31  Andreas Schwab  <schwab@suse.de>
4987
4988         * config.h.in (HAVE_IFUNC): Define to 0.
4989         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4990         definedness.
4991
4992 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4993
4994         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4995         memmove-avx-unaligned, memcpy-avx-unaligned and
4996         mempcpy-avx-unaligned.
4997         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4998         Add tests for AVX memcpy functions.
4999         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5000         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5001         memcpy_chk.
5002         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5003         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5004         memmove_chk.
5005         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5006         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5007         mempcpy_chk.
5008         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5009         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5010         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5011
5012 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5013
5014         [BZ #17213]
5015         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5016         powerpc64le.
5017
5018 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5019
5020         [BZ #16839]
5021         * manual/llio.texi: Add section about open file description locks.
5022         * manual/examples/ofdlocks.c: Example of open file description
5023         lock usage.
5024         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5025         F_OFD_SETLK, and F_OFD_SETLKW.
5026
5027 2014-07-23  Allan McRae  <allan@archlinux.org>
5028
5029         * po/es.po: Update Spanish translation from translation project.
5030
5031 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5032
5033         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5034
5035 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5036
5037         [BZ #17078]
5038         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5039         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5040         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5041
5042 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5043
5044         [BZ #17088]
5045         * math/fesetenv.c (__fesetenv)
5046         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5047         * math/feupdateenv.c (__feupdateenv)
5048         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5049
5050         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5051         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5052         (__ASSUME_SOCKETCALL): Do not define.
5053
5054         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5055         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5056         (__ASSUME_SOCKETCALL): Do not define.
5057         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5058         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5059         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5060         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5061         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5062         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5063         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5064         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5065
5066         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5067         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5068         (__ASSUME_SOCKETCALL): Do not define.
5069         (__ASSUME_IPC64): Define unconditionally.
5070         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5071         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5072         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5073         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5074         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5075         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5076         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5077         Likewise.
5078
5079         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5080         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5081         (__ASSUME_SOCKETCALL): Do not define.
5082         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5083         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5084         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5085         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5086         (__ASSUME_REQUEUE_PI): Define unconditionally.
5087         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5088         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5089         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5090         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5091         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5092         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5093
5094         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5095         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5096         (__ASSUME_SOCKETCALL): Do not define.
5097         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5098         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5099         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5100         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5101         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5102         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5103
5104         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5105         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5106         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5107         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5108         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5109         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5110         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5111         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5112         (__ASSUME_GETCPU_SYSCALL): Likewise.
5113
5114         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5115         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5116         cases for individual architectures.
5117         * sysdeps/gnu/configure: Regenerated.
5118         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5119         LIBC_SLIBDIR_RTLDDIR.
5120         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5121         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5122         LIBC_SLIBDIR_RTLDDIR.
5123         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5125         LIBC_SLIBDIR_RTLDDIR.
5126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5127         Regenerated.
5128         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5129         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5130         file.
5131         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5132         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5133         file.
5134         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5135         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5136         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5137         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5138
5139         * sysdeps/aarch64/shlib-versions: Move to ...
5140         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5141         * sysdeps/alpha/shlib-versions: Move to ...
5142         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5143         * sysdeps/arm/shlib-versions: Move to ...
5144         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5145         * sysdeps/hppa/shlib-versions: Move all contents except for
5146         libgcc_s entry to ...
5147         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5148         entry from ...
5149         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5150         * sysdeps/ia64/shlib-versions: Move to ...
5151         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5152         entry from ...
5153         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5154         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5155         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5156         * sysdeps/microblaze/shlib-versions: Move to ...
5157         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5158         * sysdeps/mips/shlib-versions: Move to ...
5159         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5160         entry from ...
5161         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5162         * sysdeps/tile/shlib-versions: Move to ...
5163         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5164         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5165         from ...
5166         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5167         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5168         entry from ...
5169         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5170
5171 2014-07-17  Will Newton  <will.newton@linaro.org>
5172
5173         * sysdeps/arm/bits/atomic.h
5174         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5175         (__arch_compare_and_exchange_bool_16_int): Likewise.
5176         (__arch_compare_and_exchange_bool_64_int): Likewise.
5177
5178         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5179         into an #else block.
5180
5181 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5182
5183         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5184         just Linux configurations.  Test empirically that the compiler sets
5185         __ARM_EABI__, rather than using the tuple to decide.
5186         * sysdeps/arm/preconfigure: Regenerated.
5187         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5188         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5189         contents appended ...
5190         * sysdeps/arm/configure.ac: ... here.
5191         * sysdeps/arm/configure: Regenerated.
5192
5193 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5194
5195         * nptl/pthread_kill.c: New file.
5196         * nptl/pthread_sigmask.c: New file.
5197         * nptl/pthread_sigqueue.c: New file.
5198
5199         * sysdeps/nptl/lowlevellock.h: New file.
5200         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5201         * sysdeps/nptl/lowlevellock-futex.h: New file.
5202
5203         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5204         Remove dead declarations.
5205
5206 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5207
5208         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5209         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5210         config-cflags-avx2.
5211         * sysdeps/x86_64/configure.ac: Likewise.
5212         * sysdeps/i386/configure: Regenerated.
5213         * sysdeps/x86_64/configure: Likewise.
5214         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5215         memset-avx2 only if config-cflags-avx2 is yes.
5216         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5217         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5218         defined.
5219         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5220         only if HAVE_AVX2_SUPPORT is defined.
5221         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5222
5223 2014-07-14  Alan Modra  <amodra@gmail.com>
5224
5225         [BZ #17153]
5226         * elf/elf.h (DT_PPC64_NUM): Correct value.
5227         * NEWS: Add to fixed bug list.
5228
5229 2014-07-13  Jim Meyering  <meyering@fb.com>
5230
5231         [BZ 17150]
5232         regex: don't deref NULL upon heap allocation failure
5233         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5234         failure in one more place.
5235         To trigger the segfault, configure grep -with-included-regex,
5236         build it, and run these commands:
5237         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5238
5239 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5240
5241         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5242
5243 2014-07-11  Richard Henderson  <rth@redhat.com>
5244
5245         * sysdeps/aarch64/libm-test-ulps: Update.
5246
5247 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5248
5249         [BZ #17135]
5250         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5251         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5252         (__nptl_setxid): Initialize error member.  Call
5253         __nptl_setxid_error.
5254         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5255         * nptl/descr.h (struct xid_command): Add error member.
5256         * nptl/tst-setuid3.c: New file.
5257         * nptl/Makefile (tests): Add it.
5258
5259 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5260
5261         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5262         New define.
5263         (__lll_trylock): Use __lll_base_trylock.
5264         (__lll_cond_trylock): Likewise.
5265
5266 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5267
5268         * nptl/pthread_create.c (start_thread): Use atomic_or and
5269         lll_futex_wake directly rather than lll_robust_dead.
5270         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5271         (lll_robust_dead): Macro removed.
5272         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5273         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5274         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5275         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5276         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5277         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5278         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5279         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5280         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5281         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5282         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5283         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5284         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5285         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5286         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5287
5288         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5289         Use atomic_compare_and_exchange_val_acq directly rather than
5290         lll_robust_trylock.
5291         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5292         (__lll_robust_trylock, lll_robust_trylock): Removed.
5293         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5294         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5295         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5296         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5297         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5298         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5299         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5300         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5301         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5302         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5303         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5304         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5305         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5306         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5307
5308 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5309
5310         * manual/locale.texi (Locale Names): New section documenting
5311         locale name syntax.  Adjust menu and node chaining accordingly.
5312         (Choosing Locale): Reference Locale Names, Locale Categories.
5313         Mention setting LC_ALL=C.  Reflect that name syntax is now
5314         documented.
5315         (Locale Categories): New section title.  Reference Locale Names.
5316         LC_ALL is an environment variable, but not a category.
5317         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5318         description, now in Locale Name.  Reference that section.  Locale
5319         name syntax is now documented.
5320
5321 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5322
5323         [BZ #17137]
5324         * locale/findlocale.c (name_present, valid_locale_name): New
5325         functions.
5326         (_nl_find_locale): Use the loc_name variable to store name
5327         candidates.  Call name_present and valid_locale_name to check and
5328         validate locale names.  Return an error if the locale is invalid.
5329
5330 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5331
5332         * locale/setlocale.c (setlocale): Use strdup for allocating
5333         composite name copy.
5334
5335 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5336
5337         Sync up with gnulib.
5338         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5339         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5340         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5341         and _GL_ARG_NONNULL.
5342         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5343         [!_LIBC]: Include code for Windows and Cygwin.
5344         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5345         Include prototype for int strerror_r.
5346         [!_LIBC] (is_open): New function.
5347         (flush_stdout): New function.
5348         (print_errno_message): Use it.
5349         (error): Likewise.
5350         (error_at_line): Likewise.
5351         (error_tail) Add function attribute macros.  Use
5352         __builtin_expect.
5353
5354         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5355
5356         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5357
5358         * io/ftw.c: Include sys/param.h unconditionally.
5359
5360         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5361
5362         [BZ #17125]
5363         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5364         libc_freeres_ptr.
5365         (freecache): New function to free CACHE on exit.
5366
5367         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5368         initialization.
5369
5370 2014-07-09  David S. Miller  <davem@davemloft.net>
5371
5372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5373
5374         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5375         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5376         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5377         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5378         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5379         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5380         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5381         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5382         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5383         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5384         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5385         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5386         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5387
5388 2014-07-09  Andreas Schwab  <schwab@suse.de>
5389
5390         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5391         output.
5392         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5393         (do_test): Likewise.
5394
5395         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5396
5397 2014-07-09  Will Newton  <will.newton@linaro.org>
5398
5399         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5400         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5401         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5402         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5403         * sysdeps/hppa/start.S (_start): Likewise.
5404
5405 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5406
5407         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5408
5409         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5410         defined.
5411
5412 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5413
5414         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5415         after checking that it is non-NULL.
5416
5417         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5418
5419 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5420
5421         * sysdeps/powerpc/memmove.c: Remove file.
5422         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5423         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5424         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5425         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5426         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5427         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5428         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5429         string memmove instead of removed powerpc one.
5430
5431         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5432         [weak_alias]: Fix compiler warning due trailing data.
5433         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5434         [weak_alias]: Likewise.
5435         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5436         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5437
5438         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5439         (__libc_ifunc_impl_list): Add memmove functions.
5440
5441 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5442
5443         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5444         Remove code.
5445         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5446         Likewise
5447         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5448         Likewise
5449         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5450         Likewise
5451         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5452         Likewise
5453         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5454         Likewise
5455         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5456         Likewise
5457         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5458         Likewise
5459         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5460         Likewise
5461         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5462         Likewise
5463         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5464         Likewise
5465         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5466         Likewise
5467         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5468         Likewise
5469         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5470         Likewise
5471         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5472         Likewise
5473         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5474         Likewise
5475         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5476         Likewise
5477
5478 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5479
5480         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5481         to avoid alignment traps in non-cacheable memory.
5482         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5483
5484         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5485         multiarch objects.
5486         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5487         file: multiarch power7 memmove.
5488         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5489         multiarch default memmove.
5490         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5491         multiarch memove for powerpc32/power4.
5492
5493         * string/bcopy.c: Use full path to include memmove.c.
5494         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5495         multiarch objects.
5496         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5497         bcopy for powerpc64.
5498         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5499         bcopy for powerpc64.
5500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5501         and memmove implementations.
5502         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5503         optimized multiarch memmove for POWER7/powerpc64.
5504         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5505         default multiarch memmove for powerpc64.
5506         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5507         multiarch for powerpc64.
5508         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5509         for POWER7/powerpc64.
5510         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5511         memmove for POWER7/powerpc64.
5512
5513         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5514         glibc default one.
5515
5516         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5517         __ELF_NATIVE_CLASS equal to 64.
5518
5519 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5520
5521         * sysdeps/nptl/lowlevellock.h: File removed.
5522
5523         * NEWS: NPTL is no longer an add-on!
5524         * nptl/internaltypes.h: Moved ...
5525         * sysdeps/nptl/internaltypes.h: ... here.
5526         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5527         * sysdeps/nptl/fork.c: Likewise.
5528         * sysdeps/nptl/gai_misc.h: Likewise.
5529         * sysdeps/nptl/librt-cancellation.c: Likewise.
5530         * sysdeps/nptl/jmp-unwind.c: Likewise.
5531         * sysdeps/nptl/setxid.h: Likewise.
5532         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5533         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5534         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5535         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5536         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5537         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5538         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5539         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5540         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5541         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5542         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5543         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5544         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5545         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5546         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5547         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5548         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5549         * nptl/Makeconfig: Moved ...
5550         * sysdeps/nptl/Makeconfig: ... here.
5551         * nptl/configure: File removed.
5552         * nptl/ANNOUNCE: File removed.
5553         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5554         * sysdeps/unix/sysv/linux/configure: Regenerated.
5555
5556         * nptl/Makefile (routines): Add libc_pthread_init,
5557         libc_multiple_threads, register-atfork and unregister-atfork.
5558         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5559         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5560         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5561         pthread-pi-defines.sym, structsem.sym.
5562         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5563         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5564         [$(subdir) = nptl] (tests): Add tst-setgetname.
5565         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5566         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5567         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5568         [!LIBC_SIGACTION]: Remove aliases.
5569         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5570         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5571         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5572         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5573         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5574         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5575         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5576         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5577         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5578         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5579         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5580         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5581         __libc_allocate_rtsig_private.
5582         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5583         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5584         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5585         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5586         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5587         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5588         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5589         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5590         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5591         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5592         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5593         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5594         * nptl/internaltypes.h: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5596         * sysdeps/nptl/jmp-unwind.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5598         * nptl/libc-lowlevellock.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5600         * nptl/libc_multiple_threads.c: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5602         * nptl/libc_pthread_init.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5604         * nptl/lowlevelbarrier.sym: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5606         * nptl/lowlevelcond.sym: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5608         * nptl/lowlevellock.c: ... here.
5609         * nptl/lowlevellock.h: Moved ...
5610         * sysdeps/nptl/lowlevellock.h: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5612         * nptl/lowlevelrobustlock.c: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5614         * nptl/lowlevelrobustlock.sym: ... here.
5615         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5616         * nptl/lowlevelrwlock.sym: ... here.
5617         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5618         * nptl/pt-fork.c: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5620         * nptl/pthread-pi-defines.sym: ... here.
5621         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5622         * nptl/pthread_attr_getaffinity.c: ... here.
5623         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5624         * nptl/pthread_attr_setaffinity.c: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5626         * nptl/pthread_mutex_cond_lock.c: ... here.
5627         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5628         Update #include.
5629         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5630         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5631         * nptl/pthread_once.c: ... here, replacing old file.
5632         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5633         * nptl/pthread_yield.c: ... here.
5634         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5635         * nptl/register-atfork.c: ... here.
5636         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5637         * nptl/sem_post.c: ... here.
5638         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5639         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5640         * nptl/sem_timedwait.c: ... here.
5641         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5642         * nptl/sem_trywait.c: ... here.
5643         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5644         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5645         * nptl/sem_wait.c: ... here.
5646         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5647         * nptl/structsem.sym: ... here.
5648         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5649         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5650         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5651         * nptl/unregister-atfork.c: ... here.
5652         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5653         * nptl/unwindbuf.sym: ... here.
5654         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5655         * sysdeps/nptl/fork.c: ... here.
5656         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5657         * sysdeps/nptl/fork.h: ... here.
5658         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5659         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5660         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5661         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5662         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5663         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5664         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5665         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5666         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5668         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5669         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5670         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5671         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5672         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5673         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5674         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5676         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5677         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5678         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5679         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5680         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5682         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5684         * sysdeps/unix/sysv/linux/raise.c: ... here.
5685         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5686         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5688         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5689         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5690         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5691         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5692         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5694         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5696         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5698         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5699         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5700
5701 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5702
5703         * sysdeps/generic/memcopy.h: Add comment for
5704         MEMCPY_OK_FOR_FWD_MEMMOVE.
5705
5706 2014-07-04  Will Newton  <will.newton@linaro.org>
5707
5708         * string/memchr.c: Merge from gnulib.
5709         [_LIBC]: Remove conditionals.
5710         (__ptr_t): Remove define.
5711         (LONG_MAX_32_BITS): Likewise.
5712         (LONG_MAX): Likewise.
5713         (MEMCHR): Use ANSI prototype and optimize algorithm.
5714
5715         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5716
5717 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5718
5719         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5720         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5721
5722         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5723         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5724         in a bare environment with no <stdlib.h> installed.
5725         * sysdeps/nptl/configure: Regenerated.
5726
5727         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5728
5729         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5730         AC_EGREP_CPP for kernel header checks, so they only succeed if
5731         including <linux/version.h> actually works right.
5732         * sysdeps/unix/sysv/linux/configure: Regenerated.
5733
5734         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5735         value so it's not diagnosed as unused.
5736
5737         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5738         thing) with "ifeq ($(subdir),rt)".
5739
5740 2014-07-03  Richard Henderson  <rth@redhat.com>
5741
5742         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5743         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5744         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5745
5746         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5747         (math_force_eval): New.
5748
5749         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5750         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5751
5752         * sysdeps/alpha/fpu/s_round.c: Remove file.
5753         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5754
5755         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5756         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5757         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5758         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5759         (_dl_start, print_statistics): Likewise.
5760         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5761         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5762
5763         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5764         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5765         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5766         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5767         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5768         (HP_SMALL_TIMING_AVAIL): Define.
5769         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5770         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5771         (HP_SMALL_TIMING_AVAIL): Define.
5772         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5773         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5774
5775         * sysdeps/aarch64/hp-timing.h: New file.
5776
5777         * sysdeps/generic/hp-timing.h: Remove dead comment.
5778         * sysdeps/generic/hp-timing-common.h: New file.
5779         * sysdeps/alpha/hp-timing.h: Include it.
5780         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5781         * sysdeps/i386/i686/hp-timing.h: Likewise.
5782         * sysdeps/ia64/hp-timing.h: Likewise.
5783         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5784         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5785         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5786         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5787         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5788         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5789         (hp_timing_t): New.
5790
5791         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5792         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5793         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5794         * elf/rtld.c (_dl_start_final): Likewise.
5795         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5796         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5797         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5798         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5799         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5800         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5801         (HP_TIMING_DIFF_INIT): Remove.
5802         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5803         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5804         (HP_TIMING_DIFF_INIT): Remove.
5805         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5806         * sysdeps/i386/i686/hp-timing.c: Remove file.
5807         * sysdeps/x86_64/hp-timing.c: Remove file.
5808         * sysdeps/ia64/hp-timing.c: Remove file.
5809         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5810         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5811         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5812         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5813
5814         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5815         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5816         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5817         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5818         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5819         (HP_TIMING_ACCUM): Remove.
5820         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5821         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5822         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5823
5824         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5825         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5826         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5827         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5828         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5829         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5830         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5831         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5832
5833         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5834
5835 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5836
5837         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5838
5839 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5840
5841         Sync up with gettext.
5842         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5843         [_MSC_VER]: Include malloc.h
5844         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5845         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5846         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5847         TEMP_FAILURE_RETRY.  Cast return of alloca.
5848         [!_LIBC] Call gl_rwlock_init.
5849         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5850
5851 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5852
5853         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5854         before checking its value.
5855
5856 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5857
5858         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5859
5860         * debug/memcpy_chk.c: Don't include pagecopy.h.
5861         * debug/mempcpy_chk.c: Likewise.
5862         * string/memcpy.c: Likewise.
5863         * string/memmove.c: Likewise.
5864         * sysdeps/powerpc/memmove.c: Likewise.
5865         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5866         definition of PAGE_COPY_FWD_MAYBE here...
5867         * sysdeps/generic/pagecopy.h: ... from here.
5868         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5869
5870 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5871             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5872
5873         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5874         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5875         optimizations.
5876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5877         (__libc_ifunc_impl_list): Likewise.
5878         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5879         multiarch strcat for PPC64.
5880         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5881         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5882
5883 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5884
5885         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5886
5887 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5888
5889         * intl/loadmsgcat.c: Remove declaration of
5890         get_sysdep_segment_value.
5891         (get_sysdep_segment_value): Use ISO C style.
5892         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5893         semicolon.  Fix typo and formatting in comment.
5894         (_nl_unload_domain): Use ISO C style.
5895
5896         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5897
5898 2014-07-02  Will Newton  <will.newton@linaro.org>
5899
5900         * malloc/obstack.c: Merge from gnulib master.
5901         [HAVE_CONFIG_H]: Remove conditional code.
5902         [!_LIBC]: Include config.h.
5903         [!ELIDE_CODE]: Don't include inttypes.h, include
5904         stdint.h unconditionally.
5905         (print_and_abort): Mark as _Noreturn.
5906         (_obstack_allocated_p): Mark as __attribute_pure__.
5907         (obstack_free): Rename to __obstack_free.
5908         [!__attribute__]: Remove conditional code.
5909         * malloc/obstack.h: Merge from gnulib master.
5910         [__cplusplus]: Move conditional down.
5911         [!__attribute_pure__]: Define __attribute_pure__ here
5912         if it is not already defined.
5913         (_obstack_memory_used): Mark as __attribute_pure__.
5914         [!__obstack_free]: Define as obstack_free.
5915         [__GNUC__]: Remove check for ancient NeXT gcc.
5916
5917 2014-07-02  Will Newton  <will.newton@linaro.org>
5918             Paul Eggert  <eggert@cs.ucla.edu>
5919
5920         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5921
5922 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5923
5924         * resolv/gethnamaddr.c: Add comment warning that the file is
5925         not maintained.
5926
5927 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5928
5929         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5930         entries.
5931
5932         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5933         entry for aio_cancel and aio_cancel64.
5934         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5935         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5936         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5937         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5938         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5939         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5940         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5941         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5942         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5943         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5944         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5945         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5946         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5947
5948 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5949
5950         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5951         * nptl/pthread_mutex_lock.c: Likewise.
5952         * nptl/pthread_mutex_timedlock.c: Likewise.
5953         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5954
5955 2014-07-01  Richard henderson  <rth@redhat.com>
5956
5957         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5958         (__isnan, __isnanl): Remove.
5959         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5960
5961         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5962
5963 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5964
5965         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5966
5967 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5968
5969         * resolv/nss_dns/dns-host.c (getanswer_r)
5970         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5971
5972 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5973
5974         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5975         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5976         undefine.
5977         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5978         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5979
5980 2014-07-01  Roland McGrath <roland@hack.frob.com>
5981
5982         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5983         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5984
5985         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5986         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5987
5988         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5989         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5990         ... here.
5991         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5992         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5993
5994         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5995         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5996         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5997         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5998
5999         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6000         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6001         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6004         Moved ...
6005         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6006         ... here.
6007         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6008         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6009         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6010         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6011         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6012         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6013         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6014         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6018         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6019         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6020         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6021         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6022         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6024         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6025         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6026         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6027         ... here.
6028         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6029         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6030         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6031         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6032         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6033         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6034         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6035         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6036
6037 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6038
6039         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6040         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6041         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6042         Add sysdep.
6043
6044 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6045
6046         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6047
6048 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6049
6050         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6051         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6052
6053         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6054
6055         * sysdeps/arm/libm-test-ulps: Regenerated.
6056
6057 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6058             Roland McGrath <roland@hack.frob.com>
6059
6060         * test-skeleton.c (signal_handler): Kill the whole process group
6061         before killing the child individually.
6062         (main): Report any failure on `setpgid'.
6063
6064 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6065
6066         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6067         from _TLS_H to _ARM_NPTL_TLS_H.
6068         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6069         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6070
6071 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6072
6073         [BZ #16539]
6074         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6075         (__expm1l): Return argument unchanged when small but not
6076         subnormal.
6077
6078         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6079         include macro name.
6080         (_FP_UNPACK_RAW_1_P): Likewise.
6081         (_FP_PACK_RAW_1): Likewise.
6082         (_FP_PACK_RAW_1_P): Likewise.
6083         (_FP_MUL_MEAT_1_wide): Likewise.
6084         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6085         (_FP_MUL_MEAT_1_hard): Likewise.
6086         (_FP_DIV_MEAT_1_imm): Likewise.
6087         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6088         (_FP_DIV_MEAT_1_udiv): Likewise.
6089         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6090         (_FP_UNPACK_RAW_2): Likewise.
6091         (_FP_UNPACK_RAW_2_P): Likewise.
6092         (_FP_PACK_RAW_2): Likewise.
6093         (_FP_PACK_RAW_2_P): Likewise.
6094         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6095         (_FP_MUL_MEAT_2_wide): Likewise.
6096         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6097         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6098         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6099         (_FP_MUL_MEAT_2_gmp): Likewise.
6100         (_FP_DIV_MEAT_2_udiv): Likewise.
6101         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6102         (_FP_FRAC_SRL_4): Likewise.
6103         (_FP_FRAC_SRST_4): Likewise.
6104         (_FP_FRAC_SRS_4): Likewise.
6105         (_FP_UNPACK_RAW_4): Likewise.
6106         (_FP_UNPACK_RAW_4_P): Likewise.
6107         (_FP_PACK_RAW_4): Likewise.
6108         (_FP_PACK_RAW_4_P): Likewise.
6109         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6110         (_FP_MUL_MEAT_4_wide): Likewise.
6111         (_FP_MUL_MEAT_4_gmp): Likewise.
6112         (umul_ppppmnnn): Likewise.
6113         (_FP_DIV_MEAT_4_udiv): Likewise.
6114         (__FP_FRAC_ADD_4): Likewise.
6115         (__FP_FRAC_SUB_3): Likewise.
6116         (__FP_FRAC_SUB_4): Likewise.
6117         (__FP_FRAC_DEC_3): Likewise.
6118         (__FP_FRAC_DEC_4): Likewise.
6119         (__FP_FRAC_ADDI_4): Likewise.
6120         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6121         (_FP_FRAC_SRL_8): Likewise.
6122         (_FP_FRAC_SRS_8): Likewise.
6123
6124         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6125         include macro name.
6126         (FP_UNPACK_RAW_EP): Likewise.
6127         (FP_PACK_RAW_E): Likewise.
6128         (FP_PACK_RAW_EP): Likewise.
6129         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6130         (_FP_ISSIGNAN): Likewise.
6131         (_FP_ADD_INTERNAL): Likewise.
6132         (_FP_FMA): Likewise.
6133         (_FP_CMP): Likewise.
6134         (_FP_SQRT): Likewise.
6135         (_FP_TO_INT): Likewise.
6136         (_FP_FROM_INT): Likewise.
6137         (FP_EXTEND): Likewise.
6138         (_FP_DIV_MEAT_N_loop): Likewise.
6139
6140 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6141
6142         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6143         throughout.
6144
6145 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6146
6147         [BZ #17097]
6148         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6149         result with correct sign in case of exponents that produce
6150         overflow except for X very close to 1.
6151
6152 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6153
6154         mktime: merge #if/#ifdef usage from glibc
6155         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6156         as that works with both Glibc's and Gnulib's style.
6157         See thread starting at Siddhesh Poyarekar's bug report at:
6158         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6159
6160 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6161
6162         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6163         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6164         * sysdeps/tile/tilegx/memmove.c: Remove file.
6165
6166 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6167
6168         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6169         abi-name definition.
6170         * scripts/soversions.awk: Do not handle or generate ABI lines.
6171         * shlib-versions: Remove ABI entries.
6172         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6173         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6174
6175 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6176
6177         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6178         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6179         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6184         Moved ...
6185         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6186         ... here.
6187         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6188         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6189         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6190         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6192         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6193         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6194         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6195         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6196         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6198         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6200         Moved ...
6201         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6202         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6203         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6204         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6205         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6206         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6207         Moved ...
6208         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6209         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6210         Moved ...
6211         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6212         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6213         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6214         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6215         Moved ...
6216         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6218         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6219         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6220         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6222         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6224         Moved ...
6225         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6226         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6227         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6228         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6229         Moved ...
6230         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6231         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6232         Moved ...
6233         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6234         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6237         Moved ...
6238         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6239         ... here.
6240         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6241         Identical file removed.
6242         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6243         Moved ...
6244         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6245         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6246         Identical file removed.
6247         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6248         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6249         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6250         Moved ...
6251         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6252         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6253         Identical file removed.
6254         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6255         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6256         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6257         Identical file removed.
6258         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6259         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6260         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6261         Identical file removed.
6262         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6263         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6264         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6265         Identical file removed.
6266         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6267         Moved ...
6268         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6270         Identical file removed.
6271         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6272         Moved ...
6273         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6274         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6275         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6276         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6277         Identical file removed.
6278         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6279         Moved ...
6280         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6281         ... here.
6282         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6283         Identical file removed.
6284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6285         Moved ...
6286         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6287         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6288         Identical file removed.
6289         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6290         Moved ...
6291         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6292         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6295         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6296         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6297         Moved ...
6298         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6299         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6300         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6301
6302         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6303         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6304         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6305         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6306         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6307
6308 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6309
6310         [BZ #17092]
6311         * nscd/nscd.c (monitor_child): Return exit status of child
6312         instead of return value from wait syscall.
6313
6314 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6315
6316         * configure.ac (libc_commonpagesize): Remove variable.
6317         (libc_relro_required): Likewise.
6318         (libc_cv_z_relro): Remove configure test.
6319         * configure: Regenerated.
6320         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6321         variable.
6322         (libc_relro_required): Likewise.
6323         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6324         (libc_relro_required): Likewise.
6325         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6326         (libc_relro_required): Likewise.
6327         * sysdeps/arm/preconfigure: Regenerated.
6328         * sysdeps/ia64/preconfigure: Remove file.
6329         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6330         variable.
6331         (libc_relro_required): Likewise.
6332
6333         [BZ #16561]
6334         [BZ #16562]
6335         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6336         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6337         recompute overflowing results in original rounding mode.
6338         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6339         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6340         recompute overflowing results in original rounding mode.
6341         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6342         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6343         recompute overflowing results in original rounding mode.
6344         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6345         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6346         recompute overflowing results in original rounding mode.
6347         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6348         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6349         recompute overflowing results in original rounding mode.
6350         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6351         (libc_feholdsetround_ctx): New macro.
6352         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6353         * sysdeps/i386/fpu/libm-test-ulps: Update.
6354         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6355
6356 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6357
6358         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6359         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6360         corresponding .cpsetup call.
6361
6362 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6363
6364         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6365         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6366         * sysdeps/arm/Makefile [$(subdir) = csu]
6367         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6368         (static-only-routines): Add aeabi_read_tp here.
6369         (shared-only-routines): Add libc-aeabi_read_tp here.
6370         (CFLAGS-libc-start.c): Add -fexceptions here.
6371         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6372         (sysdep_routines, static-only-routines, shared-only-routines):
6373         Don't add to these here.
6374         (CFLAGS-libc-start.c): Likewise.
6375
6376         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6377         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6378         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6379         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6380         * sysdeps/arm/Makefile [$(subdir) = rt]
6381         (librt-sysdep_routines, librt-shared-only-routines):
6382         Append rt-aeabi_unwind_cpp_pr1 here.
6383         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6384         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6385         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6386         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6387         Append nptl-aeabi_unwind_cpp_pr1 here.
6388         (tests): Filter out tst-cleanupx4 here.
6389         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6390         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6391         Don't do those here.
6392
6393 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6394
6395         * scripts/list-sources.sh: Do not handle ports specially.
6396
6397 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6398
6399         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6400         * sysdeps/arm/feupdateenv.c: Likewise.
6401
6402         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6403
6404 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6405
6406         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6407         trailing whitespace removed.
6408         * scripts/config.guess: Update to version 2014-03-23.
6409         * scripts/config.sub: Update to version 2014-05-01
6410         * scripts/install-sh: Update to version 2013-12-25.23.
6411         * scripts/move-if-change: Update from gnulib.
6412
6413 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6414
6415         * debug/memmove_chk.c: Remove pagecopy.h include.
6416
6417 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6418
6419         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6420         identical to gnulib mktime.
6421
6422 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6423
6424         * configure.ac: Do not test for machine being rs6000.  Do not test
6425         for powerpc*-*soft.
6426         * configure: Regenerated.
6427
6428         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6429         test.
6430         * configure: Regenerated.
6431         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6432         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6433         Remove configure test.
6434         * sysdeps/arm/configure: Regenerated.
6435         * sysdeps/nptl/configure.ac: Do not check
6436         libc_cv_asm_cfi_directives.
6437         * sysdeps/nptl/configure: Regenerated.
6438         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6439         * sysdeps/x86_64/nptl/configure: Remove generated file.
6440         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6441         unconditional.
6442         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6443
6444 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6445
6446         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6447         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6448         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6449         it is defined.
6450
6451         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6452         instead of whether it is defined.
6453         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6454         * sysdeps/hppa/dl-machine.h: Likewise.
6455         * sysdeps/ia64/dl-machine.h: Likewise.
6456         * sysdeps/m68k/dl-machine.h: Likewise.
6457         * sysdeps/microblaze/dl-machine.h: Likewise.
6458         * sysdeps/mips/dl-machine.: Likewise.
6459         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6460         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6461         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6462         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6463         * sysdeps/sh/dl-machine.h: Likewise.
6464         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6465         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6466         * sysdeps/tile/dl-machine.h: Likewise.
6467         * sysdeps/x86_64/dl-machine.h: Likewise.
6468
6469         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6470         code.
6471         (verify_persistent_db): Likewise.
6472
6473 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6474
6475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6476         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6478         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6479         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6480         Moved ...
6481         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6482         ... here.
6483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6484         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6486         Identical file removed.
6487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6488         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6492         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6498         Moved ...
6499         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6505         Moved ...
6506         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6508         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6510         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6512         Identical file removed.
6513         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6514         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6515         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6516         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6518         Moved ...
6519         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6520         ... here.
6521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6522         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6524         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6526         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6528         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6530         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6532         Moved ...
6533         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6535         Moved ...
6536         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6538         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6540         Moved ...
6541         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6542         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6543         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6544
6545         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6546         folded into ...
6547         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6548         * sysdeps/unix/sysv/linux/s390/Versions
6549         (libpthread: GLIBC_2.19): New version set.
6550         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6551         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6552         (librt: GLIBC_2.3.3): New version set.
6553         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6554         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6555         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6556         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6557         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6558         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6559         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6560         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6561         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6562         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6563         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6564         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6565         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6566         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6567         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6568         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6569         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6570         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6571         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6572         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6573         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6574         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6575         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6576         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6577         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6578         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6579         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6580         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6581         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6582         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6583         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6584         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6585         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6586         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6587         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6588         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6589         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6590         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6591         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6592         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6593         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6594         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6595         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6596         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6597         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6598
6599         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6600         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6601         (__libc_vfork): Define the function under this name.
6602         [!NOT_IN_libc] (__vfork): Make this an alias.
6603         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6604         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6605         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6606         (__libc_vfork): Define the function under this name.
6607         [!NOT_IN_libc] (__vfork): Make this an alias.
6608         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6609         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6610         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6611         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6612         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6613         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6614
6615         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6616         code that was previously under [RESET_PID].
6617         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6618         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6619         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6620
6621         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6622         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6623         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6624         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6625         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6626         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6627         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6628         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6629         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6630         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6631         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6632         Moved ...
6633         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6635         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6639         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6657         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6658         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6659         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6660         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6661         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6662
6663 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6664
6665         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6666         that was previously under [RESET_PID].
6667         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6668
6669 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6670
6671         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6672         not undefine and redefine.
6673         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6674         [O_CLOEXEC]: Make code unconditional.
6675         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6676         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6677         <kernel-features.h>.
6678         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6679         conditional variable definition.
6680         (shm_open) [O_CLOEXEC]: Make code unconditional.
6681         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6682         code.
6683
6684         * configure.ac (USE_REGPARMS): Don't define here.
6685         * configure: Regenerated.
6686         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6687         * sysdeps/i386/configure: Regenerated.
6688
6689         * nptl/createthread.c: Don't include kernel-features.h.
6690         * nptl/pthread_cancel.c: Likewise.
6691         * nptl/pthread_condattr_setclock.c: Likewise.
6692         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6693         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6694         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6695         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6696         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6697         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6698         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6699         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6700         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6701         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6702         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6703         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6704         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6705         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6706         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6707         * nscd/gai.c: Likewise.
6708         * nss/nss_db/db-open.c: Likewise.
6709         * sysdeps/generic/ldsodefs.h: Likewise.
6710         * sysdeps/sh/nptl/tls.h: Likewise.
6711         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6712         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6713         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6714         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6715         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6716         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6717         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6718         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6719         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6720         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6721         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6722         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6723         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6724         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6725         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6726         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6727         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6728         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6729         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6730         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6731         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6732         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6733         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6734         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6735         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6736         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6737         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6738         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6739         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6740         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6741         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6742         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6743         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6744         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6745         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6746         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6747         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6748         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6749         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6750         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6751         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6752         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6753         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6754         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6755         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6756         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6757         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6758         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6759         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6760         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6761         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6762         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6763         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6764         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6765         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6766         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6767         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6768         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6791         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6792         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6793         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6794         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6795         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6796         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6797         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6798         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6799         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6800         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6801         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6802         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6803         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6804         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6805         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6806         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6808         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6809         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6810         * sysdeps/unix/sysv/linux/system.c: Likewise.
6811         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6812         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6813         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6814         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6815         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6816         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6817         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6818
6819         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6820         * configure: Regenerated.
6821         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6822
6823         * configure.ac (base_machine): Do not set specially for particular
6824         machines here.
6825         * configure: Regenerated.
6826         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6827         settings from configure.ac.
6828         * sysdeps/i386/preconfigure: New file.
6829         * sysdeps/s390/preconfigure: Likewise.
6830         * sysdeps/sh/preconfigure: Likewise.
6831         * sysdeps/sparc/preconfigure: Likewise.
6832
6833 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6834
6835         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6836         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6837         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6838         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6839         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6840         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6841         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6842         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6843         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6844         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6845         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6846         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6847         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6848         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6849         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6850         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6851         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6852         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6853         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6854
6855         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6856         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6857         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6858         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6859         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6860         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6861         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6862         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6863         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6864         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6865         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6866         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6867         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6868         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6869         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6870         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6871         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6872         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6873         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6874         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6875         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6876         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6877         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6878         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6879         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6880         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6881         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6882         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6883         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6884         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6885         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6886         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6887         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6888         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6889         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6890         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6891         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6892         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6893
6894         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6895         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6896         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6897         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6899         Moved ...
6900         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6901         ... here.
6902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6905         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6907         Moved ...
6908         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6910         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6912         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6914         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6916         Moved ...
6917         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6919         Moved ...
6920         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6922         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6924         Moved ...
6925         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6927         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6929         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6930         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6931         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6933         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6935         Moved ...
6936         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6937         ... here.
6938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6939         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6941         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6943         Moved ...
6944         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6946         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6948         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6950         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6952         Moved ...
6953         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6954         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6955         Moved ...
6956         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6958         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6960         Moved ...
6961         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6963         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6965         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6966
6967 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6968
6969         * timezone/checktab.awk: Update from tzcode 2014e.
6970         * timezone/private.h: Likewise.
6971         * timezone/tzfile.h: Likewise.
6972         * timezone/zdump.c: Likewise.
6973         * timezone/zic.c: Likewise.
6974
6975         * sysdeps/unix/sysv/linux/kernel-features.h
6976         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6977         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6978         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6979         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6980         Remove conditional code.
6981
6982 2014-06-25  Will Newton  <will.newton@linaro.org>
6983
6984         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6985         (_dl_arm_cap_flags): Add HWCAP2 values.
6986         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6987         (_DL_HWCAP_COUNT): Increase to 37.
6988         (_DL_HWCAP_LAST): New define.
6989         (_DL_HWCAP2_LAST): New define.
6990         (_dl_procinfo): Add support for printing
6991         AT_HWCAP2 entries.
6992         (_dl_string_hwcap): Use _dl_hwcap_string.
6993
6994 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6995
6996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6997
6998 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6999
7000         * README: Do not mention ports directory.
7001
7002         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7003         Remove macro.
7004         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7005         <kernel-features.h>.
7006         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7007         conditional variable definition.
7008         (__futimes): Update comment.
7009         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7010         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7011
7012         [BZ #16560]
7013         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7014         arguments close to 0.
7015         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7016         Likewise.
7017         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7018         Likewise.
7019         * math/auto-libm-test-in: Add more tests of exp10.
7020         * math/auto-libm-test-out: Regenerated.
7021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7022
7023         * sysdeps/unix/sysv/linux/kernel-features.h
7024         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7025         * sysdeps/unix/sysv/linux/readv.c: Do not include
7026         <kernel-features.h>.
7027         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7028         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7029         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7030         unconditional.
7031         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7032         conditional code.
7033         * sysdeps/unix/sysv/linux/writev.c: Do not include
7034         <kernel-features.h>.
7035         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7036         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7037         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7038         unconditional.
7039         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7040         conditional code.
7041
7042 2014-06-25  Will Newton  <will.newton@linaro.org>
7043
7044         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7045         comment changes throughout the file.  Remove checks
7046         for HAVE_*_H definitions that are not required.
7047         (__gen_tempname): Call abort if an unknown kind value is
7048         passed.
7049
7050 2014-06-25  Andreas Schwab  <schwab@suse.de>
7051
7052         [BZ #17086]
7053         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7054         scalbln, scalblnf, scalblnl in libc.
7055
7056 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7057
7058         [BZ #17086]
7059         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7060         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7061         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7062
7063 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7064
7065         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7066         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7067         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7068         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7069         Update #include.
7070         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7071         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7072         Update #include.
7073         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7074         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7075         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7076         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7077         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7078         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7079         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7080         * sysdeps/x86/bits/semaphore.h: ... here.
7081         * sysdeps/x86/nptl/elide.h: Moved ...
7082         * sysdeps/x86/elide.h: ... here.
7083         * sysdeps/x86_64/nptl/Implies: File removed.
7084         * sysdeps/i386/nptl/Implies: File removed.
7085
7086 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7087
7088         [BZ #16539]
7089         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7090         return the argument for normal arguments with exponent below -64.
7091         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7092         Likewise.
7093         * math/auto-libm-test-in: Add another test of expm1.
7094         * math/auto-libm-test-out: Regenerated.
7095
7096         [BZ #16287]
7097         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7098         calling __erfcl for arguments at least 16.
7099         * math/auto-libm-test-in: Add more tests of erf.
7100         * math/auto-libm-test-out: Regenerated.
7101
7102         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7103         individual architectures.
7104         * sysdeps/unix/sysv/linux/configure: Regenerated.
7105         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7106         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7107         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7108         (ldd_rewrite_script): Define variable.
7109         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7111         file.
7112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7113         generated file.
7114         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7115         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7116         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7117         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7118         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7119         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7120         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7121         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7122
7123 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7124
7125         [BZ #17084]
7126         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7127         Rename member __data.d to __data.__elision_data.
7128
7129 2014-06-24  Wilco  <wdijkstr@arm.com>
7130
7131         * NEWS: Add 16918 to fixed bug list.
7132
7133 2014-06-24  Wilco  <wdijkstr@arm.com>
7134
7135         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7136
7137 2014-06-24  Wilco  <wdijkstr@arm.com>
7138
7139         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7140         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7141         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7142         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7143         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7144         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7145         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7146         Use _FPU_MASK_RM.
7147
7148 2014-06-24  Wilco  <wdijkstr@arm.com>
7149
7150         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7151
7152 2014-06-24  Wilco  <wdijkstr@arm.com>
7153
7154         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7155         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7156         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7157         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7158
7159 2014-06-24  Wilco  <wdijkstr@arm.com>
7160
7161         [BZ #16918]
7162         * sysdeps/arm/feupdateenv.c (feupdateenv):
7163         Rewrite to reduce FPSCR accesses and fix return value.
7164
7165 2014-06-24  Wilco  <wdijkstr@arm.com>
7166
7167         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7168         Optimize to avoid unnecessary FPSCR writes.
7169         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7170         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7171         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7172         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7173
7174 2014-06-24  Wilco  <wdijkstr@arm.com>
7175
7176         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7177         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7178         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7179         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7180         Call libc_fetestexcept_vfp.
7181         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7182         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7183         __SOFTFP__ ifdef so that they can be built for softfp.
7184
7185 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7186
7187         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7188         argument type signed char.
7189
7190         * Makerules (check-abi): Dump diff of symlist if the test
7191         fails.
7192
7193 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7194
7195         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7196         using abort.
7197
7198         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7199         Remove unused variable ST.
7200
7201 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7202
7203         [BZ #16354]
7204         [BZ #17061]
7205         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7206         small arguments before calling __expm1.
7207         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7208         small arguments before calling __expm1f.
7209         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7210         small arguments before calling __expm1l.
7211         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7212         Likewise.
7213         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7214         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7215         spurious underflow for some cosh tests.
7216         * math/auto-libm-test-out: Regenerated.
7217         * sysdeps/i386/fpu/libm-test-ulps: Update.
7218
7219         [BZ #17050]
7220         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7221         (__ieee754_y1): Set errno if return value overflows.
7222         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7223         (__ieee754_y1f): Set errno if return value overflows.
7224         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7225         (__ieee754_y1l): Set errno if return value overflows.
7226         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7227         (__ieee754_y1l): Set errno if return value overflows.
7228         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7229         * math/auto-libm-test-out: Regenerated.
7230
7231         * math/gen-auto-libm-tests.c: Document use of
7232         ignore-zero-inf-sign.
7233         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7234         (input_flags): Add ignore-zero-inf-sign.
7235         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7236         * math/gen-libm-test.pl (generate_testfile): Handle
7237         ignore-zero-inf-sign.
7238         * math/auto-libm-test-in: Mark some cpow tests with
7239         ignore-zero-inf-sign and some with xfail-rounding.
7240         * math/auto-libm-test-out: Regenerated.
7241         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7242         * sysdeps/i386/fpu/libm-test-ulps: Update.
7243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7244
7245         [BZ #16315]
7246         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7247         overflowing or underflowing operations take place with sign of
7248         result.
7249         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7250         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7251         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7252         (__ieee754_pow): Recompute overflowing and underflowing results in
7253         original rounding mode.
7254         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7255         (__powl_helper): Allow negative argument X and scale negated value
7256         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7257         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7258         overflowing or underflowing operations take place with sign of
7259         result.
7260         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7261         Include <math.h>.
7262         * math/auto-libm-test-in: Add more tests of pow.
7263         * math/auto-libm-test-out: Regenerated.
7264         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7265         (pow_tonearest_test_data): Remove.
7266         (pow_test_tonearest): Likewise.
7267         (pow_towardzero_test_data): Likewise.
7268         (pow_test_towardzero): Likewise.
7269         (pow_downward_test_data): Likewise.
7270         (pow_test_downward): Likewise.
7271         (pow_upward_test_data): Likewise.
7272         (pow_test_upward): Likewise.
7273         (main): Don't call removed functions.
7274         * sysdeps/i386/fpu/libm-test-ulps: Update.
7275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7276
7277 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7278
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7283         Moved ...
7284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7286         Moved ...
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7289         Moved ...
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7292         File removed.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7294         File removed.
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7296         File removed.
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7298         File removed.
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7300         File removed.
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7302         File removed.
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7304         File removed.
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7306         File removed.
7307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7308         File removed.
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7310         File removed.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7312         File removed.
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7314         File removed.
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7316         Moved ...
7317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7319         Moved ...
7320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7321         ... here.
7322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7323         Moved ...
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7326         Moved ...
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7329         Moved ...
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7332         Moved ...
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7335         Moved ...
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7338         Moved ...
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7341         Moved ...
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7345         ... here.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7347         Moved ...
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7352         ... here.
7353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7354         Moved ...
7355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7356         ... here.
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7358         Moved ...
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7360         ... here.
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7362         Moved ...
7363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7370         Moved ...
7371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7372         ... here.
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7374         Moved ...
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7376         ... here.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7378         Moved ...
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7381         Moved ...
7382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7384         Moved ...
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7387         Moved ...
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7390         Moved ...
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7392         ... here.
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7394         Moved ...
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7397         Moved ...
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7400         Moved ...
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7403         Moved ...
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7408         Moved ...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7411         Moved ...
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7414         Moved ...
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7416         ... here.
7417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7418         Moved ...
7419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7420         ... here.
7421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7422         Moved ...
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7424         ... here.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7426         Moved ...
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7429         Moved ...
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7432         Moved ...
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7437         ... here.
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7439         Moved ...
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7441         ... here.
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7443         Moved ...
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7445         ... here.
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7447         Moved ...
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7450         Moved ...
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7452
7453 2014-06-23  Will Newton  <will.newton@linaro.org>
7454             Wilco  <wdijkstr@arm.com>
7455
7456         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7457         implementation.  Include get-rounding-mode.h.
7458         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7459         [!libc_feholdsetround_noex_ctx]: Define
7460         libc_feholdsetround_noex_ctx.
7461         [!libc_feholdsetround_noexf_ctx]: Define
7462         libc_feholdsetround_noexf_ctx.
7463         [!libc_feholdsetround_noexl_ctx]: Define
7464         libc_feholdsetround_noexl_ctx.
7465         (libc_feholdsetround_ctx): New function.
7466         (libc_feresetround_ctx): New function.
7467         (libc_feholdsetround_noex_ctx): New function.
7468         (libc_feresetround_noex_ctx): New function.
7469
7470 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7471
7472         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7473         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7474         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7475         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7476         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7477         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7478
7479         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7480         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7481         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7482         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7483         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7484         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7485         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7486         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7487         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7488         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7489         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7490         Moved ...
7491         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7492         ... here.
7493         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7494         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7495         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7496         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7497         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7498         Moved ...
7499         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7501         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7502         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7503         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7505         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7506         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7507         Moved ...
7508         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7509         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7512         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7513         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7514         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7515         Moved ...
7516         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7517         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7518         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7519         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7520         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7521         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7522         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7523         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7524         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7526         Moved ...
7527         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7528         ... here.
7529         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7530         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7531         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7532         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7533         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7534         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7535         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7536         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7537         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7538         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7539         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7540         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7541         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7542         Moved ...
7543         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7544         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7545         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7547         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7548         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7549         Moved ...
7550         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7551         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7552         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7553         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7554         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7555
7556         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7557         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7558         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7559         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7560         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7561         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7562         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7563         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7564         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7565         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7566         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7567         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7568         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7569         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7571         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7572         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7573         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7574         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7575         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7576         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7577         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7583         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7584
7585 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7586
7587         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7588         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7589         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7590         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7591         (IPV6_PMTUDISC_INTERFACE): Likewise.
7592         (IPV6_PMTUDISC_OMIT): Likewise.
7593
7594 2014-06-23  Andreas Schwab  <schwab@suse.de>
7595
7596         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7597         Remove unused errout label.
7598
7599 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7600
7601         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7602         macro: hardware supports Vector Crypto instructions.
7603
7604 2014-06-23  Will Newton  <will.newton@linaro.org>
7605
7606         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7607         rather than __builtin_expect.
7608
7609         * elf/dl-lookup.c (undefined_msg): Remove variable.
7610         (_dl_lookup_symbol_x): Replace undefined_msg with string
7611         literal.
7612
7613         * elf/dl-lookup.c (do_lookup_unique): New function.
7614         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7615         to a separate function.
7616
7617 2014-06-23  Andreas Schwab  <schwab@suse.de>
7618
7619         [BZ #17079]
7620         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7621         before reading the next line.
7622
7623 2014-06-23  Will Newton  <will.newton@linaro.org>
7624
7625         * test-skeleton.c (signal_handler): Use printf and %m
7626         rather than perror.  Use printf rather than fprintf to
7627         stderr.  Use puts rather than fputs to stderr.
7628         (main): Likewise.
7629
7630 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7631
7632         * nscd/nscd.c (thread_info_t): Remove typedef.
7633         (thread_info): Remove variable.
7634
7635 2014-06-21  Allan McRae  <allan@archlinux.org>
7636
7637         * NEWS: Mention CVE-2014-4043.
7638
7639 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7640
7641         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7642         * nptl/smp.h: ... here.
7643
7644         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7645
7646         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7647         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7648         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7649         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7650
7651         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7652         * nptl/stack-aliasing.h: New file.
7653         * sysdeps/i386/i686/stack-aliasing.h: New file.
7654         * sysdeps/i386/i686/nptl/Makefile: File removed.
7655         * sysdeps/x86_64/stack-aliasing.h: New file.
7656         * sysdeps/x86_64/nptl/Makefile
7657         (CFLAGS-pthread_create.c): Variable removed.
7658
7659         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7660         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7661         old file.
7662         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7663         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7664         old file.
7665
7666 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7667
7668         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7669         (__ASSUME_SIGFRAME_V2): Remove macro.
7670         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7671         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7672         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7673         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7674         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7675         Declare as function.  Remove conditional macro definitions.
7676         (__default_rt_sa_restorer): Likewise.
7677         (__default_sa_restorer_v1): Remove declaration.
7678         (__default_sa_restorer_v2): Likewise.
7679         (__default_rt_sa_restorer_v1): Likewise.
7680         (__default_rt_sa_restorer_v2): Likewise.
7681         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7682         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7683         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7684
7685 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7686
7687         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7688         (libpthread-routines): Add sysdep.
7689         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7690         * sysdeps/unix/sysv/linux/sparc/Versions
7691         (libpthread: GLIBC_2.3.3): New version set.
7692         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7693         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7694         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7695         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7696         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7697         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7698         Moved ...
7699         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7700         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7701         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7702         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7703         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7704         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7705         * sysdeps/sparc/nptl/sem_init.c: ... here.
7706         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7707         * sysdeps/sparc/nptl/sem_post.c: ... here.
7708         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7709         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7710         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7711         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7712         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7713         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7714         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7715         (libpthread-routines): Add cpu_relax.
7716         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7717         File removed.
7718         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7719         (librt: GLIBC_2.3.3): New version set.
7720         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7721         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7722         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7723         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7724         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7726         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7728         Moved ...
7729         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7731         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7732         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7733         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7734         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7735         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7737         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7739         Moved ...
7740         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7741         Update #include.
7742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7743         Moved ...
7744         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7745         Update #include.
7746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7747         Moved ...
7748         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7749         Update #include.
7750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7751         Moved ...
7752         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7753         Update #include.
7754         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7755         Moved ...
7756         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7757         Update #include.
7758         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7759         Moved ...
7760         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7761         Update #include.
7762         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7763         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7765         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7767         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7769         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7771         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7773         Moved ...
7774         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7776         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7777         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7778         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7779
7780 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7781
7782         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7783         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7784         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7785         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7786         * nscd/nscd.c: Likewise.
7787         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7788         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7789         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7790         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7791
7792         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7793         <kernel-features.h>.
7794         (init_mq_netlink): Remove conditional have_sock_cloexec
7795         definitions.  Remove code conditional on have_sock_cloexec < 0.
7796         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7797         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7798         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7799         <kernel-features.h>.
7800         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7801         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7802
7803 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7804
7805         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7806         Add tests for memset_chk and memset.
7807
7808         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7809         with AVX2_Usable.
7810
7811 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7812
7813         [BZ #16046]
7814         * elf/tst-dl-iter-static.c: New file.
7815         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7816
7817         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7818         error.
7819
7820 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7821
7822         * sysdeps/unix/sysv/linux/kernel-features.h
7823         (__ASSUME_F_GETOWN_EX): Remove macro.
7824         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7825         <kernel-features.h>.
7826         (miss_F_GETOWN_EX): Remove variable or macro.
7827         (do_fcntl): Do not check miss_F_GETOWN_EX.
7828         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7829
7830         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7831         Remove macro.
7832         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7833         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7834         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7835
7836         * sysdeps/unix/sysv/linux/kernel-features.h
7837         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7838         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7839         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7840         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7841
7842 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7843
7844         [BZ #17075]
7845         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7846         Fix calculation of the symbol's value.
7847         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7848         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7849         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7850         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7851         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7852         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7853         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7854         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7855         (modules-names): Add `tst-armtlsdescmod',
7856         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7857         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7858         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7859         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7860         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7861         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7862         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7863         ($(objpfx)tst-armtlsdescloc): New dependency.
7864         ($(objpfx)tst-armtlsdescextnow): Likewise.
7865         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7866         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7867         TLS scheme support.
7868         * sysdeps/arm/configure: Regenerate.
7869
7870 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7871
7872         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7873         (__atfct_seterrno_2): Likewise.
7874         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7875         <kernel-features.h>.
7876         (__ASSUME_ATFCTS): Do not undefine and redefine.
7877         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7878         (__have_atfcts): Remove conditional definition.
7879         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7880         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7881         unreachable if [__ASSUME_ATFCTS].
7882         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7883         not undefine and redefine.
7884         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7885         <kernel-features.h>.
7886         (faccessat) [__NR_faccessat]: Make code unconditional.
7887         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7888         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7889         <kernel-features.h>.
7890         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7891         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7892         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7893         <kernel-features.h>.
7894         (fchownat) [__NR_fchownat]: Make code unconditional.
7895         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7896         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7897         <kernel-features.h>.
7898         (futimesat) [__NR_futimesat]: Make code unconditional.
7899         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7900         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7901         <kernel-features.h>.
7902         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7903         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7904         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7905         <kernel-features.h>.
7906         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7907         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7908         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7909         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7910         <kernel-features.h>.
7911         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7912         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7913         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7914         <kernel-features.h>.
7915         (linkat) [__NR_linkat]: Make code unconditional.
7916         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7917         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7918         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7919         <kernel-features.h>.
7920         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7921         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7922         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7923         <kernel-features.h>.
7924         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7925         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7926         * sysdeps/unix/sysv/linux/openat.c: Do not include
7927         <kernel-features.h>.
7928         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7929         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7930         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7931         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7932         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7933         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7934         <kernel-features.h>.
7935         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7936         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7937         result of INLINE_SYSCALL directly, not via int variable.
7938         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7939         <kernel-features.h>.
7940         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7941         (renameat) [__NR_renameat]: Make code unconditional.
7942         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7943         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7944         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7945         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7946         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7947         (__ASSUME_ATFCTS): Do not undefine and redefine.
7948         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7949         <kernel-features.h>.
7950         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7951         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7952         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7953         <kernel-features.h>.
7954         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7955         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7956         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7957         (__ASSUME_ATFCTS): Do not undefine and redefine.
7958         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7959         <kernel-features.h>.
7960         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7961         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7962         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7963         <kernel-features.h>.
7964         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7965         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7966
7967 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7968
7969         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7970
7971 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7972
7973         [BZ #17069]
7974         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7975         constructed tree before returning error.
7976         * posix/bug-regexp36.c: Expand test case.
7977
7978 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7979
7980         [BZ #6803]
7981         * math/libm-test.inc (scalbln_test_date):
7982         Add errno expectations.
7983         * math/w_scalblnf.c: New File.
7984         Add wrapper which checks for setting errno to ERANGE.
7985         Add weak_alias for corresponding scalbln function.
7986         * math/w_scalbln.c: Likewise.
7987         * math/w_scalblnl.c: Likewise.
7988         * math/Makefile (libm-calls): Add w_scalbln.
7989         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7990         Remove weak_alias for corresponding scalbln function.
7991         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7992         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7993         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7994         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7995         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7996         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7997         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7998         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7999         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8000         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8001         Remove long_double_symbol for scalblnl function in libm, libc.
8002         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8003         Add wrapper which checks for setting errno to ERANGE.
8004         Add long_double_symbol for scalblnl function in libm, libc.
8005         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8006         Remove long_double_symbol for scalblnl in libm.
8007         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8008         Add wrapper which checks for setting errno to ERANGE.
8009         Add long_double_symbol for scalblnl function in libm.
8010         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8011         Do not use wrapper because of own implementation.
8012
8013 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8014
8015         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8016         3 bytes for __pad1 for x32.
8017         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8018
8019 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8020             H.J. Lu  <hongjiu.lu@intel.com>
8021
8022         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8023         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8024         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8025         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8026         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8027
8028 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8029
8030         [BZ #17069]
8031         * posix/regcomp.c (parse_expression): Deallocate partially
8032         constructed tree before returning error.
8033         * posix/Makefile.c (tests): Add bug-regex36.
8034         (generated): Add bug-regex36.mtrace.
8035         (tests-special): Add $(objpfx)bug-regex36-mem.out
8036         (bug-regex36-ENV): New variable.
8037         ($(objpfx)bug-regex36-mem.out): New rule.
8038         * posix/bug-regex36.c: New file.
8039
8040 2014-06-19  Will Newton  <will.newton@linaro.org>
8041
8042         * malloc/malloc.c (systrim): If extra is zero then return
8043         early.
8044
8045 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8046
8047         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8048
8049 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8050
8051         * sysdeps/aarch64/strchr.S: New file.
8052
8053 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8054
8055         [BZ #17022]
8056         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8057         from arguments -2 or below.
8058         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8059         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8060
8061 2014-06-18  Andreas Schwab  <schwab@suse.de>
8062
8063         [BZ #17062]
8064         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8065         of a bracket expr not to run off the end of the string.
8066         * posix/Makefile (tests): Add tst-fnmatch3.
8067         * posix/tst-fnmatch3.c: New file.
8068
8069 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8070
8071         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8072         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8073         [$(cross-compiling) = no]: Likewise.
8074         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8075         [$(cross-compiling) = no]: Likewise.
8076
8077 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8078
8079         [BZ #17031]
8080         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8081         double, adjusted for any remainder from the high double.
8082         * math/libm-test.inc (nearbyint): Add tests.
8083         (rint): Likewise.
8084
8085 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8086
8087         * nptl/sysdeps/powerpc/Makefile: Moved ...
8088         * sysdeps/powerpc/nptl/Makefile: ... here.
8089         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8090         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8091         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8092         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8093         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8094         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8095         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8096         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8097         * nptl/sysdeps/powerpc/tls.h: Moved ...
8098         * sysdeps/powerpc/nptl/tls.h: ... here.
8099
8100 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8101
8102         [BZ #16681]
8103         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8104         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8105         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8106         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8107         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8108         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8109         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8110         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8111         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8112
8113 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8114
8115         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8116
8117 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8118
8119         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8120         defined operator.
8121
8122         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8123         $TIMEOUTFACTOR.
8124
8125 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8126
8127         [BZ #17058]
8128         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8129         non-executed part of the test.
8130
8131 2014-06-16  Andreas Schwab  <schwab@suse.de>
8132
8133         * string/bits/string2.h (strdup, strndup): Update feature guard.
8134
8135 2014-06-14  David S. Miller  <davem@davemloft.net>
8136
8137         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8138
8139 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8140
8141         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8142         that was previously under [RESET_PID].
8143         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8144
8145         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8146         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8147         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8148         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8149         (__libc_vfork): New strong alias.
8150         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8151
8152 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8153
8154         * sysdeps/generic/elide.h: New file.
8155
8156 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8157
8158         * Makefile (installed-headers): Adjust path of pthread.h header.
8159
8160 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8161
8162         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8163         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8164         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8165         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8166
8167         * nptl/sysdeps/s390/Makefile: Moved ...
8168         * sysdeps/s390/nptl/Makefile: ... here.
8169         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8170         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8171         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8172         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8173         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8174         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8175         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8176         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8177         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8178         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8179         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8180         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8181         * nptl/sysdeps/s390/tls.h: Moved ...
8182         * sysdeps/s390/nptl/tls.h: ... here.
8183
8184         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8185         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8186
8187 2014-06-13  David S. Miller  <davem@davemloft.net>
8188
8189         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8190         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8191         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8192         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8193         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8195         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8196         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8197         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8198         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8199         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8200         Remove RESET_PID cpp guards.
8201         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8202         Remove RESET_PID cpp guards.
8203         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8204
8205 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8206
8207         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8208         __sp to uintptr_t.
8209
8210 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8211
8212         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8213         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8214         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8215         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8216         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8217         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8218         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8219         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8220         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8221         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8222         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8223         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8224         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8225         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8226         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8227         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8228         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8229         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8230         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8231         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8232
8233         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8234         (pthread_rwlock_rdlock): Add elision.
8235         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8236         (pthread_rwlock_wrlock): Add elision.
8237         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8238         (pthread_rwlock_trywrlock): Add elision.
8239         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8240         (pthread_rwlock_tryrdlock): Add elision.
8241         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8242         (pthread_rwlock_tryrdlock): Add elision unlock.
8243         * nptl/sysdeps/pthread/pthread.h:
8244         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8245         (PTHREAD_RWLOCK_INITIALIZER,
8246         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8247         Handle new elision field.
8248         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8249         * sysdeps/arm/nptl/bits/pthreadtypes.h
8250         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8251         * sysdeps/sh/nptl/bits/pthreadtypes.h
8252         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8253         * sysdeps/tile/nptl/bits/pthreadtypes.h
8254         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8255         * sysdeps/a/nptl/bits/pthreadtypes.h
8256         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8257         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8258         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8259         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8260         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8261         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8262         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8263         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8264         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8265         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8266         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8267         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8268         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8269         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8270         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8271         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8272         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8273         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8274         (elision_init): Set try_xbegin to zero when no RTM.
8275         * sysdeps/x86/nptl/bits/pthreadtypes.h
8276         (pthread_rwlock_t): Change __pad1 to __rwelision.
8277         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8278
8279 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8280
8281         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8282         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8283         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8284         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8285
8286 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8287
8288         [BZ #16996]
8289         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8290         that the cached result has been set before returning it.
8291
8292 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8293
8294         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8295         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8296         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8297         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8298         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8299         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8300
8301         * nptl/sysdeps/sparc/Makefile: Moved ...
8302         * sysdeps/sparc/nptl/Makefile: ... here.
8303         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8304         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8305         * nptl/sysdeps/sparc/tls.h: Moved ...
8306         * sysdeps/sparc/nptl/tls.h: ... here.
8307         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8308         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8309         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8310         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8311         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8312         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8313         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8314         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8315         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8316         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8317         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8318         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8319         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8320         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8321         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8322         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8323         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8324         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8325         Update #include.
8326         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8327         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8328         Update #include.
8329         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8330         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8331         Update #include.
8332         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8333         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8334         Update #include.
8335
8336         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8337
8338         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8339         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8340
8341         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8342         (struct list_links): Type removed.
8343         (struct thread_node, struct timer_node): Replace struct list_links
8344         with struct list_head.
8345         (list_unlink_ip): Likewise.
8346         * sysdeps/pthread/timer_routines.c
8347         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8348         (list_append, list_insbefore): Likewise.
8349         (list_init): Function removed.
8350         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8351         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8352         * sysdeps/pthread/Makefile: ... here, new file.
8353
8354         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8355         * sysdeps/nptl/Implies: ... here.
8356         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8357         * nptl/sysdeps/pthread/list.h: Moved ...
8358         * include/list.h: ... here.
8359         * nptl/sysdeps/pthread/createthread.c: Moved ...
8360         * nptl/createthread.c: ... here.
8361         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8362         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8363         * nptl/pt-longjmp.c: ... here.
8364         * nptl/sysdeps/pthread/Makefile: Moved ...
8365         * sysdeps/nptl/Makefile: ... here.
8366         * nptl/sysdeps/pthread/Subdirs: Moved ...
8367         * sysdeps/nptl/Subdirs: ... here.
8368         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8369         * sysdeps/nptl/aio_misc.h: ... here.
8370         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8371         * sysdeps/nptl/bits/libc-lock.h: ... here.
8372         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8373         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8374         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8375         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8376         * nptl/sysdeps/pthread/configure: Moved ...
8377         * sysdeps/nptl/configure: ... here.
8378         * nptl/sysdeps/pthread/configure.ac: Moved ...
8379         * sysdeps/nptl/configure.ac: ... here.
8380         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8381         * sysdeps/nptl/gai_misc.h: ... here.
8382         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8383         * sysdeps/nptl/librt-cancellation.c: ... here.
8384         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8385         * sysdeps/nptl/malloc-machine.h: ... here.
8386         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8387         * sysdeps/nptl/pthread-functions.h: ... here.
8388         * nptl/sysdeps/pthread/pthread.h: Moved ...
8389         * sysdeps/nptl/pthread.h: ... here.
8390         * nptl/sysdeps/pthread/setxid.h: Moved ...
8391         * sysdeps/nptl/setxid.h: ... here.
8392         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8393         * sysdeps/nptl/sigfillset.c: ... here.
8394         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8395         * sysdeps/nptl/tcb-offsets.h: ... here.
8396         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8397         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8398         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8399         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8400         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8401         * sysdeps/pthread/allocalim.h: ... here.
8402         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8403         * sysdeps/pthread/bits/sigthread.h: ... here.
8404         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8405         * sysdeps/pthread/flockfile.c: ... here.
8406         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8407         * sysdeps/pthread/ftrylockfile.c: ... here.
8408         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8409         * sysdeps/pthread/funlockfile.c: ... here.
8410         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8411         * sysdeps/pthread/posix-timer.h: ... here.
8412         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8413         * sysdeps/pthread/timer_create.c: ... here.
8414         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8415         * sysdeps/pthread/timer_delete.c: ... here.
8416         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8417         * sysdeps/pthread/timer_getoverr.c: ... here.
8418         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8419         * sysdeps/pthread/timer_gettime.c: ... here.
8420         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8421         * sysdeps/pthread/timer_routines.c: ... here.
8422         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8423         * sysdeps/pthread/timer_settime.c: ... here.
8424         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8425         * sysdeps/pthread/tst-timer.c: ... here.
8426         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8427         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8428
8429         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8430         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8431
8432         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8433         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8434         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8435         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8436         Update #include target.
8437         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8438         * sysdeps/i386/i686/nptl/Makefile: ... here.
8439         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8440         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8441         Update #include target.
8442         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8443         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8444         * nptl/sysdeps/i386/Makefile: Moved ...
8445         * sysdeps/i386/nptl/Makefile: ... here.
8446         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8447         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8448         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8449         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8450         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8451         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8452         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8453         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8454         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8455         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8456         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8457         * nptl/sysdeps/i386/tls.h: Moved ...
8458         * sysdeps/i386/nptl/tls.h: ... here.
8459
8460         * sysdeps/sh/Makefile [$(subdir) = csu]
8461         (gen-as-const-headers): Add tcb-offsets.sym.
8462         * nptl/sysdeps/sh/Makefile: File removed.
8463         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8464         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8465         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8466         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8467         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8468         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8469         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8470         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8471         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8472         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8473         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8474         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8475         * nptl/sysdeps/sh/tls.h: Moved ...
8476         * sysdeps/sh/nptl/tls.h: ... here.
8477         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8478         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8479         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8480         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8481         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8482         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8483         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8484         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8485         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8486         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8487         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8488         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8489         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8490         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8491         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8492         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8493         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8494         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8495         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8496         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8497         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8498         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8499         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8500         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8501         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8502         Moved ...
8503         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8504         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8505         Moved ...
8506         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8507         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8508         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8509         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8510         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8511         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8512         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8513         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8514         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8515         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8518         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8519         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8520         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8522         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8523         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8524         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8525
8526 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8527
8528         * posix/spawn_faction_addopen.c: Include string.h.
8529
8530 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8531
8532         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8533         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8534         * nptl/sysdeps/x86_64/Makefile: Moved ...
8535         * sysdeps/x86_64/nptl/Makefile: ... here.
8536         * nptl/sysdeps/x86_64/configure: Moved ...
8537         * sysdeps/x86_64/nptl/configure: ... here.
8538         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8539         * sysdeps/x86_64/nptl/configure.ac: ... here.
8540         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8541         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8542         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8543         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8544         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8545         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8546         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8547         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8548         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8549         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8550         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8551         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8552         * nptl/sysdeps/x86_64/tls.h: Moved ...
8553         * sysdeps/x86_64/nptl/tls.h: ... here.
8554         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8555         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8556         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8557         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8558
8559         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8560
8561 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8562
8563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8564
8565 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8566
8567         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8568         type.
8569         [POSIX] (off_t): Likewise.
8570         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8571         [POSIX] (S_ISBLK): Require macro.
8572         [POSIX] (S_ISCHR): Likewise.
8573         [POSIX] (S_ISDIR): Likewise.
8574         [POSIX] (S_ISFIFO): Likewise.
8575         [POSIX] (S_ISREG): Likewise.
8576         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8577         optional-macro.
8578         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8579         type.
8580         [POSIX] (time_t): Likewise.
8581         [POSIX] (timer_t): Likewise.
8582
8583 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8584
8585         [BZ #17048]
8586         * posix/spawn_int.h (struct __spawn_action): Make the path string
8587         non-const to support deallocation.
8588         * posix/spawn_faction_addopen.c
8589         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8590         * posix/spawn_faction_destroy.c
8591         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8592         path in all spawn_do_open actions.
8593         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8594         posix_spawn_file_actions_addopen.
8595
8596 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8597
8598         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8599         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8600         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8601         conditional code always true.
8602         (__libc_vfork): New alias.
8603
8604 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8605
8606         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8607         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8608
8609         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8610
8611         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8612         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8613
8614         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8615         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8616
8617         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8618         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8619
8620 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8621
8622         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8623         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8624         multiarch strcmp for PPC64.
8625         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8626         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8627         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8628         multiarch optimizations.
8629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8630         (__libc_ifunc_impl_list): Likewise.
8631
8632 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8633
8634         * benchtests/scripts/validate_benchout.py: New script.
8635         * benchtests/Makefile (bench-func): Call it.
8636         * benchtests/scripts/benchout.schema.json: New file.
8637
8638 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8639
8640         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8641         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8642         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8643         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8644         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8645         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8646         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8647         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8648         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8649         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8650         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8651         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8652         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8653         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8654         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8655         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8657         Moved ...
8658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8659         ... here.
8660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8661         Moved ...
8662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8664         Moved ...
8665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8666         ... here.
8667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8668         Moved ...
8669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8670         ... here.
8671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8672         Moved ...
8673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8675         Moved ...
8676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8677         ... here.
8678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8679         Moved ...
8680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8681         ... here.
8682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8683         Moved ...
8684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8686         Moved ...
8687         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8688         ... here.
8689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8690         Moved ...
8691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8692         ... here.
8693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8694         Moved ...
8695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8696         ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8698         Moved ...
8699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8700         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8701         Moved ...
8702         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8703         ... here.
8704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8705         Moved ...
8706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8707         ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8711         ... here.
8712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8713         Moved ...
8714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8716         Moved ...
8717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8718         ... here.
8719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8720         Moved ...
8721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8722         ... here.
8723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8724         Moved ...
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8727         Moved ...
8728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8729         ... here.
8730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8731         Moved ...
8732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8734         Moved ...
8735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8737         Moved ...
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8739         ... here.
8740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8741         Moved ...
8742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8743         ... here.
8744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8745         Moved ...
8746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8747         ... here.
8748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8749         Moved ...
8750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8752         Moved ...
8753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8754         ... here.
8755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8756         Moved ...
8757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8758         ... here.
8759         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8760         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8761         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8762         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8763         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8764         Moved ...
8765         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8766         ... here.
8767         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8768         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8769         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8770         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8771         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8772         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8773         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8774         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8775         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8776         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8777         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8778         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8779         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8780         Moved ...
8781         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8782         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8783         Moved ...
8784         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8786         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8787         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8788         Moved ...
8789         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8790         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8791         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8792         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8793         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8794         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8795         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8796
8797 2014-06-10  Wilco  <wdijkstr@arm.com>
8798
8799         * math/test-fenv-return.c: New file.
8800         * math/Makefile: Add new test test-fenv-return.
8801
8802 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8803
8804         [BZ #17042]
8805         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8806         when x - 1 is zero.
8807         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8808         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8809         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8810         0.0L for an argument of 1.0L.
8811         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8812         Likewise.
8813         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8814         value when x - 1 is zero.
8815         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8816         * sysdeps/i386/fpu/libm-test-ulps: Update.
8817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8818
8819 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8820
8821         [BZ #15119]
8822         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8823
8824 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8825
8826         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8827         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8828
8829 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8830
8831         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8832         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8833
8834         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8835         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8836
8837         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8838         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8839
8840         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8841         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8842
8843         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8844         if not already defined.
8845         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8846         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8847         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8848         (TLS_INIT_TP): Use it.
8849         (TLS_DEFINE_INIT_TP): New macro.
8850         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8851
8852 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8853
8854         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8855         constant.
8856         [POSIX] (IXANY): Likewise.
8857         [POSIX] (OLCUC): Likewise.
8858         [POSIX || POSIX2008] (CBAUD): Do not allow.
8859         [POSIX || POSIX2008] (DEFECHO): Likewise.
8860         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8861         [POSIX || POSIX2008] (ECHOKE): Likewise.
8862         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8863         [POSIX || POSIX2008] (EXTA): Likewise.
8864         [POSIX || POSIX2008] (EXTB): Likewise.
8865         [POSIX || POSIX2008] (FLUSHO): Likewise.
8866         [POSIX || POSIX2008] (LOBLK): Likewise.
8867         [POSIX || POSIX2008] (PENDIN): Likewise.
8868         [POSIX || POSIX2008] (SWTCH): Likewise.
8869         [POSIX || POSIX2008] (VDISCARD): Likewise.
8870         [POSIX || POSIX2008] (VDSUSP): Likewise.
8871         [POSIX || POSIX2008] (VLNEXT): Likewise.
8872         [POSIX || POSIX2008] (VREPRINT): Likewise.
8873         [POSIX || POSIX2008] (VSTATUS): Likewise.
8874         [POSIX || POSIX2008] (VWERASE): Likewise.
8875         (B*): Change to B[0123456789]*.
8876         * conform/data/time.h-data [POSIX || UNIX98]
8877         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8878         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8879         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8880         [POSIX] (tm_*): Do not allow.
8881
8882 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8883
8884         * Makefile (install): Don't set LANGUAGE.
8885         * Makefile.in (install): Likewise.
8886         * assert/Makefile (test-assert-ENV): Remove variable.
8887         (test-assert-perr-ENV): Likewise.
8888         * elf/Makefile (neededtest4-ENV): Likewise.
8889         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8890         [$(cross-compiling) = no]: Don't set LANGUAGE.
8891         * io/ftwtest-sh (LANG): Remove variable.
8892         * libio/Makefile (tst-widetext-ENV): Likewise.
8893         * manual/install.texi (Running make install): Don't refer to
8894         environment settings for make install.
8895         * INSTALL: Regenerated.
8896         * nptl/tst-tls6.sh: Don't set LANG.
8897         * posix/globtest.sh (LANG): Remove variable.
8898         * string/Makefile (tester-ENV): Likewise.
8899         (inl-tester-ENV): Likewise.
8900         (noinl-tester-ENV): Likewise.
8901         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8902         [$(cross-compiling) = no]: Don't set LANGUAGE.
8903         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8904         without explicit environment settings.
8905
8906 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8907
8908         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8909         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8910         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8911         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8912
8913 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8914
8915         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8916         other files in the crypt directory.
8917         * crypt/crypt.c: Remove duplicate includes.
8918         * crypt/crypt-entry.c: Likewise.
8919         * crypt/crypt_util.c: Likewise.
8920
8921 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8922
8923         * Makeconfig (run-program-env): New variable.
8924         (run-program-prefix-before-env): Likewise.
8925         (run-program-prefix-after-env): Likewise.
8926         (run-program-prefix): Define in terms of new variables.
8927         (built-program-cmd-before-env): New variable.
8928         (built-program-cmd-after-env): Likewise.
8929         (built-program-cmd): Define in terms of new variables.
8930         (test-program-prefix-before-env): New variable.
8931         (test-program-prefix-after-env): Likewise.
8932         (test-program-prefix): Define in terms of new variables.
8933         (test-program-cmd-before-env): New variable.
8934         (test-program-cmd-after-env): Likewise.
8935         (test-program-cmd): Define in terms of new variables.
8936         * Rules (make-test-out): Use $(run-program-env).
8937         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8938         (help): Do not mention environment variables.  Mention
8939         --timeoutfactor option.
8940         (timeoutfactor): New variable.
8941         (blacklist_exports): Remove function.
8942         (exports): Remove variable.
8943         (command): Do not include ${exports}.
8944         * manual/install.texi (Configuring and compiling): Do not mention
8945         test wrappers preserving environment variables.  Mention that last
8946         assignment to a variable must take precedence.
8947         * INSTALL: Regenerated.
8948         * benchtests/Makefile (run-bench): Use $(run-program-env).
8949         * catgets/Makefile ($(objpfx)test1.cat): Use
8950         $(built-program-cmd-before-env), $(run-program-env) and
8951         $(built-program-cmd-after-env).
8952         ($(objpfx)test2.cat): Do not specify environment variables
8953         explicitly.
8954         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8955         $(run-program-env) and $(built-program-cmd-after-env).
8956         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8957         $(run-program-env) and $(test-program-cmd-after-env).
8958         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8959         explicitly.
8960         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8961         run_program_env and test_program_cmd_after_env arguments.
8962         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8963         * elf/tst-pathopt.sh: Use run_program_env argument.
8964         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8965         $(test-wrapper-env) and $(run-program-env).
8966         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8967         run_program_env arguments.
8968         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8969         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8970         $(test-program-prefix-before-env), $(run-program-env) and
8971         $(test-program-prefix-after-env).
8972         ($(objpfx)tst-gettext2.out): Likewise.
8973         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8974         run_program_env and test_program_prefix_after_env arguments.
8975         * intl/tst-gettext2.sh: Likewise.
8976         * intl/tst-gettext4.sh: Do not set environment variables
8977         explicitly.
8978         * intl/tst-gettext6.sh: Likewise.
8979         * intl/tst-translit.sh: Likewise.
8980         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8981         $(test-program-prefix-before-env), $(run-program-env) and
8982         $(test-program-prefix-after-env).
8983         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8984         run_program_env and test_program_prefix_after_env arguments.
8985         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8986         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8987         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8988         explicitly with each use of ${test_wrapper_env}.
8989         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8990         $(test-program-prefix-before-env), $(run-program-env) and
8991         $(test-program-prefix-after-env).
8992         * posix/tst-getconf.sh: Do not set environment variables
8993         explicitly.
8994         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8995         run_program_env and test_program_prefix_after_env arguments.
8996         * stdio-common/tst-printf.sh: Do not set environment variables
8997         explicitly.
8998         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8999         $(test-program-prefix-before-env), $(run-program-env) and
9000         $(test-program-prefix-after-env).
9001         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9002         run_program_env and test_program_prefix_after_env arguments.
9003         Split $test calls into $test_pre and $test.
9004         * timezone/Makefile (build-testdata): Use
9005         $(built-program-cmd-before-env), $(run-program-env) and
9006         $(built-program-cmd-after-env).
9007
9008 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9009
9010         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9011         strlen for non SHARED builds.
9012
9013 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9014
9015         * nptl/allocatestack.c (check_list): Inlined function...
9016         (__reclaim_stacks): ... here.
9017
9018 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9019
9020         [BZ #15698]
9021         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9022         memory overrun.
9023
9024 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9025
9026         * Rules (make-test-out): Include
9027         LOCPATH=$(common-objpfx)localedata in default environment.
9028         * debug/Makefile (tst-chk1-ENV): Remove variable.
9029         (tst-chk2-ENV): Likewise.
9030         (tst-chk3-ENV): Likewise.
9031         (tst-chk4-ENV): Likewise.
9032         (tst-chk5-ENV): Likewise.
9033         (tst-chk6-ENV): Likewise.
9034         (tst-lfschk1-ENV): Likewise.
9035         (tst-lfschk2-ENV): Likewise.
9036         (tst-lfschk3-ENV): Likewise.
9037         (tst-lfschk4-ENV): Likewise.
9038         (tst-lfschk5-ENV): Likewise.
9039         (tst-lfschk6-ENV): Likewise.
9040         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9041         (tst-iconv7-ENV): Likewise.
9042         * intl/Makefile (LOCPATH-ENV): Likewise.
9043         (tst-codeset-ENV): Likewise.
9044         (tst-gettext3-ENV): Likewise.
9045         (tst-gettext5-ENV): Likewise.
9046         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9047         (tst-fopenloc-ENV): Likewise.
9048         (tst-fgetws-ENV): Remove variable.
9049         (tst-ungetwc1-ENV): Likewise.
9050         (tst-ungetwc2-ENV): Likewise.
9051         (bug-ungetwc2-ENV): Likewise.
9052         (tst-swscanf-ENV): Likewise.
9053         (bug-ftell-ENV): Likewise.
9054         (tst-fgetwc-ENV): Likewise.
9055         (tst-fseek-ENV): Likewise.
9056         (tst-ftell-partial-wide-ENV): Likewise.
9057         (tst-ftell-active-handler-ENV): Likewise.
9058         (tst-ftell-append-ENV): Likewise.
9059         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9060         (tst-regexloc-ENV): Likewise.
9061         (bug-regex1-ENV): Likewise.
9062         (tst-regex-ENV): Likewise.
9063         (tst-regex2-ENV): Likewise.
9064         (bug-regex5-ENV): Likewise.
9065         (bug-regex6-ENV): Likewise.
9066         (bug-regex17-ENV): Likewise.
9067         (bug-regex18-ENV): Likewise.
9068         (bug-regex19-ENV): Likewise.
9069         (bug-regex20-ENV): Likewise.
9070         (bug-regex22-ENV): Likewise.
9071         (bug-regex23-ENV): Likewise.
9072         (bug-regex25-ENV): Likewise.
9073         (bug-regex26-ENV): Likewise.
9074         (bug-regex30-ENV): Likewise.
9075         (bug-regex32-ENV): Likewise.
9076         (bug-regex33-ENV): Likewise.
9077         (bug-regex34-ENV): Likewise.
9078         (bug-regex35-ENV): Likewise.
9079         (tst-rxspencer-ENV): Likewise.
9080         (tst-rxspencer-no-utf8-ENV): Likewise.
9081         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9082         (tst-sscanf-ENV): Likewise.
9083         (tst-swprintf-ENV): Likewise.
9084         (tst-swscanf-ENV): Likewise.
9085         (test-vfprintf-ENV): Likewise.
9086         (scanf13-ENV): Likewise.
9087         (bug14-ENV): Likewise.
9088         (tst-grouping-ENV): Likewise.
9089         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9090         (tst-strtod3-ENV): Likewise.
9091         (tst-strtod4-ENV): Likewise.
9092         (tst-strtod5-ENV): Likewise.
9093         (testmb2-ENV): Likewise./
9094         * string/Makefile (tst-strxfrm-ENV): Likewise.
9095         (tst-strxfrm2-ENV): Likewise.
9096         (bug-strcoll1-ENV): Likewise.
9097         (test-strcasecmp-ENV): Likewise.
9098         (test-strncasecmp-ENV): Likewise.
9099         * time/Makefile (tst-strptime-ENV): Likewise.
9100         (tst-ftime_l-ENV): Likewise.
9101         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9102         (tst-mbrtowc-ENV): Likewise.
9103         (tst-wcrtomb-ENV): Likewise.
9104         (tst-mbrtowc2-ENV): Likewise.
9105         (tst-c16c32-1-ENV): Likewise.
9106         (tst-mbsnrtowcs-ENV): Likewise.
9107
9108 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9109
9110         * manual/resource.texi (How to get information about the memory
9111         subsystem?): Fix typo.
9112         Reported by Peon de la Parra Ivan <peon@keba.com>
9113
9114 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9115
9116         [BZ #16882]
9117         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9118         (pthread_spin_lock): Branch out of spin loop to proper location.
9119         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9120         (pthread_spin_lock): Likewise.
9121
9122         * nptl/tst-spin4.c: New test.
9123         * nptl/Makefile (tests): Add tst-spin4.
9124
9125 2014-06-03  Andreas Schwab  <schwab@suse.de>
9126
9127         [BZ #15946]
9128         * resolv/res_send.c (send_dg): Reload file descriptor after
9129         calling reopen.
9130
9131 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9132
9133         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9134
9135 2014-06-03  Richard Henderson  <rth@redhat.com>
9136
9137         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9138         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9139         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9140         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9141         in the SAVE_PID block.
9142         (__libc_vfork): New alias.
9143         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9144
9145         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9146         child in registers, not on the stack.  Remove RESET_PID conditionals.
9147         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9148
9149 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9150
9151         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9152
9153 2014-06-03  Wilco  <wdijkstr@arm.com>
9154
9155         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9156         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9157         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9158         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9159         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9160         Likewise.
9161
9162 2014-06-03  Wilco  <wdijkstr@arm.com>
9163
9164         * sysdeps/aarch64/fpu/math_private.h
9165         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9166         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9167         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9168         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9169         Fix declarations.
9170
9171 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9172
9173         * crypt/crypt-private.h: Include ufc-crypt.h.
9174         (__b64_from_24bit): Declare extern.
9175         * crypt/crypt_util.c(__b64_from_24bit): New function.
9176         (b64t): New static const variable.
9177         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9178         (b64t): Remove variable.
9179         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9180         * crypt/sha256-crypt.c: Include crypt-private.h.
9181         (b64t): Remove variable.
9182         (__sha256_crypt_r): Remove b64_from_24bit and replace
9183         with __b64_from_24bit.
9184         * crypt/sha512-crypt.c: Likewise.
9185
9186 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9187
9188         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9189         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9190         Label the code __libc_vfork rather than __vfork.
9191         [!NOT_IN_libc] (vfork): Define as weak alias.
9192         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9193         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9194         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9195
9196 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9197
9198         * malloc/malloc.c (malloc_info): Fix format specifier for
9199         n_mmaps.
9200
9201 2014-06-02  Wilco  <wdijkstr@arm.com>
9202
9203         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9204         FPCR write.
9205
9206 2014-06-02  Wilco  <wdijkstr@arm.com>
9207
9208         [BZ #17009]
9209         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9210         Rewrite to reduce FPCR/FPSR accesses.
9211
9212 2014-06-01  David S. Miller  <davem@davemloft.net>
9213
9214         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9215
9216 2014-05-31  David S. Miller  <davem@davemloft.net>
9217
9218         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9219         to occur in round to nearest mode when |x| >= 2.0
9220
9221 2014-05-30  Richard Henderson  <rth@twiddle.net>
9222
9223         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9224         (PSEUDO_RET_NOERRNO): Remove.
9225         (ret): Don't redefine.
9226         (ret_NOERRNO): Define in terms of ret.
9227         (ret_ERRVAL): Likewise.
9228
9229         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9230         use of PSEUDO_RET; perform the error check directly.
9231
9232 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9233
9234         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9235         with __int128_t.
9236
9237 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9238
9239         * malloc/malloc (malloc_info): Fix formatting.
9240
9241 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9242             Roland McGrath  <roland@hack.frob.com>
9243
9244         * malloc/malloc (malloc_info): Also print mmapped statistics.
9245
9246 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9247
9248         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9249         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9250
9251 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9252
9253         * malloc/malloc.c (malloc_info): Inline mi_arena.
9254
9255 2014-05-29  Richard Henderson  <rth@twiddle.net>
9256
9257         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9258         Remove comma before expanding ASM_ARGS_##nr.
9259         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9260         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9261         of ASM_ARGS_##nr.
9262         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9263         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9264         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9265         (ASM_ARGS_1): Add leading comma.
9266
9267         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9268         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9269         to __errno_location.
9270         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9271         Remove the expected plt for __errno_location.
9272
9273         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9274         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9275         call to __read_tp.
9276
9277         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9278         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9279         it and break it down.
9280         (DOCARGS_0, DOCARGS_1): Do nothing.
9281         (DOCARGS_2): Update to store into the new stack frame.
9282         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9283         (UNDOCARGS_1): Update to restore from the new stack frame.
9284         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9285         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9286
9287         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9288         (SINGLE_THREAD_P): New parameter for result regno.
9289         (PSEUDO): Update to match; use cbz instead of beq.
9290
9291         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9292         Use ENTRY to define the _nocancel entry point.  Share the syscall
9293         and syscall error check paths with the cancel path.
9294         (PSEUDO_END): New.
9295
9296         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9297         whitespace; tabs before and after asm mnemonics.
9298
9299 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9300
9301         [BZ #15132]
9302         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9303         Call fstat64 or stat64 internally, depending on arguments passed.
9304         Replace stat buffer argument with file descriptor argument.
9305         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9306         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9307         Pass fd to __internal_statvfs instead of calling fstat64.
9308         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9309         Pass fd to __internal_statvfs64 instead of calling fstat64.
9310         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9311         Pass -1 to __internal_statvfs instead of calling stat64.
9312         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9313         Pass -1 to __internal_statvfs64 instead of calling stat64.
9314
9315 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9316
9317         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9318         that was previously under [RESET_PID].
9319         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9320
9321         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9322         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9323
9324 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9325
9326         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9327
9328         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9329         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9330
9331 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9332
9333         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9334
9335 2014-05-27  Andreas Schwab  <schwab@suse.de>
9336
9337         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9338         TLS_INIT_TP macro.
9339         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9340         * elf/rtld.c (init_tls, dl_main): Likewise.
9341         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9342         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9343         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9344         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9345         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9346         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9347         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9348         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9349         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9350         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9351         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9352         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9353         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9354         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9355         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9356         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9357         * sysdeps/generic/tls.h: Update description.
9358
9359 2014-05-27  Will Newton  <will.newton@linaro.org>
9360
9361         [BZ #16990]
9362         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9363         and restore r2 rather than just restoring.
9364
9365 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9366
9367         [BZ #16724]
9368         * libio/tst-ftell-append.c: New test case.
9369         * libio/Makefile (tests): Add test case.
9370         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9371         append mode.
9372         * libio/wfileops.c (do_ftell_wide): Likewise.
9373
9374 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9375
9376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9377
9378         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9379         ...
9380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9382         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9383         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9384         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9385         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9386         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9387         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9388         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9389         Moved ...
9390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9391         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9395         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9397         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9398         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9399         ...
9400         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9404         here.
9405         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9406         ...
9407         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9409         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9410
9411         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9412         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9413         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9414         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9415
9416         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9417         merge into ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9420         ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9423         ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9426         Moved ...
9427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9428         here.
9429         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9435
9436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9437         conditional [RESET_PID].
9438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9439         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9440         removed.
9441         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9442         removed.
9443
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9445         <tcb-offsets.h>.
9446         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9447         (__libc_vfork): New strong alias.
9448         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9449         removed.
9450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9451         Removed.
9452
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9454         <tcb-offsets.h>.
9455         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9456         (__libc_vfork): New strong alias.
9457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9458         removed.
9459         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9460         removed.
9461
9462 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9463
9464         * malloc/malloc.c (mi_arena): New function.
9465         (malloc_info): Remove nested function mi_arena. Call non-nosted
9466         function mi_arena.
9467
9468 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9469
9470         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9471         by insrwi.
9472         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9473         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9474         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9475         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9476         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9477         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9478         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9479
9480 2014-05-26  Andreas Schwab  <schwab@suse.de>
9481
9482         [BZ #16984]
9483         * locale/programs/repertoire.c (repertoire_read): Add slash
9484         between I18NPATH element and file name.
9485         * locale/programs/locfile.c (locfile_read): Likewise.
9486
9487 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9488
9489         * nptl/pthread_mutexattr_settype.c
9490         (__pthread_mutexattr_settype):
9491         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9492
9493 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9494
9495         * nptl/tst-mutex5 (do_test):
9496         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9497
9498 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9499
9500         * benchtests/README: Document 'init' directive.
9501         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9502         BENCH_INIT.
9503         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9504         (parse_file): Recognize 'init' directive.
9505
9506 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9507
9508         [BZ #16796]
9509         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9510         alignment of struct pthread.
9511
9512 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9513
9514         [BZ #16878]
9515         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9516         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9517         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9518         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9519
9520 2014-05-25  Richard Henderson  <rth@twiddle.net>
9521
9522         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9523         (SINGLE_THREAD_P_PIC): Remove.
9524         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9525         (SINGLE_THREAD_P_PIC): Remove.
9526
9527         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9528         branch to syscall error ...
9529         (PSEUDO): ... here.
9530         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9531         from __local_syscall_error to .Lsyscall_error.
9532         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9533         (SYSCALL_ERROR): Update label name.
9534
9535         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9536         Do not use DOARGS/UNDOARGS.
9537         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9538         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9539         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9540         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9541         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9542
9543         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9544         block comment.
9545
9546         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9547         define if !NOT_IN_libc.
9548         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9549         define with non-default symbol versions.
9550
9551 2014-05-23  Richard Henderson  <rth@twiddle.net>
9552
9553         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9554         (vfork, __vfork): Define via compat_symbol.
9555
9556         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9557         [!HAVE_IFUNC] (vfork_compat): Remove.
9558         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9559
9560 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9561
9562         [BZ #16978]
9563         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9564         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9565         variable.
9566
9567 2014-05-23  Richard Henderson  <rth@twiddle.net>
9568
9569         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9570         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9571         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9572         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9573
9574         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9575         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9576         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9577         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9578         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9579         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9580         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9581         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9582         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9583         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9584         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9585         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9586         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9587         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9588         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9589         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9601         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9603         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9613         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9614         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9615         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9616         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9617         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9618         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9619         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9620         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9621         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9622         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9623         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9624         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9625         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9626         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9627         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9628         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9629         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9630
9631         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9632         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9633         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9634         before exiting on error.
9635         (__libc_vfork): New strong alias.
9636         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9637         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9638
9639         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9640         that was previously under [RESET_PID].
9641         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9642
9643         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9644
9645 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9646
9647         [BZ #16977]
9648         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9649         value when x - 1 is zero.
9650         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9651         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9652         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9653         0.0L for an argument of 1.0L.
9654         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9655         Likewise.
9656         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9657         value when x - 1 is zero.
9658         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9659         * sysdeps/i386/fpu/libm-test-ulps: Update.
9660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9661
9662 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9663
9664         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9665         alphasort and versionsort.
9666
9667 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9668
9669         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9670         macro.
9671         [copysignf]: Likewise.
9672
9673 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9674
9675         * crypt/md5-crypt.c: Fix formatting.
9676
9677 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9678
9679         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9680         (b64_from_24bit): New function.
9681
9682 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9683
9684         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9685         libc_hidden_builtin_def to ifunc.
9686         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9687         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9688
9689 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9690
9691         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9692         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9693
9694 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9695
9696         * nscd/Depend (linuxthreads): Remove.
9697         (nptl): Add.
9698         * resolv/Depend (linuxthreads): Remove.
9699         * rt/Depend (linuxthreads): Remove.
9700
9701         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9702         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9703         $(common-objpfx)elf/.
9704         (link-libc-before-gnulib): Likewise.
9705         (elfobjdir): Remove variable.
9706         * Makefile (install): Use $(elf-objpfx) instead of
9707         $(common-objpfx)elf/.
9708         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9709         $(elfobjdir)/.
9710         (link-libc-deps): Likewise.
9711         ($(common-objpfx)libc.so): Likewise.
9712         ($(common-objpfx)linkobj/libc.so): Likewise.
9713         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9714         instead of $(common-objpfx)elf/.
9715         (symbolic-link-list): Likewise.
9716         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9717         [$(cross-compiling) = no]: Likewise.
9718         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9719         $(elfobjdir)/.
9720         (static-gnulib-arch): Likewise.
9721         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9722         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9723         $(common-objpfx)elf/.
9724
9725 2014-05-21  Richard Henderson  <rth@redhat.com>
9726
9727         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9728         (SINGLE_THREAD_P): Use the correct width load.  Fold
9729         into the ldr offset.
9730
9731         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9732         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9733
9734 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9735
9736         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9737         (libgcc_s_resume): Use __attribute_used__.
9738         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9739         Likewise.
9740
9741 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9742
9743         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9744         optimization when used with float constants.
9745
9746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9747
9748 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9749
9750         [BZ #16915]
9751         * locale/nl_langinfo_l.c: Make direct reference to every
9752         _nl_current_CATEGORY symbol.
9753         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9754         (tests-static): Add tst-langinfo-static.
9755         (tests-special): Add tst-langinfo-static.out.
9756         ($(objpfx)tst-langinfo.out): Redirect output.
9757         ($(objpfx)tst-langinfo-static.out): New.
9758         * localedata/tst-langinfo.sh: Send output to stdout.
9759         * localedata/tst-langinfo-static.c: New file.
9760
9761         [BZ #16965]
9762         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9763         when the shift amount is modulo the limb size.
9764
9765 2014-05-20  Richard Henderson  <rth@redhat.com>
9766
9767         [BZ #16967]
9768         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9769         Change type of sa_flags from unsigned int to int.
9770
9771         [BZ #16966]
9772         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9773
9774         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9775
9776 2014-05-20  Will Newton  <will.newton@linaro.org>
9777
9778         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9779         Test the return value of the system call in the nocancel case.
9780
9781 2014-05-20  Will Newton  <will.newton@linaro.org>
9782             Yvan Roux  <yvan.roux@linaro.org>
9783
9784         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9785         #include of asm/ptrace.h.
9786         (PTRACE_GET_THREAD_AREA): Remove #undef.
9787         (PTRACE_GETHBPREGS): Likewise.
9788         (PTRACE_SETHBPREGS): Likewise.
9789         (struct user_regs_struct): New structure.
9790         (struct user_fpsimd_struct): New structure.
9791         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9792         #include of asm/ptrace.h and second #include of sys/user.h.
9793         (PTRACE_GET_THREAD_AREA): Remove #undef.
9794         (PTRACE_GETHBPREGS): Likewise.
9795         (PTRACE_SETHBPREGS): Likewise.
9796         (ELF_NGREG): Use new struct user_regs_struct.
9797         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9798
9799 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9800
9801         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9802         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9803
9804 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9805
9806         [BZ #16958]
9807         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9808         membar to avoid block loads/stores to overlap previous stores.
9809
9810 2014-05-17  Richard Henderson  <rth@redhat.com>
9811
9812         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9813         Create the __##syscall_name##_nocancel entry point.
9814         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9815         Remove; let the sysdep-cancel.h code create it.
9816
9817 2014-05-17  David S. Miller  <davem@davemloft.net>
9818
9819         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9820         Protect with __USE_GNU.
9821         (TIOCSET_TEMPT): Likewise.
9822         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9823         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9824         these are already provided in bits/ioctl-types.h
9825
9826 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9827
9828         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9829         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9830
9831         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9832         Use wait4 regardless of [__NR_waitpid].
9833
9834 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9835
9836         PR libgcc/60166
9837         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9838         (_FP_NANSIGN_Q): Set the quiet bit.
9839
9840 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9841
9842         * benchtests/Makefile
9843         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9844         not $(common-objpfx)math/libm.so.
9845         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9846         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9847         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9848         $(common-objpfx)dlfcn/libdl.so.
9849         ($(objpfx)tst-audit8): Depend on $(libm), not
9850         $(common-objpfx)math/libm.so.
9851         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9852         not $(common-objpfx)dlfcn/libdl.so.
9853         * math/Makefile
9854         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9855         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9856         [$(build-shared) = yes].
9857         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9858         $(common-objpfx)nptl/libpthread.so.
9859         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9860         $(common-objpfx)math/libm.so$(libm.so-version) or
9861         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9862         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9863         $(common-objpfx)dlfcn/libdl.so.
9864         * setjmp/Makefile (link-libm): Remove variable.
9865         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9866         * stdio-common/Makefile (link-libm): Remove variable.
9867         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9868         * stdlib/Makefile (link-libm): Remove variable.
9869         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9870         ($(objpfx)tst-strtod-round): Likewise.
9871         ($(objpfx)tst-tininess): Likewise.
9872         ($(objpfx)tst-strtod-underflow): Likewise.
9873         ($(objpfx)tst-strtod6): Likewise.
9874         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9875         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9876         $(common-objpfx)dlfcn/libdl.so.
9877
9878 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9879
9880         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9881         BSD terminal modes definitions.
9882
9883 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9884
9885         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9886         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9887
9888         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9889         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9890         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9891         Don't do #include_next.
9892         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9893         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9894         Don't do #include_next.
9895         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9896         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9897         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9898         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9899
9900 2014-05-16  Allan McRae  <allan@archlinux.org>
9901
9902         * po/sv.po: Update Swedish translation from translation project.
9903
9904         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9905         in sed expression.
9906
9907 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9908
9909         [BZ #16917]
9910         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9911         errno if the TIOCGPTN ioctl fails with an error different than
9912         EINVAL.
9913         * login/tst-ptsname.c: New file.
9914         * login/Makefile (tests): Add tst-ptsname.
9915
9916         [BZ #16943]
9917         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9918         and prlimit64.
9919
9920 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9921
9922         [BZ #16849]
9923         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9924         herrno to return EAI_AGAIN.
9925
9926 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9927
9928         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9929         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9930         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9941         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9942         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9943         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9951         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9953         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9954         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9955         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9956         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9957         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9959         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9961         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9963         Moved ...
9964         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9966         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9967         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9968         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9970         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9972         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9982         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9988         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9992         Moved ...
9993         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9994         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9995         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9997         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9998         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9999         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10001         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10002         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10003         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10005         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10009         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10013         Moved ...
10014         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10016         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10017
10018         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10019         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10020         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10021         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10022         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10024         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10026         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10028         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10030         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10032         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10034         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10036         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10038         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10040         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10041         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10042         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10044         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10045         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10046         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10047         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10048         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10049
10050         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10051         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10052
10053         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10054         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10055         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10056         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10057         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10058         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10059         Moved ...
10060         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10062         Moved ...
10063         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10065         Moved ...
10066         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10071         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10073         Moved ...
10074         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10075         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10076         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10078         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10079         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10080         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10082         Moved ...
10083         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10085         Moved ...
10086         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10087         ... here.
10088         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10089         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10091         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10093         Moved ...
10094         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10095         ... here.
10096         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10102         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10104         Moved ...
10105         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10106         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10110         Moved ...
10111         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10116         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10118         Moved ...
10119         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10121         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10123         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10125         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10127         Moved ...
10128         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10130         Moved ...
10131         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10132         ... here.
10133         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10136         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10140         ... here.
10141         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10145         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10147         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10149         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10151         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10153         Moved ...
10154         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10156         Moved ...
10157         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10159         Moved ...
10160         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10162         Moved ...
10163         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10165         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10167         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10172         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10173         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10174         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10175         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10178         Moved ...
10179         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10181         Moved ...
10182         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10183         ... here.
10184         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10185         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10187         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10188         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10189         Moved ...
10190         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10191         ... here.
10192         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10196         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10198         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10200         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10202         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10204         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10205
10206         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10207         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10208
10209         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10210         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10211
10212         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10213         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10214         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10215         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10216         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10218         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10219         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10220         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10222         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10224         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10226         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10228         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10230         Moved ...
10231         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10232         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10233         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10238         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10240         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10241         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10242         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10243         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10244         Moved ...
10245         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10250         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10252         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10254         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10256         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10258         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10260         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10262         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10263         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10264         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10265
10266         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10267         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10268         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10269         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10270         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10271
10272         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10273         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10274         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10275         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10276         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10277         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10278         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10279         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10280         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10281         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10282
10283         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10284         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10285
10286         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10287         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10289         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10291         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10292         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10293         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10294         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10295         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10296         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10297         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10298         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10299         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10300         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10301         Update #include.
10302         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10303         Likewise.
10304         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10305         Likewise.
10306         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10307         Likewise.
10308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10309         Likewise.
10310         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10311         Likewise.
10312         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10313         Likewise.
10314         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10315         Likewise.
10316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10317         Likewise.
10318         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10319         Likewise.
10320         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10322         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10323         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10324         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10325         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10326         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10327         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10328         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10329         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10330         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10331         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10332         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10333         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10334         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10335
10336         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10337         that was previously under [RESET_PID].
10338         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10340         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10341
10342         * sysdeps/i386/nptl/Implies: New file.
10343         * sysdeps/x86_64/nptl/Implies: New file.
10344         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10345         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10347         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10348
10349         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10350         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10351         (__libc_vfork): New strong alias.
10352         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10353         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10354
10355         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10356         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10357         (__libc_vfork): New strong alias.
10358         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10359         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10360
10361         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10362         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10363         (__libc_vfork): New strong alias.
10364         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10365         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10366         * nptl/pt-vfork.c: New file.
10367         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10368         (libpthread: GLIBC_2.20): New version set (empty).
10369
10370 2014-05-14  Will Newton  <will.newton@linaro.org>
10371
10372         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10373         rather than #if.
10374
10375 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10376
10377         [BZ #16564]
10378         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10379         arguments with exponent 65 or above.
10380         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10381         arguments 0x1p113L or above.
10382         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10383         to arguments 0x1p107L or above.
10384         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10385         positive arguments with exponent 65 or above.
10386         * math/auto-libm-test-in: Add more tests of log1p.
10387         * math/auto-libm-test-out: Regenerated.
10388
10389         [BZ #16928]
10390         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10391         non-finite arguments is +0.
10392         * math/s_cacosf.c (__cacosf): Likewise.
10393         * math/s_cacosl.c (__cacosl): Likewise.
10394         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10395         * sysdeps/i386/fpu/libm-test-ulps: Update.
10396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10397
10398         [BZ #16927]
10399         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10400         value.
10401         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10402         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10403         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10404         for explicit high bit of mantissa when testing for argument equal
10405         to 1.
10406         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10407         * sysdeps/i386/fpu/libm-test-ulps: Update.
10408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10409
10410         [BZ #16516]
10411         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10412         (__erf): Scale by 16 instead of 8 in potentially underflowing
10413         case.  Ensure exception if result actually underflows.
10414         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10415         (__erff): Scale by 16 instead of 8 in potentially underflowing
10416         case.  Ensure exception if result actually underflows.
10417         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10418         (efx8): Remove variable.
10419         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10420         case.  Ensure exception if result actually underflows.
10421         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10422         (efx8): Remove variable.
10423         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10424         case.  Ensure exception if result actually underflows.
10425         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10426         (efx8): Remove variable.
10427         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10428         case.  Ensure exception if result actually underflows.
10429         * math/auto-libm-test-in: Add more tests of erf.
10430         * math/auto-libm-test-out: Regenerated.
10431
10432 2014-05-14  Andreas Schwab  <schwab@suse.de>
10433
10434         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10435         Remove code conditionalized on USE___THREAD.
10436
10437         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10438         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10439         not definedness.
10440
10441 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10442
10443         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10444         Define unconditionally.
10445         (__ASSUME_O_CLOEXEC): Likewise.
10446         (__ASSUME_SOCK_CLOEXEC): Likewise.
10447         (__ASSUME_IN_NONBLOCK): Likewise.
10448         (__ASSUME_PIPE2): Likewise.
10449         (__ASSUME_EVENTFD2): Likewise.
10450         (__ASSUME_SIGNALFD4): Likewise.
10451         (__ASSUME_DUP3): Likewise.
10452         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10453         (__ASSUME_DUP3): Do not define.
10454         (__ASSUME_EVENTFD2): Likewise.
10455         (__ASSUME_IN_NONBLOCK): Likewise.
10456         (__ASSUME_O_CLOEXEC): Likewise.
10457         (__ASSUME_PIPE2): Likewise.
10458         (__ASSUME_SIGNALFD4): Likewise.
10459         (__ASSUME_SOCK_CLOEXEC): Likewise.
10460         (__ASSUME_UTIMES): Undefine.
10461         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10462         (__ASSUME_UTIMES): Do not define.
10463         (__ASSUME_O_CLOEXEC): Likewise.
10464         (__ASSUME_SOCK_CLOEXEC): Likewise.
10465         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10466         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10467         0x020621].
10468         (__ASSUME_PIPE2): Likewise.
10469         (__ASSUME_EVENTFD2): Likewise.
10470         (__ASSUME_SIGNALFD4): Likewise.
10471         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10472         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10473         Do not define.
10474         (__ASSUME_EVENTFD2): Likewise.
10475         (__ASSUME_SIGNALFD4): Likewise.
10476         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10477         (__ASSUME_32BITUIDS): Likewise.
10478         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10479         (__ASSUME_IPC64): Likewise.
10480         (__ASSUME_ST_INO_64_BIT): Likewise.
10481         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10482         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10483         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10484         (__ASSUME_UTIMES): Do not define.
10485         (__ASSUME_PSELECT): Likewise.
10486         (__ASSUME_PPOLL): Likewise.
10487         (__ASSUME_O_CLOEXEC): Likewise.
10488         (__ASSUME_SOCK_CLOEXEC): Likewise.
10489         (__ASSUME_IN_NONBLOCK): Likewise.
10490         (__ASSUME_PIPE2): Likewise.
10491         (__ASSUME_EVENTFD2): Likewise.
10492         (__ASSUME_SIGNALFD4): Likewise.
10493         (__ASSUME_DUP3): Likewise.
10494         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10495         (__ASSUME_UTIMES): Likewise.
10496         (__ASSUME_O_CLOEXEC): Likewise.
10497         (__ASSUME_SOCK_CLOEXEC): Likewise.
10498         (__ASSUME_IN_NONBLOCK): Likewise.
10499         (__ASSUME_PIPE2): Likewise.
10500         (__ASSUME_EVENTFD2): Likewise.
10501         (__ASSUME_SIGNALFD4): Likewise.
10502         (__ASSUME_DUP3): Likewise.
10503         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10504         (__ASSUME_UTIMES): Likewise.
10505         (__ASSUME_O_CLOEXEC): Likewise.
10506         (__ASSUME_SOCK_CLOEXEC): Likewise.
10507         (__ASSUME_IN_NONBLOCK): Likewise.
10508         (__ASSUME_PIPE2): Likewise.
10509         (__ASSUME_EVENTFD2): Likewise.
10510         (__ASSUME_SIGNALFD4): Likewise.
10511         (__ASSUME_DUP3): Likewise.
10512         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10513         Likewise.
10514         (__ASSUME_UTIMES): Likewise.
10515         (__ASSUME_EVENTFD2): Likewise.
10516         (__ASSUME_SIGNALFD4): Likewise.
10517         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10518         (__ASSUME_O_CLOEXEC): Likewise.
10519         (__ASSUME_SOCK_CLOEXEC): Likewise.
10520         (__ASSUME_IN_NONBLOCK): Likewise.
10521         (__ASSUME_PIPE2): Likewise.
10522         (__ASSUME_EVENTFD2): Likewise.
10523         (__ASSUME_SIGNALFD4): Likewise.
10524         (__ASSUME_DUP3): Likewise.
10525         (__ASSUME_UTIMES): Undefine.
10526
10527         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10528         feclearexcept.  Remove symbol versioning code.
10529         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10530         symbol versioning code.
10531         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10532         symbol versioning code.
10533         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10534         feupdateenv.  Remove symbol versioning code.
10535         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10536         fegetexceptflag.  Remove symbol versioning code.
10537         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10538         fesetexceptflag.  Remove symbol versioning code.
10539         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10540         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10541         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10542         (__posix_fadvise64_l32): Remove prototype.
10543         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10544         code.
10545
10546 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10547
10548         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10549         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10550         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10551         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10552
10553 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10554
10555         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10556         current working directory
10557
10558 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10559
10560         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10561         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10562         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10563         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10564         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10565         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10566         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10567         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10568         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10569         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10570         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10571         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10572         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10573         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10574         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10575         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10576         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10577         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10578         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10579         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10580         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10581         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10582         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10583         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10584         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10589         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10590         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10593         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10594         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10595         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10596         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10597         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10598         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10599         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10600         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10601         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10602
10603         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10604         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10605
10606         * sysdeps/unix/sysv/linux/arm/Makefile
10607         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10608         Add rt-aeabi_unwind_cpp_pr1.
10609         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10610         Add nptl-aeabi_unwind_cpp_pr1.
10611         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10612         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10613         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10614         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10615         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10616         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10617
10618         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10619         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10620         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10621         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10622
10623         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10624         Deconditionalize the code that was previously under [RESET_PID].
10625         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10626
10627         * sysdeps/generic/exit-thread.h: New file.
10628         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10629         * include/unistd.h (__exit_thread): Remove declaration.
10630         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10631         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10632         * csu/libc-start.c: Include <exit-thread.h>.
10633         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10634         * nptl/pthread_create.c: Include <exit-thread.h>.
10635         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10636         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10637         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10638         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10639         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10640         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10641         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10642         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10643         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10644         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10645         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10646         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10647         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10648         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10649         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10650         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10651         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10652
10653 2014-05-13  Andreas Schwab  <schwab@suse.de>
10654
10655         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10656
10657 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10658
10659         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10660         (__ASSUME_UTIMES): Do not condition on kernel version.
10661         (__ASSUME_PSELECT): Define unconditionally.
10662         (__ASSUME_PPOLL): Likewise.
10663         (__ASSUME_ATFCTS): Likewise.
10664         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10665         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10666         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10667         (__ASSUME_UTIMENSAT): Define unconditionally.
10668         (__ASSUME_PRIVATE_FUTEX): Likewise.
10669         (__ASSUME_FALLOCATE): Likewise.
10670         (__ASSUME_O_CLOEXEC): Likewise.
10671         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10672         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10673         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10674         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10675         (__ASSUME_IN_NONBLOCK): Likewise.
10676         (__ASSUME_PIPE2): Likewise.
10677         (__ASSUME_EVENTFD2): Likewise.
10678         (__ASSUME_SIGNALFD4): Likewise.
10679         (__ASSUME_DUP3): Likewise.
10680         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10681         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10682         (__ASSUME_AT_RANDOM): Likewise.
10683         (__ASSUME_PREADV): Likewise.
10684         (__ASSUME_PWRITEV): Likewise.
10685         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10686         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10687         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10688         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10689         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10690         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10691         (__ASSUME_O_CLOEXEC): Define unconditionally.
10692         (__ASSUME_PSELECT): Do not undefine conditionally.
10693         (__ASSUME_PPOLL): Likewise.
10694         (__ASSUME_ATFCTS): Likewise.
10695         (__ASSUME_SET_ROBUST_LIST): Likewise.
10696         (__ASSUME_UTIMENSAT): Likewise.
10697         (__ASSUME_FDATASYNC): Define unconditionally.
10698         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10699         (__ASSUME_SIGFRAME_V2): Likewise.
10700         )__ASSUME_EVENTFD2): Likewise.
10701         (__ASSUME_SIGNALFD4): Likewise.
10702         (__ASSUME_PSELECT): Do not undefine conditionally.
10703         (__ASSUME_PPOLL): Likewise.
10704         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10705         (__ASSUME_PSELECT): Define unconditionally.
10706         (__ASSUME_PPOLL): Likewise.
10707         (__ASSUME_O_CLOEXEC): Likewise.
10708         (__ASSUME_SOCK_CLOEXEC): Likewise.
10709         (__ASSUME_IN_NONBLOCK): Likewise.
10710         (__ASSUME_PIPE2): Likewise.
10711         (__ASSUME_EVENTFD2): Likewise.
10712         (__ASSUME_SIGNALFD4): Likewise.
10713         (__ASSUME_DUP3): Likewise.
10714         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10715         (__ASSUME_O_CLOEXEC): Likewise.
10716         (__ASSUME_SOCK_CLOEXEC): Likewise.
10717         (__ASSUME_IN_NONBLOCK): Likewise.
10718         (__ASSUME_PIPE2): Likewise.
10719         (__ASSUME_EVENTFD2): Likewise.
10720         (__ASSUME_SIGNALFD4): Likewise.
10721         (__ASSUME_DUP3): Likewise.
10722         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10723         (__ASSUME_EVENTFD2): Likewise.
10724         (__ASSUME_SIGNALFD4): Likewise.
10725         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10726
10727 2014-05-12  Andreas Schwab  <schwab@suse.de>
10728
10729         [BZ #16932]
10730         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10731         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10732         than maximum RPC packet size.
10733         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10734         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10735         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10736         (_nss_nis_getservbyport_r): Likewise.
10737
10738 2014-05-12  Will Newton  <will.newton@linaro.org>
10739
10740         * malloc/Makefile (tests): Add tst-mallopt.
10741         * malloc/tst-mallopt.c: New file.
10742
10743 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10744
10745         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10746         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10747
10748 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10749
10750         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10751         (tst-tlsmod6.so): Likewise.
10752
10753 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10754
10755         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10756
10757 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10758
10759         [BZ #16064]
10760         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10761         and <dl-procinfo.h>.
10762         (__fegetenv): Save SSE state in envp->__eip if supported.
10763         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10764         envp->__eip if supported.
10765         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10766         and <dl-procinfo.h>.
10767         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10768         __data_offset and __data_selector in environment to 0.  Set SSE
10769         state if supported.
10770         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10771         test-fenv-sse.
10772         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10773         -mfpmath=sse.
10774         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10775
10776 2014-05-09  Will Newton  <will.newton@linaro.org>
10777
10778         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10779         and libc_relro_required for ARM.
10780         * sysdeps/arm/preconfigure: Regenerate.
10781
10782 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10783             Stefan Liebler  <stli@linux.vnet.ibm.com>
10784
10785         * config.make.in (enable-lock-elision): New Makefile variable.
10786         * configure.ac: Likewise.
10787         * configure: Regenerate.
10788         * sysdeps/s390/configure.ac:
10789         Add check for gcc transactions support.
10790         * sysdeps/s390/configure: Regenerate.
10791         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10792         Build elision files if enabled.
10793         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10794         Add lock elision support for s390.
10795         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10796         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10797         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10798         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10799         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10800         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10801         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10802         Likewise.
10803         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10804         Likewise.
10805         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10806         Likewise.
10807         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10808         Likewise.
10809         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10810         (__lll_timedlock_elision, __lll_lock_elision)
10811         (__lll_unlock_elision, __lll_trylock_elision)
10812         (lll_timedlock_elision, lll_lock_elision)
10813         (lll_unlock_elision, lll_trylock_elision): Add.
10814         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10815         (pthread_mutex_t): Add lock elision support for s390.
10816
10817 2014-05-14  Wilco  <wdijkstr@arm.com>
10818
10819         * sysdeps/arm/fclrexcpt.c: Cleanup.
10820         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10821         * sysdeps/arm/feenablxcpt.c: Cleanup.
10822         * sysdeps/arm/fegetenv.c: Cleanup.
10823         * sysdeps/arm/fegetexcept.c: Cleanup.
10824         * sysdeps/arm/fegetround.c: Cleanup.
10825         * sysdeps/arm/feholdexcpt.c: Cleanup.
10826         * sysdeps/arm/fesetenv.c: Cleanup.
10827         * sysdeps/arm/fesetround.c: Cleanup.
10828         * sysdeps/arm/feupdateenv.c: Cleanup.
10829         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10830         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10831         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10832         * sysdeps/arm/ftestexcept.c: Cleanup.
10833         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10834         * sysdeps/arm/setfpucw.c: Cleanup.
10835
10836 2014-05-09  Will Newton  <will.newton@linaro.org>
10837
10838         * sysdeps/arm/armv7/strcmp.S: New file.
10839         * NEWS: Mention addition of ARMv7 optimized strcmp.
10840
10841 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10842
10843         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10844         look for %.ac rather than %.in.
10845
10846         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10847         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10848         * sysdeps/mach/hurd/configure: Regenerated.
10849         * sysdeps/unix/sysv/linux/configure: Regenerated.
10850
10851         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10852
10853 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10854
10855         [BZ# 16922]
10856         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10857         (LONG_SUB): Ditto.
10858         (PTR_SUB): Ditto.
10859
10860 2014-05-07  Andreas Schwab  <schwab@suse.de>
10861
10862         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10863         when skipping over non-matching result from nscd.
10864
10865 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10866
10867         [BZ #16876]
10868         * nptl/sockperf.c (client): Check socket return value.
10869
10870         [BZ #16877]
10871         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10872         nscd security class.
10873
10874 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10875
10876         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10877         * sysdeps/arm/unwind.h: ... here.
10878
10879 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10880
10881         [BZ# 16916]
10882         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10883         Define.
10884
10885 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10886
10887         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10888         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10889         multiarch strncpy for PPC64.
10890         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10891         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10892         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10893         multiarch optimizations.
10894         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10895         (__libc_ifunc_impl_list): Likewise.
10896         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10897         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10898         multiarch stpncpy for PPC64.
10899         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10900         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10901
10902 2014-05-06  Andreas Schwab  <schwab@suse.de>
10903
10904         [BZ #16912]
10905         * gmon/mcount.c (_MCOUNT_DECL): Use
10906         atomic_compare_and_exchange_bool_acq instead of
10907         catomic_compare_and_exchange_bool_acq.
10908
10909 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10910
10911         * elf/Makefile (others, install-bin): Remove pldd.
10912         (pldd-modules): Variable removed.
10913         ($(objpfx)pldd): Target removed.
10914         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10915         (others, install-bin): Append pldd here.
10916         ($(objpfx)pldd): New target.
10917
10918         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10919         to 0, so the first #if test emitted later doesn't see it undefined.
10920         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10921         * sysdeps/gnu/errlist.c: Regenerated.
10922
10923 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10924
10925         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10926         [libc_hidden_builtin_def]: Define to empty value.
10927         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10928         [libc_hidden_builtin_def]: Likewise.
10929         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10930         [libc_hidden_builtin_def]: Likewise.
10931         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10932         [libc_hidden_builtin_def]: Likewise.
10933         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10934         __redirect_memcpy and define ifunc as default hidden symbol.
10935         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10936         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10937
10938 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10939
10940         * locale/iso-4217.def: Reintroduce XDR currency.
10941
10942 2014-05-04  Allan McRae  <allan@archlinux.org>
10943
10944         * po/eo.po: Update Esperanto translation from translation project.
10945
10946 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10947
10948         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10949         and FEATURE_INDEX_MAX to 1.
10950         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10951
10952 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10953
10954         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10955         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10956         * iconvdata/big5.c (ONE_DIRECTION): Define.
10957         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10958         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10959         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10960         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10961         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10962         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10963         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10964         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10965         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10966         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10967         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10968         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10969         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10970         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10971         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10972         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10973         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10974         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10975         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10976         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10977         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10978         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10979         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10980         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10981         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10982         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10983         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10984         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10985         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10986         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10987         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10988         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10989         * iconvdata/johab.c (ONE_DIRECTION): Define.
10990         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10991         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10992         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10993         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10994         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10995         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10996         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10997         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10998         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10999         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11000
11001 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11002
11003         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11004         (_IO_JUMPS_OFFSET): Define to 0.
11005
11006         * nptl/sysdeps/pthread/bits/libc-lock.h
11007         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11008         (__libc_lock_define_initialized_recursive): Always define using
11009         initializer.  Modern compilers treat uninitialized (implicit zero) and
11010         explicit zero initializers the same (i.e. put the datum in bss).
11011
11012 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11013
11014         * nscd/nscd-client.h: Include <string.h>.
11015
11016 2014-05-01  David S. Miller  <davem@davemloft.net>
11017
11018         [BZ #16885]
11019         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11020         multiple zero bytes exist at the end of a string.
11021         Reported by Aurelien Jarno <aurelien@aurel32.net>
11022
11023         * string/test-strcmp.c (check): Add explicit test for situations where
11024         there are multiple zero bytes after the first.
11025
11026 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11027
11028         [BZ #16890]
11029         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11030         when compiling wprintf.
11031         * stdio-common/tstdiomisc.c (t3): New function.
11032         (main): Call it.
11033
11034 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11035
11036         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11037         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11038         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11039         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11040
11041 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11042
11043         * stdlib/longlong.h: Updated from GCC.
11044
11045 2014-05-01  Will Newton  <will.newton@linaro.org>
11046             Bernard Ogden  <bernie.ogden@linaro.org>
11047
11048         * NEWS: Update fixed bug list.
11049
11050         [BZ #15119]
11051         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11052
11053 2014-04-30  David S. Miller  <davem@davemloft.net>
11054
11055         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11056         (libc_feholdexcept_setround_sparc_ctx): New function.
11057         (libc_fesetenv_sparc_ctx): Likewise.
11058         (libc_feupdateenv_sparc_ctx): Likewise.
11059         (libc_feholdsetround_sparc_ctx): Likewise.
11060         (libc_feholdexcept_setround_ctx): Define.
11061         (libc_feholdexcept_setroundf_ctx): Likewise.
11062         (libc_feholdexcept_setroundl_ctx): Likewise.
11063         (libc_fesetenv_ctx): Likewise.
11064         (libc_fesetenvf_ctx): Likewise.
11065         (libc_fesetenvl_ctx): Likewise.
11066         (libc_feupdateenv_ctx): Likewise.
11067         (libc_feupdateenvf_ctx): Likewise.
11068         (libc_feupdateenvl_ctx): Likewise.
11069         (libc_feresetround_ctx): Likewise.
11070         (libc_feresetroundf_ctx): Likewise.
11071         (libc_feresetroundl_ctx): Likewise.
11072         (libc_feholdsetround_ctx): Likewise.
11073         (libc_feholdsetroundf_ctx): Likewise.
11074         (libc_feholdsetroundl_ctx): Likewise.
11075
11076         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11077         with __USE_GNU instead of XOPEN cpp guards.
11078
11079         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11080         0.
11081
11082         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11083         with XOPEN cpp guards.
11084
11085 2014-04-30  Julian Brown  <julian@codesourcery.com>
11086
11087         [BZ #16888]
11088         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11089         handling.
11090
11091 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11092
11093         [BZ #9894]
11094         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11095         Change to 2.6.32.
11096         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11097         * sysdeps/unix/sysv/linux/configure: Regenerated.
11098         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11099         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11100         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11101         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11102         * README: Update reference to required Linux kernel version.
11103         * manual/install.texi (Linux): Update reference to required Linux
11104         kernel headers version.
11105         * INSTALL: Regenerated.
11106
11107         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11108         header inclusion.
11109         [POSIX] (limits.h): Likewise.
11110         [POSIX] (math.h): Likewise.
11111         [POSIX] (sys/wait.h): Likewise.
11112         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11113         function.
11114         [POSIX] (stddef.h): Do not allow header inclusion.
11115
11116 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11117
11118         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11119
11120 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11121
11122         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11123         Return immediately after lll_futex_wake.
11124
11125 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11126
11127         [BZ #16791]
11128         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11129         structure.
11130         (datahead_init_pos): Call datahead_init_common early.
11131         (datahead_init_neg): Likewise.
11132
11133         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11134         datahead_init_neg): New functions.
11135         * nscd/aicache.c (addhstaiX): Use them.
11136         * nscd/grpcache.c (cache_addgr): Likewise.
11137         * nscd/hstcache.c (cache_addhst): Likewise.
11138         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11139         * nscd/netgroupcache.c (do_notfound): Likewise.
11140         (addgetnetgrentX): Likewise.
11141         (addinnetgrX): Likewise.
11142         * nscd/pwdcache.c (cache_addpw): Likewise.
11143         * nscd/servicescache.c (cache_addserv): Likewise.
11144
11145 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11146             Atsushi Onoe  <atsushi@onoe.org>
11147
11148         [BZ #14308]
11149         [BZ #12994]
11150         [BZ #13651]
11151         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11152         one response is valid.
11153         * resolv/res_send.c (send_dg): Check for validity of other
11154         response if the current response is a referral.
11155
11156 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11157
11158         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11159
11160 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11161
11162         [BZ #16823]
11163         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11164         Always divide by positive zero when computing -Inf result.
11165         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11166         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11167
11168 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11169
11170         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11171         FPSCR if value do not change.
11172         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11173         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11174         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11175         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11176         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11177         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11178         function.
11179
11180 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11181
11182         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11183         * sysdeps/unix/sysv/linux/hppa: Move directory from
11184         ports/systeps/unix/sysv/linux/hppa.
11185         * README: Update listing for hppa-*-linux-gnu.
11186
11187 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11188
11189         [BZ #16754]
11190         * manual/stdio.texi (Hook functions): Fix types of stream hook
11191         functions.
11192         [BZ #16854]
11193         * socket/sys/socket.h: Fix typo in comment.
11194
11195 2014-04-28  Wilco  <wdijkstr@arm.com>
11196
11197         * sysdeps/arm/fenv_private.h: New file.
11198         * sysdeps/arm/math_private.h: New file.
11199         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11200
11201 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11202
11203         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11204         with __int128_t.
11205         (La_x86_64_retval): Likewise.
11206
11207 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11208
11209         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11210         fpsr if value didn't change.
11211         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11212         to fpcr if value didn't change.
11213         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11214         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11215         fpsr or fpcr if value didn't change.
11216         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11217         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11218         fpcr if value didn't change.
11219         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11220         to fpsr if value didn't change.
11221
11222 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11223
11224         * nptl/tst-sem3.c: Use test-skeleton.c
11225         (main): Rename to do_test.  Use return instead of
11226         exit.
11227         * nptl/tst-sem4.c: Use test-skeleton.c
11228         (main): Rename to do_test.
11229
11230 2014-04-22  David S. Miller  <davem@davemloft.net>
11231
11232         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11233         (struct sigaction): New struct member __glibc_reserved0, change
11234         type of sa_flags to int.
11235
11236 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11237
11238         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11239         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11240
11241 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11242
11243         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11244         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11245
11246 2014-04-22  Will Newton  <will.newton@linaro.org>
11247             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11248
11249         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11250         (__longjmp): Add longjmp and longjmp_target SystemTap
11251         probes.
11252         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11253         (__sigsetjmp): Add setjmp SystemTap probe.
11254
11255 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11256
11257         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11258         match manual order.
11259
11260 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11261
11262         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11263
11264         * sysdeps/powerpc/fpu/fenv_private.h
11265         (libc_feholdexcept_setroundl_ctx): Define to
11266         libc_feholdexcept_setround_ppc_ctx.
11267         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11268         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11269         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11270         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11271
11272 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11273
11274         * sysdeps/aarch64/math-tests.h: New file.
11275
11276 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11277
11278         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11279         New.
11280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11281         Check and set bit_AVX2_Usable.
11282         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11283         macro.
11284         (bit_AVX2): Likewise.
11285         (index_AVX2_Usable): Likewise.
11286         (CPUID_AVX2): Likewise.
11287         (HAS_AVX2): Likewise.
11288
11289 2014-04-17  Will Newton  <will.newton@linaro.org>
11290
11291         * manual/setjmp.texi (System V contexts): Add note that
11292         calling setcontext on a context created by a call to a
11293         signal handler is undefined.  Update text to note that
11294         setcontext from a signal handler is possible but not
11295         recommended.
11296
11297         [BZ #16629]
11298         * stdlib/tst-setcontext.c: Include signal.h.
11299         (main): Check that the signal stack before and
11300         after swapcontext is the same.
11301
11302         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11303         Re-implement to restore registers in user code and avoid
11304         rt_sigreturn system call.
11305
11306 2014-04-17  Wilco  <wdijkstr@arm.com>
11307
11308         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11309         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11310         * math/test-fenv.c: Skip exception trap tests on targets which only
11311         support non-stop mode.
11312
11313 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11314             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11315
11316         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11317         (libc_feholdsetround_aarch64_ctx)
11318         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11319         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11320         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11321         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11322         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11323         (libc_feresetround_noexl_ctx): Define.
11324
11325 2014-04-16  Richard Henderson  <rth@redhat.com>
11326
11327         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11328
11329         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11330         unwind tables.
11331
11332         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11333         const from the non-libc, non-ldso copy.
11334
11335         * sysdeps/alpha/libm-test-ulps: Regenerate.
11336
11337 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11338             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11339
11340         * sysdeps/aarch64/fpu/math_private.h: New file.
11341
11342 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11343
11344         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11345
11346 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11347
11348         [BZ #16275]
11349         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11350         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11351         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11352         Intel MPX bound registers before _dl_profile_fixup.
11353         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11354         registers after _dl_profile_fixup.  Save and restore bound
11355         registers bnd0/bnd1 when calling _dl_call_pltexit.
11356         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11357         (LR_BND_OFFSET): Likewise.
11358         (LRV_BND0_OFFSET): Likewise.
11359         (LRV_BND1_OFFSET): Likewise.
11360
11361 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11362
11363         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11364         to...
11365         * sysdeps/mach/hurd/i386/tls.h: ... here.
11366         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11367         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11368         fields.
11369
11370 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11371
11372         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11373
11374 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11375
11376         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11377
11378 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11379
11380         [BZ #14770]
11381         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11382         * sysdeps/s390/configure: Regenerate.
11383
11384         [BZ #16824]
11385         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11386         Set round-to-nearest internally to reduce error accumulation.
11387
11388 2014-04-16  Alan Modra  <amodra@gmail.com>
11389
11390         [BZ #16740]
11391         [BZ #16619]
11392         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11393         * math/libm-test.inc (frexp_test_data): Add tests.
11394         * NEWS: Update fixed bug list.
11395
11396 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11397
11398         * benchtests/Makefile: Depend on libraries in build directory.
11399         (bench-math): Separate out math tests.
11400         (bench-pthread): Separate out pthread tests.
11401         (bench): Include math and pthread tests.
11402
11403 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11404
11405         [BZ #16831]
11406         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11407         _dl_debug_initialize.
11408
11409         * configure.ac: Remove SELinux header check.
11410         * configure: Regenerate.
11411         * nscd/selinux.c (perms): Array of const char* to permission names.
11412         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11413         default policy. Call string_to_security_class and string_to_av_perm to
11414         translate strings. Enforce default policy and call avs_has_perm with
11415         results of translated strings.
11416
11417 2014-04-13  David S. Miller  <davem@davemloft.net>
11418
11419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11420
11421 2014-04-12  Allan McRae  <allan@archlinux.org>
11422
11423         [BZ #16838]
11424         * manual/string.texi (Collation Functions): Fix qsort argument
11425         order in example.
11426         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11427
11428 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11429
11430         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11431         Make the test a no-op if there are no exceptions defined.
11432
11433 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11434
11435         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11436         enable-hardcoded-path-in-tests
11437
11438 2014-04-11  Will Newton  <will.newton@linaro.org>
11439
11440         * benchtests/Makefile (extra-objs): Add json-lib.o.
11441         (bench-func): Tidy up JSON output.
11442         * benchtests/bench-skeleton.c: Include json-lib.h.
11443         (main): Use JSON library functions to do output of
11444         benchmark results.
11445         * benchtests/bench-timing-type.c (main): Output the
11446         timing type simply, leaving formatting to the user.
11447         * benchtests/json-lib.c: New file.
11448         * benchtests/json-lib.h: Likewise.
11449
11450 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11451
11452         [BZ #15215]
11453         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11454         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11455         memory barriers.  Add comments.
11456         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11457         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11458         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11459         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11460         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11461         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11462
11463 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11464
11465         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11466         * sysdeps/s390/s390-64/configure.ac: ... this ...
11467         * sysdeps/s390/configure.ac: ... to here.
11468         * sysdeps/s390/s390-32/configure: Delete file.
11469         * sysdeps/s390/s390-64/configure: Delete file.
11470         * sysdeps/s390/configure: Regenerate.
11471
11472 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11473
11474         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11475
11476 2014-04-11  Will Newton  <will.newton@linaro.org>
11477
11478         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11479         to zero if it is not defined elsewhere.  (mtrim): Test
11480         the value of MALLOC_DEBUG with #if rather than #ifdef.
11481
11482 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11483
11484         * benchtests/pthread_once-inputs: New file.
11485         * benchtests/pthread_once-source.c: New file.
11486         * benchtests/README: Update documentation.
11487
11488 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11489             H.J. Lu  <hongjiu.lu@intel.com>
11490
11491         [BZ #16275]
11492         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11493         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11494         * sysdeps/x86_64/configure: Regenerated.
11495         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11496         macro.
11497         (REGISTER_SAVE_RAX): Likewise.
11498         (REGISTER_SAVE_RCX): Likewise.
11499         (REGISTER_SAVE_RDX): Likewise.
11500         (REGISTER_SAVE_RSI): Likewise.
11501         (REGISTER_SAVE_RDI): Likewise.
11502         (REGISTER_SAVE_R8): Likewise.
11503         (REGISTER_SAVE_R9): Likewise.
11504         (REGISTER_SAVE_BND0): Likewise.
11505         (REGISTER_SAVE_BND1): Likewise.
11506         (REGISTER_SAVE_BND2): Likewise.
11507         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11508         bound registers when calling _dl_fixup.
11509
11510 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11511
11512         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11513         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11514         of its definition.
11515         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11516         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11517         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11518         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11519         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11520         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11521         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11522
11523 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11524
11525         [BZ #15514]
11526         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11527         pathconf(_PC_NAME_MAX).
11528
11529 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11530
11531         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11532         Remove macro usage.
11533         (__PTHREAD_SPINS): Move definition to ...
11534         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11535         (__PTHREAD_SPINS): ... here.
11536         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11537         (__PTHREAD_SPIN): Likewise.
11538         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11539         (__PTHREAD_SPIN): Likewise.
11540         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11541         (__PTHREAD_SPIN): Likewise.
11542         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11543         (__PTHREAD_SPIN): Likewise.
11544         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11545         (__PTHREAD_SPIN): Likewise.
11546         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11547         (__PTHREAD_SPIN): Likewise.
11548         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11549         (__PTHREAD_SPIN): Likewise.
11550         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11551         (__PTHREAD_SPIN): Likewise.
11552         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11553         (__PTHREAD_SPIN): Likewise.
11554         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11555         (__PTHREAD_SPIN): Likewise.
11556         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11557         (__PTHREAD_SPIN): Likewise.
11558         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11559         (__PTHREAD_SPIN): Likewise.
11560
11561         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11562         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11563         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11564         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11565         imply folder.
11566         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11567         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11568         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11569         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11570         correct imply path.
11571         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11572         strlen symbol for non multi-arch builds.
11573         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11574         missing hidden_def and weak_alias.
11575
11576 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11577
11578         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11579
11580 2014-04-07  Will Newton  <will.newton@linaro.org>
11581
11582         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11583         and contents.  [!_LIBC] Remove #ifndef and contents.
11584         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11585         * string/memccpy.c (__memccpy): Use ANSI prototype.
11586         * string/memfrob.c (memfrob): Likewise.
11587         * string/strcoll.c (STRCOLL): Likewise.
11588         * string/strlen.c (strlen): Likewise.
11589         * string/strtok.c (STRTOK): Likewise.
11590         * string/strcat.c: Remove unused #include of memcopy.h.
11591         (strcat): Use ANSI prototype.
11592         * string/strchr.c: Remove unused #include of memcopy.h.
11593         (strchr): Use ANSI prototype.
11594         * string/strcmp.c: Remove unused #include of memcopy.h.
11595         (strcmp): Use ANSI prototype.
11596         * string/strcpy.c: Remove unused #include of memcopy.h.
11597         (strcpy): Use ANSI prototype.
11598
11599 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11600
11601         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11602         * config.make.in (config-extra-cppflags): Set it from
11603         libc_extra_cppflags.
11604         * configure.ac (libc_extra_cflags): Make it accumulate over
11605         configure fragments.
11606         (libc_extra_cppflags): New flag.
11607         * configure. Regenerate.
11608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11609         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11610         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11612
11613         [BZ #16815]
11614         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11615         result for FE_DOWNWARD rounding mode.
11616         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11617         Likewise.
11618         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11619
11620 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11621
11622         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11623         in function argument name.
11624
11625 2014-04-03  David Svoboda  <svoboda@cert.org>
11626
11627         [BZ #5666]
11628         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11629         explicitly.
11630
11631 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11632
11633         * elf/dl-unmap-segments.h: New file.
11634         * sysdeps/generic/ldsodefs.h
11635         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11636         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11637         * elf/dl-fptr.c: Likewise.
11638         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11639         * sysdeps/aarch64/tlsdesc.c: Likewise.
11640         * sysdeps/arm/tlsdesc.c: Likewise.
11641         * sysdeps/i386/tlsdesc.c: Likewise.
11642         * sysdeps/tile/dl-runtime.c: Likewise.
11643         * sysdeps/x86_64/tlsdesc.c: Likewise.
11644         * elf/dl-load.h: New file.
11645         * elf/dl-load.c: Include it.
11646         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11647         Macros moved to dl-load.h.
11648         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11649         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11650         Use _dl_unmap_segments in place of __munmap.
11651         Break out segment-mapping loop into ...
11652         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11653
11654 2014-04-03  Will Newton  <will.newton@linaro.org>
11655
11656         * elf/dl-lookup.c (do_lookup_x): Remove comment
11657         referring to nested function and move variable
11658         declarations down to before first use.
11659
11660 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11661
11662         [BZ #16799]
11663         [BZ #16800]
11664         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11665         with 0 numerator.
11666         * math/s_catanf.c (__catanf): Likewise.
11667         * math/s_catanh.c (__catanh): Likewise.
11668         * math/s_catanhf.c (__catanhf): Likewise.
11669         * math/s_catanhl.c (__catanhl): Likewise.
11670         * math/s_catanl.c (__catanl): Likewise.
11671         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11672         by positive zero when computing -Inf result.
11673         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11674         (catanh_test): Likewise.
11675         * sysdeps/i386/fpu/libm-test-ulps: Update.
11676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11677
11678         [BZ #16789]
11679         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11680         instead of using underflowing value in computing result.
11681         * math/s_clog10.c (__clog10): Likewise.
11682         * math/s_clog10f.c (__clog10f): Likewise.
11683         * math/s_clog10l.c (__clog10l): Likewise.
11684         * math/s_clogf.c (__clogf): Likewise.
11685         * math/s_clogl.c (__clogl): Likewise.
11686         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11687         (clog10_test): Likewise.
11688         * sysdeps/i386/fpu/libm-test-ulps: Update.
11689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11690
11691 2014-04-02  Alan Modra  <amodra@gmail.com>
11692
11693         [BZ #16739]
11694         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11695         output when value is near a power of two.  Use int64_t for lx and
11696         remove casts.  Use decimal rather than hex exponent constants.
11697         Don't use long double multiplication when double will suffice.
11698         * math/libm-test.inc (nextafter_test_data): Add tests.
11699         * NEWS: Add 16739 and 16786 to bug list.
11700
11701         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11702
11703         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11704
11705 2014-04-01  Will Newton  <will.newton@linaro.org>
11706
11707         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11708         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11709
11710 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11711
11712         [BZ #13347]
11713         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11714         * nptl/tst-setuid2.c: New file.
11715         * nptl/Makefile (xtests): Add tst-setuid2.
11716
11717 2014-04-01  Alan Modra  <amodra@gmail.com>
11718
11719         [BZ #16786]
11720         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11721
11722 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11723
11724         [BZ #6803]
11725         [BZ #6804]
11726         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11727         set errno as appropriate.
11728         * math/w_scalbf.c (__scalbf): Likewise.
11729         * math/w_scalbl.c (__scalbl): Likewise.
11730         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11731         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11732         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11733         Add more NaN tests.
11734
11735         [BZ #16349]
11736         * math/w_atan2.c: Include <errno.h>.
11737         (__atan2): Set errno for result underflowing to zero.
11738         * math/w_atan2f.c: Include <errno.h>.
11739         (__atan2f): Set errno for result underflowing to zero.
11740         * math/w_atan2l.c: Include <errno.h>.
11741         (__atan2l): Set errno for result underflowing to zero.
11742         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11743         tests.
11744         * math/auto-libm-test-out: Regenerated.
11745
11746 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11747
11748         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11749         Encode instruction correctly in little endian.
11750         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11751         Likewise.
11752         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11753         Likewise.
11754         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11755         Likewise.
11756         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11757         Likewise.
11758
11759 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11760
11761         [BZ #9894]
11762         * sysdeps/unix/sysv/linux/kernel-features.h
11763         [__sparc__ && !__arch64__ && !__sparc_v9__]
11764         (__ASSUME_SET_ROBUST_LIST): Do not define.
11765         [__sparc__ && !__arch64__ && !__sparc_v9__]
11766         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11767         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11768         Likewise.
11769         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11770         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11771         (__ASSUME_REQUEUE_PI): Likewise.
11772         (__ASSUME_SET_ROBUST_LIST): Likewise.
11773         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11774         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11775         Undefine.
11776         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11777         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11778         Likewise.
11779         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11780         Likewise.
11781         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11782         Likewise.
11783         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11784         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11785         Undefine.
11786         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11787         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11788         Likewise.
11789
11790         [BZ #16648]
11791         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11792         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11793         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11794
11795 2014-03-31  Will Newton  <will.newton@linaro.org>
11796
11797         * benchtests/Makefile (bench): Add ffs and ffsll to list
11798         of tests.
11799         * benchtests/ffs-inputs: New file.
11800         * benchtests/ffsll-inputs: Likewise.
11801
11802 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11803
11804         [BZ #16770]
11805         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11806         too large before casting to int.
11807         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11808         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11809         * math/libm-test.inc (scalb_test_data): Add more tests.
11810
11811 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11812
11813         * benchtests/Makefile (DETAILED_OPT): New make option.
11814         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11815         set.
11816         * benchtests/bench-skeleton.c: Include stdbool.h.
11817         (main): Store and print timings per input.
11818         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11819         member to each argument value.
11820         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11821         (_print_arg_data): Initialize per-input timing to 0.
11822
11823         * benchtests/Makefile (timing-type): New binary.
11824         (bench-clean): Also remove bench-timing-type.
11825         (bench): New target for timing-type.
11826         (bench-func): Print output in JSON format.
11827         * benchtests/bench-skeleton.c (main): Print output in JSON
11828         format.
11829         * benchtests/bench-timing-type.c: New file.
11830         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11831         (TIMING_PRINT_STATS): Remove.
11832         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11833         name separately.
11834
11835         * benchtests/bench-modf.c: Remove.
11836         * benchtests/modf-inputs: New inputs file.
11837
11838 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11839
11840         [BZ #16362]
11841         * math/s_clog10.c (M_PI_LOG10E): New macro.
11842         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11843         imaginary parts are 0.
11844         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11845         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11846         imaginary parts are 0.
11847         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11848         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11849         imaginary parts are 0.
11850         * math/libm-test.inc (clog10_test_data): Update expected results
11851         for when real and imaginary parts are 0.
11852
11853 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11854
11855         * elf/dl-load.c: Finish conversion of __builtin_expect into
11856         __glibc_{un}likely.
11857
11858 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11859
11860         [BZ #16348]
11861         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11862         1+x for argument with exponent below -67.
11863         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11864         Likewise.
11865         * math/auto-libm-test-in: Add more tests of exp.
11866         * math/auto-libm-test-out: Regenerated.
11867
11868 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11869
11870         [BZ #16759]
11871         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11872         (nscd_getnetgrent): Use it.
11873
11874         [BZ #16760]
11875         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11876         of stpcpy.
11877
11878 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11879
11880         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11881         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11882         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11883         (lll_robust_unlock): Remove out of line section. Use cfi
11884         intrinsics.
11885         (LLL_STUB_UNWIND_INFO*): Remove.
11886         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11887         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11888         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11889         (lll_robust_unlock): Remove out of line section. Use cfi
11890         intrinsics.
11891         (LLL_STUB_UNWIND_INFO*): Remove.
11892
11893 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11894
11895         [BZ #16758]
11896         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11897         blank values.
11898
11899 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11900
11901         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11902
11903 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11904
11905         [BZ #16198]
11906         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11907         fnstenv.
11908         * math/test-fenv-preserve.c: New file.
11909         * math/Makefile (tests): Add test-fenv-preserve.
11910
11911 2014-03-26  Will Newton <will.newton@linaro.org>
11912
11913         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11914
11915 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11916
11917         * scripts/versionlist.awk: Partition the version sets and emit all
11918         GLIBC_* (sorted) before all others (sorted).
11919
11920 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11921
11922         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11923         GLIBC_2.2.5 version.
11924
11925 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11926
11927         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11928         calls.
11929
11930         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11931         previous change.
11932
11933         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11934
11935 2014-03-25  Andreas Schwab  <schwab@suse.de>
11936
11937         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11938         label to be used after in6ailist is initialized.
11939
11940 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11941
11942         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11943         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11944
11945 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11946
11947         [BZ #16357]
11948         [BZ #16599]
11949         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11950         min_plus_half.
11951         (fp_formats): Update initializers.
11952         (init_fp_formats): Initialize new field.
11953         (output_for_one_input_case): Allow underflow for results up to
11954         min_plus_half.
11955         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11956         * math/auto-libm-test-in: Don't mark some underflows from asin and
11957         atanh as spurious.
11958         * math/auto-libm-test-out: Regenerated.
11959         * sysdeps/i386/fpu/libm-test-ulps: Update.
11960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11961
11962 2014-03-25  Andreas Schwab  <schwab@suse.de>
11963
11964         * libio/Makefile (tst-ftell-partial-wide-ENV)
11965         (tst-ftell-active-handler-ENV): Define.
11966
11967 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11968
11969         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11970
11971 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11972
11973         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11974
11975 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11976
11977         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11978         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11979         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11980
11981 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11982
11983         [BZ #16634]
11984         * elf/dl-load.c (open_verify): Add mode parameter.
11985         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11986         (open_path): Change from boolean 'secure' to complete flag 'mode'
11987         (_dl_map_object): Adjust.
11988         * elf/Makefile (tests): Add tst-dlopen-aout.
11989         * elf/tst-dlopen-aout.c: New test.
11990
11991 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11992
11993         [BZ #16714]
11994         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11995         (struct stat): Rename member pad0 to __glibc_reserved0.
11996
11997         [BZ #16712]
11998         * sysdeps/s390/s390-32/bits/wordsize.h
11999         (__WORDSIZE32_SIZE_ULONG): New define.
12000         * sysdeps/s390/s390-64/bits/wordsize.h
12001         (__WORDSIZE32_SIZE_ULONG): Likewise.
12002         * sysdeps/generic/stdint.h (SIZE_MAX):
12003         Define as UL if __WORDSIZE32_SIZE_ULONG.
12004
12005         [BZ #16713]
12006         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12007         (__glibc_reserved0): New variable.
12008         (sa_flags): Change type to int.
12009
12010         * posix/Makefile (before-compile): Use += before-compile instead
12011         of a :=.
12012
12013         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12014         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12015
12016 2014-03-20  Andreas Schwab  <schwab@suse.de>
12017
12018         [BZ #16743]
12019         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12020         non-matching result from nscd.
12021
12022 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12023
12024         * scripts/bench.py: Moved to ...
12025         * benchtests/scripts/bench.py: ... here.
12026         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12027
12028 2014-03-24  Andreas Schwab  <schwab@suse.de>
12029
12030         [BZ #16002]
12031         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12032         alloca_account and account alloca use for struct in6ailist.
12033
12034 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12035
12036         [BZ #16284]
12037         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12038         rounding mode to recompute results that overflow to infinity or
12039         underflow to zero.
12040         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12041         bug 16284.
12042         * math/auto-libm-test-out: Regenerated.
12043         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12044         (ccosh_test): Likewise.
12045         (csin_test_data): Use plus_oflow.
12046         (csin_test): Use ALL_RM_TEST.
12047         (csinh_test_data): Use plus_oflow.
12048         (csinh_test): Use ALL_RM_TEST.
12049         * sysdeps/i386/fpu/libm-test-ulps: Update.
12050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12051
12052 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12053
12054         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12055         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12056         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12057
12058         [BZ #16731]
12059         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12060         when x - 1 is zero.
12061         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12062         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12063         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12064         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12065         argument is 1.
12066         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12067         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12068         zero.
12069         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12070         * sysdeps/i386/fpu/libm-test-ulps: Update.
12071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12072
12073 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12074
12075         * scripts/bench.pl: Remove file.
12076         * scripts/bench.py: New benchmark script.
12077         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12078         * benchtests/README: Mention python dependency.
12079         * scripts/pylintrc: New file.
12080         * scripts/pylint: New file.
12081
12082         * bits/mathdef.h: Use #ifdef instead of #if.
12083         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12084         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12085         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12086         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12087         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12088         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12089
12090 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12091             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12092
12093         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12094         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12095         and strpbrk-ppc64 objects.
12096         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12097         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12098         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12099         multiarch strpbrk for POWER7.
12100         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12101         multiarch strpbrk for PPC64.
12102         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12103         ifunc selector.
12104         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12105         strpbrk for POWER7.
12106
12107 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12108
12109         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12110         (atan_test): Likewise.
12111         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12112         (atanh_test): Use ALL_RM_TEST.
12113         (atan2_test_data): Likewise.
12114         (cabs_test): Likewise.
12115         (cacosh_test): Likewise.
12116         (carg_test): Likewise.
12117         (casin_test): Likewise.
12118         (casinh_test): Likewise.
12119         (cbrt_test): Likewise.
12120         (csqrt_test): Likewise.
12121         (erf_test): Likewise.
12122         (erfc_test): Likewise.
12123         (pow10_test): Likewise.
12124         (exp2_test): Likewise.
12125         (hypot_test): Likewise.
12126         (j0_test): Likewise.
12127         (j1_test): Likewise.
12128         (lgamma_test): Likewise.
12129         (gamma_test): Likewise.
12130         (sincos_test): Likewise.
12131         (tanh_test): Likewise.
12132         (y0_test): Likewise.
12133         (y1_test): Likewise.
12134         * sysdeps/i386/fpu/libm-test-ulps: Update.
12135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12136
12137 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12138
12139         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12140         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12141         and strcspn-ppc64 objects.
12142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12143         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12144         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12145         multiarch strcspn for POWER7.
12146         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12147         multiarch strcspn for PPC64.
12148         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12149         ifunc selector.
12150         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12151         strcspn for POWER7.
12152
12153 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12154
12155         * math/gen-libm-test.pl (generate_testfile): Expect only function
12156         name as argument to AUTO_TESTS_* and pass results for all rounding
12157         modes to parse_args.
12158         (parse_auto_input): Separate inputs of automatic tests from
12159         outputs before storing in %auto_tests.
12160         * math/libm-test.inc (acos_test_data): Update call to
12161         AUTO_TESTS_f_f.
12162         (acos_test): Use ALL_RM_TEST.
12163         (acos_tonearest_test_data): Remove.
12164         (acos_test_tonearest): Likewise.
12165         (acos_towardzero_test_data): Likewise.
12166         (acos_test_towardzero): Likewise.
12167         (acos_downward_test_data): Likewise.
12168         (acos_test_downward): Likewise.
12169         (acos_upward_test_data): Likewise.
12170         (acos_test_upward): Likewise.
12171         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12172         (asin_test_data): Likewise.
12173         (asin_test): Use ALL_RM_TEST.
12174         (asin_tonearest_test_data): Remove.
12175         (asin_test_tonearest): Likewise.
12176         (asin_towardzero_test_data): Likewise.
12177         (asin_test_towardzero): Likewise.
12178         (asin_downward_test_data): Likewise.
12179         (asin_test_downward): Likewise.
12180         (asin_upward_test_data): Likewise.
12181         (asin_test_upward): Likewise.
12182         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12183         (atan_test_data): Likewise.
12184         (atanh_test_data): Likewise.
12185         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12186         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12187         (carg_test_data): Likewise.
12188         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12189         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12190         (ccosh_test_data): Likewise.
12191         (cexp_test_data): Likewise.
12192         (clog_test_data): Likewise.
12193         (clog10_test_data): Likewise.
12194         (cos_test_data): Update call to AUTO_TESTS_f_f.
12195         (cos_test): Use ALL_RM_TEST.
12196         (cos_tonearest_test_data): Remove.
12197         (cos_test_tonearest): Likewise.
12198         (cos_towardzero_test_data): Likewise.
12199         (cos_test_towardzero): Likewise.
12200         (cos_downward_test_data): Likewise.
12201         (cos_test_downward): Likewise.
12202         (cos_upward_test_data): Likewise.
12203         (cos_test_upward): Likewise.
12204         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12205         (cosh_test): Use ALL_RM_TEST.
12206         (cosh_tonearest_test_data): Remove.
12207         (cosh_test_tonearest): Likewise.
12208         (cosh_towardzero_test_data): Likewise.
12209         (cosh_test_towardzero): Likewise.
12210         (cosh_downward_test_data): Likewise.
12211         (cosh_test_downward): Likewise.
12212         (cosh_upward_test_data): Likewise.
12213         (cosh_test_upward): Likewise.
12214         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12215         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12216         (ctan_test_data): Likewise.
12217         (ctan_test): Use ALL_RM_TEST.
12218         (ctan_tonearest_test_data): Remove.
12219         (ctan_test_tonearest): Likewise.
12220         (ctan_towardzero_test_data): Likewise.
12221         (ctan_test_towardzero): Likewise.
12222         (ctan_downward_test_data): Likewise.
12223         (ctan_test_downward): Likewise.
12224         (ctan_upward_test_data): Likewise.
12225         (ctan_test_upward): Likewise.
12226         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12227         (ctanh_test): Use ALL_RM_TEST.
12228         (ctanh_tonearest_test_data): Remove.
12229         (ctanh_test_tonearest): Likewise.
12230         (ctanh_towardzero_test_data): Likewise.
12231         (ctanh_test_towardzero): Likewise.
12232         (ctanh_downward_test_data): Likewise.
12233         (ctanh_test_downward): Likewise.
12234         (ctanh_upward_test_data): Likewise.
12235         (ctanh_test_upward): Likewise.
12236         (erf_test_data): Update call to AUTO_TESTS_f_f.
12237         (erfc_test_data): Likewise.
12238         (exp_test_data): Likewise.
12239         (exp_test): Use ALL_RM_TEST.
12240         (exp_tonearest_test_data): Remove.
12241         (exp_test_tonearest): Likewise.
12242         (exp_towardzero_test_data): Likewise.
12243         (exp_test_towardzero): Likewise.
12244         (exp_downward_test_data): Likewise.
12245         (exp_test_downward): Likewise.
12246         (exp_upward_test_data): Likewise.
12247         (exp_test_upward): Likewise.
12248         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12249         (exp10_test): Use ALL_RM_TEST.
12250         (exp10_tonearest_test_data): Remove.
12251         (exp10_test_tonearest): Likewise.
12252         (exp10_towardzero_test_data): Likewise.
12253         (exp10_test_towardzero): Likewise.
12254         (exp10_downward_test_data): Likewise.
12255         (exp10_test_downward): Likewise.
12256         (exp10_upward_test_data): Likewise.
12257         (exp10_test_upward): Likewise.
12258         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12259         (expm1_test_data): Likewise.
12260         (expm1_test): Use ALL_RM_TEST.
12261         (expm1_tonearest_test_data): Remove.
12262         (expm1_test_tonearest): Likewise.
12263         (expm1_towardzero_test_data): Likewise.
12264         (expm1_test_towardzero): Likewise.
12265         (expm1_downward_test_data): Likewise.
12266         (expm1_test_downward): Likewise.
12267         (expm1_upward_test_data): Likewise.
12268         (expm1_test_upward): Likewise.
12269         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12270         (fma_test): Use ALL_RM_TEST.
12271         (fma_towardzero_test_data): Remove.
12272         (fma_test_towardzero): Likewise.
12273         (fma_downward_test_data): Likewise.
12274         (fma_test_downward): Likewise.
12275         (fma_upward_test_data): Likewise.
12276         (fma_test_upward): Likewise.
12277         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12278         (j0_test_data): Update call to AUTO_TESTS_f_f.
12279         (j1_test_data): Likewise.
12280         (jn_test_data): Update call to AUTO_TESTS_if_f.
12281         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12282         (log_test_data): Update call to AUTO_TESTS_f_f.
12283         (log10_test_data): Likewise.
12284         (log1p_test_data): Likewise.
12285         (log2_test_data): Likewise.
12286         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12287         (pow_tonearest_test_data): Likewise.
12288         (sin_test_data): Update call to AUTO_TESTS_f_f.
12289         (sin_test): Use ALL_RM_TEST.
12290         (sin_tonearest_test_data): Remove.
12291         (sin_test_tonearest): Likewise.
12292         (sin_towardzero_test_data): Likewise.
12293         (sin_test_towardzero): Likewise.
12294         (sin_downward_test_data): Likewise.
12295         (sin_test_downward): Likewise.
12296         (sin_upward_test_data): Likewise.
12297         (sin_test_upward): Likewise.
12298         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12299         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12300         (sinh_test): Use ALL_RM_TEST.
12301         (sinh_tonearest_test_data): Remove.
12302         (sinh_test_tonearest): Likewise.
12303         (sinh_towardzero_test_data): Likewise.
12304         (sinh_test_towardzero): Likewise.
12305         (sinh_downward_test_data): Likewise.
12306         (sinh_test_downward): Likewise.
12307         (sinh_upward_test_data): Likewise.
12308         (sinh_test_upward): Likewise.
12309         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12310         (sqrt_test): Use ALL_RM_TEST.
12311         (sqrt_tonearest_test_data): Remove.
12312         (sqrt_test_tonearest): Likewise.
12313         (sqrt_towardzero_test_data): Likewise.
12314         (sqrt_test_towardzero): Likewise.
12315         (sqrt_downward_test_data): Likewise.
12316         (sqrt_test_downward): Likewise.
12317         (sqrt_upward_test_data): Likewise.
12318         (sqrt_test_upward): Likewise.
12319         (tan_test_data): Update call to AUTO_TESTS_f_f.
12320         (tan_test): Use ALL_RM_TEST.
12321         (tan_tonearest_test_data): Remove.
12322         (tan_test_tonearest): Likewise.
12323         (tan_towardzero_test_data): Likewise.
12324         (tan_test_towardzero): Likewise.
12325         (tan_downward_test_data): Likewise.
12326         (tan_test_downward): Likewise.
12327         (tan_upward_test_data): Likewise.
12328         (tan_test_upward): Likewise.
12329         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12330         (tgamma_test_data): Likewise.
12331         (y0_test_data): Likewise.
12332         (y1_test_data): Likewise.
12333         (yn_test_data): Update call to AUTO_TESTS_if_f.
12334         (main): Do not call removed functions.
12335
12336 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12337
12338         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12339         (ldexp_test_data): Remove.
12340         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12341         scalbn_test_data.
12342         (scalb_test): Use ALL_RM_TEST.
12343
12344 2014-03-19  Andreas Schwab  <schwab@suse.de>
12345
12346         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12347
12348 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12349
12350         [BZ #16649]
12351         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12352         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12353         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12354         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12355         (__ASSUME_PREADV): Undefine.
12356         (__ASSUME_PWRITEV): Likewise.
12357
12358 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12359
12360         * bits/mman-linux.h: Add comment about non-Linux use.
12361         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12362         bits/mman-linux.h resting place.
12363
12364         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12365         * bits/mman-linux.h: ... here.
12366
12367 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12368
12369         * conform/conformtest.pl: Add standard definition when calling C
12370         preprocessor on data files.
12371         (checknamespace): Remove unused variable.
12372
12373 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12374
12375         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12376         minus_oflow, plus_uflow and minus_uflow in expected results.
12377         * math/libm-test.inc (scalbn_test_data): Add more tests of
12378         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12379         minus_uflow.
12380         (scalbn_test): Use ALL_RM_TEST.
12381         (scalbln_test_data): Add more tests of negative arguments.  Use
12382         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12383         (scalbln_test): Use ALL_RM_TEST.
12384
12385 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12386
12387         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12388
12389 2014-03-18  Will Newton  <will.newton@linaro.org>
12390
12391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12392         inaccurate comment.
12393
12394 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12395
12396         * Makerules [!subdir] (check-abi): Exit with error status if a
12397         test failed.
12398
12399 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12400
12401         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12402         for rint.  Include results for all rounding modes.
12403         (nearbyint_test): Use ALL_RM_TEST.
12404         (rint_test_data): Include all tests used for nearbyint.
12405
12406 2014-03-17  Will Newton  <will.newton@linaro.org>
12407
12408         * nptl/sysdeps/pthread/pthread.h: Revert previous
12409         change.
12410
12411         * sysdeps/generic/ldsodefs.h: Revert previous
12412         change.
12413
12414         * libio/genops.c: Revert previous change.
12415         * libio/libioP.h: Likewise.
12416         * stdio-common/vfprintf.c: Likewise.
12417
12418         * sysdeps/generic/math_private.h: Revert previous
12419         change.
12420
12421         * sysdeps/generic/math_private.h: Check whether
12422         HAVE_RM_CTX is defined with #ifdef rather
12423         than #if.
12424
12425         * argp/argp-fmtstream.h: Check whether
12426         __STRICT_ANSI__ is defined with #ifdef rather
12427         than #if.
12428         * argp/argp.h: Likewise.
12429
12430         * libio/genops.c: Check whether
12431         _IO_JUMPS_OFFSET is defined with #ifdef rather
12432         than #if.
12433         * libio/libioP.h: Likewise.
12434         * stdio-common/vfprintf.c: Likewise.
12435
12436         * sysdeps/generic/ldsodefs.h: Check whether
12437         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12438         than #if.
12439
12440         * nptl/sysdeps/pthread/pthread.h: Check
12441         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12442         its value.
12443
12444 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12445
12446         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12447         setting O_APPEND.
12448         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12449         test case.
12450
12451         [BZ #16680]
12452         * libio/fileops.c (_IO_file_open): Seek to end of file but
12453         don't cache the offset.
12454         (get_file_offset): Remove function.
12455         (do_ftell): Use cached offset when available.
12456         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12457         don't cache the offset.
12458         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12459         case.
12460         (do_one_test): Call it.
12461         (do_ftell_test): Fix up expected old offset for a+ mode.
12462         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12463         available.
12464
12465         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12466         up test status with function return status.
12467         (do_write_test): Likewise.
12468         (do_append_test): Likewise.
12469
12470         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12471         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12472         Remove.
12473
12474 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12475
12476         * math/gen-libm-test.pl (parse_args): Handle results specified for
12477         each rounding mode separately.
12478         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12479         tests and results from lrint_tonearest_test_data,
12480         lrint_towardzero_test_data, lrint_downward_test_data and
12481         lrint_upward_test_data.
12482         (lrint_test): Use ALL_RM_TEST.
12483         (lrint_tonearest_test_data): Remove.
12484         (lrint_test_tonearest): Likewise.
12485         (lrint_towardzero_test_data): Likewise.
12486         (lrint_test_towardzero): Likewise.
12487         (lrint_downward_test_data): Likewise.
12488         (lrint_test_downward): Likewise.
12489         (lrint_upward_test_data): Likewise.
12490         (lrint_test_upward): Likewise.
12491         (llrint_test_data): Merge in per-rounding-mode tests and results
12492         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12493         llrint_downward_test_data and llrint_upward_test_data.
12494         (llrint_test): Use ALL_RM_TEST.
12495         (llrint_tonearest_test_data): Remove.
12496         (llrint_test_tonearest): Likewise.
12497         (llrint_towardzero_test_data): Likewise.
12498         (llrint_test_towardzero): Likewise.
12499         (llrint_downward_test_data): Likewise.
12500         (llrint_test_downward): Likewise.
12501         (llrint_upward_test_data): Likewise.
12502         (llrint_test_upward): Likewise.
12503         (rint_test_data): Merge in per-rounding-mode tests and results
12504         from rint_tonearest_test_data, rint_towardzero_test_data,
12505         rint_downward_test_data and rint_upward_test_data.  Add
12506         per-rounding-mode results for tests not in those arrays.
12507         (rint_test): Use ALL_RM_TEST.
12508         (rint_tonearest_test_data): Remove.
12509         (rint_test_tonearest): Likewise.
12510         (rint_towardzero_test_data): Likewise.
12511         (rint_test_towardzero): Likewise.
12512         (rint_downward_test_data): Likewise.
12513         (rint_test_downward): Likewise.
12514         (rint_upward_test_data): Likewise.
12515         (rint_test_upward): Likewise.
12516         (main): Don't call removed functions.
12517
12518 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12519
12520         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12521         "Compiled on ..." crapola.  It is anti-useful.
12522
12523 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12524
12525         * scripts/evaluate-test.sh: Handle fourth argument to determine
12526         whether test run should stop on failure.
12527         * Makeconfig (stop-on-test-failure): New variable.
12528         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12529         $(stop-on-test-failure).
12530         * Makefile (tests): Give a summary of results from testing and
12531         exit with failure status if they include an ERROR or FAIL.
12532         (xtests): Likewise.
12533         * manual/install.texi (Configuring and compiling): Mention
12534         stop-on-test-failure=y.
12535         * INSTALL: Regenerated.
12536
12537 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12538
12539         * scripts/versionlist.awk: New file.
12540         * Makerules [$(build-shared) = yes]
12541         (postclean-generated): Add Versions.def, not Versions.def.v and
12542         Versions.def.v.i.
12543         ($(common-objpfx)Versions.def.v.i): Target removed.
12544         ($(common-objpfx)Versions.def): New target.
12545         ($(common-objpfx)Versions.all): Depend on that rather that
12546         $(common-objpfx)Versions.def.v.
12547         * Versions.def: File removed.
12548
12549         * Makeconfig (+gccwarn): Add -Wundef.
12550         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12551         a dl-sysdep.h breaking its contract.
12552         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12553         * include/stackinfo.h: New file.
12554         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12555         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12556         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12557         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12558         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12559         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12560         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12561         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12562         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12563         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12564         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12565         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12566         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12567         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12568         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12569
12570 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12571
12572         [BZ #16707]
12573         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12574         implementation.
12575         * math/libm-test.inc (round_test_data): Add more tests.
12576
12577         [BZ #16706]
12578         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12579         implementation.
12580         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12581
12582         [BZ #16701]
12583         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12584         implementation.
12585         * math/libm-test.inc (ceil_test_data): Add more tests.
12586
12587         * math/libm-test.inc (trunc_test_data): Add more tests related to
12588         BZ#16414.
12589
12590 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12591
12592         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12593         with #if rather than #ifdef.
12594         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12595
12596 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12597
12598         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12599         first.  Disable AVX-512 GCC support if assembler doesn't support
12600         it.
12601         * sysdeps/x86_64/configure: Regenerated.
12602
12603 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12604
12605         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12606         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12607         (__old_pthread_attr_setstack): Likewise.
12608         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12609         [!_STACK_GROWS_DOWN]: Likewise.
12610
12611 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12612
12613         * config.make.in (have-bash2): Delete.
12614         * configure.ac (libc_cv_have_bash2): Delete.
12615         * configure: Regenerate.
12616         * elf/Makefile (common-ldd-rewrite): Rename to ...
12617         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12618         (sh-ldd-rewrite): Delete.
12619         (bash-ldd-rewrite): Delete.
12620         (have-bash2): Delete checks.
12621         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12622         ldd-rewrite.
12623
12624         * config.make.in (have-ksh): Delete.
12625         (KSH): Delete.
12626         * configure.ac (libc_cv_have_ksh): Delete.
12627         * configure: Regenerate.
12628
12629         * elf/Makefile: Delete $(have-ksh) check.
12630         ($(objpfx)sotruss): Change KSH to BASH.
12631         * elf/sotruss.ksh: Rename to ...
12632         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12633         function style to match POSIX.  Drop ksh vim mode setting.
12634
12635         * manual/time.texi (Specifying the Time Zone with TZ): Change
12636         Tuesday to Thursday.
12637
12638         * debug/tst-longjmp_chk2.c: Update header comment.
12639         (stackoverflow_handler): Add comment.  Call assert on pass value.
12640
12641 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12642
12643         [BZ #16194]
12644         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12645         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12646         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12647         (La_x86_64_vector): Add zmm.
12648         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12649         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12650         ($(objpfx)tst-audit10): New target.
12651         ($(objpfx)tst-audit10.out): Likewise.
12652         (tst-audit10-ENV): New.
12653         (AVX512-CFLAGS): Likewise.
12654         (CFLAGS-tst-audit10.c): Likewise.
12655         (CFLAGS-tst-auditmod10a.c): Likewise.
12656         (CFLAGS-tst-auditmod10b.c): Likewise.
12657         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12658         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12659         * sysdeps/x86_64/configure: Regenerated.
12660         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12661         AVX-512 zmm register support.
12662         (_dl_x86_64_save_sse): Likewise.
12663         (_dl_x86_64_restore_sse): Likewise.
12664         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12665         size vector registers.
12666         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12667         (ZMM_SIZE): Likewise.
12668         * sysdeps/x86_64/tst-audit10.c: New file.
12669         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12670         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12671
12672 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12673
12674         * configure.ac (HAVE_EHDR_START): New check.
12675         * configure: Regenerated.
12676         * config.h.in (HAVE_EHDR_START): New #undef.
12677         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12678         assuming the lowest-addressed segment maps the start of the file.
12679
12680 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12681
12682         * INSTALL: Regenerated.
12683
12684 2014-03-13  Will Newton  <will.newton@linaro.org>
12685
12686         * manual/setjmp.texi (System V contexts): Improve
12687         clarity and grammar of documentation.
12688
12689 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12690
12691         [BZ #16381]
12692         * elf/Makefile (tests): Add tst-pie2.
12693         (tests-pie): Add tst-pie2.
12694         * elf/tst-pie2.c: New file.
12695         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12696         for ET_EXEC.
12697         * elf/rtld.c (map_doit): Load executable as lt_executable.
12698         (dl_main): Likewise.
12699
12700 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12701
12702         [BZ #16642]
12703         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12704         (__ASSUME_PSELECT): Undefine.
12705
12706 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12707
12708         [BZ #16689]
12709         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12710         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12711         static build.
12712         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12713         selector for static builds.
12714
12715 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12716
12717         [BZ #16695]
12718         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12719         key in the buffer.
12720
12721 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12722
12723         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12724         IFUNC selector for static builds.
12725
12726 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12727
12728         * sysdeps/mips/math_private.h [__mips_hard_float]
12729         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12730         libc_feresetround_mips_ctx.
12731         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12732         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12733         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12734
12735         [BZ #16677]
12736         * math/s_nextafter.c (__nextafter): Do not return value from
12737         overflowing computation.
12738         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12739         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12740         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12741         Likewise.
12742         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12743         Likewise.
12744         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12745         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12746
12747 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12748
12749         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12750         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12751         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12752         the new mov targetting sp.
12753
12754 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12755
12756         [BZ #16683]
12757         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12758         Define it for static builds as well.
12759         (NO_BZERO_IMPL): Likewise.
12760
12761 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12762
12763         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12764         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12765         multiarch strspn for PPC64.
12766         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12767         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12769         (__libc_ifunc_impl_list): Likewise.
12770         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12771         multiarch optimizations
12772         * string/strspn.c (strspn): Using macro to redefine symbol name.
12773
12774 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12775             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12776
12777         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12778         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12779         multiarch strncat for PPC64.
12780         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12781         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12783         (__libc_ifunc_impl_list): Likewise.
12784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12785         multiarch optimizations
12786
12787 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12788
12789         [BZ #16639]
12790         * nscd/nscd.service: Make service type forking.
12791
12792 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12793
12794         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12795         sign in non default rounding modes.
12796         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12797
12798 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12799
12800         * math/libm-test.inc (ALL_RM_TEST): New macro.
12801         (ceil_test): Use ALL_RM_TEST.
12802         (cimag_test): Likewise.
12803         (conj_test): Likewise.
12804         (copysign_test): Likewise.
12805         (cproj_test): Likewise.
12806         (creal_test): Likewise.
12807         (fabs_test): Likewise.
12808         (floor_test): Likewise.
12809         (fmax_test): Likewise.
12810         (fmin_test): Likewise.
12811         (fmod_test): Likewise.
12812         (fpclassify_test): Likewise.
12813         (frexp_test): Likewise.
12814         (ilogb_test): Likewise.
12815         (isfinite_test): Likewise.
12816         (finite_test): Likewise.
12817         (isgreater_test): Likewise.
12818         (isgreaterequal_test): Likewise.
12819         (isinf_test): Likewise.
12820         (isless_test): Likewise.
12821         (islessequal_test): Likewise.
12822         (islessgreater_test): Likewise.
12823         (isnan_test): Likewise.
12824         (isnormal_test): Likewise.
12825         (issignaling_test): Likewise.
12826         (isunordered_test): Likewise.
12827         (logb_test): Likewise.
12828         (logb_downward_test_data): Remove.
12829         (logb_test_downward): Likewise.
12830         (lround_test): Use ALL_RM_TEST.
12831         (llround_test): Likewise.
12832         (modf_test): Likewise.
12833         (nexttoward_test): Likewise.
12834         (remainder_test): Likewise.
12835         (drem_test): Likewise.
12836         (remainder_tonearest_test_data): Likewise.
12837         (remainder_test_tonearest): Likewise.
12838         (drem_test_tonearest): Likewise.
12839         (remainder_towardzero_test_data): Likewise.
12840         (remainder_test_towardzero): Likewise.
12841         (drem_test_towardzero): Likewise.
12842         (remainder_downward_test_data): Likewise.
12843         (remainder_test_downward): Likewise.
12844         (drem_test_downward): Likewise.
12845         (remainder_upward_test_data): Likewise.
12846         (remainder_test_upward): Likewise.
12847         (drem_test_upward): Likewise.
12848         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12849         (round_test): Use ALL_RM_TEST.
12850         (signbit_test): Likewise.
12851         (trunc_test): Likewise.
12852         (significand_test): Likewise.
12853         (main): Don't call removed functions.
12854
12855 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12856
12857         [BZ #16674]
12858         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12859         || __USE_XOPEN2K8].
12860         (ILL_ILLOPN): Likewise.
12861         (ILL_ILLADR): Likewise.
12862         (ILL_ILLTRP): Likewise.
12863         (ILL_PRVOPC): Likewise.
12864         (ILL_PRVREG): Likewise.
12865         (ILL_COPROC): Likewise.
12866         (ILL_BADSTK): Likewise.
12867         (FPE_INTDIV): Likewise.
12868         (FPE_INTOVF): Likewise.
12869         (FPE_FLTDIV): Likewise.
12870         (FPE_FLTOVF): Likewise.
12871         (FPE_FLTUND): Likewise.
12872         (FPE_FLTRES): Likewise.
12873         (FPE_FLTINV): Likewise.
12874         (FPE_FLTSUB): Likewise.
12875         (SEGV_MAPERR): Likewise.
12876         (SEGV_ACCERR): Likewise.
12877         (BUS_ADRALN): Likewise.
12878         (BUS_ADRERR): Likewise.
12879         (BUS_OBJERR): Likewise.
12880         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12881         (TRAP_TRACE): Likewise.
12882         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12883         __USE_XOPEN2K8].
12884         (CLD_KILLED): Likewise.
12885         (CLD_DUMPED): Likewise.
12886         (CLD_TRAPPED): Likewise.
12887         (CLD_STOPPED): Likewise.
12888         (CLD_CONTINUED): Likewise.
12889         (POLL_IN): Likewise.
12890         (POLL_OUT): Likewise.
12891         (POLL_MSG): Likewise.
12892         (POLL_ERR): Likewise.
12893         (POLL_PRI): Likewise.
12894         (POLL_HUP): Likewise.
12895         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12896         Likewise.
12897         (ILL_ILLOPN): Likewise.
12898         (ILL_ILLADR): Likewise.
12899         (ILL_ILLTRP): Likewise.
12900         (ILL_PRVOPC): Likewise.
12901         (ILL_PRVREG): Likewise.
12902         (ILL_COPROC): Likewise.
12903         (ILL_BADSTK): Likewise.
12904         (FPE_INTDIV): Likewise.
12905         (FPE_INTOVF): Likewise.
12906         (FPE_FLTDIV): Likewise.
12907         (FPE_FLTOVF): Likewise.
12908         (FPE_FLTUND): Likewise.
12909         (FPE_FLTRES): Likewise.
12910         (FPE_FLTINV): Likewise.
12911         (FPE_FLTSUB): Likewise.
12912         (SEGV_MAPERR): Likewise.
12913         (SEGV_ACCERR): Likewise.
12914         (BUS_ADRALN): Likewise.
12915         (BUS_ADRERR): Likewise.
12916         (BUS_OBJERR): Likewise.
12917         (BUS_MCEERR_AR): Likewise.
12918         (BUS_MCEERR_AO): Likewise.
12919         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12920         (TRAP_TRACE): Likewise.
12921         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12922         __USE_XOPEN2K8].
12923         (CLD_KILLED): Likewise.
12924         (CLD_DUMPED): Likewise.
12925         (CLD_TRAPPED): Likewise.
12926         (CLD_STOPPED): Likewise.
12927         (CLD_CONTINUED): Likewise.
12928         (POLL_IN): Likewise.
12929         (POLL_OUT): Likewise.
12930         (POLL_MSG): Likewise.
12931         (POLL_ERR): Likewise.
12932         (POLL_PRI): Likewise.
12933         (POLL_HUP): Likewise.
12934         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12935         (ILL_ILLOPN): Likewise.
12936         (ILL_ILLADR): Likewise.
12937         (ILL_ILLTRP): Likewise.
12938         (ILL_PRVOPC): Likewise.
12939         (ILL_PRVREG): Likewise.
12940         (ILL_COPROC): Likewise.
12941         (ILL_BADSTK): Likewise.
12942         (FPE_INTDIV): Likewise.
12943         (FPE_INTOVF): Likewise.
12944         (FPE_FLTDIV): Likewise.
12945         (FPE_FLTOVF): Likewise.
12946         (FPE_FLTUND): Likewise.
12947         (FPE_FLTRES): Likewise.
12948         (FPE_FLTINV): Likewise.
12949         (FPE_FLTSUB): Likewise.
12950         (SEGV_MAPERR): Likewise.
12951         (SEGV_ACCERR): Likewise.
12952         (BUS_ADRALN): Likewise.
12953         (BUS_ADRERR): Likewise.
12954         (BUS_OBJERR): Likewise.
12955         (BUS_MCEERR_AR): Likewise.
12956         (BUS_MCEERR_AO): Likewise.
12957         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12958         (TRAP_TRACE): Likewise.
12959         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12960         __USE_XOPEN2K8].
12961         (CLD_KILLED): Likewise.
12962         (CLD_DUMPED): Likewise.
12963         (CLD_TRAPPED): Likewise.
12964         (CLD_STOPPED): Likewise.
12965         (CLD_CONTINUED): Likewise.
12966         (POLL_IN): Likewise.
12967         (POLL_OUT): Likewise.
12968         (POLL_MSG): Likewise.
12969         (POLL_ERR): Likewise.
12970         (POLL_PRI): Likewise.
12971         (POLL_HUP): Likewise.
12972         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12973         Likewise.
12974         (ILL_ILLOPN): Likewise.
12975         (ILL_ILLADR): Likewise.
12976         (ILL_ILLTRP): Likewise.
12977         (ILL_PRVOPC): Likewise.
12978         (ILL_PRVREG): Likewise.
12979         (ILL_COPROC): Likewise.
12980         (ILL_BADSTK): Likewise.
12981         (ILL_BADIADDR): Likewise.
12982         (ILL_BREAK): Likewise.
12983         (FPE_INTDIV): Likewise.
12984         (FPE_INTOVF): Likewise.
12985         (FPE_FLTDIV): Likewise.
12986         (FPE_FLTOVF): Likewise.
12987         (FPE_FLTUND): Likewise.
12988         (FPE_FLTRES): Likewise.
12989         (FPE_FLTINV): Likewise.
12990         (FPE_FLTSUB): Likewise.
12991         (FPE_DECOVF): Likewise.
12992         (FPE_DECDIV): Likewise.
12993         (FPE_DECERR): Likewise.
12994         (FPE_INVASC): Likewise.
12995         (FPE_INVDEC): Likewise.
12996         (SEGV_MAPERR): Likewise.
12997         (SEGV_ACCERR): Likewise.
12998         (SEGV_PSTKOVF): Likewise.
12999         (BUS_ADRALN): Likewise.
13000         (BUS_ADRERR): Likewise.
13001         (BUS_OBJERR): Likewise.
13002         (BUS_MCEERR_AR): Likewise.
13003         (BUS_MCEERR_AO): Likewise.
13004         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13005         (TRAP_TRACE): Likewise.
13006         (TRAP_BRANCH): Likewise.
13007         (TRAP_HWBKPT): Likewise.
13008         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13009         __USE_XOPEN2K8].
13010         (CLD_KILLED): Likewise.
13011         (CLD_DUMPED): Likewise.
13012         (CLD_TRAPPED): Likewise.
13013         (CLD_STOPPED): Likewise.
13014         (CLD_CONTINUED): Likewise.
13015         (POLL_IN): Likewise.
13016         (POLL_OUT): Likewise.
13017         (POLL_MSG): Likewise.
13018         (POLL_ERR): Likewise.
13019         (POLL_PRI): Likewise.
13020         (POLL_HUP): Likewise.
13021         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13022         (ILL_ILLOPN): Likewise.
13023         (ILL_ILLADR): Likewise.
13024         (ILL_ILLTRP): Likewise.
13025         (ILL_PRVOPC): Likewise.
13026         (ILL_PRVREG): Likewise.
13027         (ILL_COPROC): Likewise.
13028         (ILL_BADSTK): Likewise.
13029         (FPE_INTDIV): Likewise.
13030         (FPE_INTOVF): Likewise.
13031         (FPE_FLTDIV): Likewise.
13032         (FPE_FLTOVF): Likewise.
13033         (FPE_FLTUND): Likewise.
13034         (FPE_FLTRES): Likewise.
13035         (FPE_FLTINV): Likewise.
13036         (FPE_FLTSUB): Likewise.
13037         (SEGV_MAPERR): Likewise.
13038         (SEGV_ACCERR): Likewise.
13039         (BUS_ADRALN): Likewise.
13040         (BUS_ADRERR): Likewise.
13041         (BUS_OBJERR): Likewise.
13042         (BUS_MCEERR_AR): Likewise.
13043         (BUS_MCEERR_AO): Likewise.
13044         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13045         (TRAP_TRACE): Likewise.
13046         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13047         __USE_XOPEN2K8].
13048         (CLD_KILLED): Likewise.
13049         (CLD_DUMPED): Likewise.
13050         (CLD_TRAPPED): Likewise.
13051         (CLD_STOPPED): Likewise.
13052         (CLD_CONTINUED): Likewise.
13053         (POLL_IN): Likewise.
13054         (POLL_OUT): Likewise.
13055         (POLL_MSG): Likewise.
13056         (POLL_ERR): Likewise.
13057         (POLL_PRI): Likewise.
13058         (POLL_HUP): Likewise.
13059         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13060         (ILL_ILLOPN): Likewise.
13061         (ILL_ILLADR): Likewise.
13062         (ILL_ILLTRP): Likewise.
13063         (ILL_PRVOPC): Likewise.
13064         (ILL_PRVREG): Likewise.
13065         (ILL_COPROC): Likewise.
13066         (ILL_BADSTK): Likewise.
13067         (FPE_INTDIV): Likewise.
13068         (FPE_INTOVF): Likewise.
13069         (FPE_FLTDIV): Likewise.
13070         (FPE_FLTOVF): Likewise.
13071         (FPE_FLTUND): Likewise.
13072         (FPE_FLTRES): Likewise.
13073         (FPE_FLTINV): Likewise.
13074         (FPE_FLTSUB): Likewise.
13075         (SEGV_MAPERR): Likewise.
13076         (SEGV_ACCERR): Likewise.
13077         (BUS_ADRALN): Likewise.
13078         (BUS_ADRERR): Likewise.
13079         (BUS_OBJERR): Likewise.
13080         (BUS_MCEERR_AR): Likewise.
13081         (BUS_MCEERR_AO): Likewise.
13082         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13083         (TRAP_TRACE): 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/sparc/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/tile/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         (ILL_DBLFLT): Likewise.
13144         (ILL_HARDWALL): Likewise.
13145         (FPE_INTDIV): Likewise.
13146         (FPE_INTOVF): Likewise.
13147         (FPE_FLTDIV): Likewise.
13148         (FPE_FLTOVF): Likewise.
13149         (FPE_FLTUND): Likewise.
13150         (FPE_FLTRES): Likewise.
13151         (FPE_FLTINV): Likewise.
13152         (FPE_FLTSUB): Likewise.
13153         (SEGV_MAPERR): Likewise.
13154         (SEGV_ACCERR): Likewise.
13155         (BUS_ADRALN): Likewise.
13156         (BUS_ADRERR): Likewise.
13157         (BUS_OBJERR): Likewise.
13158         (BUS_MCEERR_AR): Likewise.
13159         (BUS_MCEERR_AO): Likewise.
13160         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13161         (TRAP_TRACE): Likewise.
13162         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13163         __USE_XOPEN2K8].
13164         (CLD_KILLED): Likewise.
13165         (CLD_DUMPED): Likewise.
13166         (CLD_TRAPPED): Likewise.
13167         (CLD_STOPPED): Likewise.
13168         (CLD_CONTINUED): Likewise.
13169         (POLL_IN): Likewise.
13170         (POLL_OUT): Likewise.
13171         (POLL_MSG): Likewise.
13172         (POLL_ERR): Likewise.
13173         (POLL_PRI): Likewise.
13174         (POLL_HUP): Likewise.
13175         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13176         (ILL_ILLOPN): Likewise.
13177         (ILL_ILLADR): Likewise.
13178         (ILL_ILLTRP): Likewise.
13179         (ILL_PRVOPC): Likewise.
13180         (ILL_PRVREG): Likewise.
13181         (ILL_COPROC): Likewise.
13182         (ILL_BADSTK): Likewise.
13183         (FPE_INTDIV): Likewise.
13184         (FPE_INTOVF): Likewise.
13185         (FPE_FLTDIV): Likewise.
13186         (FPE_FLTOVF): Likewise.
13187         (FPE_FLTUND): Likewise.
13188         (FPE_FLTRES): Likewise.
13189         (FPE_FLTINV): Likewise.
13190         (FPE_FLTSUB): Likewise.
13191         (SEGV_MAPERR): Likewise.
13192         (SEGV_ACCERR): Likewise.
13193         (BUS_ADRALN): Likewise.
13194         (BUS_ADRERR): Likewise.
13195         (BUS_OBJERR): Likewise.
13196         (BUS_MCEERR_AR): Likewise.
13197         (BUS_MCEERR_AO): Likewise.
13198         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13199         (TRAP_TRACE): Likewise.
13200         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13201         __USE_XOPEN2K8].
13202         (CLD_KILLED): Likewise.
13203         (CLD_DUMPED): Likewise.
13204         (CLD_TRAPPED): Likewise.
13205         (CLD_STOPPED): Likewise.
13206         (CLD_CONTINUED): Likewise.
13207         (POLL_IN): Likewise.
13208         (POLL_OUT): Likewise.
13209         (POLL_MSG): Likewise.
13210         (POLL_ERR): Likewise.
13211         (POLL_PRI): Likewise.
13212         (POLL_HUP): Likewise.
13213         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13214         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13215
13216         [BZ #16670]
13217         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13218         before #include of <time.h>.
13219         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13220         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13221         (test-xfail-UNIX98/sched.h/conform): Likewise.
13222
13223 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13224
13225         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13226         error absence of trapping exception support.
13227         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13228
13229 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13230
13231         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13232         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13233         * timezone/Makefile (testdata): Move definition above include of
13234         Rules.
13235         (test-zones): New variable.
13236         (tests-special): Add zone files.
13237         (build-testdata): Use $(evaluate-test).
13238
13239         * elf/Makefile (tests-special): Rename tests to end with .out.
13240         ($(objpfx)noload-mem): Likewise.
13241         ($(objpfx)tst-leaks1-mem): Likewise.
13242         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13243         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13244         $(objpfx)test-iconvconfig.out.
13245         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13246         set -e inside subshell and redirect output to file.
13247         * iconvdata/Makefile (generated): Rename tests to end with .out.
13248         Correct type.
13249         (tests-special): Rename tests to end with .out.
13250         ($(objpfx)mtrace-tst-loading): Likewise.
13251         * intl/Makefile (generated): Likewise.
13252         (tests-special): Likewise.
13253         ($(objpfx)mtrace-tst-gettext): Likewise.
13254         * misc/Makefile (generated): Likewise.
13255         (tests-special): Likewise.
13256         ($(objpfx)tst-error1-mem): Likewise.
13257         * nptl/Makefile (tests-special): Likewise.
13258         ($(objpfx)tst-stack3-mem): Likewise.
13259         (generated): Likewise.
13260         * posix/Makefile (generated): Likewise.
13261         (tests-special): Likewise.
13262         (xtests-special): Likewise.
13263         ($(objpfx)tst-fnmatch-mem): Likewise.
13264         ($(objpfx)bug-regex2-mem): Likewise.
13265         ($(objpfx)bug-regex14-mem): Likewise.
13266         ($(objpfx)bug-regex21-mem): Likewise.
13267         ($(objpfx)bug-regex31-mem): Likewise.
13268         ($(objpfx)tst-vfork3-mem): Likewise.
13269         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13270         ($(objpfx)tst-pcre-mem): Likewise.
13271         ($(objpfx)tst-boost-mem): Likewise.
13272         ($(objpfx)bug-ga2-mem): Likewise.
13273         ($(objpfx)bug-glob2-mem): Likewise.
13274         * resolv/Makefile (generate): Likewise.
13275         (tests-special): Likewise.
13276         (xtests-special): Likewise.
13277         (generated): Likewise.
13278         ($(objpfx)mtrace-tst-leaks): Likewise.
13279         ($(objpfx)mtrace-tst-leaks2): Likewise.
13280
13281         * scripts/merge-test-results.sh: New file.
13282         * Makefile (tests-special-notdir): New variable.
13283         (tests): Run merge-test-results.sh.
13284         (xtests): Likewise.
13285         * Rules (tests-special-notdir): New variable.
13286         (xtests-special-notdir): Likewise.
13287         (tests): Run merge-test-results.sh
13288         (xtests): Likewise.
13289
13290         * Makeconfig (test-xfail-name): New variable.
13291         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13292         compute variable name for expected failures.
13293         * conform/Makefile (conformtest-headers-data): New variable.
13294         (conformtest-standards): Likewise.
13295         (conformtest-headers-ISO): Likewise.
13296         (conformtest-headers-ISO99): Likewise.
13297         (conformtest-headers-ISO11): Likewise.
13298         (conformtest-headers-POSIX): Likewise.
13299         (conformtest-headers-XPG3): Likewise.
13300         (conformtest-headers-XPG4): Likewise.
13301         (conformtest-headers-UNIX98): Likewise.
13302         (conformtest-headers-XOPEN2K): Likewise.
13303         (conformtest-headers-POSIX2008): Likewise.
13304         (conformtest-headers-XOPEN2K8): Likewise.
13305         (conformtest-header-list-base): Likewise.
13306         (conformtest-header-list-tests): Likewise.
13307         (conformtest-header-base): Likewise.
13308         (conformtest-header-tests): Likewise.
13309         (tests-special): Add $(conformtest-header-list-tests).  If
13310         [$(fast-check) && !$(cross-compiling)], add
13311         $(conformtest-header-tests) instead of
13312         $(objpfx)run-conformtest.out.
13313         (generated): Add $(conformtest-header-list-base).  If
13314         [$(fast-check) && !$(cross-compiling)], add
13315         $(conformtest-header-base).  Remove previous setting.
13316         ($(conformtest-header-list-tests)): New target.
13317         (test-xfail-run-conformtest): Remove variable.
13318         ($(objpfx)run-conformtest.out): Remove target.
13319         (test-xfail-ISO11/complex.h/conform): New variable.
13320         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13321         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13322         (test-xfail-XPG3/varargs.h/conform): Likewise.
13323         (test-xfail-XPG4/varargs.h/conform): Likewise.
13324         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13325         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13326         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13327         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13328         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13329         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13330         (test-xfail-XPG3/ftw.h/conform): Likewise.
13331         (test-xfail-XPG3/grp.h/conform): Likewise.
13332         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13333         (test-xfail-XPG3/limits.h/conform): Likewise.
13334         (test-xfail-XPG3/pwd.h/conform): Likewise.
13335         (test-xfail-XPG3/search.h/conform): Likewise.
13336         (test-xfail-XPG3/signal.h/conform): Likewise.
13337         (test-xfail-XPG3/stdio.h/conform): Likewise.
13338         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13339         (test-xfail-XPG3/string.h/conform): Likewise.
13340         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13341         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13342         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13343         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13344         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13345         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13346         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13347         (test-xfail-XPG3/termios.h/conform): Likewise.
13348         (test-xfail-XPG3/time.h/conform): Likewise.
13349         (test-xfail-XPG3/unistd.h/conform): Likewise.
13350         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13351         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13352         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13353         (test-xfail-XPG4/netdb.h/conform): Likewise.
13354         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13355         (test-xfail-XPG4/signal.h/conform): Likewise.
13356         (test-xfail-XPG4/stdio.h/conform): Likewise.
13357         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13358         (test-xfail-XPG4/stropts.h/conform): Likewise.
13359         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13360         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13361         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13362         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13363         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13364         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13365         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13366         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13367         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13368         (test-xfail-XPG4/termios.h/conform): Likewise.
13369         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13370         (test-xfail-XPG4/unistd.h/conform): Likewise.
13371         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13372         (test-xfail-POSIX/sched.h/conform): Likewise.
13373         (test-xfail-POSIX/signal.h/conform): Likewise.
13374         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13375         (test-xfail-POSIX/tar.h/conform): Likewise.
13376         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13377         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13378         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13379         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13380         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13381         (test-xfail-UNIX98/sched.h/conform): Likewise.
13382         (test-xfail-UNIX98/signal.h/conform): Likewise.
13383         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13384         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13385         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13386         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13387         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13388         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13389         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13390         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13391         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13392         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13393         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13394         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13395         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13396         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13397         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13398         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13399         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13400         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13401         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13402         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13403         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13404         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13405         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13406         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13407         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13408         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13409         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13410         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13411         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13412         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13413         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13414         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13415         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13416         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13417         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13418         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13419         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13420         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13421         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13422         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13423         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13424         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13425         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13426         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13427         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13428         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13429         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13430         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13431         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13432         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13433         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13434         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13435         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13436         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13437         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13438         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13439         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13440         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13441         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13442         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13443         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13444         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13445         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13446         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13447         (conformtest-cc-flags): Likewise.
13448         ($(conformtest-header-tests): New target.
13449         * conform/check-header-lists.sh: New file.
13450         * conform/run-conformtest.sh: Remove.
13451
13452         * conform/conformtest.pl: Allow ' and \ in values given for
13453         constants.
13454         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13455         inclusion.
13456         [POSIX] (sys/types.h): Likewise.
13457         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13458         inclusion.
13459         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13460         inclusion.
13461         * conform/data/signal.h-data (SIGIO): Remove expectation.
13462         [XPG3] (SIGBUS): Do not expect.
13463         [POSIX || XPG3] (SIGPOLL): Likewise.
13464         [POSIX || XPG3] (SIGPROF): Likewise.
13465         [POSIX || XPG3] (SIGSYS): Likewise.
13466         [XPG3] (SIGTRAP): Likewise.
13467         [POSIX || XPG3] (SIGURG): Likewise.
13468         [POSIX || XPG3] (SIGVTALRM): Likewise.
13469         [POSIX || XPG3] (SIGXCPU): Likewise.
13470         [POSIX || XPG3] (SIGXFSZ): Likewise.
13471         [POSIX] (SA_SIGINFO): Expect.
13472         [XPG3] (siginfo_t): Do not expect type or contents.
13473         [POSIX] (si_pid): Do not expect element.
13474         [POSIX] (si_uid): Likewise.
13475         [POSIX] (si_addr): Likewise.
13476         [POSIX] (si_status): Likewise.
13477         [POSIX] (si_band): Likewise.
13478         [XPG4] (si_value): Likewise.
13479         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13480         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13481         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13482         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13483         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13484         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13485         [POSIX || XPG3] (ILL_COPROC): Likewise.
13486         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13487         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13488         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13489         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13490         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13491         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13492         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13493         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13494         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13495         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13496         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13497         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13498         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13499         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13500         [POSIX || XPG3] (CLD_EXITED): Likewise.
13501         [POSIX || XPG3] (CLD_KILLED): Likewise.
13502         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13503         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13504         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13505         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13506         [POSIX || XPG3] (POLL_IN): Likewise.
13507         [POSIX || XPG3] (POLL_OUT): Likewise.
13508         [POSIX || XPG3] (POLL_MSG): Likewise.
13509         [POSIX || XPG3] (POLL_ERR): Likewise.
13510         [POSIX || XPG3] (POLL_PRI): Likewise.
13511         [POSIX || XPG3] (POLL_HUP): Likewise.
13512         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13513         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13514         (SIG*): Do not allow.
13515         [XPG3] (si_*): Likewise.
13516         [XPG3] (SI_*): Likewise.
13517         [XPG3 || XPG4] (sigev_*): Likewise.
13518         [XPG3 || XPG4] (SIGEV_*): Likewise.
13519         [XPG3 || XPG4] (sival_*): Likewise.
13520         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13521         [POSIX || XPG3] (BUS_*): Likewise.
13522         [POSIX || XPG3] (CLD_*): Likewise.
13523         [POSIX || XPG3] (FPE_*): Likewise.
13524         [POSIX || XPG3] (ILL_*): Likewise.
13525         [POSIX || XPG3] (POLL_*): Likewise.
13526         [POSIX || XPG3] (SEGV_*): Likewise.
13527         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13528         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13529         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13530         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13531         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13532         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13533         Specify type and value.
13534         (TVERSLEN): Likewise.
13535         (REGTYPE): Likewise.
13536         (AREGTYPE): Likewise.
13537         (LNKTYPE): Likewise.
13538         (SYMTYPE): Likewise.
13539         (CHRTYPE): Likewise.
13540         (BLKTYPE): Likewise.
13541         (DIRTYPE): Likewise.
13542         (FIFOTYPE): Likewise.
13543         (CONTTYPE): Likewise.
13544         (TSUID): Likewise.
13545         (TSGID): Likewise.
13546         (TSVTX): Likewise.
13547         (TUREAD): Likewise.
13548         (TUWRITE): Likewise.
13549         (TUEXEC): Likewise.
13550         (TGREAD): Likewise.
13551         (TGWRITE): Likewise.
13552         (TGEXEC): Likewise.
13553         (TOREAD): Likewise.
13554         (TOWRITE): Likewise.
13555         (TOEXEC): Likewise.
13556         [POSIX] (TSVTX): Expect constant.
13557
13558 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13559
13560         * Makefile (tests): Change dependencies to ....
13561         (tests-special): ... additions to this variable.
13562         (tests): Depend on $(tests-special).
13563         * Makerules (check-abi-list): New variable.
13564         (check-abi): Depend on $(check-abi-list).
13565         [$(subdir) = elf] (tests-special): Add
13566         $(objpfx)check-abi-libc.out.
13567         [$(build-shared) = yes && subdir] (tests-special): Add
13568         $(check-abi-list).
13569         [$(build-shared) = yes && subdir] (tests): Do not depend on
13570         check-abi.
13571         * Rules (tests): Depend on $(tests-special).
13572         (xtests): Depend on $(xtests-special).
13573         * catgets/Makefile (tests): Change dependencies to ....
13574         (tests-special): ... additions to this variable.
13575         * conform/Makefile (tests): Change dependencies to ....
13576         (tests-special): ... additions to this variable.
13577         * elf/Makefile (tests): Change dependencies to ....
13578         (tests-special): ... additions to this variable.
13579         * grp/Makefile (tests): Change dependencies to ....
13580         (tests-special): ... additions to this variable.
13581         * iconv/Makefile (xtests): Change dependencies to ....
13582         (xtests-special): ... additions to this variable.
13583         * iconvdata/Makefile (tests): Change dependencies to ....
13584         (tests-special): ... additions to this variable.
13585         * intl/Makefile (tests): Change dependencies to ....
13586         (tests-special): ... additions to this variable.  Also add
13587         $(objpfx)tst-gettext.out.
13588         * io/Makefile (tests): Change dependencies to ....
13589         (tests-special): ... additions to this variable.
13590         * libio/Makefile (tests): Change dependencies to ....
13591         (tests-special): ... additions to this variable.
13592         * malloc/Makefile (tests): Change dependencies to ....
13593         (tests-special): ... additions to this variable.
13594         * misc/Makefile (tests): Change dependencies to ....
13595         (tests-special): ... additions to this variable.
13596         * nptl/Makefile (tests): Change dependencies to ....
13597         (tests-special): ... additions to this variable.
13598         * nptl_db/Makefile (tests): Change dependencies to ....
13599         (tests-special): ... additions to this variable.
13600         * posix/Makefile (tests): Change dependencies to ....
13601         (tests-special): ... additions to this variable.
13602         (xtests): Change dependencies to ....
13603         (xtests-special): ... additions to this variable.
13604         * resolv/Makefile (tests): Change dependencies to ....
13605         (tests-special): ... additions to this variable.
13606         (xtests): Change dependencies to ....
13607         (xtests-special): ... additions to this variable.
13608         * stdio-common/Makefile (tests): Change dependencies to ....
13609         (tests-special): ... additions to this variable.
13610         (do-tst-unbputc): Remove target.
13611         (do-tst-printf): Likewise.
13612         * stdlib/Makefile (tests): Change dependencies to ....
13613         (tests-special): ... additions to this variable.
13614         * string/Makefile (tests): Change dependencies to ....
13615         (tests-special): ... additions to this variable.
13616         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13617         (tests-special): ... additions to this variable.
13618
13619         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13620         whole file.
13621         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13622         whole file.
13623         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13624         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13625
13626         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13627         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13628         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13629         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13630         * conform/data/libgen.h-data [XPG3]: Likewise.
13631         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13632         * conform/data/ndbm.h-data [XPG3]: Likewise.
13633         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13634         * conform/data/netdb.h-data [XPG3]: Likewise.
13635         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13636         * conform/data/poll.h-data [XPG3]: Likewise.
13637         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13638         * conform/data/strings.h-data [XPG3]: Likewise.
13639         * conform/data/stropts.h-data [XPG3]: Likewise.
13640         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13641         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13642         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13643         Likewise.
13644         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13645         * conform/data/sys/time.h-data [XPG3]: Likewise.
13646         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13647         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13648         * conform/data/sys/un.h-data [XPG3]: Likewise.
13649         * conform/data/syslog.h-data [XPG3]: Likewise.
13650         * conform/data/ucontext.h-data [XPG3]: Likewise.
13651         * conform/data/utmpx.h-data [XPG3]: Likewise.
13652         * conform/data/varargs.h-data [UNIX98]: Enable file.
13653
13654         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13655
13656         * math/libm-test.inc (struct test_f_f_data): Move expected results
13657         into structure for each rounding mode.
13658         (struct test_ff_f_data): Likewise.
13659         (struct test_ff_f_data_nexttoward): Likewise.
13660         (struct test_fi_f_data): Likewise.
13661         (struct test_fl_f_data): Likewise.
13662         (struct test_if_f_data): Likewise.
13663         (struct test_fff_f_data): Likewise.
13664         (struct test_c_f_data): Likewise.
13665         (struct test_f_f1_data): Likewise.
13666         (struct test_fF_f1_data): Likewise.
13667         (struct test_ffI_f1_data): Likewise.
13668         (struct test_c_c_data): Likewise.
13669         (struct test_cc_c_data): Likewise.
13670         (struct test_f_i_data): Likewise.
13671         (struct test_ff_i_data): Likewise.
13672         (struct test_f_l_data): Likewise.
13673         (struct test_f_L_data): Likewise.
13674         (struct test_fFF_11_data): Likewise.
13675         (RM_): New macro.
13676         (RM_FE_DOWNWARD): Likewise.
13677         (RM_FE_TONEAREST): Likewise.
13678         (RM_FE_TOWARDZERO): Likewise.
13679         (RM_FE_UPWARD): Likewise.
13680         (RUN_TEST_LOOP_f_f): Update references to expected results.
13681         (RUN_TEST_LOOP_2_f): Likewise.
13682         (RUN_TEST_LOOP_fff_f): Likewise.
13683         (RUN_TEST_LOOP_c_f): Likewise.
13684         (RUN_TEST_LOOP_f_f1): Likewise.
13685         (RUN_TEST_LOOP_fF_f1): Likewise.
13686         (RUN_TEST_LOOP_fI_f1): Likewise.
13687         (RUN_TEST_LOOP_ffI_f1): Likewise.
13688         (RUN_TEST_LOOP_c_c): Likewise.
13689         (RUN_TEST_LOOP_cc_c): Likewise.
13690         (RUN_TEST_LOOP_f_i): Likewise.
13691         (RUN_TEST_LOOP_f_i_tg): Likewise.
13692         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13693         (RUN_TEST_LOOP_f_b): Likewise.
13694         (RUN_TEST_LOOP_f_b_tg): Likewise.
13695         (RUN_TEST_LOOP_f_l): Likewise.
13696         (RUN_TEST_LOOP_f_L): Likewise.
13697         (RUN_TEST_LOOP_fFF_11): Likewise.
13698         * math/gen-libm-test.pl (parse_args): Output four copies of
13699         expected results for each test.
13700
13701         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13702         (__ASSUME_UTIMES): Remove.
13703         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13704         (__ASSUME_UTIMES): Likewise.
13705
13706         * math/gen-auto-libm-tests.c: Update comment on output format.
13707         (output_for_one_input_case): Generate before-rounding and
13708         after-rounding information as conditions on output flags not
13709         floating-point format.
13710         * math/auto-libm-test-out: Regenerated.
13711         * math/gen-libm-test.pl (cond_value): New function.
13712         (or_cond_value): Use cond_value.
13713         (generate_testfile): Handle conditional exceptions.
13714
13715 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13716
13717         * math/libm-test.inc (max_valid_error): New variable.
13718         (init_max_error): Take new argument specifying whether function
13719         results are exactly determined.  Set max_valid_error and bound
13720         other variables for errors based on this argument.
13721         (set_max_error): Do not record results above max_valid_error.
13722         (check_float_internal): Only accept errors of up to 0.5ulps if
13723         also at most max_valid_error.
13724         (START): Take new argument EXACT and pass it to init_max_error.
13725         (acos_test): Update call to START.
13726         (acos_test_tonearest): Likewise.
13727         (acos_test_towardzero): Likewise.
13728         (acos_test_downward): Likewise.
13729         (acos_test_upward): Likewise.
13730         (acosh_test): Likewise.
13731         (asin_test): Likewise.
13732         (asin_test_tonearest): Likewise.
13733         (asin_test_towardzero): Likewise.
13734         (asin_test_downward): Likewise.
13735         (asin_test_upward): Likewise.
13736         (asinh_test): Likewise.
13737         (atan_test): Likewise.
13738         (atanh_test): Likewise.
13739         (atan2_test): Likewise.
13740         (cabs_test): Likewise.
13741         (cacos_test): Likewise.
13742         (cacosh_test): Likewise.
13743         (carg_test): Likewise.
13744         (casin_test): Likewise.
13745         (casinh_test): Likewise.
13746         (catan_test): Likewise.
13747         (catanh_test): Likewise.
13748         (cbrt_test): Likewise.
13749         (ccos_test): Likewise.
13750         (ccosh_test): Likewise.
13751         (ceil_test): Likewise.
13752         (cexp_test): Likewise.
13753         (cimag_test): Likewise.
13754         (clog_test): Likewise.
13755         (clog10_test): Likewise.
13756         (conj_test): Likewise.
13757         (copysign_test): Likewise.
13758         (cos_test): Likewise.
13759         (cos_test_tonearest): Likewise.
13760         (cos_test_towardzero): Likewise.
13761         (cos_test_downward): Likewise.
13762         (cos_test_upward): Likewise.
13763         (cosh_test): Likewise.
13764         (cosh_test_tonearest): Likewise.
13765         (cosh_test_towardzero): Likewise.
13766         (cosh_test_downward): Likewise.
13767         (cosh_test_upward): Likewise.
13768         (cpow_test): Likewise.
13769         (cproj_test): Likewise.
13770         (creal_test): Likewise.
13771         (csin_test): Likewise.
13772         (csinh_test): Likewise.
13773         (csqrt_test): Likewise.
13774         (ctan_test): Likewise.
13775         (ctan_test_tonearest): Likewise.
13776         (ctan_test_towardzero): Likewise.
13777         (ctan_test_downward): Likewise.
13778         (ctan_test_upward): Likewise.
13779         (ctanh_test): Likewise.
13780         (ctanh_test_tonearest): Likewise.
13781         (ctanh_test_towardzero): Likewise.
13782         (ctanh_test_downward): Likewise.
13783         (ctanh_test_upward): Likewise.
13784         (erf_test): Likewise.
13785         (erfc_test): Likewise.
13786         (exp_test): Likewise.
13787         (exp_test_tonearest): Likewise.
13788         (exp_test_towardzero): Likewise.
13789         (exp_test_downward): Likewise.
13790         (exp_test_upward): Likewise.
13791         (exp10_test): Likewise.
13792         (exp10_test_tonearest): Likewise.
13793         (exp10_test_towardzero): Likewise.
13794         (exp10_test_downward): Likewise.
13795         (exp10_test_upward): Likewise.
13796         (pow10_test): Likewise.
13797         (exp2_test): Likewise.
13798         (expm1_test): Likewise.
13799         (expm1_test_tonearest): Likewise.
13800         (expm1_test_towardzero): Likewise.
13801         (expm1_test_downward): Likewise.
13802         (expm1_test_upward): Likewise.
13803         (fabs_test): Likewise.
13804         (fdim_test): Likewise.
13805         (floor_test): Likewise.
13806         (fma_test): Likewise.
13807         (fma_test_towardzero): Likewise.
13808         (fma_test_downward): Likewise.
13809         (fma_test_upward): Likewise.
13810         (fmax_test): Likewise.
13811         (fmin_test): Likewise.
13812         (fmod_test): Likewise.
13813         (fpclassify_test): Likewise.
13814         (frexp_test): Likewise.
13815         (hypot_test): Likewise.
13816         (ilogb_test): Likewise.
13817         (isfinite_test): Likewise.
13818         (finite_test): Likewise.
13819         (isgreater_test): Likewise.
13820         (isgreaterequal_test): Likewise.
13821         (isinf_test): Likewise.
13822         (isless_test): Likewise.
13823         (islessequal_test): Likewise.
13824         (islessgreater_test): Likewise.
13825         (isnan_test): Likewise.
13826         (isnormal_test): Likewise.
13827         (issignaling_test): Likewise.
13828         (isunordered_test): Likewise.
13829         (j0_test): Likewise.
13830         (j1_test): Likewise.
13831         (jn_test): Likewise.
13832         (ldexp_test): Likewise.
13833         (lgamma_test): Likewise.
13834         (gamma_test): Likewise.
13835         (lrint_test): Likewise.
13836         (lrint_test_tonearest): Likewise.
13837         (lrint_test_towardzero): Likewise.
13838         (lrint_test_downward): Likewise.
13839         (lrint_test_upward): Likewise.
13840         (llrint_test): Likewise.
13841         (llrint_test_tonearest): Likewise.
13842         (llrint_test_towardzero): Likewise.
13843         (llrint_test_downward): Likewise.
13844         (llrint_test_upward): Likewise.
13845         (log_test): Likewise.
13846         (log10_test): Likewise.
13847         (log1p_test): Likewise.
13848         (log2_test): Likewise.
13849         (logb_test): Likewise.
13850         (logb_test_downward): Likewise.
13851         (lround_test): Likewise.
13852         (llround_test): Likewise.
13853         (modf_test): Likewise.
13854         (nearbyint_test): Likewise.
13855         (nextafter_test): Likewise.
13856         (nexttoward_test): Likewise.
13857         (pow_test): Likewise.
13858         (pow_test_tonearest): Likewise.
13859         (pow_test_towardzero): Likewise.
13860         (pow_test_downward): Likewise.
13861         (pow_test_upward): Likewise.
13862         (remainder_test): Likewise.
13863         (drem_test): Likewise.
13864         (remainder_test_tonearest): Likewise.
13865         (drem_test_tonearest): Likewise.
13866         (remainder_test_towardzero): Likewise.
13867         (drem_test_towardzero): Likewise.
13868         (remainder_test_downward): Likewise.
13869         (drem_test_downward): Likewise.
13870         (remainder_test_upward): Likewise.
13871         (drem_test_upward): Likewise.
13872         (remquo_test): Likewise.
13873         (rint_test): Likewise.
13874         (rint_test_tonearest): Likewise.
13875         (rint_test_towardzero): Likewise.
13876         (rint_test_downward): Likewise.
13877         (rint_test_upward): Likewise.
13878         (round_test): Likewise.
13879         (scalb_test): Likewise.
13880         (scalbn_test): Likewise.
13881         (scalbln_test): Likewise.
13882         (signbit_test): Likewise.
13883         (sin_test): Likewise.
13884         (sin_test_tonearest): Likewise.
13885         (sin_test_towardzero): Likewise.
13886         (sin_test_downward): Likewise.
13887         (sin_test_upward): Likewise.
13888         (sincos_test): Likewise.
13889         (sinh_test): Likewise.
13890         (sinh_test_tonearest): Likewise.
13891         (sinh_test_towardzero): Likewise.
13892         (sinh_test_downward): Likewise.
13893         (sinh_test_upward): Likewise.
13894         (sqrt_test): Likewise.
13895         (sqrt_test_tonearest): Likewise.
13896         (sqrt_test_towardzero): Likewise.
13897         (sqrt_test_downward): Likewise.
13898         (sqrt_test_upward): Likewise.
13899         (tan_test): Likewise.
13900         (tan_test_tonearest): Likewise.
13901         (tan_test_towardzero): Likewise.
13902         (tan_test_downward): Likewise.
13903         (tan_test_upward): Likewise.
13904         (tanh_test): Likewise.
13905         (tgamma_test): Likewise.
13906         (trunc_test): Likewise.
13907         (y0_test): Likewise.
13908         (y1_test): Likewise.
13909         (yn_test): Likewise.
13910         (significand_test): Likewise.
13911
13912         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13913         individual tests in comment.
13914         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13915         (prev_max_error): New variable.
13916         (prev_real_max_error): Likewise.
13917         (prev_imag_max_error): Likewise.
13918         (compare_ulp_data): Don't refer to test names in comment.
13919         (find_test_ulps): Remove function.
13920         (find_function_ulps): Likewise.
13921         (find_complex_function_ulps): Likewise.
13922         (init_max_error): Take function name as argument.  Look up ulps
13923         for that function.
13924         (print_ulps): Remove function.
13925         (print_max_error): Use prev_max_error instead of calling
13926         find_function_ulps.
13927         (print_complex_max_error): Use prev_real_max_error and
13928         prev_imag_max_error instead of calling find_complex_function_ulps.
13929         (check_float_internal): Take max_ulp parameter instead of calling
13930         find_test_ulps.  Don't call print_ulps.
13931         (check_float): Update call to check_float_internal.
13932         (check_complex): Update calls to check_float_internal.
13933         (START): Pass argument to init_max_error.
13934         * math/gen-libm-test.pl (%results): Don't include "kind"
13935         information.
13936         (parse_ulps): Don't handle ulps of individual tests.
13937         (print_ulps_file): Likewise.
13938         (output_ulps): Likewise.
13939         * math/README.libm-test: Update.
13940         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13941         individual tests.
13942         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13943         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13944         * sysdeps/arm/libm-test-ulps: Likewise.
13945         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13946         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13947         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13948         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13949         * sysdeps/microblaze/libm-test-ulps: Likewise.
13950         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13951         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13952         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13953         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13954         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13955         * sysdeps/sh/libm-test-ulps: Likewise.
13956         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13957         * sysdeps/tile/libm-test-ulps: Likewise.
13958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13959
13960 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13961
13962         * math/libm-test.inc (print_complex_max_error): Check separately
13963         whether real and imaginary errors are within allowed range and
13964         pass 0 to print_complex_function_ulps instead of value within
13965         allowed range.
13966
13967 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13968
13969         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13970         formatting.
13971         (get_handles_fopen): Likewise.
13972         (do_write_test): Likewise.
13973
13974         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13975
13976         * libio/fileops.c (do_ftell): Use cached offset when
13977         available.
13978         * libio/iofwide.c (do_ftell_wide): Likewise.
13979         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13980         _IO_file_attach.
13981         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13982
13983         [BZ #16532]
13984         * libio/libioP.h (get_file_offset): New function.
13985         * libio/fileops.c (get_file_offset): Likewise.
13986         (do_ftell): Likewise.
13987         (_IO_new_file_seekoff): Split out ftell logic.
13988         * libio/wfileops.c (do_ftell_wide): Likewise.
13989         (_IO_wfile_seekoff): Split out ftell logic.
13990         * libio/tst-ftell-active-handler.c: New test case.
13991         * libio/Makefile (tests): Add it.
13992
13993 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13994
13995         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13996         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13997
13998 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13999
14000         [BZ #16639]
14001         * nscd/connections.c (nscd_init): Call do_exit.
14002         (start_threads): Call do_exit and notify_parent.
14003         (begin_drop_privileges): Call do_exit.
14004         (finish_drop_privileges): Likewise.
14005         * nscd/selinux.c (preserve_capabilities): Likewise.
14006         (install_real_capabilities): Likewise.
14007         (nscd_selinux_enabled): Likewise.
14008         (avc_create_thread): Likewise.
14009         (avc_alloc_lock): Likewise.
14010         (nscd_avc_init): Likewise.
14011         * nscd/nscd.c (parent_fd): New static variable.
14012         (main): Create a pipe between parent and child processes.
14013         Skip closing parent_fd.
14014         (monitor_child): New function.
14015         (do_exit): Likewise.
14016         (notify_parent): Likewise.
14017         * nscd/nscd.h (notify_parent): Likewise.
14018         (do_exit): Likewise.
14019
14020 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14021
14022         * malloc/malloc.c (__libc_calloc): Revert last change.
14023
14024 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14025
14026         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14027
14028 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14029
14030         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14031         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14032         implementation.
14033         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14034         (__libc_ifunc_impl_list): Likewise.
14035         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14036         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14037         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14038         * string/strrchr.c: Define STRRCHR.
14039
14040 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14041
14042         * benchtest/bench-strtok.c (simple_strtok): Delete.
14043         (strtok_string): Use as benchmark.
14044         * string/strtok (STRTOK): New macro.
14045
14046 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14047
14048         * manual/threads.texi: Add header and standard comments to all
14049         functions.
14050
14051         * elf/dl-lookup.c (check_match): New function.
14052         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14053         (do_lookup_x): Remove nested function check_match. Use non-nested
14054         function check_match.
14055
14056 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14057
14058         * csu/Makefile (generated, before-compile): Use += rather than =.
14059         * catgets/Makefile (generated, generated-dirs): Likewise.
14060         * debug/Makefile (generated): Likewise.
14061         * dlfcn/Makefile (generated): Likewise.
14062         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14063         * iconvdata/Makefile (before-compile, generated): Likewise.
14064         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14065         * libio/Makefile (generated): Likewise.
14066         * malloc/Makefile (generated): Likewise.
14067         * manual/Makefile (generated, generated-dirs): Likewise.
14068         * misc/Makefile (generated): Likewise.
14069         * posix/Makefile (generated): Likewise.
14070         * resolv/Makefile (generated): Likewise.
14071         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14072         * timezone/Makefile (generated, generated-dirs): Likewise.
14073
14074         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14075
14076 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14077
14078         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14079         power8 implementation.
14080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14081         file: POWER8 llround ifunc implementation.
14082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14083         (__lllround): Add POWER8 implementation.
14084         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14085         POWER8 llround implementation.
14086
14087         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14088         power8 implementation.
14089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14090         file: POWER8 llrint ifunc implementation.
14091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14092         Add POWER8 implementation.
14093         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14094         POWER8 llrint implementation.
14095
14096         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14097         power8 implementation.
14098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14099         file: POWER8 finite ifunc implementation.
14100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14101         Add POWER8 implementation.
14102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14103         Likewise.
14104         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14105         POWER8 finite implementation.
14106         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14107
14108         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14109         power8 implementation.
14110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14111         file: POWER8 isinf ifunc implementation.
14112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14113         POWER8 implementation.
14114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14115         Likewise.
14116         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14117         isinf implementation.
14118         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14119
14120         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14121         (INIT_ARCH): Add hwcap2 initialization.
14122         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14123         power8 implementation.
14124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14125         file: POWER8 isnan ifunc implementation.
14126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14127         POWER8 implementation.
14128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14129         Likewise.
14130         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14131         isnan implementation.
14132         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14133
14134 2014-02-27  Joey Ye  <joey.ye@arm.com>
14135
14136         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14137         (_FP_NANFRAC_Q): Set to zero.
14138
14139 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14140
14141         [BZ #16623]
14142         * math/auto-libm-test-in: New test inputs.
14143         * math/auto-libm-test-out: Regenerate.
14144         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14145         and DA.
14146         (__cos): Likewise.
14147         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14148
14149 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14150
14151         * scripts/evaluate-test.sh: Take new argument indicating whether
14152         failure is expected.
14153         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14154         indicating whether failure is expected.
14155         * conform/Makefile (test-xfail-run-conformtest): New variable.
14156         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14157         level.
14158         * posix/Makefile (test-xfail-annexc): New variable.
14159         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14160
14161 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14162
14163         * argp/Makefile: Include Makeconfig immediately after defining
14164         subdir.
14165         * assert/Makefile: Likewise.
14166         * benchtests/Makefile: Likewise.
14167         * catgets/Makefile: Likewise.
14168         * conform/Makefile: Likewise.
14169         * crypt/Makefile: Likewise.
14170         * csu/Makefile: Likewise.
14171         (all): Remove target.
14172         * ctype/Makefile: Include Makeconfig immediately after defining
14173         subdir.
14174         * debug/Makefile: Likewise.
14175         * dirent/Makefile: Likewise.
14176         * dlfcn/Makefile: Likewise.
14177         * gmon/Makefile: Likewise.
14178         * gnulib/Makefile: Likewise.
14179         * grp/Makefile: Likewise.
14180         * gshadow/Makefile: Likewise.
14181         * hesiod/Makefile: Likewise.
14182         * hurd/Makefile: Likewise.
14183         (all): Remove target.
14184         * iconvdata/Makefile: Include Makeconfig immediately after
14185         defining subdir.
14186         * inet/Makefile: Likewise.
14187         * intl/Makefile: Likewise.
14188         * io/Makefile: Likewise.
14189         * libio/Makefile: Likewise.
14190         (all): Remove target.
14191         * locale/Makefile: Include Makeconfig immediately after defining
14192         subdir.
14193         * login/Makefile: Likewise.
14194         * mach/Makefile: Likewise.
14195         (all): Remove target.
14196         * malloc/Makefile: Include Makeconfig immediately after defining
14197         subdir.
14198         (all): Remove target.
14199         * manual/Makefile: Include Makeconfig immediately after defining
14200         subdir.
14201         * math/Makefile: Likewise.
14202         * misc/Makefile: Likewise.
14203         * nis/Makefile: Likewise.
14204         * nss/Makefile: Likewise.
14205         * po/Makefile: Likewise.
14206         (all): Remove target.
14207         * posix/Makefile: Include Makeconfig immediately after defining
14208         subdir.
14209         * pwd/Makefile: Likewise.
14210         * resolv/Makefile: Likewise.
14211         * resource/Makefile: Likewise.
14212         * rt/Makefile: Likewise.
14213         * setjmp/Makefile: Likewise.
14214         * shadow/Makefile: Likewise.
14215         * signal/Makefile: Likewise.
14216         * socket/Makefile: Likewise.
14217         * soft-fp/Makefile: Likewise.
14218         * stdio-common/Makefile: Likewise.
14219         * stdlib/Makefile: Likewise.
14220         * streams/Makefile: Likewise.
14221         * string/Makefile: Likewise.
14222         * sunrpc/Makefile: Likewise.
14223         (all): Remove target.
14224         * sysvipc/Makefile: Include Makeconfig immediately after defining
14225         subdir.
14226         * termios/Makefile: Likewise.
14227         * time/Makefile: Likewise.
14228         * timezone/Makefile: Likewise.
14229         (all): Remove target.
14230         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14231         subdir.
14232         * wctype/Makefile: Likewise.
14233
14234 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14235
14236         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14237         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14238         (libc_feholdexcept_setround_mips): Ditto.
14239         (libc_feholdsetround): New.
14240         (libc_feholdsetroundf): New.
14241         (libc_feholdsetroundl): New.
14242         (libc_feupdateenv_test_mips): New.
14243         (libc_feupdateenv_test): New.
14244         (libc_feupdateenv_testf): New.
14245         (libc_feupdateenv_testl): New.
14246         (libc_feresetround): New.
14247         (libc_feresetroundf): New.
14248         (libc_feresetroundl): New.
14249         (libc_fetestexcept_mips): New.
14250         (libc_fetestexcept): New.
14251         (libc_fetestexceptf): New.
14252         (libc_fetestexceptl): New.
14253         (HAVE_RM_CTX): New.
14254         (libc_feholdexcept_setround_mips_ctx): New.
14255         (libc_feholdexcept_setround_ctx): New.
14256         (libc_feholdexcept_setroundf_ctx): New.
14257         (libc_feholdexcept_setroundl_ctx): New.
14258         (libc_fesetenv_mips_ctx): New.
14259         (libc_fesetenv_ctx): New.
14260         (libc_fesetenv_ctxf): New.
14261         (libc_fesetenv_ctxl): New.
14262         (libc_feupdateenv_mips_ctx): New.
14263         (libc_feupdateenv_ctx): New.
14264         (libc_feupdateenvf_ctx): New.
14265         (libc_feupdateenvl_ctx): New.
14266         (libc_feholdsetround_mips_ctx): New.
14267         (libc_feholdsetround_ctx): New.
14268         (libc_feholdsetroundf_ctx): New.
14269         (libc_feholdsetroundl_ctx): New.
14270         (libc_feresetround_mips_ctx): New.
14271         (libc_feresetround_ctx): New.
14272         (libc_feresetroundf_ctx): New.
14273         (libc_feresetroundl_ctx): New.
14274
14275 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14276
14277         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14278
14279         * manual/ipc.texi: New file.
14280         * manual/Makefile (chapters): Add ipc.
14281         * manual/job.texi: Add "Inter-Process Communication" to next.
14282         * manual/process.texi: Add "Inter-Process Communication" to prev.
14283
14284 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14285
14286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14287
14288 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14289
14290         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14291
14292         * manual/arith.texi: Fix spaces after sentences.
14293         * manual/charset.texi: Likewise.
14294         * manual/errno.texi: Likewise.
14295         * manual/install.texi: Likewise.
14296         * manual/llio.texi: Likewise.
14297         * manual/locale.texi: Likewise.
14298         * manual/maint.texi: Likewise.
14299         * manual/math.texi: Likewise.
14300         * manual/memory.texi: Likewise.
14301         * manual/message.texi: Likewise.
14302         * manual/probes.texi: Likewise.
14303         * manual/resource.texi: Likewise.
14304         * manual/signal.texi: Likewise.
14305         * manual/socket.texi: Likewise.
14306         * manual/stdio.texi: Likewise.
14307         * manual/string.texi: Likewise.
14308         * manual/time.texi: Likewise.
14309         * manual/users.texi: Likewise.
14310
14311 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14312
14313         [BZ #16632]
14314         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14315         _DEFAULT_SOURCE is defined.
14316
14317 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14318             Carlos O'Donell  <carlos@redhat.com>
14319
14320         [BZ #16613]
14321         * elf/dl-tls.c (_dl_count_modids): New function.
14322         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14323         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14324         audit library and increment generation counter.
14325         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14326         * elf/tst-audit9.c: New file.
14327         * elf/tst-auditmod9a.c: New file.
14328         * elf/tst-auditmod9b.c: New file.
14329         * elf/Makefile: Add rules to build and run tst-audit9.
14330
14331 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14332
14333         [BZ #15347]
14334         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14335
14336 2014-02-25  Will Newton  <will.newton@linaro.org>
14337
14338         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14339         (__longjmp): Restore sp and lr before restoring callee
14340         saved registers.  Add longjmp and longjmp_target
14341         SystemTap probe point.
14342         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14343         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14344         Define to zero to match jmpbuf layout.
14345         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14346         (__sigsetjmp): Save sp and lr before saving callee
14347         saved registers.  Add setjmp SystemTap probe point.
14348
14349 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14350
14351         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14352
14353 2014-02-24  Andreas Schwab  <schwab@suse.de>
14354
14355         [BZ #15804]
14356         * elf/pldd.c (wait_for_ptrace_stop): New function.
14357         (main): Call it after attaching.
14358
14359 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14360
14361         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14362         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14363         Versions files is now verboten.
14364         * hurd/Versions (libc: GLIBC_2.0):
14365         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14366         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14367         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14368         * mach/Versions: Likewise.
14369
14370         * csu/Versions: Remove unused %include.
14371         * resolv/Versions: Likewise.
14372
14373 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14374
14375         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14376         ($(objpfx)check-local-headers.out): Likewise.
14377         ($(objpfx)begin-end-check.out): Likewise.
14378         * Makerules (check-abi-%.out): Likewise.
14379         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14380         ($(objpfx)test2.cat): Likewise.
14381         ($(objpfx)de/libc.cat): Likewise.
14382         ($(objpfx)test-gencat.out): Likewise.
14383         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14384         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14385         ($(objpfx)noload-mem): Likewise.
14386         ($(objpfx)tst-pathopt.out): Likewise.
14387         ($(objpfx)tst-rtld-load-self.out): Likewise.
14388         ($(objpfx)tst-array1-cmp.out): Likewise.
14389         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14390         ($(objpfx)tst-array2-cmp.out): Likewise.
14391         ($(objpfx)tst-array3-cmp.out): Likewise.
14392         ($(objpfx)tst-array4-cmp.out): Likewise.
14393         ($(objpfx)tst-array5-cmp.out): Likewise.
14394         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14395         ($(objpfx)check-textrel.out): Likewise.
14396         ($(objpfx)check-execstack.out): Likewise.
14397         ($(objpfx)check-localplt.out): Likewise.
14398         ($(objpfx)order2-cmp.out): Likewise.
14399         ($(objpfx)tst-leaks1-mem): Likewise.
14400         ($(objpfx)tst-leaks1-static-mem): Likewise.
14401         ($(objpfx)tst-initorder-cmp.out): Likewise.
14402         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14403         ($(objpfx)tst-unused-dep.out): Likewise.
14404         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14405         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14406         * iconv/Makefile (test-iconvconfig): Likewise.
14407         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14408         ($(objpfx)iconv-test.out): Likewise.
14409         ($(objpfx)tst-tables.out): Likewise.
14410         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14411         ($(objpfx)tst-gettext.out): Likewise.
14412         ($(objpfx)tst-translit.out): Likewise.
14413         ($(objpfx)tst-gettext2.out): Likewise.
14414         ($(objpfx)tst-gettext4.out): Likewise.
14415         ($(objpfx)tst-gettext6.out): Likewise.
14416         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14417         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14418         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14419         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14420         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14421         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14422         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14423         ($(objpfx)wordexp-tst.out): Likewise.
14424         ($(objpfx)annexc.out): Likewise.
14425         ($(objpfx)tst-fnmatch-mem): Likewise.
14426         ($(objpfx)bug-regex2-mem): Likewise.
14427         ($(objpfx)bug-regex14-mem): Likewise.
14428         ($(objpfx)bug-regex21-mem): Likewise.
14429         ($(objpfx)bug-regex31-mem): Likewise.
14430         ($(objpfx)tst-vfork3-mem): Likewise.
14431         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14432         ($(objpfx)tst-pcre-mem): Likewise.
14433         ($(objpfx)tst-boost-mem): Likewise.
14434         ($(objpfx)tst-getconf.out): Likewise.
14435         ($(objpfx)bug-ga2-mem): Likewise.
14436         ($(objpfx)bug-glob2-mem): Likewise.
14437         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14438         ($(objpfx)mtrace-tst-leaks2): Likewise.
14439         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14440         ($(objpfx)tst-printf.out): Likewise.
14441         ($(objpfx)tst-setvbuf1.out): Likewise.
14442         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14443         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14444         ($(objpfx)tst-fmtmsg.out): Likewise.
14445         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14446         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14447
14448         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14449         * bits/sigaction.h [__USE_MISC]: Likewise.
14450         * bits/waitstatus.h: Update #endif comments.
14451         * ctype/ctype.h: Likewise.
14452         * dirent/dirent.h: Likewise.
14453         [__USE_MISC]: Remove redundant conditionals.
14454         * grp/grp.h: Update #endif comments.
14455         [__USE_GNU]: Remove redundant conditionals.
14456         [__USE_MISC]: Likewise.
14457         * inet/netinet/in.h [__USE_GNU]: Likewise.
14458         * io/sys/stat.h [__USE_MISC]: Likewise.
14459         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14460         * libio/bits/stdio.h: Update #endif comments.
14461         [__USE_MISC]: Remove redundant conditionals.
14462         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14463         * libio/stdio.h: Update #endif comments.
14464         [__USE_MISC]: Remove redundant conditionals.
14465         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14466         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14467         * math/math.h: Update #else and #endif comments.
14468         [__USE_MISC]: Remove redundant conditionals.
14469         * misc/sys/uio.h: Update #endif comments.
14470         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14471         * posix/glob.h [__USE_MISC]: Likewise.
14472         * posix/sys/types.h: Update #endif comments.
14473         [__USE_MISC]: Remove redundant conditionals.
14474         * posix/sys/wait.h: Update #endif comments.
14475         [__USE_MISC]: Remove redundant conditionals.
14476         * posix/unistd.h: Update #endif comments.
14477         [__USE_MISC]: Remove redundant conditionals.
14478         * pwd/pwd.h [__USE_GNU]: Likewise.
14479         [__USE_MISC]: Likewise.
14480         * resolv/netdb.h [__USE_GNU]: Likewise.
14481         * signal/signal.h: Update #endif comments.
14482         [__USE_MISC]: Remove redundant conditionals.
14483         * stdlib/stdlib.h: Update #else and #endif comments.
14484         [__USE_MISC]: Remove redundant conditionals.
14485         [__USE_GNU]: Likewise.
14486         * string/bits/string2.h [__USE_MISC]: Likewise.
14487         * string/string.h: Update #endif comments.
14488         [__USE_MISC]: Remove redundant conditionals.
14489         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14490         Likewise.
14491         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14492         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14493         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14494         Likewise.
14495         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14496         Likewise.
14497         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14498         comments.
14499         [__USE_MISC]: Remove redundant conditionals.
14500         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14501         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14502         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14503         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14504         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14505         Likewise.
14506         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14507         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14508         Likewise.
14509         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14510         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14511         Likewise.
14512         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14513         Likewise.
14514         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14515         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14516         Likewise.
14517         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14518         Likewise.
14519         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14520         * sysdeps/x86/bits/string.h: Update #endif comments.
14521         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14522         conditionals.
14523         * time/sys/time.h: Update #endif comments.
14524         * time/time.h: Likewise.
14525         [__USE_MISC]: Remove redundant conditionals.
14526
14527 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14528
14529         [BZ #16600]
14530         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14531
14532 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14533
14534         * Versions.def (librt): Add GLIBC_2.17.
14535
14536 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14537
14538         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14539         synonym for _SYS_AUXV_H to allow direct inclusion.
14540         * sysdeps/sparc/bits/hwcap.h: Likewise.
14541         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14542         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14543         * sysdeps/sparc/sysdep.h: Likewise.
14544
14545 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14546
14547         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14548
14549 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14550
14551         * benchtests/bench-strrchr.c: Print length instead of position.
14552
14553 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14554
14555         [BZ #16611]
14556         * sysdeps/unix/sysv/linux/kernel-features.h
14557         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14558         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14559         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14560         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14561         Likewise.
14562         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14563         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14564         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14565         (__ASSUME_SENDMMSG): Define instead of using previous
14566         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14567         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14568         (__ASSUME_SENDMMSG_SYSCALL): Define.
14569         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14570         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14571         Likewise.
14572         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14573         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14574         Likewise.
14575         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14576         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14577         Likewise.
14578         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14579         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14580         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14581         [__ASSUME_SENDMMSG]: Change conditionals to
14582         [__ASSUME_SENDMMSG_SOCKETCALL].
14583         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14584         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14585         Define.
14586         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14587         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14588         Likewise.
14589         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14590         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14591         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14592         [!__ASSUME_SENDMMSG]: Change conditional to
14593         [!__ASSUME_SENDMMSG_SOCKETCALL].
14594         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14595         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14596         Define.
14597
14598         [BZ #16610]
14599         * sysdeps/unix/sysv/linux/kernel-features.h
14600         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14601         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14602         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14603         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14604         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14605         [__i386__ || __sparc__]
14606         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14607         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14608         (__ASSUME_RECVMMSG): Define instead of using previous
14609         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14610         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14611         (__ASSUME_RECVMMSG_SYSCALL): Define.
14612         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14613         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14614         Likewise.
14615         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14616         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14617         Likewise.
14618         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14619         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14620         Likewise.
14621         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14622         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14623         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14624         [__ASSUME_RECVMMSG]: Change condition to
14625         [__ASSUME_RECVMMSG_SOCKETCALL].
14626         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14627         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14628         Define.
14629         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14630         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14631         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14632         Likewise.
14633         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14634         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14635         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14636         [!__ASSUME_RECVMMSG]: Change condition to
14637         [!__ASSUME_RECVMMSG_SOCKETCALL].
14638         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14639         (__ASSUME_RECVMMSG_SYSCALL): Define.
14640
14641         [BZ #16609]
14642         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14643         __powerpc__ || __s390__ || __sh__ || __sparc__]
14644         (__ASSUME_SOCKETCALL): Define.
14645         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14646         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14647         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14648         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14649         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14650         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14651         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14652         (__ASSUME_ACCEPT4): Define instead of using previous
14653         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14654         __powerpc__ || __sparc__ || __s390__)] condition.
14655         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14656         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14657         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14658         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14659         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14660         [!__ASSUME_ACCEPT4]: Change condition to
14661         [!__ASSUME_ACCEPT4_SOCKETCALL].
14662         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14663         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14664         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14665         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14666         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14667         __ASSUME_ACCEPT4_SYSCALL.
14668         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14669         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14670         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14671         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14672         __ASSUME_ACCEPT4_SYSCALL.
14673         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14674         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14675         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14676         [__ASSUME_ACCEPT4]: Change condition to
14677         [__ASSUME_ACCEPT4_SOCKETCALL].
14678         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14679         (__ASSUME_SOCKETCALL): Define.
14680         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14681         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14682         (__ASSUME_SOCKETCALL): Define.
14683         (__ASSUME_ACCEPT4): Remove.
14684         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14685         Define.
14686         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14687         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14688         Likewise.
14689         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14690         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14691
14692         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14693         macro.
14694         (HWCAP_ARM_LPAE): Likewise.
14695         (HWCAP_ARM_EVTSTRM): Likewise.
14696         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14697         Add vpfd32, lpae and evtstrm.
14698         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14699         Increase to 22.
14700
14701 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14702
14703         * math/auto-libm-test-in: Add tests of clog10.
14704         * math/auto-libm-test-out: Regenerated.
14705         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14706         * sysdeps/i386/fpu/libm-test-ulps: Update.
14707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14708
14709 2014-02-18  Andreas Schwab  <schwab@suse.de>
14710
14711         [BZ #16574]
14712         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14713         Store non-zero if the second buffer was newly allocated.
14714         (send_dg): Likewise.
14715         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14716         to send_vc and send_dg.
14717         (res_nsend): Pass NULL for ansp2_malloced.
14718         * resolv/res_query.c (__libc_res_nquery): Add parameter
14719         answerp2_malloced and pass it down to __libc_res_nsend.
14720         (res_nquery): Pass additional NULL to __libc_res_nquery.
14721         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14722         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14723         second answer buffer if answerp2_malloced was set.
14724         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14725         (__libc_res_nquerydomain): Add parameter
14726         answerp2_malloced and pass it down to __libc_res_nquery.
14727         (res_nquerydomain): Pass additional NULL to
14728         __libc_res_nquerydomain.
14729         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14730         additional NULL to __libc_res_nsend and __libc_res_nquery.
14731         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14732         additional NULL to __libc_res_nsearch.
14733         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14734         parameter of __libc_res_nsearch to check for separately allocated
14735         second buffer.
14736         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14737         __libc_res_nquery.
14738         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14739         additional NULL to __libc_res_nquery.
14740         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14741         __libc_res_nsearch.
14742         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14743         * include/resolv.h: Update prototypes of __libc_res_nquery,
14744         __libc_res_nsearch, __libc_res_nsend.
14745
14746 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14747
14748         * math/auto-libm-test-in: Add tests of fma.
14749         * math/auto-libm-test-out: Regenerated.
14750         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14751         (fma_towardzero_test_data): Likewise.
14752         (fma_downward_test_data): Likewise.
14753         (fma_upward_test_data): Likewise.
14754         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14755         mpc_mode.
14756         (rounding_modes): Add values for new field.
14757         (func_calc_method): Add value mpfr_fff_f.
14758         (func_calc_desc): Add mpfr_fff_f union field.
14759         (test_function): Add field exact_args.
14760         (FUNC): Add macro argument EXACT_ARGS.
14761         (FUNC_mpfr_f_f): Update call to FUNC.
14762         (FUNC_mpfr_f_f): Likewise.
14763         (FUNC_mpfr_ff_f): Likewise.
14764         (FUNC_mpfr_if_f): Likewise.
14765         (FUNC_mpc_c_f): Likewise.
14766         (FUNC_mpc_c_c): Likewise.
14767         (test_functions): Add fma.  Update calls to FUNC.
14768         (handle_input_arg): Add argument exact_args.
14769         (add_test): Update call to handle_input_arg.
14770         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14771         (output_for_one_input_case): Update call to calc_generic_results.
14772         Recalculate exact zero results in each rounding mode.
14773
14774         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14775         non-negative before setting low bit.
14776         * math/auto-libm-test-in: Mark one asin test possibly having
14777         spurious underflow.
14778         * math/auto-libm-test-out: Regenerated.
14779         * sysdeps/i386/fpu/libm-test-ulps: Update.
14780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14781
14782 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14783
14784         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14785         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14786         ports/sysdeps/unix/sysv/linux/microblaze.
14787         * README: Add missing listing for microblaze*-*-linux-gnu.
14788
14789 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14790
14791         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14792         duplicate code
14793
14794 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14795
14796         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14797         * sysdeps/unix/sysv/linux/ia64: Move directory from
14798         ports/sysdeps/unix/sysv/linux/ia64.
14799         * README: Update listing for ia64-*-linux-gnu.
14800
14801 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14802             Joseph Myers  <joseph@codesourcery.com>
14803
14804         * Makeconfig (test-name): New variable.
14805         (evaluate-test): Likewise.
14806         * Makerules (do-test-clean): Remove .test-result files.
14807         (common-mostlyclean): Likewise.
14808         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14809         * scripts/evaluate-test.sh: New file.
14810
14811 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14812
14813         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14814         separate $(objpfx)tst-fopenloc-cmp.out and
14815         $(objpfx)tst-fopenloc-mem.out targets.
14816         (tests): Update dependencies.
14817         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14818         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14819         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14820         (tst-rxspencer-no-utf8-ARGS): New variable.
14821         (tst-rxspencer-no-utf8-ENV): Likewise.
14822         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14823         instead of $(objpfx)tst-rxspencer-mem.
14824         ($(objpfx)tst-rxspencer-mem): Change target to
14825         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14826         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14827         * posix/tst-rxspencer-no-utf8.c: New file.
14828
14829         * elf/Makefile ($(objpfx)order.out): Remove rule.
14830         [$(run-built-tests) = yes] (tests): Depend on
14831         $(objpfx)order-cmp.out.
14832         ($(objpfx)order-cmp.out): New rule.
14833         [$(run-built-tests) = yes] (tests): Depend on
14834         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14835         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14836         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14837         $(objpfx)tst-array5-static-cmp.out.
14838         ($(objpfx)tst-array1.out): Remove rule.
14839         ($(objpfx)tst-array1-cmp.out): New rule.
14840         ($(objpfx)tst-array1-static.out): Remove rule.
14841         ($(objpfx)tst-array1-static-cmp.out): New rule.
14842         ($(objpfx)tst-array2.out): Remove rule.
14843         ($(objpfx)tst-array2-cmp.out): New rule.
14844         ($(objpfx)tst-array3.out): Remove rule.
14845         ($(objpfx)tst-array3-cmp.out): New rule.
14846         ($(objpfx)tst-array4.out): Remove rule.
14847         ($(objpfx)tst-array4-cmp.out): New rule.
14848         ($(objpfx)tst-array5.out): Remove rule.
14849         ($(objpfx)tst-array5-cmp.out): New rule.
14850         ($(objpfx)tst-array5-static.out): Remove rule.
14851         ($(objpfx)tst-array5-static-cmp.out): New rule.
14852         [$(run-built-tests) = yes] (tests): Depend on
14853         $(objpfx)order2-cmp.out.
14854         ($(objpfx)order2.out): Remove rule.
14855         ($(objpfx)order2-cmp.out): New rule.
14856         ($(objpfx)tst-initorder.out): Remove rule.
14857         [$(run-built-tests) = yes] (tests): Depend on
14858         $(objpfx)tst-initorder-cmp.out.
14859         ($(objpfx)tst-initorder-cmp.out): New rule.
14860         ($(objpfx)tst-initorder2.out): Remove rule.
14861         [$(run-built-tests) = yes] (tests): Depend on
14862         $(objpfx)tst-initorder2-cmp.out.
14863         ($(objpfx)tst-initorder2-cmp.out): New rule.
14864         [$(run-built-tests) = yes] (tests): Depend on
14865         $(objpfx)tst-unused-dep-cmp.out.
14866         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14867         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14868         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14869         on $(objpfx)tst-setvbuf1-cmp.out.
14870         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14871         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14872         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14873         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14874         ($(objpfx)tst-svc.out): Remove rule.
14875         ($(objpfx)tst-svc-cmp.out): New rule.
14876
14877 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14878
14879         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14880         * ctype/ctype.h [__USE_MISC]: Likewise.
14881         * dirent/dirent.h [__USE_MISC]: Likewise.
14882         * grp/grp.h [__USE_MISC]: Likewise.
14883         * io/fcntl.h [__USE_MISC]: Likewise.
14884         * io/sys/stat.h [__USE_MISC]: Likewise.
14885         * libio/stdio.h [__USE_MISC]: Likewise.
14886         * posix/unistd.h [__USE_MISC]: Likewise.
14887         * pwd/pwd.h [__USE_MISC]: Likewise.
14888         * stdlib.h [__USE_MISC]: Likewise.
14889         * string/bits/string2.h [__USE_MISC]: Likewise.
14890         * string/string.h [__USE_MISC]: Likewise.
14891         * time/time.h [__USE_MISC]: Likewise.
14892
14893 2014-02-13  Andreas Schwab  <schwab@suse.de>
14894
14895         [BZ #16574]
14896         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14897         second answer buffer if it was separately allocated.
14898
14899 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14900
14901         * sysdeps/mips/math-tests.h: Include <features.h>.
14902         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14903         (ROUNDING_TESTS_long_double): Do not define.
14904         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14905         (EXCEPTION_TESTS_long_double): Likewise.
14906         * sysdeps/mips/mips64/libm-test-ulps: Update.
14907
14908         * include/features.h (__USE_BSD): Remove macro definitions.
14909         (__USE_SVID): Likewise.
14910         (_BSD_SOURCE): Likewise.
14911         (_SVID_SOURCE): Likewise.
14912         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14913         from definition of _DEFAULT_SOURCE.
14914         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14915         [_DEFAULT_SOURCE].
14916         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14917         * bits/mman.h [__USE_BSD]: Likewise.
14918         * bits/termios.h [__USE_BSD]: Likewise.
14919         * bits/waitstatus.h [__USE_BSD]: Likewise.
14920         * ctype/ctype.h [__USE_SVID]: Likewise.
14921         * dirent/dirent.h [__USE_BSD]: Likewise.
14922         * grp/grp.h [__USE_SVID]: Likewise.
14923         [__USE_BSD]: Likewise.
14924         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14925         * io/fcntl.h [__USE_BSD]: Likewise.
14926         * io/ftw.h [__USE_BSD]: Likewise.
14927         * io/sys/stat.h [__USE_BSD]: Likewise.
14928         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14929         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14930         * libio/stdio.h [__USE_SVID]: Likewise.
14931         [__USE_BSD]: Likewise.
14932         * math/math.h [__USE_SVID]: Likewise.
14933         [__USE_BSD]: Likewise.
14934         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14935         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14936         * misc/search.h [__USE_SVID]: Likewise.
14937         * misc/sys/mman.h [__USE_BSD]: Likewise.
14938         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14939         * misc/sys/uio.h [__USE_BSD]: Likewise.
14940         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14941         * posix/glob.h [__USE_BSD]: Likewise.
14942         * posix/regex.h [__USE_BSD]: Likewise.
14943         * posix/sys/types.h [__USE_BSD]: Likewise.
14944         [__USE_SVID]: Likewise.
14945         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14946         * posix/sys/wait.h [__USE_BSD]: Likewise.
14947         [__USE_SVID]: Likewise.
14948         * posix/unistd.h [__USE_BSD]: Likewise.
14949         [__USE_SVID]: Likewise.
14950         * pwd/pwd.h [__USE_SVID]: Likewise.
14951         * resolv/netdb.h [__USE_BSD]: Likewise.
14952         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14953         * signal/signal.h [__USE_BSD]: Likewise.
14954         [__USE_SVID]: Likewise.
14955         * socket/sys/socket.h [__USE_BSD]: Likewise.
14956         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14957         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14958         [__USE_SVID]: Likewise.
14959         * string/bits/string2.h [__USE_BSD]: Likewise.
14960         [__USE_SVID]: Likewise.
14961         * string/bits/string3.h [__USE_BSD]: Likewise.
14962         * string/endian.h [__USE_BSD]: Likewise.
14963         * string/string.h [__USE_SVID]: Likewise.
14964         [__USE_BSD]: Likewise.
14965         * string/strings.h [__USE_BSD]: Likewise.
14966         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14967         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14968         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14969         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14970         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14971         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14972         Likewise.
14973         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14974         Likewise.
14975         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14976         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14977         Likewise.
14978         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14979         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14980         Likewise.
14981         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14982         Likewise.
14983         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14984         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14985         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14986         Likewise.
14987         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14988         Likewise.
14989         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14990         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14991         * termios/termios.h [__USE_BSD]: Likewise.
14992         * time/sys/time.h [__USE_BSD]: Likewise.
14993         * time/time.h [__USE_BSD]: Likewise.
14994         [__USE_SVID]: Likewise.
14995
14996         * Makefile (subdir_targets): Remove subdir_lint.out.
14997
14998         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14999         (do-tst-printf): Likewise.
15000         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15001         $(objpfx)tst-printf.out.
15002
15003         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15004
15005         * Makerules (check-abi-%): Change target to
15006         $(objpfx)check-abi-%.out.
15007         (check-abi target): Update dependencies.
15008         (check-abi-pattern variable): Redirect output of diff to $@.
15009         (check-abi variable): Likewise.
15010         * elf/Makefile (check-abi): Update dependencies.
15011
15012         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15013         unused.
15014         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15015         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15016         subnormal range.
15017         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15018         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15019         value has largest subnormal exponent.
15020         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15021         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15022         * sysdeps/aarch64/soft-fp/sfp-machine.h
15023         (_FP_TININESS_AFTER_ROUNDING): New macro.
15024         * sysdeps/alpha/soft-fp/sfp-machine.h
15025         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15026         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15027         Likewise.
15028         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15029         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15030         * sysdeps/mips/soft-fp/sfp-machine.h
15031         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15032         * sysdeps/powerpc/soft-fp/sfp-machine.h
15033         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15034         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15035         Likewise.
15036         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15037         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15038         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15039         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15040         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15041         Likewise.
15042
15043 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15044
15045         [BZ #16545]
15046         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15047         model 1.
15048
15049 2014-02-12  Richard Henderson  <rth@redhat.com>
15050
15051         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15052         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15053         * sysdeps/unix/sysv/linux/alpha: Move directory from
15054         ports/sysdeps/unix/sysv/linux/alpha.
15055         * README: Update listing for alpha-*-linux-gnu.
15056
15057 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15058
15059         * include/features.h: Update comment documenting feature test
15060         macros.
15061         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15062         _DEFAULT_SOURCE.
15063         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15064         (_SVID_SOURCE): Likewise.
15065         (_DEFAULT_SOURCE): Update description of default features.
15066         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15067         with _GNU_SOURCE.
15068         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15069         (S_ISVTX): Likewise.
15070         * manual/math.texi (Mathematical Constants): Likewise.
15071         * manual/signal.texi (Interrupted Primitives): Likewise.
15072         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15073         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15074         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15075         Don't refer to _SVID_SOURCE in warning text.
15076
15077         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15078
15079         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15080         already defined.
15081         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15082         * sysdeps/mips/dl-lookup.c: Remove.
15083         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15084
15085 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15086
15087         [BZ #16447]
15088         * math/auto-libm-test-in: Add testcase for expl.
15089         * math/auto-libm-test-out: Regenerate.
15090         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15091         calculation of unsafe.
15092         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15093
15094 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15095
15096         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15097         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15098         ports/sysdeps/unix/sysv/linux/aarch64.
15099         * README: Update listing for aarch64*-*-linux-gnu.
15100
15101 2014-02-11  Will Newton  <will.newton@linaro.org>
15102
15103         * manual/probes.texi (Mathematical Function Probes): Use
15104         "triggered" instead of "hit".
15105
15106         * manual/probes.texi (Internal Probes): Add documentation
15107         of setjmp, longjmp and longjmp_target probes.
15108
15109         * include/stap-probe.h: Add comment about probe argument
15110         format.
15111
15112         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15113         definition.  (tr_where, tr_freehook, tr_mallochook,
15114         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15115
15116 2014-02-11  David S. Miller  <davem@davemloft.net>
15117
15118         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15119         processing int_tests.
15120
15121 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15122
15123         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15124         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15125         * sysdeps/unix/sysv/linux/mips: Move directory from
15126         ports/sysdeps/unix/sysv/linux/mips.
15127         * README: Update listing for mips-*-linux-gnu and
15128         mips64-*-linux-gnu.
15129
15130 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15131
15132         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15133         * sysdeps/unix/sysv/linux/m68k: Move directory from
15134         ports/sysdeps/unix/sysv/linux/m68k.
15135         * README: Update listing for m68k-*-linux-gnu.
15136
15137 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15138
15139         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15140         * sysdeps/unix/sysv/linux/generic: Move directory from
15141         ports/sysdeps/unix/sysv/linux/generic.
15142         * sysdeps/unix/sysv/linux/tile: Move directory from
15143         ports/sysdeps/unix/sysv/linux/tile.
15144         * README: Update listing for tile*-*-linux-gnu.
15145
15146 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15147
15148         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15149         __builtin_expect.
15150         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15151         * catgets/open_catalog.c (__open_catalog): Likewise.
15152         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15153         * debug/confstr_chk.c: Likewise.
15154         * debug/fread_chk.c (__fread_chk): Likewise.
15155         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15156         * debug/getgroups_chk.c: Likewise.
15157         * debug/mbsnrtowcs_chk.c: Likewise.
15158         * debug/mbsrtowcs_chk.c: Likewise.
15159         * debug/mbstowcs_chk.c: Likewise.
15160         * debug/memcpy_chk.c: Likewise.
15161         * debug/memmove_chk.c: Likewise.
15162         * debug/mempcpy_chk.c: Likewise.
15163         * debug/memset_chk.c: Likewise.
15164         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15165         * debug/strcat_chk.c (__strcat_chk): Likewise.
15166         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15167         * debug/strncat_chk.c (__strncat_chk): Likewise.
15168         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15169         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15170         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15171         * debug/wcpncpy_chk.c: Likewise.
15172         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15173         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15174         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15175         * debug/wcsncpy_chk.c: Likewise.
15176         * debug/wcsnrtombs_chk.c: Likewise.
15177         * debug/wcsrtombs_chk.c: Likewise.
15178         * debug/wcstombs_chk.c: Likewise.
15179         * debug/wmemcpy_chk.c: Likewise.
15180         * debug/wmemmove_chk.c: Likewise.
15181         * debug/wmempcpy_chk.c: Likewise.
15182         * debug/wmemset_chk.c: Likewise.
15183         * dirent/scandirat.c (SCANDIRAT): Likewise.
15184         * dlfcn/dladdr1.c (dladdr1): Likewise.
15185         * dlfcn/dladdr.c (dladdr): Likewise.
15186         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15187         * dlfcn/dlerror.c (__dlerror): Likewise.
15188         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15189         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15190         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15191         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15192         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15193         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15194         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15195         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15196         Likewise.
15197         * elf/dl-conflict.c: Likewise.
15198         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15199         * elf/dl-dst.h: Likewise.
15200         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15201         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15202         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15203         * elf/dl-init.c (call_init, _dl_init): Likewise.
15204         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15205         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15206         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15207         Likewise.
15208         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15209         Likewise.
15210         * elf/dl-minimal.c (__libc_memalign): Likewise.
15211         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15212         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15213         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15214         * elf/dl-sym.c (do_sym): Likewise.
15215         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15216         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15217         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15218         * elf/dl-writev.h (_dl_writev): Likewise.
15219         * elf/ldconfig.c (search_dir): Likewise.
15220         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15221         (dl_main): Likewise.
15222         * elf/setup-vdso.h (setup_vdso): Likewise.
15223         * grp/compat-initgroups.c (compat_call): Likewise.
15224         * grp/fgetgrent.c (fgetgrent): Likewise.
15225         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15226         * grp/putgrent.c (putgrent): Likewise.
15227         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15228         Likewise.
15229         * hurd/hurdinit.c: Likewise.
15230         * iconvdata/8bit-gap.c (struct): Likewise.
15231         * iconvdata/ansi_x3.110.c : Likewise.
15232         * iconvdata/big5.c : Likewise.
15233         * iconvdata/big5hkscs.c : Likewise.
15234         * iconvdata/cp1255.c: Likewise.
15235         * iconvdata/cp1258.c : Likewise.
15236         * iconvdata/cp932.c : Likewise.
15237         * iconvdata/euc-cn.c: Likewise.
15238         * iconvdata/euc-jisx0213.c : Likewise.
15239         * iconvdata/euc-jp.c: Likewise.
15240         * iconvdata/euc-jp-ms.c : Likewise.
15241         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15242         * iconvdata/gb18030.c : Likewise.
15243         * iconvdata/gbbig5.c (const): Likewise.
15244         * iconvdata/gbgbk.c: Likewise.
15245         * iconvdata/gbk.c : Likewise.
15246         * iconvdata/ibm1364.c : Likewise.
15247         * iconvdata/ibm930.c : Likewise.
15248         * iconvdata/ibm932.c: Likewise.
15249         * iconvdata/ibm933.c : Likewise.
15250         * iconvdata/ibm935.c : Likewise.
15251         * iconvdata/ibm937.c : Likewise.
15252         * iconvdata/ibm939.c : Likewise.
15253         * iconvdata/ibm943.c: Likewise.
15254         * iconvdata/iso_11548-1.c: Likewise.
15255         * iconvdata/iso-2022-cn.c : Likewise.
15256         * iconvdata/iso-2022-cn-ext.c : Likewise.
15257         * iconvdata/iso-2022-jp-3.c: Likewise.
15258         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15259         * iconvdata/iso-2022-kr.c : Likewise.
15260         * iconvdata/iso646.c (gconv_end): Likewise.
15261         * iconvdata/iso_6937-2.c : Likewise.
15262         * iconvdata/iso_6937.c : Likewise.
15263         * iconvdata/iso8859-1.c: Likewise.
15264         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15265         * iconvdata/shift_jisx0213.c : Likewise.
15266         * iconvdata/sjis.c : Likewise.
15267         * iconvdata/t.61.c : Likewise.
15268         * iconvdata/tcvn5712-1.c : Likewise.
15269         * iconvdata/tscii.c: Likewise.
15270         * iconvdata/uhc.c : Likewise.
15271         * iconvdata/unicode.c (gconv_end): Likewise.
15272         * iconvdata/utf-16.c (gconv_end): Likewise.
15273         * iconvdata/utf-32.c (gconv_end): Likewise.
15274         * iconvdata/utf-7.c (base64): Likewise.
15275         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15276         * iconv/gconv_close.c (__gconv_close): Likewise.
15277         * iconv/gconv_open.c (__gconv_open): Likewise.
15278         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15279         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15280         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15281         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15282         (ucs4le_internal_loop_single): Likewise.
15283         * iconv/iconv.c (iconv): Likewise.
15284         * iconv/iconv_close.c: Likewise.
15285         * iconv/loop.c (SINGLE): Likewise.
15286         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15287         * include/atomic.h: Likewise.
15288         * inet/inet6_option.c (option_alloc): Likewise.
15289         * intl/bindtextdom.c (set_binding_values): Likewise.
15290         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15291         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15292         * intl/localealias.c (read_alias_file): Likewise.
15293         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15294         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15295         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15296         * libio/fmemopen.c (fmemopen): Likewise.
15297         * libio/iofgets.c (_IO_fgets): Likewise.
15298         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15299         * libio/iofgetws.c (fgetws): Likewise.
15300         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15301         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15302         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15303         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15304         * locale/findlocale.c (_nl_find_locale): Likewise.
15305         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15306         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15307         Likewise.
15308         * locale/setlocale.c (setlocale): Likewise.
15309         * login/programs/pt_chown.c (main): Likewise.
15310         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15311         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15312         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15313         (mmap, mmap64, mremap, munmap): Likewise.
15314         * math/e_exp2l.c: Likewise.
15315         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15316         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15317         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15318         * math/s_catan.c (__catan): Likewise.
15319         * math/s_catanf.c (__catanf): Likewise.
15320         * math/s_catanh.c (__catanh): Likewise.
15321         * math/s_catanhf.c (__catanhf): Likewise.
15322         * math/s_catanhl.c (__catanhl): Likewise.
15323         * math/s_catanl.c (__catanl): Likewise.
15324         * math/s_ccosh.c (__ccosh): Likewise.
15325         * math/s_ccoshf.c (__ccoshf): Likewise.
15326         * math/s_ccoshl.c (__ccoshl): Likewise.
15327         * math/s_cexp.c (__cexp): Likewise.
15328         * math/s_cexpf.c (__cexpf): Likewise.
15329         * math/s_cexpl.c (__cexpl): Likewise.
15330         * math/s_clog10.c (__clog10): Likewise.
15331         * math/s_clog10f.c (__clog10f): Likewise.
15332         * math/s_clog10l.c (__clog10l): Likewise.
15333         * math/s_clog.c (__clog): Likewise.
15334         * math/s_clogf.c (__clogf): Likewise.
15335         * math/s_clogl.c (__clogl): Likewise.
15336         * math/s_csin.c (__csin): Likewise.
15337         * math/s_csinf.c (__csinf): Likewise.
15338         * math/s_csinh.c (__csinh): Likewise.
15339         * math/s_csinhf.c (__csinhf): Likewise.
15340         * math/s_csinhl.c (__csinhl): Likewise.
15341         * math/s_csinl.c (__csinl): Likewise.
15342         * math/s_csqrt.c (__csqrt): Likewise.
15343         * math/s_csqrtf.c (__csqrtf): Likewise.
15344         * math/s_csqrtl.c (__csqrtl): Likewise.
15345         * math/s_ctan.c (__ctan): Likewise.
15346         * math/s_ctanf.c (__ctanf): Likewise.
15347         * math/s_ctanh.c (__ctanh): Likewise.
15348         * math/s_ctanhf.c (__ctanhf): Likewise.
15349         * math/s_ctanhl.c (__ctanhl): Likewise.
15350         * math/s_ctanl.c (__ctanl): Likewise.
15351         * math/w_pow.c: Likewise.
15352         * math/w_powf.c: Likewise.
15353         * math/w_powl.c: Likewise.
15354         * math/w_scalb.c (sysv_scalb): Likewise.
15355         * math/w_scalbf.c (sysv_scalbf): Likewise.
15356         * math/w_scalbl.c (sysv_scalbl): Likewise.
15357         * misc/error.c (error_tail): Likewise.
15358         * misc/pselect.c (__pselect): Likewise.
15359         * nis/nis_callback.c (__nis_create_callback): Likewise.
15360         * nis/nis_call.c (__nisfind_server): Likewise.
15361         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15362         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15363         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15364         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15365         * nis/nis_lookup.c (nis_lookup): Likewise.
15366         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15367         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15368         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15369         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15370         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15371         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15372         * nis/nss_compat/compat-initgroups.c (add_group)
15373         (internal_getgrent_r): Likewise.
15374         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15375         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15376         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15377         (internal_getspnam_r): Likewise.
15378         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15379         (_nss_nis_getaliasbyname_r): Likewise.
15380         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15381         (_nss_nis_getntohost_r): Likewise.
15382         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15383         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15384         (_nss_nis_getgrgid_r): Likewise.
15385         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15386         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15387         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15388         (_nss_nis_gethostbyname4_r): Likewise.
15389         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15390         (initgroups_netid): Likewise.
15391         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15392         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15393         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15394         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15395         (_nss_nis_getprotobynumber_r): Likewise.
15396         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15397         (_nss_nis_getsecretkey): Likewise.
15398         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15399         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15400         (_nss_nis_getpwuid_r): Likewise.
15401         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15402         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15403         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15404         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15405         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15406         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15407         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15408         Likewise.
15409         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15410         (_nss_nisplus_getntohost_r): Likewise.
15411         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15412         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15413         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15414         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15415         Likewise.
15416         * nis/nss_nisplus/nisplus-initgroups.c
15417         (_nss_nisplus_initgroups_dyn): Likewise.
15418         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15419         (_nss_nisplus_getnetbyaddr_r): Likewise.
15420         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15421         (_nss_nisplus_getprotobynumber_r): Likewise.
15422         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15423         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15424         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15425         Likewise.
15426         * nis/nss_nisplus/nisplus-service.c
15427         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15428         (_nss_nisplus_getservbyport_r): Likewise.
15429         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15430         (_nss_nisplus_getspnam_r): Likewise.
15431         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15432         Likewise.
15433         * nscd/aicache.c (addhstaiX): Likewise.
15434         * nscd/cache.c (cache_search, prune_cache): Likewise.
15435         * nscd/connections.c (register_traced_file, send_ro_fd)
15436         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15437         (main_loop_epoll): Likewise.
15438         * nscd/grpcache.c (addgrbyX): Likewise.
15439         * nscd/hstcache.c (addhstbyX): Likewise.
15440         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15441         * nscd/mem.c (gc, mempool_alloc): Likewise.
15442         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15443         (addinnetgrX): Likewise.
15444         * nscd/nscd-client.h (__nscd_acquire_maplock)
15445         (__nscd_drop_map_ref): Likewise.
15446         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15447         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15448         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15449         Likewise.
15450         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15451         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15452         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15453         (__nscd_get_map_ref): Likewise.
15454         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15455         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15456         Likewise.
15457         * nscd/pwdcache.c (addpwbyX): Likewise.
15458         * nscd/selinux.c (preserve_capabilities): Likewise.
15459         * nscd/servicescache.c (addservbyX): Likewise.
15460         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15461         * posix/fnmatch.c (fnmatch): Likewise.
15462         * posix/getopt.c (_getopt_internal_r): Likewise.
15463         * posix/glob.c (glob, glob_in_dir): Likewise.
15464         * posix/wordexp.c (exec_comm_child): Likewise.
15465         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15466         (getanswer_r, gaih_getanswer_slice): Likewise.
15467         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15468         * resolv/res_init.c: Likewise.
15469         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15470         * resolv/res_query.c (__libc_res_nquery): Likewise.
15471         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15472         Likewise.
15473         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15474         * stdio-common/perror.c (perror): Likewise.
15475         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15476         * stdio-common/tmpnam.c (tmpnam): Likewise.
15477         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15478         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15479         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15480         Likewise.
15481         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15482         * stdlib/putenv.c (putenv): Likewise.
15483         * stdlib/setenv.c (__add_to_environ): Likewise.
15484         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15485         * stdlib/strtol_l.c (INTERNAL): Likewise.
15486         * string/memmem.c (memmem): Likewise.
15487         * string/strerror.c (strerror): Likewise.
15488         * string/strnlen.c (__strnlen): Likewise.
15489         * string/test-memmem.c (simple_memmem): Likewise.
15490         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15491         * sunrpc/pm_getport.c (__get_socket): Likewise.
15492         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15493         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15494         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15495         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15496         Likewise.
15497         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15498         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15499         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15500         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15501         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15502         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15503         Likewise.
15504         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15505         Likewise.
15506         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15507         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15508         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15509         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15510         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15511         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15512         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15513         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15514         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15515         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15516         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15517         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15518         Likewise.
15519         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15520         Likewise.
15521         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15522         Likewise.
15523         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15524         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15525         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15526         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15527         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15528         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15529         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15530         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15531         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15532         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15533         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15534         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15535         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15536         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15537         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15538         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15539         Likewise.
15540         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15541         Likewise.
15542         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15543         Likewise.
15544         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15545         Likewise.
15546         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15547         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15548         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15549         Likewise.
15550         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15551         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15552         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15553         * sysdeps/posix/sleep.c: Likewise.
15554         * sysdeps/posix/tempname.c: Likewise.
15555         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15556         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15557         Likewise.
15558         * sysdeps/powerpc/powerpc32/dl-machine.h
15559         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15560         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15561         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15562         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15563         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15564         Likewise.
15565         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15566         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15567         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15568         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15569         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15570         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15571         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15572         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15573         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15574         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15575         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15576         (elf_machine_lazy_rel): Likewise.
15577         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15578         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15579         (elf_machine_lazy_rel): Likewise.
15580         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15581         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15582         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15583         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15584         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15585         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15586         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15587         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15588         Likewise.
15589         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15590         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15591         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15592         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15593         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15594         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15595         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15596         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15597         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15598         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15599         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15600         Likewise.
15601         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15602         (__posix_fallocate64_l64): Likewise.
15603         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15604         (posix_fallocate): Likewise.
15605         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15606         Likewise.
15607         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15608         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15609         (getifaddrs_internal): Likewise.
15610         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15611         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15612         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15613         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15614         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15615         (__posix_fallocate64_l64): Likewise.
15616         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15617         Likewise.
15618         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15619         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15620         (__get_clockfreq): Likewise.
15621         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15622         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15623         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15624         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15625         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15626         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15627         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15628         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15629         Likewise.
15630         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15631         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15632         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15633         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15634         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15635         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15636         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15637         Likewise.
15638         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15639         (posix_fallocate): Likewise.
15640         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15641         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15642         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15643         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15644         (elf_machine_rela, elf_machine_rela_relative)
15645         (elf_machine_lazy_rel): Likewise.
15646         * time/asctime.c (asctime_internal): Likewise.
15647         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15648         * time/tzset.c (__tzset_parse_tz): Likewise.
15649         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15650         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15651         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15652         * wcsmbs/wcsmbsload.h: Likewise.
15653
15654         [BZ #15894]
15655         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15656
15657         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15658         (arena_get2): Remove THREAD_STATS conditionals.
15659         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15660         (__malloc_stats, int): Likewise.
15661
15662 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15663
15664         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15665         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15666
15667         * manual/setjmp.texi: Fix typos/grammar errors.
15668
15669         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15670         Only return early when n is <= 0.  Delete unused return statement.
15671
15672         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15673         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15674         * debug/tst-longjmp_chk3.c: New file.
15675
15676         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15677         (test_main): Replace code with set_fortify_handler call.
15678         * debug/test-strcpy_chk.c: Likewise.
15679         * debug/tst-chk1.c: Likewise.
15680         * debug/tst-longjmp_chk.c: Likewise.
15681         * test-skeleton.c: Include fcntl.h & paths.h
15682         (set_fortify_handler): Define.
15683
15684         * debug/tst-longjmp_chk.c: Add header comment and include
15685         ../test-skeleton.c.
15686         (do_test): Mark static.
15687         (TEST_FUNCTION): Define.
15688
15689         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15690         (IP_PMTUDISC_INTERFACE): Likewise.
15691         (IP_MULTICAST_IF): Likewise.
15692         (IP_MULTICAST_TTL): Likewise.
15693         (IP_MULTICAST_LOOP): Likewise.
15694         (IP_ADD_MEMBERSHIP): Likewise.
15695         (IP_DROP_MEMBERSHIP): Likewise.
15696         (IP_UNBLOCK_SOURCE): Likewise.
15697         (IP_BLOCK_SOURCE): Likewise.
15698         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15699         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15700         (IP_MSFILTER): Likewise.
15701         (MCAST_JOIN_GROUP): Likewise.
15702         (MCAST_BLOCK_SOURCE): Likewise.
15703         (MCAST_UNBLOCK_SOURCE): Likewise.
15704         (MCAST_LEAVE_GROUP): Likewise.
15705         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15706         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15707         (MCAST_MSFILTER): Likewise.
15708         (IP_MULTICAST_ALL): Likewise.
15709         (IP_UNICAST_IF): Likewise.
15710
15711         * timezone/Makefile: Delete $(have-ksh) check.
15712         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15713         * timezone/tzselect.ksh: Add +x mode bits.
15714
15715         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15716         (ANON_INODE_FS_MAGIC): Likewise.
15717         (BDEVFS_MAGIC): Likewise.
15718         (BINFMTFS_MAGIC): Likewise.
15719         (BTRFS_TEST_MAGIC): Likewise.
15720         (CRAMFS_MAGIC_WEND): Likewise.
15721         (DEBUGFS_MAGIC): Likewise.
15722         (ECRYPTFS_SUPER_MAGIC): Likewise.
15723         (EXT3_SUPER_MAGIC): Likewise.
15724         (EXT4_SUPER_MAGIC): Likewise.
15725         (FUTEXFS_SUPER_MAGIC): Likewise.
15726         (HOSTFS_SUPER_MAGIC): Likewise.
15727         (HUGETLBFS_MAGIC): Likewise.
15728         (MINIX3_SUPER_MAGIC): Likewise.
15729         (MTD_INODE_FS_MAGIC): Likewise.
15730         (NILFS_SUPER_MAGIC): Likewise.
15731         (OPENPROM_SUPER_MAGIC): Likewise.
15732         (PIPEFS_MAGIC): Likewise.
15733         (PSTOREFS_MAGIC): Likewise.
15734         (QNX6_SUPER_MAGIC): Likewise.
15735         (RAMFS_MAGIC): Likewise.
15736         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15737         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15738         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15739         (SECURITYFS_MAGIC): Likewise.
15740         (SELINUX_MAGIC): Likewise.
15741         (SMACK_MAGIC): Likewise.
15742         (SOCKFS_MAGIC): Likewise.
15743         (SQUASHFS_MAGIC): Likewise.
15744         (STACK_END_MAGIC): Likewise.
15745         (TMPFS_MAGIC): Likewise.
15746         (USBDEVICE_SUPER_MAGIC): Likewise.
15747         (V9FS_MAGIC): Likewise.
15748         (XENFS_SUPER_MAGIC): Likewise.
15749         (CRAMFS_MAGIC): Fix typo in comment.
15750         (EXT2_SUPER_MAGIC): Update comment.
15751         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15752
15753 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15754
15755         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15756         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15757         * sysdeps/unix/sysv/linux/arm: Move directory from
15758         ports/sysdeps/unix/sysv/linux/arm.
15759         * README: Update listing for arm-*-linux-gnueabi.
15760
15761         * README: Remove mention of am33.
15762
15763 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15764
15765         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15766         than the comma operator, to avoid "rhs of comma has no effect"
15767         compiler warnings.
15768         (__sigfillset, __sigandset, __sigorset): Likewise.
15769         * include/signal.h (__sigemptyset): Likewise.
15770         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15771
15772 2014-02-07  Allan McRae  <allan@archlinux.org>
15773
15774         * version.h (RELEASE): Set to "development".
15775         (VERSION): Set to "2.19.90"
15776         * NEWS: Add 2.20 section.
15777
15778 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15779
15780         [BZ #16529]
15781         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15782
15783 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15784
15785         * manual/contrib.texi: Update entry for Carlos O'Donell,
15786         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15787
15788 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15789
15790         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15791
15792         * sysdeps/unix/sysv/linux/kernel-features.h
15793         [__LINUX_KERNEL_VERSION >= 0x020621]
15794         (__ASSUME_PROC_PID_TASK_COMM): Define.
15795
15796 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15797
15798         [BZ #16398]
15799         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15800         conversion when destination buffer does not have enough space.
15801         * libio/tst-ftell-partial-wide.c: New test case.
15802         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15803
15804         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15805         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15806         Leonard and Allan McRae.
15807
15808 2014-02-04  David S. Miller  <davem@davemloft.net>
15809
15810         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15811         32-bit.
15812
15813 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15814
15815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15816         New file
15817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15818         New file
15819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15820         New file.
15821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15822         New file.
15823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15824         New file.
15825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15826         New file.
15827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15828         New file.
15829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15830         New file.
15831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15832         New file.
15833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15834         New file.
15835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15836         New file.
15837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15838         New file.
15839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15840         New file.
15841
15842 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15843
15844         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15845         * shlib-versions: Likewise.
15846
15847 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15848             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15849
15850         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15851         (abilist-pattern): New variable, set to %-le.abilist.
15852
15853         * Makerules (abilist-pattern): New variable.
15854         (vpath): Use $(abilist-pattern) in place of %.abilist.
15855         (check-abi-% pattern rule): Likewise.
15856         (check-abi, update-abi): Likewise.
15857
15858 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15859
15860         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15861
15862 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15863
15864         * manual/startup.texi: Add next, previous, and top entries for
15865         the `Program Arguments' and `Environment Variables' nodes.
15866
15867 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15868
15869         * manual/macros.texi: Add comments before MTASC-safety macros.
15870
15871         * manual/users.texi: Document MTASC-safety properties.
15872
15873         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15874         (pthread_getspecific, pthread_setspecific): Format with
15875         @deftypefun, and add @safety note.
15876         * manual/signal.texi: Move comments that analyze the above
15877         functions to their home place.
15878
15879 2014-02-03  Allan McRae  <allan@archlinux.org>
15880
15881         * po/sl.po: Update Slovenian translation from translation project.
15882
15883 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15884
15885         * manual/time.texi (timegm): Add missing blank after @c.
15886         Reported by Joseph Myers <joseph@codesourcery.com>.
15887
15888 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15889
15890         * manual/check-safety.sh: New.
15891         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15892
15893         * manual/terminal.texi: Document MTASC-safety properties.
15894
15895         * manual/filesys.texi: Document MTASC-safety properties.
15896
15897         * manual/errno.texi: Document MTASC-safety properties.
15898
15899         * manual/intro.texi: Document safety identifiers and
15900         conditionals.
15901
15902         * manual/string.texi (wcstok): Fix prototype.
15903         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15904
15905         * manual/time.texi: Document MTASC-safety properties.
15906
15907         * manual/string.texi: Document MTASC-safety properties.
15908
15909         * manual/threads.texi: Document MTASC-safety properties.
15910
15911         * manual/stdio.texi: Document MTASC-safety properties.
15912
15913         * manual/syslog.texi: Document MTASC-safety properties.
15914
15915         * manual/sysinfo.texi: Document MTASC-safety properties.
15916
15917         * manual/startup.texi: Document MTASC-safety properties.
15918
15919         * manual/socket.texi: Document MTASC-safety properties.
15920
15921         * manual/signal.texi: Document MTASC-safety properties.
15922
15923 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15924
15925         * manual/setjmp.texi: Document MTASC-safety properties.
15926
15927         * manual/search.texi: Document MTASC-safety properties.
15928
15929         * manual/resource.texi: Document MTASC-safety properties.
15930
15931         * manual/process.texi: Document MTASC-safety properties.
15932
15933         * manual/platform.texi: Document MTASC-safety properties.
15934
15935         * manual/pipe.texi: Document MTASC-safety properties.
15936
15937         * manual/pattern.texi: Document MTASC-safety properties.
15938
15939         * manual/message.texi: Document MTASC-safety properties.
15940
15941         [BZ #12751]
15942         * manual/memory.texi: Document MTASC-safety properties.
15943
15944         * manual/math.texi: Document MTASC-safety properties.
15945
15946         * manual/locale.texi: Document MTASC-safety properties.
15947
15948         * manual/llio.texi: Document MTASC-safety properties.
15949
15950         * manual/libdl.texi: New.
15951
15952         * manual/lang.texi: Document MTASC-safety properties.
15953
15954         * manual/job.texi: Document MTASC-safety properties.
15955
15956         * manual/getopt.texi: Document MTASC-safety properties.
15957
15958         * manual/ctype.texi: Document MTASC-safety properties.
15959
15960 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15961
15962         [BZ #16046]
15963         * csu/libc-tls.c (static_map): Remove variable.
15964         (__libc_setup_tls): Use main executable's link map for TLS data.
15965         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15966         casing for LM_ID_BASE and GL(dl_nns).
15967         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15968         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15969         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15970         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15971         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15972         member.
15973         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15974         l_phnum members.
15975
15976 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15977
15978         * manual/debug.texi: Document MTASC-safety properties.
15979
15980 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15981
15982         [BZ #16510]
15983         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15984         of __x86_64__ when disabling x87 inline functions.
15985
15986 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15987
15988         * manual/charset.texi: Document MTASC-safety properties.
15989
15990         * manual/crypt.texi: Document MTASC-safety properties.
15991
15992         * manual/conf.texi: Document MTASC-safety properties.
15993
15994         * manual/arith.texi: Document MTASC-safety properties.
15995
15996         * manual/argp.texi: Document MTASC-safety properties.
15997
15998         * manual/macros.texi: Introduce macros to document multi
15999         thread, asynchronous signal and asynchronous cancellation
16000         safety properties.
16001         * manual/intro.texi: Introduce the properties themselves.
16002
16003 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16004
16005         * sysdeps/sh/sh4/Makefile: New file.
16006
16007 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16008
16009         * math/gen-libm-test.pl ($srcdir): New variable.
16010         ($auto_input): Use it.
16011
16012 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16013
16014         [BZ #16506]
16015         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16016         access beyond array bounds when parsing netgroups file.
16017
16018         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16019         the old buffer before realloc.
16020
16021 2014-01-27  Allan McRae  <allan@archlinux.org>
16022
16023         * po/fr.po: Update French translation from translation project.
16024
16025 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16026
16027         * sysdeps/sh/libm-test-ulps: Regenerate.
16028
16029 2014-01-24  David S. Miller  <davem@davemloft.net>
16030
16031         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16032
16033 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16034
16035         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16036         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16037
16038 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16039
16040         [BZ #16474]
16041         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16042         string pointers after reallocation.
16043
16044 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16045
16046         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16047         __SH4A__ instead of __SH_FPU_ANY__.
16048
16049 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16050
16051         * sysdeps/sh/fpu_control.h: New file.
16052         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16053         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16054         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16055         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16056         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16057         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16058         * sysdeps/sh/sys/ucontext.h: Remove.
16059         * sysdeps/sh/sys: Remove directory.
16060
16061 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16062
16063         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16064         s390/sys/ucontext.h.
16065         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16066         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16067
16068 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16069
16070         [BZ #15605]
16071         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16072
16073 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16074
16075         [BZ#16431]
16076         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16077         Adjust the vDSO correctly for internal calls.
16078         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16079
16080 2014-01-20  Allan McRae  <allan@archlinux.org>
16081
16082         * po/ca.po: Update Catalan translation from translation project.
16083
16084 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16085
16086         * sysdeps/s390/sotruss-lib.c: New file.
16087
16088 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16089
16090         [BZ#16430]
16091         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16092         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16093         local calls issues by not having a PLT stub required for IFUNC calls.
16094         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16095
16096 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16097
16098         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16099         * math/test-fpucw-static.c: Likewise.
16100
16101 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16102
16103         [BZ #16453]
16104         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16105
16106 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16107
16108         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16109         implementation for powerpc.
16110
16111 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16112
16113         [BZ #14782]
16114         * sysdeps/posix/system.c (__libc_system): Do not enable
16115         asynchronous cancellation.
16116
16117 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16118
16119         [BZ #16427]
16120         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16121         handling only for numbers special also in the IEEE case.
16122
16123 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16124
16125         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16126
16127 2014-01-11  Allan McRae  <allan@archlinux.org>
16128
16129         * po/bg.po: Update Bulgarian translation from translation project.
16130
16131         * po/de.po: Update German translation from translation project.
16132
16133 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16134
16135         * sysdeps/generic/gcc-compat.h: New file.
16136
16137 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16138
16139         * benchtests/asin-inputs: Correct slow inputs.
16140         * benchtests/acos-inputs: Likewise.
16141
16142 2014-01-10  Allan McRae  <allan@archlinux.org>
16143
16144         * po:sv.po: Update Swedish translation from translation project.
16145
16146         * po/vi.po: Update Vietnamese translation from translation project.
16147
16148         * po/eo.po: Update Esperanto translation from translation project.
16149
16150         * po/cs.po: Update Czech translation from translation project.
16151
16152         * po/nl.po: Update Dutch translation from translation project.
16153
16154         * po/pl.po: Update Polish translation from translation project.
16155
16156         * po/ru.po: Update Russian translation from translation project.
16157
16158         * po/uk.po: Update Ukrainian translation from translation project.
16159
16160 2014-01-08  Brooks Moses  <bmoses@google.com>
16161
16162         * elf/dl-load.c: Fix comment typo.
16163
16164 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16165
16166         * po/header.pot: Rename to...
16167         * po/pot.header: ... this.
16168         * po/Makefile: Use pot.header.
16169
16170 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16171             Maxim Kuvyrkov  <maxim@kugelworks.com>
16172
16173         [BZ #16394]
16174         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16175         SRC and DEST against LEN.
16176
16177 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16178
16179         [BZ #16414]
16180         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16181         implementation.
16182         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16183
16184 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16185
16186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16187
16188 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16189
16190         [BZ #16408]
16191         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16192         for large positive arguments.
16193
16194 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16195
16196         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16197
16198         * math/auto-libm-test-in: Mark various tests with
16199         xfail-rounding:ldbl-128ibm.
16200         * math/auto-libm-test-out: Regenerated.
16201
16202         [BZ #16407]
16203         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16204         Increase overflow threshold.
16205
16206 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16207
16208         [BZ #14286]
16209         * stdio-common/vfprintf.c: Check for integer overflow.
16210
16211 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16212
16213         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16214         the first argument and return value of __tls_get_addr_internal.
16215
16216 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16217
16218         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16219         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16220
16221 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16222
16223         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16224         * sysdeps/s390/rtld-global-offsets.sym: New file.
16225         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16226         GLIBC_2.19 symbol.
16227         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16228         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16229         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16230         ... this.
16231         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16232         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16233         ... this.
16234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16235         Regenerate.
16236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16237         Regenerate.
16238         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16239         halfs of GPRs for high_gprs contexts.
16240         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16241         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16242         field.
16243         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16244         uc_flags field.
16245         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16246         64 bit versions:
16247         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16248         for high GPRs (uc_high_gprs) and for future extensions
16249         (__reserved).
16250         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16251         for future extensions (__reserved).
16252         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16253         64 bit versions:
16254         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16255         SC_HIGHGPRS offset definition.
16256         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16257         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16258
16259         * Versions.def: Add GLIBC_2.19 for libpthread.
16260         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16261         siglongjmp for libpthread with GLIBC_2.19 symver.
16262         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16263         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16264         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16265         * sysdeps/s390/__longjmp.c: New file.
16266         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16267         * sysdeps/s390/longjmp.c: New file.
16268         * sysdeps/s390/setjmp.S: New file.
16269         * sysdeps/s390/sigjmp.S: New file.
16270         * sysdeps/s390/v1-longjmp.c: New file.
16271         * sysdeps/s390/v1-setjmp.h: New file.
16272         * sysdeps/s390/v1-sigjmp.c: New file.
16273         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16274         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16275         GLIBC_2.19 version.
16276         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16277         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16278         versioned symbols for ____longjmp_chk.
16279         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16280         Likewise.
16281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16282         Regenerate.
16283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16284         Regenerate.
16285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16286         Regenerate.
16287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16288         Regenerate.
16289         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16290         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16291         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16292         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16293         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16294         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16295         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16296         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16297         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16298         * sysdeps/s390/rtld-__longjmp.c: New file.
16299         * sysdeps/s390/rtld-setjmp.S: New file.
16300
16301 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16302
16303         [BZ #16400]
16304         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16305         Return -__logl (x) for small positive arguments without evaluating
16306         a polynomial.
16307
16308 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16309
16310         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16311         Rename to ...
16312         (__ptrace_peeksiginfo_args): ... this.
16313         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16314         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16315         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16316
16317 2014-01-06  Allan McRae  <allan@archlinux.org>
16318
16319         * inet/netinet/in.h: Fix typo in comment.
16320
16321 2014-01-05  Andreas Jaeger  <aj@suse.de>
16322
16323         * sysdeps/i386/fpu/libm-test-ulps: Update.
16324
16325 2014-01-05  Allan McRae  <allan@archlinux.org>
16326
16327         * po/libc.pot: Regenerated.
16328
16329         * malloc/memusagestat.c: Fix gettext call formatting.
16330
16331 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16332
16333         * nscd/nscd.c: Improve usage() output.
16334
16335 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16336
16337         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16338         * sysdeps/unix/sysv/linux/configure: Regenerated.
16339         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16340         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16341
16342 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16343
16344         [BZ #16390]
16345         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16346         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16347
16348 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16349
16350         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16351         extra tokens at end of #undef directive.
16352         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16353         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16354         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16355
16356 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16357
16358         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16359
16360         * math/auto-libm-test-in: Mark various tests with
16361         xfail-rounding:ldbl-128ibm.
16362         * math/auto-libm-test-out: Regenerated.
16363
16364 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16365
16366         [BZ #16386]
16367         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16368         numbers with subnormal high part when calculating exponent.
16369
16370         [BZ #16385]
16371         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16372         fabs.
16373
16374         [BZ #16384]
16375         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16376         M_LN2l.
16377         (__ieee754_acoshl): Use __log1pl not __log1p.
16378
16379 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16380
16381         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16382         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16383         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16384         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16385         (reused_arena, arena_get2): Convert to GNU style.
16386         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16387         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16388         (memalign_check, __malloc_set_state): Likewise.
16389         * malloc/mallocbug.c (main): Likewise.
16390         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16391         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16392         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16393         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16394         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16395         (__posix_memalign, malloc_info): Likewise.
16396         * malloc/malloc.h: Likewise.
16397         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16398         (mallochook, memalignhook, reallochook, mabort): Likewise.
16399         * malloc/mcheck.h: Likewise.
16400         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16401         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16402         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16403         * malloc/morecore.c (__default_morecore): Likewise.
16404         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16405         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16406         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16407         (print_and_abort): Likewise.
16408         * malloc/obstack.h: Likewise.
16409         * malloc/set-freeres.c (__libc_freeres): Likewise.
16410         * malloc/tst-mallocstate.c (main): Likewise.
16411         * malloc/tst-mtrace.c (main): Likewise.
16412         * malloc/tst-realloc.c (do_test): Likewise.
16413
16414 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16415
16416         [BZ #16366]
16417         * nscd/netgroupcache.c (do_notfound): New function.
16418         (addgetnetgrentX): Use it.
16419
16420         [BZ # 16365]
16421         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16422         NSS_STATUS_NOTFOUND.
16423
16424 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16425
16426         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16428
16429 2014-01-01  Allan McRae  <allan@archlinux.org>
16430
16431         * scripts/update-copyrights: Update configure input file suffix.
16432
16433         * NEWS: Update copyright year.
16434         * catgets/gencat.c: Likewise.
16435         * csu/version.c: Likewise.
16436         * debug/catchsegv.sh: Likewise.
16437         * debug/pcprofiledump.c: Likewise.
16438         * debug/xtrace.sh: Likewise.
16439         * elf/ldconfig.c: Likewise.
16440         * elf/ldd.bash.in: Likewise.
16441         * elf/pldd.c: Likewise.
16442         * elf/sotruss.ksh: Likewise.
16443         * elf/sprof.c: Likewise.
16444         * iconv/iconv_prog.c: Likewise.
16445         * iconv/iconvconfig.c: Likewise.
16446         * locale/programs/locale.c: Likewise.
16447         * locale/programs/localedef.c: Likewise.
16448         * login/programs/pt_chown.c: Likewise.
16449         * malloc/memusage.sh: Likewise.
16450         * malloc/memusagestat.c: Likewise.
16451         * malloc/mtrace.pl: Likewise.
16452         * manual/libc.texinfo: Likewise.
16453         * nscd/nscd.c: Likewise.
16454         * nss/getent.c: Likewise.
16455         * nss/makedb.c: Likewise.
16456         * posix/getconf.c: Likewise.
16457         * scripts/test-installation.pl: Likewise.
16458
16459         * All files with FSF copyright notices: Update copyright dates
16460         using scripts/update-copyrights.
16461         * intl/plural.c: Regenerated.
16462         * locale/programs/charmap-kw.h: Likewise.
16463         * locale/programs/locfile-kw.h: Likewise.
16464
16465 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16466
16467         * sysdeps/unix/sysv/linux/configure: Regenerated.
16468         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16469         the linux/fanotify.h header.
16470         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16471         HAVE_LINUX_FANOTIFY_H is defined.
16472
16473 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16474
16475         * benchtests/cos-inputs: New inputs.
16476         * benchtests/sin-inputs: Likewise.
16477
16478         * benchtests/atan-inputs: New inputs. Fix name of multiple
16479         precision fallback inputs.
16480
16481         * benchtests/atanh-inputs: New inputs.
16482         * benchtests/tanh-inputs: Likewise.
16483
16484         * benchtests/acosh-inputs: New inputs.
16485         * benchtests/asinh-inputs: Likewise.
16486
16487         * benchtests/cosh-inputs: New inputs.
16488         * benchtests/sinh-inputs: Likewise.
16489
16490         * benchtests/acos-inputs: Add more inputs.
16491         * benchtests/asin-inputs: Likewise.
16492
16493 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16494
16495         [BZ #16375]
16496         * manual/arith.texi: Fix spelling.
16497         * manual/charset.texi: Likewise.
16498         * manual/errno.texi: Likewise.
16499         * manual/filesys.texi: Likewise.
16500         * manual/lang.texi: Likewise.
16501         * manual/llio.texi: Likewise.
16502         * manual/locale.texi: Likewise.
16503         * manual/message.texi: Likewise.
16504         * manual/resource.texi: Likewise.
16505         * manual/search.texi: Likewise.
16506         * manual/setjmp.texi: Likewise.
16507         * manual/stdio.texi: Likewise.
16508         * manual/string.texi: Likewise.
16509         * manual/sysinfo.texi: Likewise.
16510         * manual/time.texi: Likewise.
16511
16512 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16513
16514         * po/sl.po: New file.
16515
16516 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16517
16518         * .gitignore: Add core/.gdbinit/.gdb_history.
16519
16520 2013-12-27  Allan McRae  <allan@archlinux.org>
16521
16522         [BZ #16369]
16523         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16524         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16525
16526 2013-12-24  Brooks Moses  <bmoses@google.com>
16527
16528         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16529         all compilers that claim C++98 compliance, not just GCC.
16530         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16531         Likewise.
16532
16533 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16534
16535         * NEWS: Restore accidentally deleted bug-fix entries.
16536
16537 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16538             Ondřej Bílka  <neleai@seznam.cz>
16539
16540         [BZ #15073]
16541         * malloc/malloc.c (_int_free): Perform sanity check only if we
16542         have_lock.
16543
16544 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16545
16546         [BZ #12986]
16547         * manual/stdio.texi (String Input Conversions): Clarify that character
16548         classes are not supported.
16549
16550 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16551
16552         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16553
16554 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16555
16556         [BZ #16337]
16557         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16558         Calculate results for small negative arguments directly rather
16559         than using reflection formula with special underflow handling.
16560
16561         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16562         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16563         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16564         (fchflags): Likewise.
16565         (revoke): Likewise.
16566         (setlogin): Likewise.
16567         (sigaltstack): Likewise.
16568         (wait4): Likewise.
16569         (sigblock): Remove.
16570         (sigsetmask): Likewise.
16571         (wait3): Likewise.
16572         (waitpid): Likewise.
16573         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16574         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16575         file.
16576         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16577         * sysdeps/unix/bsd/Makefile: ... here.
16578         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16579         * sysdeps/unix/bsd/Versions: ... here.
16580         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16581         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16582         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16583         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16584         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16585         * sysdeps/unix/bsd/sigblock.c: ... here.
16586         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16587         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16588         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16589         * sysdeps/unix/bsd/sigvec.c: ... here.
16590         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16591         * sysdeps/unix/bsd/tcdrain.c: ... here.
16592         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16593         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16594         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16595         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16596         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16597         * sysdeps/unix/bsd/wait.c: ... here.
16598         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16599         * sysdeps/unix/bsd/wait3.c: ... here.
16600         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16601         * sysdeps/unix/bsd/waitpid.c: ... here.
16602
16603 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16604
16605         [BZ #16356]
16606         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16607         round-to-nearest for [!USE_AS_EXPM1L].
16608         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16609         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16610         more tests of exp and exp10.  Expect some exp10 tests to miss
16611         exceptions or fail in directed rounding modes.
16612         * math/auto-libm-test-out: Regenerated.
16613         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16614         (exp10_test_tonearest): New function.
16615         (exp10_towardzero_test_data): New array.
16616         (exp10_test_towardzero): New function.
16617         (exp10_downward_test_data): New array.
16618         (exp10_test_downward): New function.
16619         (exp10_upward_test_data): New array.
16620         (exp10_test_upward): New function.
16621         (main): Call the new functions.
16622         * sysdeps/i386/fpu/libm-test-ulps: Update.
16623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16624
16625 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16626
16627         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16628         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16629         * math/auto-libm-test-out: Regenerated.
16630         * math/libm-test.inc (acosh_test_data): Add more tests.
16631         (atanh_test_data): Likewise.
16632         (ceil_test_data): Likewise.
16633         (copysign_test_data): Likewise.
16634         * sysdeps/i386/fpu/libm-test-ulps: Update.
16635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16636
16637         * timezone/checktab.awk: Update from tzcode 2013i.
16638         * timezone/private.h: Likewise.
16639         * timezone/scheck.c: Likewise.
16640         * timezone/tzfile.h: Likewise.
16641         * timezone/tzselect.ksh: Likewise.
16642         * timezone/zdump.c: Likewise.
16643         * timezone/zic.c: Likewise.
16644
16645         * math/auto-libm-test-in: Add tests of cpow.
16646         * math/auto-libm-test-out: Regenerated.
16647         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16648         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16649         mpc_cc_c.
16650         (func_calc_desc): Add mpc_cc_c union field.
16651         (test_functions): Add cpow.
16652         (special_fill_2pi): New function.
16653         (special_real_inputs): Add 2pi.
16654         (calc_generic_results): Handle mpc_cc_c.
16655         * sysdeps/i386/fpu/libm-test-ulps: Update.
16656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16657
16658         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16659         csqrt, ctan and ctanh.
16660         * math/auto-libm-test-out: Regenerated.
16661         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16662         (TEST_COND_x86): Likewise.
16663         (ccos_test_data): Use AUTO_TESTS_c_c.
16664         (ccosh_test_data): Likewise.
16665         (cexp_test_data): Likewise.
16666         (clog_test_data): Likewise.
16667         (csqrt_test_data): Likewise.
16668         (ctan_test_data): Likewise.
16669         (ctan_tonearest_test_data): Likewise.
16670         (ctan_towardzero_test_data): Likewise.
16671         (ctan_downward_test_data): Likewise.
16672         (ctan_upward_test_data): Likewise.
16673         (ctanh_test_data): Likewise.
16674         (ctanh_tonearest_test_data): Likewise.
16675         (ctanh_towardzero_test_data): Likewise.
16676         (ctanh_downward_test_data): Likewise.
16677         (ctanh_upward_test_data): Likewise.
16678         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16679         mpc_c_c.
16680         (func_calc_desc): Add mpc_c_c union field.
16681         (FUNC_mpc_c_c): New macro.
16682         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16683         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16684         ctanh.
16685         (special_fill_min_subnorm_p120): New function.
16686         (special_real_inputs): Add min_subnorm_p120.
16687         (calc_generic_results): Handle mpc_c_c.
16688         * sysdeps/i386/fpu/libm-test-ulps: Update.
16689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16690
16691 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16692
16693         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16694         (do_sin_slow): New functions.
16695         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16696         (cslow2, csloww1, csloww2): Use the new functions.
16697
16698         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16699         Use M to change sign of result instead of X.  Assume X is
16700         positive.
16701         (csloww1): Likewise.
16702         (__sin): Adjust.
16703         (__cos): Adjust.
16704
16705         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16706         arguments A and DA.
16707         (__sin): Adjust.
16708         (__cos): Likewise.
16709
16710         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16711         (__cos): Likewise.
16712         (sloww1): Don't adjust sign of DX.
16713         (csloww1): Likewise.
16714         (sloww2): Use X directly and don't adjust sign of DX.
16715         (csloww2): Likewise.
16716
16717 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16718
16719         * math/auto-libm-test-in: Add tests of cabs and carg.
16720         * math/auto-libm-test-out: Regenerated.
16721         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16722         (carg_test_data): Likewise.
16723         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16724         mpc_c_f.
16725         (func_calc_desc): Add mpc_c_f union field.
16726         (test_functions): Add cabs and carg.
16727         (calc_generic_results): Handle mpc_c_f.
16728
16729         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16730         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16731         as a macro and a compat symbol.
16732         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16733         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16734         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16735         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16736         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16737         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16738         not use .hidden.
16739         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16740         Likewise.
16741         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16742         Likewise.
16743         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16744         Likewise.
16745         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16746         Likewise.
16747         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16748         Likewise.
16749         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16750         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16751         from GLIBC_2.3.2.
16752
16753 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16754
16755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16756
16757 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16758
16759         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16760         trailing whitespace removed.
16761         * scripts/config.guess: Update to version 2013-11-29.
16762         * scripts/config.sub: Update to version 2013-10-01.
16763
16764         * math/auto-libm-test-in: Add tests of sincos.
16765         * math/auto-libm-test-out: Regenerated.
16766         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16767         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16768         mpfr_f_11.
16769         (func_calc_desc): Add mpfr_f_11 union field.
16770         (test_functions): Add sincos.
16771         (calc_generic_results): Handle mpfr_f_11.
16772         * sysdeps/i386/fpu/libm-test-ulps: Update.
16773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16774
16775 2013-12-19  Andreas Schwab  <schwab@suse.de>
16776
16777         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16778         CALL_MCOUNT.
16779         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16780         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16781         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16782
16783 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16784
16785         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16786         * sysdeps/i386/fpu/libm-test-ulps: Update.
16787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16788
16789         [BZ #16293]
16790         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16791         round-to-nearest mode when using frndint.
16792         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16793         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16794         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16795         Likewise.
16796         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16797         sinh test to fail.
16798         * math/auto-libm-test-out: Regenerated.
16799         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16800         (TEST_COND_x86): Likewise.
16801         (expm1_tonearest_test_data): New array.
16802         (expm1_test_tonearest): New function.
16803         (expm1_towardzero_test_data): New array.
16804         (expm1_test_towardzero): New function.
16805         (expm1_downward_test_data): New array.
16806         (expm1_test_downward): New function.
16807         (expm1_upward_test_data): New array.
16808         (expm1_test_upward): New function.
16809         (main): Run the new test functions.
16810         * sysdeps/i386/fpu/libm-test-ulps: Update.
16811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16812
16813         * include/features.h: Update comment documenting feature test
16814         macros.  Mention _DEFAULT_SOURCE in comment.
16815         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16816         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16817         _BSD_SOURCE and _SVID_SOURCE.
16818         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16819         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16820         !_SVID_SOURCE]: Likewise.
16821         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16822         (__USE_POSIX_IMPLICITLY): Define.
16823         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16824         (_POSIX_SOURCE): Undefine and redefine.
16825         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16826         (_POSIX_C_SOURCE): Likewise.
16827         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16828         (Feature Test Macros): Update documentation of default features.
16829
16830 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16831
16832         * benchtests/Makefile: Add bench-strtok.
16833         * benchtests/bench-strtok.c: New file: strtok benchtest.
16834
16835 2013-12-19  Allan McRae  <allan@archlinux.org>
16836
16837         * manual/install.texi: Suppress menu for plain text output.
16838         * INSTALL: Regenerated.
16839
16840 2013-12-18  Brooks Moses  <bmoses@google.com>
16841
16842         [BZ #15846]
16843         * misc/getauxval.c: Include errno.h.
16844         (__getauxval): Set errno to ENOENT if the requested type is not
16845         found.
16846         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16847         don't declare with __attribute_const__.
16848         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16849         * manual/startup.texi: Document that getauxval sets errno.
16850
16851 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16852
16853         * math/auto-libm-test-in: Add tests of jn and yn.
16854         * math/auto-libm-test-out: Regenerated.
16855         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16856         (yn_test_data): Likewise.
16857         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16858         mpfr_if_f.
16859         (func_calc_desc): Add mpfr_if_f union field.
16860         (FUNC_mpfr_if_f): New macro.
16861         (test_functions): Add jn and yn.
16862         (calc_generic_results): Assert type of second input for
16863         mpfr_ff_f.  Handle mpfr_if_f.
16864         (output_for_one_input_case): Disable all checking for arguments
16865         fitting floating-point types in case of an integer argument.
16866         * sysdeps/i386/fpu/libm-test-ulps: Update.
16867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16868
16869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16870         Don't expect fegetround reference in libm.so.
16871
16872 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16873
16874         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16875         $(config-cflags-nofma).
16876
16877 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16878
16879         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16880         * math/auto-libm-test-out: Regenerated.
16881
16882         [BZ #16338]
16883         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16884         to determine exponent and adjust argument to have exponent of -1.
16885         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16886         log2.
16887         * math/auto-libm-test-out: Regenerated.
16888         * sysdeps/i386/fpu/libm-test-ulps: Update.
16889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16890
16891 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16892
16893         * manual/probes.texi: Remove cases when per-thread arenas are
16894         disabled.
16895
16896 2013-12-18  Andreas Schwab  <schwab@suse.de>
16897
16898         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16899         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16900         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16901         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16902         * sysdeps/i386/i686/multiarch/Makefile: Update.
16903         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16904
16905 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16906
16907         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16908         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16909
16910 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16911
16912         [BZ #15968]
16913         Support TZ transition times < 00:00:00.
16914         This is needed for version-3 tz-format files; it supports time
16915         stamps past 2037 for America/Godthab (the only entry in the tz
16916         database for which this change is relevant).
16917         * manual/time.texi (TZ Variable): Document transition times
16918         from -167:59:59 through -00:00:01.
16919         * time/tzset.c (tz_rule): Time of day is now signed.
16920         (__tzset_parse_tz): Parse negative time of day.
16921
16922         Document TZ transition times >= 25:00:00.
16923         * manual/time.texi (TZ Variable): Document transition times from
16924         25:00:00 through 167:59:59.  These are already supported, and this
16925         support will help with version-3 tz-format files.
16926
16927         * manual/time.texi (TZ Variable): Modernize North America example
16928         to reflect current (i.e., 2007-and-later) daylight saving rules.
16929
16930         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16931
16932 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16933
16934         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16935         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16936         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16937         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16938         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16939         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16940         * sysdeps/unix/bsd/clock.c: Likewise.
16941         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16942         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16943         * sysdeps/unix/bsd/init-posix.c: Likewise.
16944         * sysdeps/unix/bsd/poll.c: Likewise.
16945         * sysdeps/unix/bsd/ptsname.c: Likewise.
16946         * sysdeps/unix/bsd/seekdir.c: Likewise.
16947         * sysdeps/unix/bsd/setegid.c: Likewise.
16948         * sysdeps/unix/bsd/seteuid.c: Likewise.
16949         * sysdeps/unix/bsd/setgid.c: Likewise.
16950         * sysdeps/unix/bsd/setrgid.c: Likewise.
16951         * sysdeps/unix/bsd/setruid.c: Likewise.
16952         * sysdeps/unix/bsd/setsid.c: Likewise.
16953         * sysdeps/unix/bsd/setuid.c: Likewise.
16954         * sysdeps/unix/bsd/sigaction.c: Likewise.
16955         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16956         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16957         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16958         * sysdeps/unix/bsd/telldir.c: Likewise.
16959         * sysdeps/unix/bsd/times.c: Likewise.
16960         * sysdeps/unix/bsd/usleep.c: Likewise.
16961
16962         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16963         ($(objpfx)libbsd-compat.a): Remove rule.
16964
16965         * include/features.h (__FAVOR_BSD): Do not define.
16966         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16967         features conflicting with POSIX.
16968         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16969         (_BSD_SOURCE): Remove description of not being a subset of other
16970         feature test macros.
16971         * manual/job.texi (getpgrp): Do not document BSD version.
16972         (getpgid): Do not document by reference to BSD getpgrp.
16973         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16974         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16975         * signal/signal.h [__FAVOR_BSD]: Likewise.
16976         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16977         instead of making contents conditional on [__FAVOR_BSD].
16978         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16979
16980 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16981
16982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16983
16984 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16985
16986         [BZ #16314]
16987         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16988         values below 2**-450, not 2**-500.
16989         * math/auto-libm-test-in: Don't allow spurious underflow from
16990         hypot.
16991         * math/auto-libm-test-out: Regenerated.
16992
16993         [BZ #16316]
16994         [BZ #16330]
16995         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16996         values of ha and hb and sort them after adjusting subnormal
16997         arguments.
16998         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16999         Likewise.
17000         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17001         values of ea and eb and sort them after adjusting subnormal
17002         arguments.
17003         * math/auto-libm-test-in: Do not expect some hypot tests of
17004         subnormals to fail.  Add more hypot tests.
17005         * math/auto-libm-test-out: Regenerated.
17006
17007 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17008
17009         [BZ #13304]
17010         * sysdeps/sh/s_fma.c: New file.
17011         * sysdeps/sh/s_fmaf.c: New file.
17012         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17013         version.
17014         * sysdeps/sh/Implies: Add sh/soft-fp.
17015
17016 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17017
17018         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17019         level of indirection to members `objname', `errstring', `malloced'.
17020         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17021         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17022         it as the __longjmp argument (just pass 1 instead).
17023         (_dl_catch_error): Initialize C with argument pointers and address of
17024         volatile local ERRCODE rather than copying values out of C at return.
17025
17026 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17027
17028         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17029         * math/auto-libm-test-out: Regenerated.
17030         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17031         (hypot_test_data): Likewise.
17032         (pow_test_data): Likewise.
17033         (pow_tonearest_test_data): Likewise.
17034         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17035         mpfr_ff_f.
17036         (func_calc_desc): Add mpfr_ff_f union field.
17037         (FUNC_mpfr_ff_f): New macro.
17038         (test_functions): Add atan2, hypot and pow.
17039         (special_fill_min): New function.
17040         (special_fill_minus_min): Likewise.
17041         (special_fill_min_subnorm): Likewise.
17042         (special_fill_minus_min_subnorm): Likewise.
17043         (special_real_inputs): Add min, -min, min_subnorm and
17044         -min_subnorm.
17045         (calc_generic_results): Handle mpfr_ff_f.
17046         * sysdeps/i386/fpu/libm-test-ulps: Update.
17047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17048
17049 2013-12-16  Will Newton  <will.newton@linaro.org>
17050
17051         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17052         (Aligned Memory Blocks): Add documentation for aligned_alloc
17053         and suggest it as an alternative to posix_memalign.
17054         (Hooks for Malloc): Document __memalign_hook is also called
17055         for aligned_alloc.  (Summary of Malloc): Add summary for
17056         aligned alloc.  Document __memalign_hook is also called
17057         for aligned_alloc.
17058
17059 2013-12-16  Will Newton  <will.newton@linaro.org>
17060
17061         * manual/memory.texi (Malloc Examples): Clarify default
17062         alignment documentation.  Suggest posix_memalign rather
17063         than memalign or valloc.
17064         (Aligned Memory Blocks): Remove suggestion to use memalign
17065         or valloc.  Remove obsolete comment about BSD.
17066         Document memalign errno values and mark the function obsolete.
17067         Document posix_memalign returned error codes.  Mark valloc
17068         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17069         called for posix_memalign and valloc.
17070         (Summary of Malloc): Add posix_memalign to function summary.
17071         __memalign_hook is also called for posix_memalign and valloc.
17072
17073 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17074
17075         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17076         TAYLOR_SIN.
17077         (__sin): Adjust.
17078         (__cos): Likewise.
17079         (sloww): Use mynumber union.  Expand ternary operator into
17080         if-else statements.
17081         (cslow): use mynumber union.
17082
17083 2013-12-16  Allan McRae  <allan@archlinux.org>
17084
17085         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17086         * configure: Regenerated.
17087
17088         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17089
17090         [BZ #14120]
17091         * configure.ac: Added --enable-maintainer-mode. Check for
17092         autoconf when enabled.
17093         * configure: Regenerated.
17094
17095         * nscd/nscd.service: New file.
17096         * nscd/nscd.tmpfiles: New file.
17097
17098 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17099
17100         [BZ #12100]
17101         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17102         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17103         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17104         (strstr): Add __strstr_sse2_unaligned ifunc.
17105         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17106         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17107         (strcasestr): Remove __strcasestr_sse42 ifunc.
17108         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17109         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17110         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17111
17112 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17113
17114         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17115         * sysdeps/sh/bits/fenv.h: ... here.
17116         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17117
17118 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17119
17120         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17121
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17123         hypotf multiarch implementations.
17124         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17127         multiarch hypot for PPC64.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17129         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17131         multiarch hypotf for PPC64.
17132
17133         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17134         modff multiarch implementations.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17138         multiarch modf for PPC64.
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17142         multiarch modff for PPC64.
17143
17144         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17145         and logl multiarch implementations.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17149         multiarch logb for PPC64.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17153         multiarch logb for PPC64.
17154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17157         multiarch logb for PPC64.
17158
17159         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17160         isinff multiarch implementation.
17161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17162         file.
17163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17165         multiarch isinf for PPC64.
17166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17167         file.
17168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17169         multiarch isinff for PPC64.
17170
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17172         finitef multiarch implementation.
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17174         file.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17177         multiarch finite for PPC64.
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17179         file.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17181         multiarch finitef for PPC64.
17182
17183         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17184         lrint multiarch implementation.
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17186         file.
17187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17189         multiarch llrint for PPC64.
17190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17191         multiarch lrint for PPC64.
17192
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17194         copysignf multiarch implementation.
17195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17196         file.
17197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17198         file.
17199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17200         multiarch copysign for PPC64.
17201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17202         multiarch copysignf for PPC64.
17203
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17205         multiarch implementation.
17206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17207         file.
17208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17209         file.
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17211         file.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17213         file.
17214         multiarch llround for PPC64.
17215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17216         multiarch trunc for PPC64.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17218         multiarch truncf for PPC64.
17219
17220         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17221         multiarch implementation.
17222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17223         file.
17224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17225         file.
17226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17227         file.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17229         file.
17230         multiarch llround for PPC64.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17232         multiarch round for PPC64.
17233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17234         multiarch roundf for PPC64.
17235
17236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17237         multiarch implementation.
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17239         file.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17241         file.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17243         file.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17245         file.
17246         multiarch llround for PPC64.
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17248         multiarch floor for PPC64.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17250         multiarch floorf for PPC64.
17251
17252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17253         multiarch implementation.
17254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17255         file.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17257         file.
17258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17259         file.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17261         file.
17262         multiarch llround for PPC64.
17263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17264         multiarch ceil for PPC64.
17265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17266         multiarch ceilf for PPC64.
17267
17268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17269         multiarch implementation.
17270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17271         file.
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17273         file.
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17275         file.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17277         multiarch llround for PPC64.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17279         multiarch lround for PPC64.
17280
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17282         multiarch implementation.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17286         file.
17287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17290         multiarch isnan for PPC64.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17292         multiarch isnanf for PPC64.
17293
17294         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17295         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17296         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17297         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17298         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17300
17301         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17302         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17303         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17304         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17305
17306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17307         multiarch implementations.
17308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17309         (__libc_ifunc_impl_list): Likewise.
17310         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17312         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17313         multiarch stpcpy for PPC64.
17314
17315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17316         multiarch implementations.
17317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17318         (__libc_ifunc_impl_list): Likewise.
17319         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17320         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17321         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17322         multiarch strcpy for PPC64.
17323
17324         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17325         redefine function name.
17326         (_wordcopy_fwd_dest_aligned): Likewise.
17327         (_wordcopy_bwd_aligned): Likewise.
17328         (_wordcopy_bwd_dest_aligned): Likewise.
17329         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17330         multiarch implementations.
17331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17332         (__libc_ifunc_impl_list): Likewise.
17333         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17334         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17335         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17336         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17337         multiarch wcscpy for PPC64.
17338
17339         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17340         multiarch implementations.
17341         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17342         (__libc_ifunc_impl_list): Likewise.
17343         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17344         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17345         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17346         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17347         multiarch wcscpy for PPC64.
17348
17349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17350         multiarch implementations.
17351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17352         (__libc_ifunc_impl_list): Likewise.
17353         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17354         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17355         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17356         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17357         multiarch wcsrchr for PPC64.
17358
17359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17360         multiarch implementations.
17361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17362         (__libc_ifunc_impl_list): Likewise.
17363         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17364         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17365         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17366         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17367         multiarch wcschr for PPC64.
17368
17369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17370         multiarch implementations.
17371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17372         (__libc_ifunc_impl_list): Likewise.
17373         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17374         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17375         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17376         multiarch strchrnul for PPC64.
17377
17378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17379         implementations.
17380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17381         (__libc_ifunc_impl_list): Likewise.
17382         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17383         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17384         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17385         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17386         strchr for PPC64.
17387
17388         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17389         implementations.
17390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17391         (__libc_ifunc_impl_list): Likewise.
17392         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17393         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17394         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17395         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17396         strncmp for PPC64.
17397
17398         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17399         multiarch implementations.
17400         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17401         (__libc_ifunc_impl_list): Likewise.
17402         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17403         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17404         strncasecmp for PPC64.
17405         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17406         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17407         multiarch strncasecmp_l for PPC64.
17408
17409         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17410         multiarch implementations.
17411         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17412         (__libc_ifunc_impl_list): Likewise.
17413         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17414         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17415         multiarch strcasecmp for PPC64.
17416         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17417         file.
17418         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17419         multiarch strcasecmp_l for PPC64.
17420
17421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17422         implementations.
17423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17424         (__libc_ifunc_impl_list): Likewise.
17425         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17426         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17427         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17428         strnlen for PPC64.
17429
17430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17431         implementations.
17432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17433         (__libc_ifunc_impl_list): Likewise.
17434         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17435         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17437         strlen for PPC64.
17438
17439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17440         implementations.
17441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17442         (__libc_ifunc_impl_list): Likewise.
17443         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17444         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17445         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17446         rawmemrchr for PPC64.
17447
17448         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17449         implementation.
17450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17451         (__libc_ifunc_impl_list): Likewise.
17452         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17453         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17454         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17455         memrchr for PPC64.
17456
17457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17458         implementation.
17459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17460         (__libc_ifunc_impl_list): Likewise.
17461         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17462         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17463         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17464         memchr for PPC64.
17465
17466         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17467         implementation.
17468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17469         (__libc_ifunc_impl_list): Likewise.
17470         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17472         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17473         mempcpy for PPC64.
17474
17475         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17476         avoid cretion of __bzero symbol.
17477         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17478         Likewise.
17479         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17480         Likewise.
17481         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17482         Likewise.
17483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17484         multiarch implementations.
17485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17486         (__libc_ifunc_impl_list): Likewise.
17487         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17488         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17489         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17491         bzero for PPC32.
17492         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17493         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17496         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17497         memset for PPC64.
17498         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17499
17500         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17502         implementations.
17503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17504         (__libc_ifunc_impl_list): Likewise.
17505         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17506         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17507         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17508         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17509         memcmp for PPC64.
17510
17511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17512         multiarch for POWER/PPC64.
17513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17514         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17515         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17516         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17517         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17518         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17519         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17520         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17521         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17522         memcpy for PPC64.
17523
17524         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17525         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17526         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17527         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17528         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17529         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17530         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17531         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17532         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17533         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17534         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17535         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17536         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17537         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17538         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17546
17547 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17548
17549         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17550
17551 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17552
17553         * benchtests/Makefile (bench): Add exp2 and log2.
17554         (LDLIBS-bench-exp2): Add -lm.
17555         (LDLIBS-bench-log2): Likewise.
17556         * benchtests/exp2-inputs: New inputs file.
17557         * benchtests/log2-inputs: New inputs file.
17558         * benchtests/log-inputs: Add new inputs.
17559         * benchtests/tan-inputs: Likewise.
17560
17561 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17562
17563         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17564         definition...
17565         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17566         (csloww2): ... from here.
17567
17568         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17569         instead of structures.
17570         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17571         (POLYNOMIAL): Likewise.
17572         (TAYLOR_SLOW): Likewise.
17573         (__sin): Likewise.
17574         (__cos): Likewise.
17575         (slow1): Likewise.
17576         (slow2): Likewise.
17577         (sloww): Likewise.
17578         (sloww1); Likewise.
17579         (sloww2): Likewise.
17580         (bsloww1): Likewise.
17581         (bsloww2): Likewise.
17582         (cslow2): Likewise.
17583         (csloww): Likewise.
17584         (csloww1): Likewise.
17585         (csloww2): Likewise.
17586
17587 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17588
17589         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17590         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17591         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17592         * malloc/hooks.c (realloc_check): Likewise.
17593
17594         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17595         * malloc/arena.c: Remove PER_THREAD conditional.
17596         [!PER_THREAD]: Remove code.
17597         (ptmalloc_unlock_all2): Likewise.
17598         (ptmalloc_init): Likewise.
17599         (_int_new_arena): Likewise.
17600         (arena_get2): Likewise.
17601         * malloc/hooks.c (__malloc_get_state): Likewise.
17602         (__malloc_set_state): Likewise.
17603         * malloc/malloc.c: Likewise.
17604         (struct malloc_state): Likewise.
17605         (struct malloc_par): Likewise.
17606         (__libc_realloc): Likewise.
17607         (__libc_mallopt): Likewise.
17608
17609 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17610
17611         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17612
17613 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17614
17615         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17616         macro to a function.  Check for zero perturb_byte.
17617         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17618
17619         * malloc/malloc.c: (force_reg): Remove.
17620         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17621         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17622         force_reg by atomic_forced_read.
17623         * malloc/arena.c (ptmalloc_init): Likewise.
17624         * malloc/hooks.c (top_check): Likewise.
17625
17626 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17627
17628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17629
17630 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17631
17632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17633
17634 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17635
17636         * math/auto-libm-test-in: Add tests of lgamma.
17637         * math/auto-libm-test-out: Regenerated.
17638         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17639         (M_LOG_2_SQRT_PIl): Likewise.
17640         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17641         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17642         mpfr_f_f1.
17643         (func_calc_desc): Add mpfr_f_f1 union field.
17644         (ARGS1): New macro.
17645         (ARGS2): Likewise.
17646         (ARGS3): Likewise.
17647         (ARGS4): Likewise.
17648         (RET1): Likewise.
17649         (RET2): Likewise.
17650         (CALC): Likewise.
17651         (FUNC): Likewise.
17652         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17653         (test_functions): Add lgamma.
17654         (calc_generic_results): Handle mpfr_f_f1.
17655         * sysdeps/i386/fpu/libm-test-ulps: Update.
17656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17657
17658 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17659
17660         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17661         __mpn_add_n for PowerPC64/POWER7.
17662         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17663         __mpn_sub_n for PowerPC64/POWER7.
17664
17665         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17666         __mpn_addmul_1 for PowerPC64.
17667         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17668         __mpn_submul_1 for PowerPC64.
17669         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17670         for PowerPC64.
17671         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17672         for PowerPC64.
17673
17674 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17675
17676         [BZ #15089]
17677         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17678
17679 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17680
17681         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17682
17683         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17684         add multiarch folders.
17685         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17686         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17687         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17688         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17689         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17690         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17691         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17692         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17693         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17694         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17695         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17702
17703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17704         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17706         New file.
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17708         New file.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17710         multiarch __ieee754_hypot for PowerPC32.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17712         New file.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17714         New file.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17716         multiarch __ieee754_hypotf for PowerPC32.
17717
17718         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17719         long_double_symbol only if __logbl is defined.
17720         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17721         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17722         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17723         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17724         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17725         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17726         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17727         path for implementation.
17728         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17729         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17731         logb, and logbl multiarch implementations for PowerPC32.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17733         file.
17734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17735         file.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17737         multiarch logb for PowerPC32.
17738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17739         file.
17740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17741         file.
17742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17743         multiarch logbf for PowerPC32.
17744         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17746         file.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17748         multiarch logbl implementation for PowerPC32.
17749
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17751         and modff multiarch implementations.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17753         New file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17755         New file.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17757         multiarch modf for PowerPC32.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17759         New file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17761         New file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17763         multiarch modff for PowerPC32.
17764
17765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17766         and lrintf multiarch implementations.
17767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17768         New file.
17769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17770         New file.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17772         multiarch lrint for PowerPC32.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17774         file: multiarch lrintf for PowerPC32.
17775
17776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17777         and lroundf multiarch implementations.
17778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17779         New file.
17780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17781         New file.
17782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17783         New file.
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17785         multiarch lround for PowerPC32.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17787         file: multiarch lroundf for PowerPC32.
17788
17789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17790         copysign and copysignf multiarch implementations.
17791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17792         New file.
17793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17794         New file.
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17796         file: multiarch copysign for PowerPC32.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17798         file: multiarch copysignf for PowerPC32.
17799
17800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17801         and truncf multiarch implementations.
17802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17803         New file.
17804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17805         file.
17806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17807         multiarch trunc for PowerPC32.
17808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17809         New file.
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17811         New file.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17813         multiarch truncf for PowerPC32.
17814
17815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17816         and roundf multiarch implementations.
17817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17818         New file.
17819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17820         file.
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17822         multiarch round for PowerPC32.
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17824         New file.
17825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17826         New file.
17827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17828         multiarch roundf for PowerPC32.
17829
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17831         and floorf multiarch implementations.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17835         file.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17837         multiarch floor for PowerPC32.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17839         New file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17841         New file.
17842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17843         multiarch floorf for PowerPC32.
17844
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17846         and ceilf multiarch implementations.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17848         New file.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17850         file.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17852         multiarch ceil for PowerPC32.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17854         New file.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17856         file.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17858         multiarch ceilf for PowerPC32.
17859
17860         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17861         is defined.
17862         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17863         FINITEF is defined.
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17865         and finitef multiarch implementations.
17866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17867         New file.
17868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17869         file.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17871         multiarch finite for PowerPC32.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17873         New file.
17874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17875         file: multiarch finitef for PowerPC32.
17876
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17878         and isinff multiarch implementations.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17880         file.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17882         file.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17884         multiarch isinf for PowerPC32.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17886         New file.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17888         multiarch isinff for PowerPC32.
17889
17890         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17891         alias when __isnan is defined.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17893         and isnanf multiarch implementations.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17895         file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17897         file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17899         file.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17903         multiarch isnan for PowerPC32.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17905         New file.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17907         New file.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17909         multiarch isnanf for PowerPC32.
17910
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17912         and sqrtf multiarch implementations.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17916         file.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17918         multiarch sqrt for PowerPC32.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17920         file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17922         file.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17924         multiarch sqrtf for PowerPC32.
17925
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17927         and llroundf multiarch implementations.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17929         New file.
17930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17931         New file.
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17933         New file.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17935         file: multiarch llround for PowerPC32.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17937         file: multiarch llroundf for PowerPC32.
17938
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17940         multiarch PowerPC32 fpu implementations.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17942         New file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17944         New file.
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17946         multiarch llrint for PowerPC32.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17948         New file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17950         New file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17952         file.
17953
17954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17955
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17957         file.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17963         multiarch wordcopy for PPC32.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17965         wordcopy objects.
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17967         (__libc_ifunc_impl_list): Likewise.
17968         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17969         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17970         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17971         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17972         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17973         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17974
17975         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17976         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17977         file.
17978         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17979         file.
17980         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17981         file.
17982         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17983         multiarch wcscpy for PPC32.
17984         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17985         multiarch objects.
17986         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17987         (__libc_ifunc_impl_list): Likewise.
17988         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17989         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17990         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17991         sysdeps/powerpc/power6/wcscpy.c.
17992
17993         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17995         file.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17997         file.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17999         file.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18001         multiarch wcsrchr for PPC32.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18003         multiarch objects.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18005         (__libc_ifunc_impl_list): Likewise.
18006         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18007         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18008         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18009         sysdeps/powerpc/power6/wcsrchr.c.
18010
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18012         file.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18014         file.
18015         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18017         multiarch wcschr for PPc32.
18018         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18019         multiarch objects.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18021         (__libc_ifunc_impl_list): Likewise.
18022         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18023         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18024         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18025         sysdeps/powerpc/power6/wcschr.c.
18026
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18029         file.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18031         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18032         file: multiarch strchr for PPC32.
18033         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18034         multiarch objects.
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18036         (__libc_ifunc_impl_list): Likewise.
18037
18038         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18039         name.
18040         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18041         file.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18043         file.
18044         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18045         multiarch strchrnul for PPC32.
18046         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18047         multiarch objects.
18048         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18049         (__libc_ifunc_impl_list): Likewise.
18050
18051         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18052         file.
18053         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18054         multiarch strncasecmp for PPC32.
18055         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18056         file.
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18058         multiarch strncasecmp_l for PPC32.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18060         strncasecmp multiarch objects.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18062         (__libc_ifunc_impl_list): Likewise.
18063
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18065         file.
18066         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18067         multiarch strncasecmp for PPC32.
18068         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18069         New file.
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18071         multiarch strcasecmp_l for PPC32.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18073         multiarch objects.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18075         (__libc_ifunc_impl_list): Likewise.
18076
18077         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18078         file.
18079         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18080         file.
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18082         multiarch strncmp for PPC32.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18084         multiarch objects.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18086         (__libc_ifunc_impl_list): Likewise.
18087
18088         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18089         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18090         file.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18092         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18094         multiarch objects.
18095         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18096         (__libc_ifunc_impl_list): Likewise.
18097
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18099         file.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18101         file.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18104         multiarch objects.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18106         (__libc_ifunc_impl_list): Likewise.
18107
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18109         file.
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18111         file.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18113         multiarch rawmemchr for PPC32.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18115         multiarch objects.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18117         (__libc_ifunc_impl_list): Likewise.
18118
18119         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18120         file.
18121         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18122         file.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18124         file: memrchr multiarch for PPC32.
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18126         multiarch objects.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18128         (__libc_ifunc_impl_list): Likewise.
18129
18130         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18131         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18132         file.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18134         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18135         multiarch memchr for PPC32.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18137         multiarch objects.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18139         (__libc_ifunc_impl_list): Likewise.
18140
18141         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18143         file.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18145         file.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18147         file: multiarch mempcpy for PPC32.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18149         multiarch objects.
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18151         (__libc_ifunc_impl_list): Likewise.
18152
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18157         multiarch bzero for PPC32.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18159         file.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18161         file.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18163         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18164         file: multiarch memset for PPC32.
18165         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18167         memset multiarch objects.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18169         (__libc_ifunc_impl_list): Likewise.
18170
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18172         file.
18173         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18175         memcmp for PPC32.
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18178         multiarch objects.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18180         (__libc_ifunc_impl_list): Likewise.
18181
18182         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18185         file.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18187         file.
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18189         file.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18191         multiarch memcpy for PPC32.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18193         multiarch objects.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18195         (__libc_ifunc_impl_list): Likewise.
18196
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18198         support multiarch for POWER/PPC32.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18200         Likewise.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18203         Implies file to make multiarch folder appers before the fpu and
18204         default folder for power4 configuration.
18205
18206 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18207
18208         * scripts/bench.pl: Append volatile keyword to type.
18209
18210 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18211
18212         * sysdeps/sh/sotruss-lib.c: New file.
18213         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18214
18215 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18216
18217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18218
18219 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18220
18221         [BZ #6810]
18222         * math/w_tgamma.c: Include <errno.h>.
18223         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18224         * math/w_tgammaf.c: Include <errno.h>.
18225         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18226         * math/w_tgammal.c: Include <errno.h>.
18227         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18228         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18229         underflow.  Add more tgamma tests.
18230         * math/auto-libm-test-out: Regenerated.
18231         * sysdeps/i386/fpu/libm-test-ulps: Update.
18232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18233
18234         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18235         sin, sinh, tan, tanh, tgamma, y0 and y1.
18236         * math/auto-libm-test-out: Regenerated.
18237         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18238         (TEST_COND_x86): Likewise.
18239         (M_E2l): Remove macro.
18240         (M_E3l): Likewise.
18241         (M_2_SQRT_PIl): Likewise.
18242         (M_SQRT_PIl): Likewise.
18243         (M_1_DIV_El): Likewise.
18244         (log_test_data): Use AUTO_TESTS_f_f.
18245         (log10_test_data): Likewise.
18246         (log1p_test_data): Likewise.
18247         (log2_test_data): Likewise.
18248         (sin_test_data): Likewise.
18249         (sin_tonearest_test_data): Likewise.
18250         (sin_towardzero_test_data): Likewise.
18251         (sin_downward_test_data): Likewise.
18252         (sin_upward_test_data): Likewise.
18253         (sinh_test_data): Likewise.
18254         (sinh_tonearest_test_data): Likewise.
18255         (sinh_towardzero_test_data): Likewise.
18256         (sinh_downward_test_data): Likewise.
18257         (sinh_upward_test_data): Likewise.
18258         (tan_test_data): Likewise.
18259         (tan_tonearest_test_data): Likewise.
18260         (tan_towardzero_test_data): Likewise.
18261         (tan_downward_test_data): Likewise.
18262         (tan_upward_test_data): Likewise.
18263         (tanh_test_data): Likewise.
18264         (tgamma_test_data): Likewise.
18265         (y0_test_data): Likewise.
18266         (y1_test_data): Likewise.
18267         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18268         (special_real_inputs): Add pi/4.
18269         * sysdeps/i386/fpu/libm-test-ulps: Update.
18270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18271
18272 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18273
18274         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18275         "longjmp_target" static probes.
18276         (__longjmp): Rename to __longjmp_symbol.
18277         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18278         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18279         on which longjmp to generate.
18280         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18281         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18282         probe.
18283         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18284         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18285         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18286         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18287         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18288         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18290         __longjmp_symbol based on which __longjmp to generate.
18291         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18292         probe.
18293         (setjmp): Rename to setjmp_symbol.
18294         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18295         (_setjmp): Rename to _setjmp_symbol.
18296         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18297         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18298         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18299         which setjmp to generate.
18300         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18301         "longjmp_target" static probes.
18302
18303 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18304
18305         * benchtests/README: Add note about output arguments.
18306         * benchtests/bench-sincos.c: Remove file.
18307         * benchtests/sincos-inputs: New file.
18308         * scripts/bench.pl: Identify output arguments and define
18309         static variables for them.
18310
18311         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18312
18313         [BZ #15941]
18314         * Makefile (INSTALL): Add install-plain.texi as the primary
18315         dependency.
18316         * manual/install-plain.texi: New file.
18317         * manual/install.texi: Include node directive only for
18318         non-plaintext output.
18319
18320 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18321
18322         * stdlib/longlong.h: Update from GCC.
18323
18324         [BZ #6807]
18325         [BZ #15901]
18326         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18327         * math/w_j0f.c (y0f): Likewise.
18328         * math/w_j0l.c (__y0l): Likewise.
18329         * math/w_j1.c (y1): Likewise.
18330         * math/w_j1f.c (y1f): Likewise.
18331         * math/w_j1l.c (__y1l): Likewise
18332         * math/w_jn.c (yn): Likewise.
18333         * math/w_jnf.c (ynf): Likewise.
18334         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18335         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18336         value for Bessel function domain errors outside _SVID_ mode.
18337         Adjust sign of return value for yn (negative integer, 0).
18338         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18339         by zero in return for negative x and set sign appropriately for
18340         negative n.
18341         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18342         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18343         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18344         expectations in error cases.
18345         (y1_test_data): Likewise.
18346         (yn_test_data): Likewise.
18347         * sysdeps/i386/fpu/libm-test-ulps: Update.
18348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18349
18350 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18351
18352         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18353         "64" to "64-v1".  Add "64-v2".
18354         (abi-64-options): Rename to ...
18355         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18356         (abi-64-condition): Rename to ...
18357         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18358         (abi-64-ld-soname): Rename to ...
18359         (abi-64-v1-ld-soname): ... this.
18360         (abi-64-v2-options): Define.
18361         (abi-64-v2-condition): Likewise.
18362         (abi-64-v2-ld-soname): Likewise.
18363         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18364         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18368
18369 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18370             Alan Modra  <amodra@gmail.com>
18371
18372         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18373         New versions for use with the ELFv2 ABI.
18374         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18375         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18376         declaration.
18377         (struct La_ppc64v2_retval): Likewise.
18378         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18379         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18380         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18381         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18382         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18383         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18384         Do not save or restore CR.
18385         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18386         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18387         return values for ELFv2 ABI.  Fix location of FPR return registers.
18388         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18389         updated values for _CALL_ELF == 2.
18390         (La_regs, La_retval, int_retval): Likewise.
18391
18392 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18393
18394         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18395         (FRAME_MIN_SIZE_PARM): Likewise.
18396         (FRAME_BACKCHAIN): Likewise.
18397         (FRAME_CR_SAVE): Likewise.
18398         (FRAME_LR_SAVE): Likewise.
18399         (FRAME_TOC_SAVE): Likewise.
18400         (FRAME_PARM_SAVE): Likewise.
18401         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18402         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18403         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18404         (call_mcount_parm_offset): New macro.
18405         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18406         (PROF): Use symbolic stack frame offsets.
18407         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18408         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18409         Redefine in terms of FRAME_MIN_SIZE.
18410         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18411         (_dl_profile_resolve): Likewise.  Update comment.
18412         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18413         symbols stack frame offsets.
18414         (__sigsetjmp): Likewise.
18415         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18416         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18417         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18418         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18419
18420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18421         (FRAME_BACKCHAIN): Remove.
18422         (FRAME_CR_SAVE): Likewise.
18423         (FRAME_LR_SAVE): Likewise.
18424         (FRAME_COMPILER_DW): Likewise.
18425         (FRAME_LINKER_DW): Likewise.
18426         (FRAME_TOC_SAVE): Likewise.
18427         (FRAME_PARM_SAVE): Likewise.
18428         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18429         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18430         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18432         (CHECK_SP): Use symbolic stack frame offsets.
18433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18434         zone" instead of caller's parameter save area for temp storage.
18435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18436         Likewise.  Also, use symbolic stack frame offsets.
18437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18438         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18439         our own stack frame instead of the caller's.
18440         (__socket): Use symbolic stack frame offsets.
18441
18442 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18443             Alan Modra  <amodra@gmail.com>
18444
18445         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18446         Define.
18447         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18448         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18449         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18450         New function.
18451         (elf_machine_fixup_plt): Call it.
18452         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18453         reloc arguments.
18454         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18455         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18456         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18457         r2 before calling target.
18458
18459 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18460             Alan Modra  <amodra@gmail.com>
18461
18462         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18463         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18464         versions of macros to support ELFv2 ABI.
18465         (LOCALENTRY): New macro.
18466         (ENTRY, EALIGN): Use it.
18467         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18468         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18469         fall through into ENTRY entry point.
18470         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18471         Only define if _CALL_ELF != 2.
18472
18473         (elf_machine_matches_host): Verify ABI version matches.
18474         (RTLD_START): Use LOCALENTRY.
18475         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18476         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18477         (PLT_ENTRY_WORDS): New macro.
18478         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18479         (elf_machine_runtime_setup): Support ELFv2 ABI.
18480         (elf_machine_fixup_plt): Likewise.
18481         (elf_machine_plt_conflict): Likewise.
18482         (resolve_ifunc): Likewise.
18483         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18484         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18485         Likewise.
18486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18487         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18489         (makecontext): Support ELFv2 ABI.
18490         * elf/elf.h (EF_PPC64_ABI): Define.
18491
18492 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18493
18494         * sysdeps/powerpc/powerpc64/sysdep.h
18495         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18496         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18497         (ENTRY) [ASSEMBLER]: ... but instead here ...
18498         (EALIGN) [ASSEMBLER]: ... and here.
18499         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18500         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18501         (ENTRY_2) [!ASSEMBLER]: Use it.
18502         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18503         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18504         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18505         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18506         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18508         Use PPC64_LOAD_FUNCPTR.
18509
18510         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18511
18512 2013-12-04  Alan Modra  <amodra@gmail.com>
18513
18514         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18515         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18516         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18517         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18518
18519         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18520         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18521         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18522         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18523         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18524         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18525
18526 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18527
18528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18529         (__makecontext): Fix incorrect CFI when backtracing out of
18530         context created via makecontext.
18531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18532         (__setcontext): Fix incorrect CFI during switch to new context.
18533         (__novec_setcontext): Likewise.
18534
18535 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18536
18537         [BZ #4772]
18538         * time/strptime_l.c (__strptime_internal): Allow modifiers
18539         in strptime.
18540         * time/tst-strptime.c (day_tests): Add testcase.
18541
18542 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18543
18544         * scripts/bench.pl: Skip over blank lines.
18545
18546 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18547
18548         [BZ #926]
18549         * manual/time.texi (Calendar Time): Clarify what timezone functions
18550         use.
18551
18552 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18553
18554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18555
18556 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18557
18558         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18559         implementation.
18560         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18561         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18562         * debug/memset_chk.c (__memset_chk): Likewise.
18563         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18564         * debug/strncpy_chk.c: Likewise.
18565
18566 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18567
18568         [BZ #15268]
18569         [BZ #15425]
18570         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18571         (__ieee754_exp): For possibly underflowing results, check size of
18572         result and force underflow exception if required.
18573         * math/auto-libm-test-in: Add more tests of exp.
18574         * math/auto-libm-test-out: Regenerated.
18575         * sysdeps/i386/fpu/libm-test-ulps: Update.
18576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18577
18578         [BZ #16283]
18579         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18580         * math/w_exp2f.c (__exp2f): Likewise.
18581         * math/w_exp2l.c (__exp2l): Likewise.
18582         * math/auto-libm-test-in: Do not allow missing errno on exp2
18583         underflow.
18584         * math/auto-libm-test-out: Regenerated.
18585
18586 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18587
18588         [BZ #16274]
18589         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18590         handle filename validation.
18591         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18592         (do_open): Delete.
18593
18594 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18595
18596         [BZ #6786]
18597         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18598         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18599         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18600         <float.h>.
18601         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18602         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18603         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18604         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18605         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18606         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18607         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18608         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18609         Add more erfc tests.
18610         * math/auto-libm-test-out: Regenerated.
18611         * sysdeps/i386/fpu/libm-test-ulps: Update.
18612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18613
18614         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18615         exp2, expm1, j0 and j1.
18616         * math/auto-libm-test-out: Regenerated.
18617         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18618         (erfc_test_data): Likewise.
18619         (exp_test_data): Likewise.
18620         (exp_tonearest_test_data): Likewise.
18621         (exp_towardzero_test_data): Likewise.
18622         (exp_downward_test_data): Likewise.
18623         (exp_upward_test_data): Likewise.
18624         (exp10_test_data): Likewise.
18625         (exp2_test_data): Likewise.
18626         (expm1_test_data): Likewise.
18627         (j0_test_data): Likewise.
18628         (j1_test_data): Likewise.
18629         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18630         (input_flag_type): Add flag_xfail_rounding.
18631         (input_flags): Add xfail-rounding.
18632         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18633         (output_for_one_input_case): Handle flag_xfail_rounding.
18634         * sysdeps/i386/fpu/libm-test-ulps: Update.
18635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18636
18637 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18638
18639         [BZ #16289]
18640         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18641         division by 0.
18642
18643 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18644
18645         [BZ #16195]
18646         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18647         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18648         (STAP_PROBE0): New macro.
18649         (STAP_PROBE1): Likewise.
18650         (STAP_PROBE2): Likewise.
18651         (STAP_PROBE3): Likewise.
18652         (STAP_PROBE4): Likewise.
18653
18654 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18655
18656         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18657
18658 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18659
18660         * benchtests/Makefile (bench): Add sqrt.
18661         (LDLIBS-bench-sqrt): New.
18662         * benchtests/sqrt-input: New.
18663
18664 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18665
18666         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18667         (GAIH_EAI): Likewise.
18668         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18669         (gaih_inet): Likewise.
18670         (getaddrinfo): Don't use GAIH_EAI.
18671
18672         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18673         (struct gaih): Remove definition.
18674
18675 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18676
18677         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18678         Use HERRNOP directly.
18679
18680 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18681
18682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18683
18684 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18685
18686         * math/gen-auto-libm-tests.c (test_functions): Add more
18687         single-argument functions.
18688         (special_fill_pi_2): New function.
18689         (special_fill_minus_pi_2): Likewise.
18690         (special_fill_pi_6): Likewise.
18691         (special_fill_minus_pi_6): Likewise.
18692         (special_fill_pi_3): Likewise.
18693         (special_fill_2pi_3): Likewise.
18694         (special_fill_e): Likewise.
18695         (special_fill_1_e): Likewise.
18696         (special_fill_e_minus_1): Likewise.
18697         (special_real_inputs): Add more special inputs.
18698         (output_for_one_input_case): Do not require ERANGE on underflow to
18699         zero if round-to-nearest result does not underflow to zero, unless
18700         exact results required.
18701         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18702         atan, atanh, cbrt, cos and cosh.
18703         * math/auto-libm-test-out: Regenerated.
18704         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18705         (acos_tonearest_test_data): Likewise.
18706         (acos_towardzero_test_data): Likewise.
18707         (acos_downward_test_data): Likewise.
18708         (acos_upward_test_data): Likewise.
18709         (acosh_test_data): Likewise.
18710         (asin_test_data): Likewise.
18711         (asin_tonearest_test_data): Likewise.
18712         (asin_towardzero_test_data): Likewise.
18713         (asin_upward_test_data): Likewise.
18714         (asinh_test_data): Likewise.
18715         (atan_test_data): Likewise.
18716         (atanh_test_data): Likewise.
18717         (cbrt_test_data): Likewise.
18718         (cos_test_data): Likewise.
18719         (cos_tonearest_test_data): Likewise.
18720         (cos_towardzero_test_data): Likewise.
18721         (cos_downward_test_data): Likewise.
18722         (cos_upward_test_data): Likewise.
18723         (cosh_test_data): Likewise.
18724         (cosh_tonearest_test_data): Likewise.
18725         (cosh_towardzero_test_data): Likewise.
18726         (cosh_downward_test_data): Likewise.
18727         (cosh_upward_test_data): Likewise.
18728         * sysdeps/i386/fpu/libm-test-ulps: Update.
18729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18730
18731 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18732
18733         [BZ #6787]
18734         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18735         * math/w_exp10f.c (__exp10f): Likewise.
18736         * math/w_exp10l.c (__exp10l): Likewise.
18737         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18738         errno settings in existing tests.
18739
18740         [BZ #14032]
18741         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18742         precision control set to double precision.
18743         * sysdeps/i386/fpu/w_sqrt.c: New file.
18744         * math/auto-libm-test-in: Add more tests.
18745         * math/auto-libm-test-out: Update.
18746
18747         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18748         (sqrt_test_tonearest): New function.
18749         (sqrt_towardzero_test_data): New variable.
18750         (sqrt_test_towardzero): New function.
18751         (sqrt_downward_test_data): New variable.
18752         (sqrt_test_downward): New function.
18753         (sqrt_upward_test_data): New variable.
18754         (sqrt_test_upward): New function.
18755         (main): Call the new functions.
18756
18757         * math/gen-auto-libm-tests.c: New file.
18758         * math/auto-libm-test-in: Likewise.
18759         * math/auto-libm-test-out: New generated file.
18760         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18761         variables.
18762         (%beautify): Add generated representations of zero.
18763         (top level): Set $auto_input and call parse_auto_input.
18764         (beautify): Remove trailing "f" from hex float constants.
18765         (parse_args): Handle XFAIL_TEST.
18766         (convert_condition): New function.
18767         (or_value): Likewise.
18768         (or_cond_value): Likewise.
18769         (generate_testfile): Handle AUTO_TESTS_* lines.
18770         (parse_auto_input): New function.
18771         * math/libm-test.inc (XFAIL_TEST): New macro.
18772         (ERRNO_UNCHANGED): Update value.
18773         (ERRNO_EDOM): Likewise.
18774         (ERRNO_ERANGE): Likewise.
18775         (IGNORE_RESULT): Likewise.
18776         (TEST_COND_flt_32): New macro.
18777         (TEST_COND_dbl_64): Likewise.
18778         (TEST_COND_ldbl_96_intel): Likewise.
18779         (TEST_COND_ldbl_96_m68k): Likewise.
18780         (TEST_COND_ldbl_128): Likewise.
18781         (TEST_COND_ldbl_128ibm): Likewise.
18782         (TEST_COND_long32): Likewise.
18783         (TEST_COND_long64): Likewise.
18784         (TEST_COND_before_rounding): Likewise.
18785         (TEST_COND_after_rounding): Likewise.
18786         (enable_test): Handle XFAIL_TEST flag.
18787         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18788         with finite results.
18789         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18790         auto-libm-test-out.
18791
18792 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18793             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18794
18795         [BZ #16214]
18796         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18797         __tls_get_addr_internal instead of __tls_get_offset in order to
18798         avoid GOT pointer dependency.  Make rtld export
18799         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18800         __tls_get_addr since we are a __tls_get_offset platform.
18801         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18802         GOT pointer being set up before.
18803         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18804
18805 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18806
18807         * manual/math.texi (Errors in Math Functions): Document accuracy
18808         goals.
18809
18810         [BZ #15004]
18811         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18812         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18813         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18814         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18815         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18816         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18817         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18818         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18819         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18820         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18821         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18822         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18823         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18824         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18825         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18826         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18827
18828         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18829         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18830         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18831         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18832         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18833         Likewise.
18834         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18835         Likewise.
18836         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18837         Likewise.
18838         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18839         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18840         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18841         atomic-feupdateenv and flt-rounds.
18842         * sysdeps/powerpc/nofpu/Versions (libc): Add
18843         __atomic_feholdexcept, __atomic_feclearexcept,
18844         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18845         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18846         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18847         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18848         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18849         here.
18850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18851         Update.
18852
18853         * manual/arith.texi (FP Exceptions): Document that exceptions may
18854         not be raised when matherr is used.
18855         (Math Error Reporting): Document overflow in directed rounding
18856         modes.  Document that errno may not be set when finite values are
18857         returned on overflow.  Document intent to set errno on underflow
18858         only for underflow to zero.
18859
18860         [BZ #16271]
18861         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18862         round-to-nearest then adjust result for other rounding modes.
18863         * include/fenv.h (fegetround): Use libm_hidden_proto.
18864         * math/fegetround.c (fegetround): Use libm_hidden_def.
18865         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18866         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18867         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18868         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18869         Likewise.
18870         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18871         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18872         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18873         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18874
18875 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18876
18877         [BZ #16077]
18878         * nss/Versions (libnss_files): Add
18879         _nss_files_gethostbyname3_r.
18880         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18881         New function.
18882         (HOST_DB_LOOKUP): Remove macro.
18883         (_nss_files_gethostbyname_r): Implement function without the
18884         HOST_DB_LOOKUP macro.
18885         (_nss_files_gethostbyname2_r): Likewise.
18886
18887 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18888
18889         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18890
18891 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18892
18893         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18894         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18895         warning.
18896
18897 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18898
18899         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18900         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18901         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18902         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18903         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18904         __fe_nomask_env_priv and attribute_hidden.
18905         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18906         (libc_feupdateenv_test_ppc): Likewise.
18907         (libc_feresetround_ppc): Likewise.
18908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18909         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18910         compat_symbol macro.
18911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18912         (__fe_nomask_env): Likewise.
18913         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18914
18915 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18916
18917         * string/Makefile: Remove ifunc tests.
18918         * string/test-string.h: Define TEST_IFUNC.
18919         * string/test-bcopy-ifunc.c: Remove.
18920         * string/test-bzero-ifunc.c: Likewise.
18921         * string/test-memccpy-ifunc.c: Likewise.
18922         * string/test-memchr-ifunc.c: Likewise.
18923         * string/test-memcmp-ifunc.c: Likewise.
18924         * string/test-memcpy-ifunc.c: Likewise.
18925         * string/test-memmem-ifunc.c: Likewise.
18926         * string/test-memmove-ifunc.c: Likewise.
18927         * string/test-mempcpy-ifunc.c: Likewise.
18928         * string/test-memrchr-ifunc.c: Likewise.
18929         * string/test-memset-ifunc.c: Likewise.
18930         * string/test-rawmemchr-ifunc.c: Likewise.
18931         * string/test-stpcpy-ifunc.c: Likewise.
18932         * string/test-stpncpy-ifunc.c: Likewise.
18933         * string/test-strcasecmp-ifunc.c: Likewise.
18934         * string/test-strcasestr-ifunc.c: Likewise.
18935         * string/test-strcat-ifunc.c: Likewise.
18936         * string/test-strchr-ifunc.c: Likewise.
18937         * string/test-strchrnul-ifunc.c: Likewise.
18938         * string/test-strcmp-ifunc.c: Likewise.
18939         * string/test-strcpy-ifunc.c: Likewise.
18940         * string/test-strcspn-ifunc.c: Likewise.
18941         * string/test-strlen-ifunc.c: Likewise.
18942         * string/test-strncasecmp-ifunc.c: Likewise.
18943         * string/test-strncat-ifunc.c: Likewise.
18944         * string/test-strncmp-ifunc.c: Likewise.
18945         * string/test-strncpy-ifunc.c: Likewise.
18946         * string/test-strnlen-ifunc.c: Likewise.
18947         * string/test-strpbrk-ifunc.c: Likewise.
18948         * string/test-strrchr-ifunc.c: Likewise.
18949         * string/test-strspn-ifunc.c: Likewise.
18950         * string/test-strstr-ifunc.c: Likewise.
18951
18952 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18953
18954         * benchtests/Makefile: Remove ifunc tests.
18955         * benchtests/bench-string.h: Define TEST_IFUNC.
18956         * benchtests/bench-bcopy-ifunc.c: Remove.
18957         * benchtests/bench-bzero-ifunc.c: Likewise.
18958         * benchtests/bench-memccpy-ifunc.c: Likewise.
18959         * benchtests/bench-memchr-ifunc.c: Likewise.
18960         * benchtests/bench-memcmp-ifunc.c: Likewise.
18961         * benchtests/bench-memcpy-ifunc.c: Likewise.
18962         * benchtests/bench-memmem-ifunc.c: Likewise.
18963         * benchtests/bench-memmove-ifunc.c: Likewise.
18964         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18965         * benchtests/bench-memrchr-ifunc.c: Likewise.
18966         * benchtests/bench-memset-ifunc.c: Likewise.
18967         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18968         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18969         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18970         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18971         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18972         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18973         * benchtests/bench-strcat-ifunc.c: Likewise.
18974         * benchtests/bench-strchr-ifunc.c: Likewise.
18975         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18976         * benchtests/bench-strcmp-ifunc.c: Likewise.
18977         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18978         * benchtests/bench-strcpy-ifunc.c: Likewise.
18979         * benchtests/bench-strcspn-ifunc.c: Likewise.
18980         * benchtests/bench-strlen-ifunc.c: Likewise.
18981         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18982         * benchtests/bench-strncat-ifunc.c: Likewise.
18983         * benchtests/bench-strncmp-ifunc.c: Likewise.
18984         * benchtests/bench-strncpy-ifunc.c: Likewise.
18985         * benchtests/bench-strnlen-ifunc.c: Likewise.
18986         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18987         * benchtests/bench-strrchr-ifunc.c: Likewise.
18988         * benchtests/bench-strsep-ifunc.c: Likewise.
18989         * benchtests/bench-strspn-ifunc.c: Likewise.
18990         * benchtests/bench-strstr-ifunc.c: Likewise.
18991
18992 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18993
18994         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18995
18996 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18997
18998         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18999         * rt/aio.h: Likewise.
19000         * sysdeps/gnu/bits/utmp.h: Likewise.
19001         * sysdeps/gnu/bits/utmpx.h: Likewise.
19002         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19003         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19004         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19005         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19006         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19007         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19008         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19009         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19010         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19011         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19012         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19013         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19014         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19016         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19017         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19018         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19019         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19020         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19021         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19022         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19023         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19024         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19025         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19026         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19027         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19028         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19029         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19030         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19031         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19032         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19033         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19034         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19035         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19036         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19037         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19038         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19039         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19040         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19041         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19042         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19043         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19044
19045 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19046
19047         [BZ #16245]
19048         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19049         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19050
19051 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19052
19053         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19054         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19055         Likewise.
19056
19057 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19058
19059         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19060         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19061         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19062         (__fesetround): Remove define.
19063         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19064         rounding and exceptions handling.
19065         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19066         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19067         (__fe_nomask_env): Likewise.
19068         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19069         __fegetround instead of fegetround.
19070         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19071         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19072
19073 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19074
19075         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19076         it's there.
19077
19078         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19079
19080 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19081
19082         [BZ #11157]
19083         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19084         (encrypt_r): Likewise.
19085         * malloc/obstack.h (obstack_free): Likewise.
19086         * posix/unistd.h (encrypt): Likewise.
19087
19088 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19089
19090         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19091         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19092         DL_CALL_DT_FINI() that call the functions directly.
19093         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19094         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19095         * elf/dl-fini.c: Likewise.
19096
19097 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19098
19099         * malloc/hooks.c (memalign_check): Add alignment rounding.
19100         * malloc/malloc.c (_mid_memalign): New function.
19101         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19102         Implement by calling _mid_memalign.
19103         * manual/probes.texi (Memory Allocation Probes): Remove
19104         memory_valloc_retry and memory_pvalloc_retry.
19105
19106 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19107
19108         * locale/programs/locarchive.c (open_archive): Add const
19109         qualifier to ARCHIVEFNAME and copy default fname to
19110         DEFAULT_FNAME.
19111
19112         [BZ #15601]
19113         * libio/tst-widetext.input: Rename Oriya to Odia.
19114         * locale/iso-639.def: Likewise.
19115
19116         * manual/probes.texi (Mathematical Function Probes): Add
19117         documentation for sin, cos, asin and acos probes.
19118         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19119         (__sin32): Add slowasin probe.
19120         (__cos32): Add slowacos probe.
19121         (__mpsin): Add slowsin probe.
19122         (__mpcos): Add slowcos probe.
19123
19124 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19125
19126         [BZ #15483]
19127         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19128         thread-local __sim_exceptions_thread and global
19129         __sim_exceptions_global.
19130         (__sim_disabled_exceptions): Change to thread-local
19131         __sim_disabled_exceptions_thread and global
19132         __sim_disabled_exceptions_global.
19133         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19134         and global __sim_round_mode_global.
19135         (__simulate_exceptions): Use thread-local floating-point state and
19136         set global state from it as needed.
19137         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19138         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19139         __sim_round_mode_thread.
19140         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19141         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19142         and global __sim_exceptions_global.
19143         (__sim_disabled_exceptions): Change to thread-local
19144         __sim_disabled_exceptions_thread and global
19145         __sim_disabled_exceptions_global.
19146         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19147         and global __sim_round_mode_global.
19148         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19149         (SIM_SET_GLOBAL): Likewise.
19150         * sysdeps/powerpc/soft-fp/sfp-machine.h
19151         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19152         __sim_round_mode_thread.
19153         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19154         __sim_disabled_exceptions_thread.
19155         (__sim_exceptions): Change to __sim_exceptions_thread.
19156         (__sim_disabled_exceptions): Change to
19157         __sim_disabled_exceptions_thread.
19158         (__sim_round_mode): Change to __sim_round_mode_thread.
19159         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19160         thread-local floating-point state and set global state from it as
19161         needed.
19162         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19163         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19164         (__sim_disabled_exceptions): Remove extern declaration.
19165         (feenableexcept): Use thread-local floating-point state and set
19166         global state from it as needed.
19167         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19168         extern declaration.
19169         (__sim_disabled_exceptions): Likewise.
19170         (__sim_round_mode): Likewise.
19171         (__fegetenv): Use thread-local floating-point state.
19172         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19173         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19174         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19175         floating-point state and set global state from it as needed.
19176         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19177         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19178         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19179         Likewise.
19180         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19181         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19182         Likewise.
19183         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19184         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19185         Use __sim_round_mode_thread.
19186         * math/test-fenv-tls.c: New file.
19187         * math/Makefile (tests): Add test-fenv-tls.
19188         ($(objpfx)test-fenv-tls): Depend on
19189         $(common-objpfx)nptl/libpthread.so.
19190
19191 2013-11-19  Andreas Schwab  <schwab@suse.de>
19192
19193         * locale/programs/locale.c (show_info): Decode wordarray elements.
19194         * locale/categories.def (LC_MONETARY): Add element for
19195         _NL_MONETARY_CRNCYSTR.
19196         * locale/C-monetary.c (conversion_rate): New variable.
19197         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19198         element.
19199
19200 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19201
19202         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19203         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19204
19205 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19206
19207         * elf/Makefile (tst-auxv): New test.
19208         * elf/tst-auxv.c: New
19209         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19210
19211 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19212
19213         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19214         (hidden_proto): Caller changed.
19215         (hidden_tls_proto): New macro.
19216         (libc_hidden_tls_proto): Likewise.
19217         (rtld_hidden_tls_proto): Likewise.
19218         (libm_hidden_tls_proto): Likewise.
19219         (libresolv_hidden_tls_proto): Likewise.
19220         (librt_hidden_tls_proto): Likewise.
19221         (libdl_hidden_tls_proto): Likewise.
19222         (libnss_files_hidden_tls_proto): Likewise.
19223         (libnsl_hidden_tls_proto): Likewise.
19224         (libnss_nisplus_hidden_tls_proto): Likewise.
19225         (libutil_hidden_tls_proto): Likewise.
19226
19227 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19228
19229         [BZ #10253]
19230         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19231         (decompose_rpath): Defer expansion to fillin_rpath.
19232         (_dl_init_paths): Pass linkmap to fillin_rpath.
19233
19234 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19235
19236         * benchtests/Makefile: Add strsep.
19237         * benchtests/bench-strsep.c: New file: strsep benchtest.
19238         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19239
19240 2013-11-18  Andreas Schwab  <schwab@suse.de>
19241
19242         * locale/programs/locale.c (show_info) [case byte]: Check for
19243         '\377' instead of '\177'.
19244         * locale/C-monetary.c (not_available): Always use "\377".
19245         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19246         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19247         detect unavailable sign_posn locale elements.
19248         * locale/localeconv.c (__localeconv): For grouping and
19249         mon_grouping handle "\177" and "\377" like no grouping.
19250         (INT_ELEM): New macro.  Use it to set all numeric members.
19251         * locale/programs/ld-monetary.c (monetary_read)
19252         <tok_mon_grouping>: Normalize single -1 to the empty string.
19253         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19254         Likewise.
19255
19256 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19257
19258         [BZ #16055]
19259         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19260         when we match (nil).
19261         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19262
19263 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19264
19265         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19266         (NO_TEST_INLINE): Update value.
19267         (ERRNO_UNCHANGED): Likewise.
19268         (ERRNO_EDOM): Likewise.
19269         (ERRNO_ERANGE): Likewise.
19270         (IGNORE_RESULT): Likewise.
19271         (check_float_internal): Check signs of NaN results if
19272         TEST_NAN_SIGN used.
19273         (check_complex): Pass TEST_NAN_SIGN flag through to second
19274         check_float_internal call.
19275         (copysign_test_data): Add tests with quiet NaNs as second
19276         argument.  Use TEST_NAN_SIGN.
19277         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19278         TEST_NAN_SIGN.
19279         (signbit_test_data): Add tests of quiet NaN argument.
19280         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19281
19282         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19283         $ignore_result.
19284         (parse_args): Handle function results specified as IGNORE.
19285         * math/libm-test.inc (IGNORE_RESULT): New macro.
19286         (check_float_internal): Do not check numerical result if flag
19287         IGNORE_RESULT set.
19288         (check_complex): Pass through IGNORE_RESULT to second
19289         check_float_internal call.
19290         (check_int): Do not check numerical result if flag IGNORE_RESULT
19291         set.
19292         (check_long): Likewise.
19293         (check_bool): Likewise.
19294         (check_longlong): Likewise.
19295         (lrint_test_data): Add tests of infinite and NaN arguments.
19296         (lrint_tonearest_test_data): Likewise.
19297         (lrint_towardzero_test_data): Likewise.
19298         (lrint_downward_test_data): Likewise.
19299         (lrint_upward_test_data): Likewise.
19300         (llrint_test_data): Likewise.
19301         (llrint_tonearest_test_data): Likewise.
19302         (llrint_towardzero_test_data): Likewise.
19303         (llrint_downward_test_data): Likewise.
19304         (llrint_upward_test_data): Likewise.
19305         (lround_test_data): Likewise.
19306         (llround_test_data): Likewise.
19307
19308         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19309         (ERRNO_UNCHANGED): Update value.
19310         (ERRNO_EDOM): Likewise.
19311         (ERRNO_ERANGE): Likewise.
19312         (NO_TEST_INLINE_FLOAT): New macro.
19313         (NO_TEST_INLINE_DOUBLE): Likewise.
19314         (enable_test): New function.
19315         (RUN_TEST_f_f): Check enable_test before running test.
19316         (RUN_TEST_2_f): Likewise.
19317         (RUN_TEST_fff_f): Likewise.
19318         (RUN_TEST_c_f): Likewise.
19319         (RUN_TEST_f_f1): Likewise.
19320         (RUN_TEST_fF_f1): Likewise.
19321         (RUN_TEST_fI_f1): Likewise.
19322         (RUN_TEST_ffI_f1): Likewise.
19323         (RUN_TEST_c_c): Likewise.
19324         (RUN_TEST_cc_c): Likewise.
19325         (RUN_TEST_f_i): Likewise.
19326         (RUN_TEST_f_i_tg): Likewise.
19327         (RUN_TEST_ff_i_tg): Likewise.
19328         (RUN_TEST_f_b): Likewise.
19329         (RUN_TEST_f_b_tg): Likewise.
19330         (RUN_TEST_f_l): Likewise.
19331         (RUN_TEST_f_L): Likewise.
19332         (RUN_TEST_fFF_11): Likewise.
19333         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19334         conditionals.
19335         (cosh_test_data): Likewise.
19336         (exp_test_data): Likewise.
19337         (expm1_test_data): Likewise.
19338         (hypot_test_data): Likewise.
19339         (pow_test_data): Likewise.
19340         (sinh_test_data): Likewise.
19341         (tanh_test_data): Likewise.
19342         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19343         flags argument.
19344
19345         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19346         tests with quiet NaN input and output.
19347         (acosh_test_data): Likewise.
19348         (asin_test_data): Likewise.
19349         (asinh_test_data): Likewise.
19350         (atan_test_data): Likewise.
19351         (atanh_test_data): Likewise.
19352         (atan2_test_data): Likewise.
19353         (cbrt_test_data): Likewise.
19354         (cos_test_data): Likewise.
19355         (cosh_test_data): Likewise.
19356         (erf_test_data): Likewise.
19357         (erfc_test_data): Likewise.
19358         (exp_test_data): Likewise.
19359         (exp10_test_data): Likewise.
19360         (exp2_test_data): Likewise.
19361         (expm1_test_data): Likewise.
19362         (hypot_test_data): Likewise.
19363         (j0_test_data): Likewise.
19364         (j1_test_data): Likewise.
19365         (jn_test_data): Likewise.
19366         (lgamma_test_data): Likewise.
19367         (log_test_data): Likewise.
19368         (log10_test_data): Likewise.
19369         (log1p_test_data): Likewise.
19370         (log2_test_data): Likewise.
19371         (pow_test_data): Likewise.
19372         (scalb_test_data): Likewise.
19373         (sin_test_data): Likewise.
19374         (sincos_test_data): Likewise.
19375         (sinh_test_data): Likewise.
19376         (tan_test_data): Likewise.
19377         (tanh_test_data): Likewise.
19378         (tgamma_test_data): Likewise.
19379         (y0_test_data): Likewise.
19380         (y1_test_data): Likewise.
19381         (yn_test_data): Likewise.
19382
19383         [BZ #16167]
19384         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19385         argument being NaN and avoid computations with second argument in
19386         that case.
19387         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19388         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19389         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19390
19391 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19392
19393         * locale/iso-639.def: Add Chitwani Tharu (the).
19394
19395 2013-11-14  Andreas Schwab  <schwab@suse.de>
19396
19397         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19398         word instead of empty string.
19399
19400 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19401
19402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19403         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19405         (__fe_nomask_env): Likewise.
19406
19407 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19408
19409         * benchtests/bench-timing.h: Include time.h.
19410
19411 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19412
19413         [BZ #15997]
19414         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19415         to 3.4.0 for x32.
19416         * sysdeps/unix/sysv/linux/configure: Regenerated.
19417
19418 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19419
19420         [BZ #16151]
19421         * stdlib/strtod_l.c (round_and_return): Do not consider
19422         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19423         exponent one less than half the least subnormal exponent.
19424         * stdlib/test-strtod-round-data: Add more tests.
19425         * stdlib/tst-strtod-round.c (tests): Regenerated.
19426
19427 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19428
19429         [BZ #14143]
19430         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19431         (__fe_mask_env): Likewise.
19432         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19433         libm_hidden_proto and add function prototype.
19434         (__fe_mask_env): Add function prototype.
19435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19436         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19438         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19440         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19441
19442 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19443
19444         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19445         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19446
19447 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19448
19449         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19450         of htab_find_slot().
19451
19452 2013-11-11  David S. Miller  <davem@davemloft.net>
19453
19454         [BZ #16150]
19455         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19456         symbol in the non-vis3 case in static builds.
19457         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19458         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19459         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19460         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19461
19462 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19463
19464         [BZ #387]
19465         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19466         it is empty.
19467
19468 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19469
19470         * benchtests/Makefile: Add bench-strtod.
19471         * benchtests/bench-strtod.c: New file: strtod benchtest
19472
19473 2013-11-11  Andreas Schwab  <schwab@suse.de>
19474
19475         [BZ #16153]
19476         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19477         terminating NUL in key length.
19478
19479 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19480
19481         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19482         Add artificial ODP entry for vDSO symbol for PPC64.
19483         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19484         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19485
19486 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19487
19488         [BZ #15374]
19489         * nss/getent.c (services_keys): Recognize services starting with digit.
19490
19491 2013-11-06  David S. Miller  <davem@davemloft.net>
19492
19493         [BZ #15985]
19494         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19495         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19496
19497 2013-11-06  Will Newton  <will.newton@linaro.org>
19498
19499         * manual/memory.texi (Malloc Examples): Remove register
19500         keyword from examples.
19501
19502 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19503
19504         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19505
19506 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19507
19508         [BZ #6981]
19509         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19510         depending on [__GCC_IEC_559 > 0].
19511         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19512         depending on [__GCC_IEC_559_COMPLEX > 0].
19513
19514 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19515
19516         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19517         to iso-639.def.
19518
19519 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19520
19521         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19522
19523 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19524
19525         [BZ #16112]
19526         * malloc/malloc (malloc_info): Do not handle first bin as
19527         special case.
19528
19529 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19530
19531         * locale/iso-639.def: Add Central Nahuatl (nhn).
19532
19533 2013-11-01  Bruno Haible  <bruno@clisp.org>
19534
19535         [BZ #7003]
19536         * manual/math.texi (BSD Random): Specify range upper bound as
19537         in POSIX.
19538
19539 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19540
19541         * locale/iso-639.def: Add Meadow Mari (mhr).
19542
19543 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19544
19545         [BZ #14752], [BZ #15763]
19546         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19547         Validate name.
19548         * rt/tst_shm.c: Add test for escaping directory.
19549
19550 2013-10-31  Andreas Schwab  <schwab@suse.de>
19551
19552         [BZ #15917]
19553         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19554         followed by 'x' as part of digit sequence.
19555         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19556
19557 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19558
19559         [BZ #16037]
19560         * configure.ac: allow GNU Make 4.0 and greater.
19561         * configure: Regenerated.
19562
19563 2013-10-30  Will Newton  <will.newton@linaro.org>
19564
19565         [BZ #16038]
19566         * malloc/hooks.c (memalign_check): Limit alignment to the
19567         maximum representable power of two.
19568         * malloc/malloc.c (__libc_memalign): Likewise.
19569         * malloc/tst-memalign.c (do_test): Add test for very
19570         large alignment values.
19571         * malloc/tst-posix_memalign.c (do_test): Likewise.
19572
19573 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19574
19575         [BZ #11087]
19576         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19577         (munmap_chunk): Likewise.
19578         (mremap_chunk): Likewise.
19579
19580 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19581
19582         [BZ #15799]
19583         * stdlib/div.c (div): Remove obsolete code.
19584         * stdlib/ldiv.c (ldiv): Likewise.
19585         * stdlib/lldiv.c (lldiv): Likewise.
19586
19587 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19588
19589         [BZ #16071]
19590         * nss/nss_files/files-XXX.c (get_contents_ret): New
19591         enumerator.
19592         (get_contents): New function.
19593         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19594
19595 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19596
19597         * configure.in: Moved to ...
19598         * configure.ac: ... here. Change reference to configure.in
19599         to configure.ac.
19600         * sysdeps/arm/preconfigure.ac: ... here.
19601         configure.in to configure.ac.
19602         * sysdeps/gnu/configure.in: Moved to ...
19603         * sysdeps/gnu/configure.ac: ... here.
19604         * sysdeps/i386/configure.in: Moved to ...
19605         * sysdeps/i386/configure.ac: ... here.
19606         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19607         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19608         * sysdeps/mach/configure.in: Moved to ...
19609         * sysdeps/mach/configure.ac: ... here.
19610         * sysdeps/mach/hurd/configure.in: Moved to ...
19611         * sysdeps/mach/hurd/configure.ac: ... here.
19612         * sysdeps/powerpc/configure.in: Moved to ...
19613         * sysdeps/powerpc/configure.ac: ... here.
19614         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19615         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19616         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19617         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19618         * sysdeps/s390/s390-32/configure.in: Moved to ...
19619         * sysdeps/s390/s390-32/configure.ac: ... here.
19620         * sysdeps/s390/s390-64/configure.in: Moved to ...
19621         * sysdeps/s390/s390-64/configure.ac: ... here.
19622         * sysdeps/sh/configure.in: Moved to ...
19623         * sysdeps/sh/configure.ac: ... here.
19624         * sysdeps/sparc/configure.in: Moved to ...
19625         * sysdeps/sparc/configure.ac: ... here.
19626         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19627         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19628         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19629         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19630         * sysdeps/x86_64/configure.in: Moved to ...
19631         * sysdeps/x86_64/configure.ac: ... here.
19632         * sysdeps/x86_64/preconfigure.in: Moved to ...
19633         * sysdeps/x86_64/preconfigure.ac: ... here.
19634         * aclocal.m4: Change reference to configure.in to configure.ac.
19635         * config.h.in: Likewise.
19636         * manual/install.texi: Likewise.
19637         * manual/maint.texi: Likewise.
19638         * Makefile: Likewise.
19639         * malloc/Makefile: Likewise.
19640         * nscd/Makefile: Likewise.
19641         * Makeconfig: Change reference to configure.in and
19642         preconfigure.in to configure.ac and preconfigure.ac
19643         respectively.
19644         * INSTALL: Regenerated.
19645         * configure: Likewise.
19646         * sysdeps/gnu/configure: Likewise.
19647         * sysdeps/i386/configure: Likewise.
19648         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19649         * sysdeps/mach/configure: Likewise.
19650         * sysdeps/mach/hurd/configure: Likewise.
19651         * sysdeps/powerpc/configure: Likewise.
19652         * sysdeps/powerpc/powerpc32/configure: Likewise.
19653         * sysdeps/powerpc/powerpc64/configure: Likewise.
19654         * sysdeps/s390/s390-32/configure: Likewise.
19655         * sysdeps/s390/s390-64/configure: Likewise.
19656         * sysdeps/sh/configure: Likewise.
19657         * sysdeps/sparc/configure: Likewise.
19658         * sysdeps/unix/sysv/linux/configure: Likewise.
19659         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19660         * sysdeps/x86_64/configure: Likewise.
19661         * sysdeps/x86_64/preconfigure: Likewise.
19662
19663 2013-10-29  Andreas Schwab  <schwab@suse.de>
19664
19665         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19666
19667 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19668
19669         * benchtests/pow-inputs: Add new inputs.
19670
19671         * benchtests/exp-inputs: Add new inputs.
19672
19673         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19674         conditional check for return value.
19675         (__cos32): Likewise.
19676
19677 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19678
19679         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19680         to provide a boost for large inputs with word alignment.
19681         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19682         implementation based on optimized PPC64 strcpy.
19683         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19684         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19685         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19686         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19687
19688 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19689
19690         [BZ #2801]
19691         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19692
19693 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19694
19695         [BZ #14876]
19696         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19697         * time/tst-strptime.c (day_tests): Add testcase.
19698
19699 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19700
19701         [BZ #14029]
19702         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19703
19704 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19705
19706         [BZ #16074]
19707         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19708         MAP_FAILED on error.
19709
19710 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19711
19712         [BZ #16072]
19713         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19714         heap for large requests.
19715
19716 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19717
19718         [BZ #9954]
19719         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19720         result if the result has no associated interface.
19721         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19722         interface for all 127.X.Y.Z addresses.
19723
19724 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19725
19726         * locale/iso-639.def: Add Ligurian (lij)
19727
19728 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19729
19730         [BZ #15825]
19731         * sunrpc/rpc_main.c: Document rpcgen -5.
19732
19733 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19734
19735         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19736
19737 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19738
19739         [BZ #10278]
19740         * posix/glob.c: Match only directories when trailing slash is present.
19741         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19742         (main): Add testcase.
19743
19744 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19745
19746         [BZ #15670]
19747         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19748
19749 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19750
19751         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19752         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19753         AUTH_DES and cindex for FIPS 140-2.
19754         (DES Encryption): Add cindex FIPS 46-3.
19755
19756         * locale/locarchive.h (struct locarhandle): Add fname.
19757         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19758         if an optional argument was specified to --list-archive,
19759         otherwise NULL.
19760         * locale/programs/locarchive.c (show_archive_content): Take new
19761         argument fname and pass it via ah.fname to open_archive.
19762         * locale/programs/localedef.h: Update decl.
19763         (open_archive): If AH->fname is non-null, open that file
19764         rather than the default file name, and don't ignore ENOENT.
19765         (create_archive): Set AH.fname to NULL.
19766         (delete_locales_from_archive): Likewise.
19767         (add_locales_to_archive): Likewise.
19768         * locale/programs/locfile.c (write_all_categories): Likewise.
19769
19770 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19771             Aldy Hernandez  <aldyh@redhat.com>
19772
19773         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19774         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19775         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19776         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19777         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19778         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19779         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19780         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19781         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19782         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19783         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19784         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19785         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19786         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19787         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19788         Likewise.
19789         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19790         Likewise.
19791         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19792         Likewise.
19793         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19794         Likewise.
19795         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19796         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19797         Likewise.
19798         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19799         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19800         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19801         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19802         Likewise.
19803         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19804         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19805         * sysdeps/powerpc/preconfigure: Likewise.
19806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19807         Likewise.
19808         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19809         Replace contents of file by #include of <fenv_libc.h>.
19810         * sysdeps/powerpc/soft-fp/sfp-machine.h
19811         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19812         and <sys/prctl.h>.
19813         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19814         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19815         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19816         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19817         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19818         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19819         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19820         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19821         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19822         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19823         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19824         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19826         Allow copysignl PLT reference to be missing.
19827
19828 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19829             Joseph Myers  <joseph@codesourcery.com
19830
19831         [BZ #15948]
19832         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19833         single character.
19834         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19835
19836 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19837
19838         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19839         * elf/tst-tls1.c: Likewise.
19840         * elf/tst-tls10.h: Likewise.
19841         * elf/tst-tls14.c: Likewise.
19842         * elf/tst-tls2.c: Likewise.
19843         * elf/tst-tls3.c: Likewise.
19844         * elf/tst-tls4.c: Likewise.
19845         * elf/tst-tls5.c: Likewise.
19846         * elf/tst-tls6.c: Likewise.
19847         * elf/tst-tls7.c: Likewise.
19848         * elf/tst-tls8.c: Likewise.
19849         * elf/tst-tls9.c: Likewise.
19850         * elf/tst-tlsmod1.c: Likewise.
19851         * elf/tst-tlsmod13.c: Likewise.
19852         * elf/tst-tlsmod13a.c: Likewise.
19853         * elf/tst-tlsmod14a.c: Likewise.
19854         * elf/tst-tlsmod16a.c: Likewise.
19855         * elf/tst-tlsmod16b.c: Likewise.
19856         * elf/tst-tlsmod2.c: Likewise.
19857         * elf/tst-tlsmod3.c: Likewise.
19858         * elf/tst-tlsmod4.c: Likewise.
19859         * elf/tst-tlsmod5.c: Likewise.
19860         * elf/tst-tlsmod6.c: Likewise.
19861
19862 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19863
19864         [BZ #12486]
19865         * malloc/malloc.c: remove checks for statistics.
19866
19867 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19868
19869         [BZ #15277]
19870         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19871         * inet/tst-network.c: Add testcase.
19872
19873 2013-10-17  Andreas Schwab  <schwab@suse.de>
19874
19875         [BZ #15218]
19876         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19877         to determine canonical name.
19878
19879 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19880
19881         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19882         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19883         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19884         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19885         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19886         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19887         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19888         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19889         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19890         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19891         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19892         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19893         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19894         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19895         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19896         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19897         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19898         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19899         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19900         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19901         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19902         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19903         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19904         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19905         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19906         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19907         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19908         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19909         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19910         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19911         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19912         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19913         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19914         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19915         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19916         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19917         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19918         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19919         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19920         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19921         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19922         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19923         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19924         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19925         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19926         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19927         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19928         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19929         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19930         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19931         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19932         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19933         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19934         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19935         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19936         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19937         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19938         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19939
19940 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19941
19942         [BZ #16041]
19943         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19944         make result into a quiet NaN.
19945
19946 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19947
19948         * soft-fp/adddf3.c: Fix horizontal whitespace.
19949         * soft-fp/addsf3.c: Likewise.
19950         * soft-fp/addtf3.c: Likewise.
19951         * soft-fp/divdf3.c: Likewise.
19952         * soft-fp/divsf3.c: Likewise.
19953         * soft-fp/divtf3.c: Likewise.
19954         * soft-fp/double.h: Likewise.
19955         * soft-fp/eqdf2.c: Likewise.
19956         * soft-fp/eqsf2.c: Likewise.
19957         * soft-fp/eqtf2.c: Likewise.
19958         * soft-fp/extenddftf2.c: Likewise.
19959         * soft-fp/extended.h: Likewise.
19960         * soft-fp/extendsfdf2.c: Likewise.
19961         * soft-fp/extendsftf2.c: Likewise.
19962         * soft-fp/extendxftf2.c: Likewise.
19963         * soft-fp/fixdfdi.c: Likewise.
19964         * soft-fp/fixdfsi.c: Likewise.
19965         * soft-fp/fixdfti.c: Likewise.
19966         * soft-fp/fixsfdi.c: Likewise.
19967         * soft-fp/fixsfsi.c: Likewise.
19968         * soft-fp/fixsfti.c: Likewise.
19969         * soft-fp/fixtfdi.c: Likewise.
19970         * soft-fp/fixtfsi.c: Likewise.
19971         * soft-fp/fixtfti.c: Likewise.
19972         * soft-fp/fixunsdfdi.c: Likewise.
19973         * soft-fp/fixunsdfsi.c: Likewise.
19974         * soft-fp/fixunsdfti.c: Likewise.
19975         * soft-fp/fixunssfdi.c: Likewise.
19976         * soft-fp/fixunssfsi.c: Likewise.
19977         * soft-fp/fixunssfti.c: Likewise.
19978         * soft-fp/fixunstfdi.c: Likewise.
19979         * soft-fp/fixunstfsi.c: Likewise.
19980         * soft-fp/fixunstfti.c: Likewise.
19981         * soft-fp/floatdidf.c: Likewise.
19982         * soft-fp/floatdisf.c: Likewise.
19983         * soft-fp/floatditf.c: Likewise.
19984         * soft-fp/floatsidf.c: Likewise.
19985         * soft-fp/floatsisf.c: Likewise.
19986         * soft-fp/floatsitf.c: Likewise.
19987         * soft-fp/floattidf.c: Likewise.
19988         * soft-fp/floattisf.c: Likewise.
19989         * soft-fp/floattitf.c: Likewise.
19990         * soft-fp/floatundidf.c: Likewise.
19991         * soft-fp/floatundisf.c: Likewise.
19992         * soft-fp/floatunditf.c: Likewise.
19993         * soft-fp/floatunsidf.c: Likewise.
19994         * soft-fp/floatunsisf.c: Likewise.
19995         * soft-fp/floatunsitf.c: Likewise.
19996         * soft-fp/floatuntidf.c: Likewise.
19997         * soft-fp/floatuntisf.c: Likewise.
19998         * soft-fp/floatuntitf.c: Likewise.
19999         * soft-fp/fmadf4.c: Likewise.
20000         * soft-fp/fmasf4.c: Likewise.
20001         * soft-fp/fmatf4.c: Likewise.
20002         * soft-fp/gedf2.c: Likewise.
20003         * soft-fp/gesf2.c: Likewise.
20004         * soft-fp/getf2.c: Likewise.
20005         * soft-fp/ledf2.c: Likewise.
20006         * soft-fp/lesf2.c: Likewise.
20007         * soft-fp/letf2.c: Likewise.
20008         * soft-fp/muldf3.c: Likewise.
20009         * soft-fp/mulsf3.c: Likewise.
20010         * soft-fp/multf3.c: Likewise.
20011         * soft-fp/negdf2.c: Likewise.
20012         * soft-fp/negsf2.c: Likewise.
20013         * soft-fp/negtf2.c: Likewise.
20014         * soft-fp/op-1.h: Likewise.
20015         * soft-fp/op-2.h: Likewise.
20016         * soft-fp/op-4.h: Likewise.
20017         * soft-fp/op-8.h: Likewise.
20018         * soft-fp/op-common.h: Likewise.
20019         * soft-fp/quad.h: Likewise.
20020         * soft-fp/single.h: Likewise.
20021         * soft-fp/soft-fp.h: Likewise.
20022         * soft-fp/sqrtdf2.c: Likewise.
20023         * soft-fp/sqrtsf2.c: Likewise.
20024         * soft-fp/sqrttf2.c: Likewise.
20025         * soft-fp/subdf3.c: Likewise.
20026         * soft-fp/subsf3.c: Likewise.
20027         * soft-fp/subtf3.c: Likewise.
20028         * soft-fp/truncdfsf2.c: Likewise.
20029         * soft-fp/trunctfdf2.c: Likewise.
20030         * soft-fp/trunctfsf2.c: Likewise.
20031         * soft-fp/trunctfxf2.c: Likewise.
20032         * soft-fp/unorddf2.c: Likewise.
20033         * soft-fp/unordsf2.c: Likewise.
20034         * soft-fp/unordtf2.c: Likewise.
20035
20036 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20037
20038         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20039         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20040
20041 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20042
20043         * elf/dl-libc.c: Clear initfini list after freeing.
20044
20045 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20046
20047         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20048         * soft-fp/addsf3.c: Likewise.
20049         * soft-fp/addtf3.c: Likewise.
20050         * soft-fp/divdf3.c: Likewise.
20051         * soft-fp/divsf3.c: Likewise.
20052         * soft-fp/divtf3.c: Likewise.
20053         * soft-fp/double.h: Likewise.
20054         * soft-fp/eqdf2.c: Likewise.
20055         * soft-fp/eqsf2.c: Likewise.
20056         * soft-fp/eqtf2.c: Likewise.
20057         * soft-fp/extenddftf2.c: Likewise.
20058         * soft-fp/extended.h: Likewise.
20059         * soft-fp/extendsfdf2.c: Likewise.
20060         * soft-fp/extendsftf2.c: Likewise.
20061         * soft-fp/extendxftf2.c: Likewise.
20062         * soft-fp/fixdfdi.c: Likewise.
20063         * soft-fp/fixdfsi.c: Likewise.
20064         * soft-fp/fixdfti.c: Likewise.
20065         * soft-fp/fixsfdi.c: Likewise.
20066         * soft-fp/fixsfsi.c: Likewise.
20067         * soft-fp/fixsfti.c: Likewise.
20068         * soft-fp/fixtfdi.c: Likewise.
20069         * soft-fp/fixtfsi.c: Likewise.
20070         * soft-fp/fixtfti.c: Likewise.
20071         * soft-fp/fixunsdfdi.c: Likewise.
20072         * soft-fp/fixunsdfsi.c: Likewise.
20073         * soft-fp/fixunsdfti.c: Likewise.
20074         * soft-fp/fixunssfdi.c: Likewise.
20075         * soft-fp/fixunssfsi.c: Likewise.
20076         * soft-fp/fixunssfti.c: Likewise.
20077         * soft-fp/fixunstfdi.c: Likewise.
20078         * soft-fp/fixunstfsi.c: Likewise.
20079         * soft-fp/fixunstfti.c: Likewise.
20080         * soft-fp/floatdidf.c: Likewise.
20081         * soft-fp/floatdisf.c: Likewise.
20082         * soft-fp/floatditf.c: Likewise.
20083         * soft-fp/floatsidf.c: Likewise.
20084         * soft-fp/floatsisf.c: Likewise.
20085         * soft-fp/floatsitf.c: Likewise.
20086         * soft-fp/floattidf.c: Likewise.
20087         * soft-fp/floattisf.c: Likewise.
20088         * soft-fp/floattitf.c: Likewise.
20089         * soft-fp/floatundidf.c: Likewise.
20090         * soft-fp/floatundisf.c: Likewise.
20091         * soft-fp/floatunsidf.c: Likewise.
20092         * soft-fp/floatunsisf.c: Likewise.
20093         * soft-fp/floatuntidf.c: Likewise.
20094         * soft-fp/floatuntisf.c: Likewise.
20095         * soft-fp/floatuntitf.c: Likewise.
20096         * soft-fp/fmadf4.c: Likewise.
20097         * soft-fp/fmasf4.c: Likewise.
20098         * soft-fp/fmatf4.c: Likewise.
20099         * soft-fp/gedf2.c: Likewise.
20100         * soft-fp/gesf2.c: Likewise.
20101         * soft-fp/getf2.c: Likewise.
20102         * soft-fp/ledf2.c: Likewise.
20103         * soft-fp/lesf2.c: Likewise.
20104         * soft-fp/letf2.c: Likewise.
20105         * soft-fp/muldf3.c: Likewise.
20106         * soft-fp/mulsf3.c: Likewise.
20107         * soft-fp/multf3.c: Likewise.
20108         * soft-fp/negdf2.c: Likewise.
20109         * soft-fp/negsf2.c: Likewise.
20110         * soft-fp/negtf2.c: Likewise.
20111         * soft-fp/op-1.h: Likewise.
20112         * soft-fp/op-2.h: Likewise.
20113         * soft-fp/op-4.h: Likewise.
20114         * soft-fp/op-8.h: Likewise.
20115         * soft-fp/op-common.h: Likewise.
20116         * soft-fp/quad.h: Likewise.
20117         * soft-fp/single.h: Likewise.
20118         * soft-fp/soft-fp.h: Likewise.
20119         * soft-fp/sqrtdf2.c: Likewise.
20120         * soft-fp/sqrtsf2.c: Likewise.
20121         * soft-fp/sqrttf2.c: Likewise.
20122         * soft-fp/subdf3.c: Likewise.
20123         * soft-fp/subsf3.c: Likewise.
20124         * soft-fp/subtf3.c: Likewise.
20125         * soft-fp/truncdfsf2.c: Likewise.
20126         * soft-fp/trunctfdf2.c: Likewise.
20127         * soft-fp/trunctfsf2.c: Likewise.
20128         * soft-fp/trunctfxf2.c: Likewise.
20129         * soft-fp/unorddf2.c: Likewise.
20130         * soft-fp/unordsf2.c: Likewise.
20131         * soft-fp/unordtf2.c: Likewise.
20132
20133 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20134
20135         [BZ #15672]
20136         * misc/error.c (error_tail): Fix possible buffer overflow.
20137
20138 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20139
20140         [BZ #13028]
20141         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20142         address.
20143
20144 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20145
20146         [BZ #832]
20147         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20148         testing pipefail option.
20149
20150 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20151
20152         * soft-fp/double.h: Indent preprocessor directives inside #if.
20153         * soft-fp/extended.h: Likewise.
20154         * soft-fp/op-2.h: Likewise.
20155         * soft-fp/op-4.h: Likewise.
20156         * soft-fp/op-common.h: Likewise.
20157         * soft-fp/quad.h: Likewise.
20158         * soft-fp/single.h: Likewise.
20159         * soft-fp/soft-fp.h: Likewise.
20160
20161 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20162
20163         * iconv/iconv_prog.c: Fix typos.
20164         * stdio-common/psiginfo-data.h: Likewise.
20165
20166 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20167
20168         [BZ #15764]
20169         * locale/setlocale.c: Fix typo.
20170
20171 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20172
20173         [BZ #16036]
20174         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20175         signaling NaN arguments.
20176         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20177         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20178
20179         [BZ #14910]
20180         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20181         unordered operands.
20182         * soft-fp/gesf2.c (__gesf2): Likewise.
20183         * soft-fp/getf2.c (__getf2): Likewise.
20184         * soft-fp/ledf2.c (__ledf2): Likewise.
20185         * soft-fp/lesf2.c (__lesf2): Likewise.
20186         * soft-fp/letf2.c (__letf2): Likewise.
20187
20188         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20189         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20190         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20191         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20192         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20193         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20194         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20195         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20196         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20197         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20198         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20199         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20200         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20201         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20202         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20203         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20204         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20205         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20206         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20207         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20208         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20209         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20210         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20211         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20212         * soft-fp/floattidf.c (__floattidf): Likewise.
20213         * soft-fp/floattisf.c (__floattisf): Likewise.
20214         * soft-fp/floattitf.c (__floattitf): Likewise.
20215         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20216         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20217         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20218         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20219         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20220         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20221         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20222         * soft-fp/gesf2.c (__gesf2): Likewise.
20223         * soft-fp/getf2.c (__getf2): Likewise.
20224         * soft-fp/ledf2.c (__ledf2): Likewise.
20225         * soft-fp/lesf2.c (__lesf2): Likewise.
20226         * soft-fp/letf2.c (__letf2): Likewise.
20227
20228         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20229         Undefine and redefine.
20230         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20231         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20232         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20233         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20234         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20235         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20236         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20237         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20238         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20239         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20240         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20241         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20242         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20243         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20244         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20245
20246         [BZ #16032]
20247         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20248         without decrementing exponent if mantissa >= that for the
20249         denominator, not >.
20250         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20251         denominator, not >.  Decrement exponent in < case instead of
20252         incrementing in >= case.
20253         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20254         without decrementing exponent if mantissa >= that for the
20255         denominator, not >.
20256
20257         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20258         computing saturated result for unsigned overflow.
20259
20260 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20261             Jeff Law  <law@redhat.com>
20262
20263         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20264         (atan2Mp): Add systemtap probe marker.
20265         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20266         (__ieee754_log): Add systemtap probe marker.
20267         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20268         (atanMp): Add systemtap probe marker.
20269         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20270         (tanMp): Add systemtap probe marker.
20271         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20272         (__slowexp): Add systemtap probe marker.
20273         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20274         (__slowpow): Add systemtap probe marker.
20275         * manual/probes.texi: Document probes.
20276
20277 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20278
20279         [BZ #15362]
20280         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20281         written.
20282         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20283         written.
20284         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20285         written to buffer but not flushed.
20286         * libio/iofwrite_u.c:  Likewise.
20287         * libio/iopadn.c:  Return bytes returned even if EOF was
20288         encountered.
20289         * libio/iowpadn.c:  Likewise.
20290         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20291         if _IO_padn does not write the whole buffer.
20292         [!COMPILE_WPRINTF] (PAD): Likewise.
20293
20294 2013-10-10  David S. Miller  <davem@davemloft.net>
20295
20296         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20297         directory block.
20298
20299 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20300
20301         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20302         instead of FSF address.
20303         * soft-fp/fixdfti.c: Likewise.
20304         * soft-fp/fixsfti.c: Likewise.
20305         * soft-fp/fixtfti.c: Likewise.
20306         * soft-fp/fixunsdfti.c: Likewise.
20307         * soft-fp/fixunssfti.c: Likewise.
20308         * soft-fp/fixunstfti.c: Likewise.
20309         * soft-fp/floattidf.c: Likewise.
20310         * soft-fp/floattisf.c: Likewise.
20311         * soft-fp/floattitf.c: Likewise.
20312         * soft-fp/floatuntidf.c: Likewise.
20313         * soft-fp/floatuntisf.c: Likewise.
20314         * soft-fp/floatuntitf.c: Likewise.
20315         * soft-fp/trunctfxf2.c: Likewise.
20316
20317         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20318         * soft-fp/fixdfti.c: Likewise.
20319         * soft-fp/fixsfti.c: Likewise.
20320         * soft-fp/fixtfti.c: Likewise.
20321         * soft-fp/fixunsdfti.c: Likewise.
20322         * soft-fp/fixunssfti.c: Likewise.
20323         * soft-fp/fixunstfti.c: Likewise.
20324         * soft-fp/floattidf.c: Likewise.
20325         * soft-fp/floattisf.c: Likewise.
20326         * soft-fp/floattitf.c: Likewise.
20327         * soft-fp/floatuntidf.c: Likewise.
20328         * soft-fp/floatuntisf.c: Likewise.
20329         * soft-fp/floatuntitf.c: Likewise.
20330         * soft-fp/trunctfxf2.c: Likewise.
20331
20332 2013-10-10  David S. Miller  <davem@davemloft.net>
20333
20334         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20335
20336 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20337
20338         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20339         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20340         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20341         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20342         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20343         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20344         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20345
20346         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20347         for NaNs before doing comparisons on argument.
20348         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20349         Likewise.
20350
20351 2013-10-10  Will Newton  <will.newton@linaro.org>
20352
20353         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20354         passed to _int_memalign does not overflow.
20355
20356 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20357
20358         * scripts/bench.pl: Add include-sources directive.
20359         * benchtests/README: Update documentation.
20360
20361 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20362
20363         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20364         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20365         instead of FP_INIT_ROUNDMODE.
20366         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20367         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20368
20369         [BZ #16034]
20370         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20371         copy class of input value.
20372         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20373         not handle exceptions.
20374         * soft-fp/negsf2.c (__negsf2): Likewise.
20375         * soft-fp/negtf2.c (__negtf2): Likewise.
20376         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20377
20378 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20379
20380         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20381         semicolon.  From Linux kernel.
20382
20383 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20384
20385         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20386
20387 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20388
20389         [BZ #156]
20390         * manual/socket.texi: Added statement about buffer
20391         for gethostbyname2_r.
20392
20393 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20394
20395         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20396         Use .p2align directive instead, throughout.
20397         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20398         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20399         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20400         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20401         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20402         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20403         * sysdeps/x86_64/strchr.S: Likewise.
20404         * sysdeps/x86_64/strrchr.S: Likewise.
20405
20406 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20407
20408         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20409
20410         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20411
20412         * sysdeps/generic/math_private.h (__mpsin1): Remove
20413         declaration.
20414         (__mpcos1): Likewise.
20415         (__mpsin): New argument __range_reduce.
20416         (__mpcos): Likewise.
20417         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20418         (slow): Use __mpsin and __mpcos.
20419         (slow1): Likewise.
20420         (slow2): Likewise.
20421         (sloww): Likewise.
20422         (sloww1): Likewise.
20423         (sloww2): Likewise.
20424         (bsloww): Likewise.
20425         (bsloww1): Likewise.
20426         (bsloww2): Likewise.
20427         (cslow2): Likewise.
20428         (csloww): Likewise.
20429         (csloww1): Likewise.
20430         (csloww2): Likewise.
20431         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20432         range_reduce.  Merge in __mpsin1.
20433         (__mpcos): Likewise.
20434         (__mpsin1): Remove.
20435         (__mpcos1): Likewise.
20436
20437 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20438
20439         * locale/loadlocale.c (_nl_intern_locale_data): Use
20440         LOCFILE_ALIGNED_P.
20441         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20442         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20443         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20444         obstack data is appropriately aligned.
20445         (obstack_int32_grow_fast): Likewise.
20446         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20447         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20448         (add_locale_uint32_array): Likewise.
20449
20450 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20451
20452         * benchtests/Makefile: Remove ARGLIST and RET variables.
20453         ($(objpfx)bench-%.c): Pass only function name to the script.
20454         * benchtests/README: Update documentation.
20455         * benchtests/acos-inputs: Add new directives.
20456         * benchtests/acosh-inputs: Likewise.
20457         * benchtests/asin-inputs: Likewise.
20458         * benchtests/asinh-inputs: Likewise.
20459         * benchtests/atan-inputs: Likewise.
20460         * benchtests/atanh-inputs: Likewise.
20461         * benchtests/cos-inputs: Likewise.
20462         * benchtests/cosh-inputs: Likewise.
20463         * benchtests/exp-inputs: Likewise.
20464         * benchtests/log-inputs: Likewise.
20465         * benchtests/pow-inputs: Likewise.
20466         * benchtests/rint-inputs: Likewise.
20467         * benchtests/sin-inputs: Likewise.
20468         * benchtests/sinh-inputs: Likewise.
20469         * benchtests/tan-inputs: Likewise.
20470         * benchtests/tanh-inputs: Likewise.
20471         * scripts/bench.pl: Add support for new directives.
20472
20473 2013-10-07  Alan Modra  <amodra@gmail.com>
20474
20475         * README: Fix careless merge.
20476
20477 2013-10-05  Alan Modra  <amodra@gmail.com>
20478
20479         * NEWS: Mention powerpc64le support and bugs fixed.
20480         * README: Both big-endian and little-endian powerpc64 supported.
20481
20482 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20483
20484         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20485         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20486         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20487         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20488
20489 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20490
20491         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20492         match prototype.
20493
20494 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20495
20496         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20497         Move -mhard-float appending from
20498         ports/sysdeps/powerpc/powerpc32/Makefile.
20499         [$(with-fp) = yes] (ASFLAGS): Likewise.
20500         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20501         * sysdeps/powerpc/nofpu: Move directory from
20502         ports/sysdeps/powerpc/nofpu.
20503         * sysdeps/powerpc/soft-fp: Move directory from
20504         ports/sysdeps/powerpc/soft-fp.
20505         * sysdeps/powerpc/powerpc32/405: Move directory from
20506         ports/sysdeps/powerpc/powerpc32/405.
20507         * sysdeps/powerpc/powerpc32/440: Move directory from
20508         ports/sysdeps/powerpc/powerpc32/440.
20509         * sysdeps/powerpc/powerpc32/464: Move directory from
20510         ports/sysdeps/powerpc/powerpc32/464.
20511         * sysdeps/powerpc/powerpc32/476: Move directory from
20512         ports/sysdeps/powerpc/powerpc32/476.
20513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20514         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20516         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20518         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20520         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20522         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20523         * README: Update for powerpc-*-linux-gnu software floating point
20524         support in libc.
20525
20526         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20527         case to powerpc/powerpc32*.
20528         * sysdeps/unix/sysv/linux/configure: Regenerated.
20529
20530         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20531         (_FPU_MASK_OM): Define as 0x04.
20532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20533         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20534         0x00c10080.
20535         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20536         0x0000003c.
20537         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20538
20539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20540         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20541         getcontext_e500.
20542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20543         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20544         setcontext_e500.
20545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20546         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20547         and setcontext_e500.
20548
20549 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20550
20551         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20552
20553 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20554
20555         * manual/threads.texi (Default Thread Attributes): Fix typo.
20556
20557 2013-10-04  Will Newton  <will.newton@linaro.org>
20558
20559         * malloc/Makefile: Add tst-memalign.
20560         * malloc/tst-memalign.c: New file.
20561
20562         * malloc/tst-posix_memalign.c: Add comments.
20563         (do_test): Add comments and call free on all potentially
20564         allocated pointers. Add space after cast.
20565
20566         * malloc/tst-pvalloc.c: Add comments.
20567         (do_test): Add comments and call free on all potentially
20568         allocated pointers. Remove duplicate check for NULL pointer.
20569         Add space after cast.
20570
20571         * malloc/tst-valloc.c: Add comments.
20572         (do_test): Add comments and call free on all potentially
20573         allocated pointers. Remove duplicate check for NULL pointer.
20574         Add space after cast.
20575
20576 2013-10-04  Alan Modra  <amodra@gmail.com>
20577
20578         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20579         Use stdint types in rather than __attribute__((mode())).
20580         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20581
20582 2013-10-04  Alan Modra  <amodra@gmail.com>
20583
20584         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20585         Correct handling of unaligned relocs for little-endian.
20586         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20587
20588 2013-10-04  Alan Modra  <amodra@gmail.com>
20589
20590         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20591         * configure: Regenerate.
20592         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20593         * shlib-versions: Likewise.
20594
20595 2013-10-04  Alan Modra  <amodra@gmail.com>
20596
20597         * string/tester.c (test_memrchr): Increment reported test cycle.
20598
20599 2013-10-04  Alan Modra  <amodra@gmail.com>
20600
20601         * string/test-memcpy.c (do_one_test): When reporting errors, print
20602         string address and don't overrun end of string.
20603
20604 2013-10-04  Alan Modra  <amodra@gmail.com>
20605
20606         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20607         insrdi.  Make better use of reg selection to speed exit slightly.
20608         Schedule entry path a little better.  Remove useless "are we done"
20609         checks on entry to main loop.  Handle wrapping around zero address.
20610         Correct main loop count.  Handle single left-over word from main
20611         loop inline rather than by using loop_small.  Remove extra word
20612         case in loop_small caused by wrong loop count.  Add little-endian
20613         support.
20614         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20615         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20616         cache hint.
20617         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20618         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20619         support.  Avoid rlwimi.
20620         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20621
20622 2013-10-04  Alan Modra  <amodra@gmail.com>
20623
20624         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20625         insrdi.  Formatting.
20626         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20627         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20628         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20629         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20630         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20631         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20632
20633 2013-10-04  Alan Modra  <amodra@gmail.com>
20634
20635         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20636         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20637         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20638         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20639         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20640         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20641         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20642         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20643         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20644         use of regs.  Use power7 mtocrf.  Tidy function tails.
20645
20646 2013-10-04  Alan Modra  <amodra@gmail.com>
20647
20648         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20649         Formatting.  Consistently use rXXX register defines or rN defines.
20650         Use early exit labels that avoid restoring unused non-volatile regs.
20651         Make cr field use more consistent with rWORDn compares.  Rename
20652         regs used as shift registers for unaligned loop, using rN defines
20653         for short lifetime/multiple use regs.
20654         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20655         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20656         addi 1,1,64 to pop stack frame.  Simplify return value code.
20657         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20658
20659 2013-10-04  Alan Modra  <amodra@gmail.com>
20660
20661         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20662         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20663         rather than rlwimi.
20664         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20665         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20666         little-endian support.  Correct typos.
20667         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20668         rather than rlwimi.
20669         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20670         in loop and entry code to keep "and." results.
20671         (strchr): Add little-endian support.  Comment.  Move cntlzd
20672         earlier in tail.
20673         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20674
20675 2013-10-04  Alan Modra  <amodra@gmail.com>
20676
20677         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20678         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20679         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20680         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20681
20682 2013-10-04  Alan Modra  <amodra@gmail.com>
20683
20684         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20685         (rTMP): Define as r11.
20686         (strcmp): Add little-endian support.  Optimise tail.
20687         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20688         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20689         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20690         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20691         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20692         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20693         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20694
20695 2013-10-04  Alan Modra  <amodra@gmail.com>
20696
20697         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20698         little-endian support.  Remove unnecessary "are we done" tests.
20699         Handle "s" wrapping around zero and extremely large "size".
20700         Correct main loop count.  Handle single left-over word from main
20701         loop inline rather than by using small_loop.  Correct comments.
20702         Delete "zero" tail, use "end_max" instead.
20703         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20704
20705 2013-10-04  Alan Modra  <amodra@gmail.com>
20706
20707         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20708         support.  Don't branch over align.
20709         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20710         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20711         support.  Rearrange tmp reg use to suit.  Comment.
20712         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20713
20714 2013-10-04  Alan Modra  <amodra@gmail.com>
20715
20716         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20717
20718 2013-10-04  Alan Modra  <amodra@gmail.com>
20719
20720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20721         conditional form of branch and link when obtaining pc.
20722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20723
20724 2013-10-04  Alan Modra  <amodra@gmail.com>
20725
20726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20727         HIWORD/LOWORD.
20728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20730
20731 2013-10-04  Alan Modra  <amodra@gmail.com>
20732
20733         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20734         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20735         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20736         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20737         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20738         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20739         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20740         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20741         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20742         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20743
20744 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20745             Alistair Popple <alistair@ozlabs.au.ibm.com>
20746             Alan Modra <amodra@gmail.com>
20747
20748         [BZ #15723]
20749         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20750         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20751         _dl_hwcap access for little-endian.
20752         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20753         destroy vmx regs when saving unaligned.
20754         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20755         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20756         destroy vmx regs when saving unaligned.
20757
20758 2013-10-04  Alan Modra  <amodra@gmail.com>
20759
20760         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20761         Don't use a union to pack hi/low value.
20762
20763 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20764
20765         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20766         for little-endian.
20767         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20768         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20769         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20770         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20771         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20772
20773 2013-10-04  Alan Modra  <amodra@gmail.com>
20774
20775         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20776         constants to usual value for .cst8 section, and remove redundant
20777         high address load.
20778         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20779         constant for 0x1p52.  Load little-endian words of double from
20780         correct stack offsets.
20781
20782 2013-10-04  Alan Modra  <amodra@gmail.com>
20783
20784         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20785         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20786         words of double from correct stack offsets.
20787         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20788         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20789         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20790         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20792         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20793         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20794         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20795         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20796         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20797         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20798         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20799         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20800         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20801         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20802         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20803         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20804
20805 2013-10-04  Alan Modra  <amodra@gmail.com>
20806
20807         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20808         64-bit int/double union.
20809         (_FPU_SETCW): Likewise.
20810         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20811         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20812
20813 2013-10-04  Alan Modra  <amodra@gmail.com>
20814
20815         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20816         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20817
20818 2013-10-04  Alan Modra  <amodra@gmail.com>
20819
20820         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20821         use vector int constants.
20822         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20823
20824 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20825
20826         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20827         array with long long.
20828         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20829         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20830         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20831         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20832         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20833         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20834         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20835         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20836         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20837         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20838         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20839         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20840         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20841
20842 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20843
20844         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20845         (__signbit): Likewise.  Correct for little-endian.
20846         (__signbitl): Call __signbit.
20847         (lrint): Correct for little-endian.
20848         (lrintf): Call lrint.
20849
20850 2013-10-04  Alan Modra  <amodra@gmail.com>
20851
20852         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20853         union 32-bit int array member with 64-bit int array.
20854         (t515, tm256): Double rather than long double.
20855         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20856
20857 2013-10-04  Alan Modra  <amodra@gmail.com>
20858
20859         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20860         Delete.
20861         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20862         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20863         version of math_ldbl.h.
20864
20865 2013-10-04  Alan Modra  <amodra@gmail.com>
20866
20867         [BZ #15734], [BZ #15735]
20868         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20869         all uses of ieee875 long double macros and unions.  Simplify test
20870         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20871         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20872         normalize after ldbl_extract_mantissa, and don't add hidden bit
20873         already handled.  Don't treat low word of ieee854 mantissa like
20874         low word of IBM long double and mask off bit when testing for
20875         zero.
20876         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20877         all uses of ieee875 long double macros and unions.  Simplify tests
20878         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20879         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20880         two1022, instead use their values.  Recognise that tests for large
20881         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20882         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20883         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20884         test for 0.0L and nan.  Correct negation.
20885         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20886         ieee875 long double macros and unions.  Correct output for large
20887         magnitude x.  Correct absolute value calculation.
20888         (__erfcl): Likewise.
20889         * math/libm-test.inc: Add tests for errors discovered in IBM long
20890         double versions of fmodl, remainderl, erfl and erfcl.
20891
20892 2013-10-04  Alan Modra  <amodra@gmail.com>
20893
20894         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20895         all uses of ieee854 long double macros and unions.  Simplify tests
20896         for long doubles that are fully specified by the high double.
20897         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20898         Likewise.
20899         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20900         Remove dead code too.
20901         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20902         (__ieee754_ynl): Likewise.
20903         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20904         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20905         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20906         Remove dead code too.
20907         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20908         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20909         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20910         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20911         Simplify.
20912         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20913         Simplify.
20914         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20915         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20916         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20917         Comment on variable precision.
20918         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20919         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20920         Likewise.
20921         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20922         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20923         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20924         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20925         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20926
20927 2013-10-04  Alan Modra  <amodra@gmail.com>
20928
20929         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20930         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20931         all uses of ieee854 long double macros and unions.
20932         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20933         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20934         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20935         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20936         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20937         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20938         Likewise.
20939         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20940         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20941         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20942         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20943         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20944         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20945         Simplify sign and nan test too.
20946         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20947         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20948         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20949         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20950         Likewise.
20951         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20952         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20953         Likewise.
20954         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20955         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20956         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20957         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20958         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20959         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20960
20961 2013-10-04  Alan Modra  <amodra@gmail.com>
20962
20963         * stdio-common/printf_size.c (__printf_size): Don't use
20964         union ieee854_long_double in fpnum union.
20965         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20966         signbit macro to retrieve sign from long double.
20967         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20968         retrieve sign from long double.
20969         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20970         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20971         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20972         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20973         * math/test-misc.c (main): Don't use union ieee854_long_double.
20974
20975 2013-10-04  Alan Modra  <amodra@gmail.com>
20976
20977         [BZ #15680]
20978         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20979         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20980         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20981         calculation.  Remove unnecessary test for denormal exponent.
20982         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20983         Correct handling of denormals.  Avoid undefined shift behaviour.
20984         Correct normalisation of low mantissa when low double is denormal.
20985         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20986         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20987         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20988         Correct normalisation of low mantissa.  Test for overflow of high
20989         mantissa and normalise.
20990         (ldbl_nearbyint): Use more readable constant for two52.
20991         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20992         (__mpn_construct_long_double): Fix test for overflow of high
20993         mantissa and correct normalisation.  Avoid undefined shift.
20994
20995 2013-10-04  Alan Modra  <amodra@gmail.com>
20996
20997         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20998         (union ibm_extended_long_double): Define as an array of ieee754_double.
20999         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21000         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21001         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21002         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21003         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21004         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21005         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21006         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21007         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21008         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21009         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21010
21011 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21012
21013         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21014         page size instead of calling getpagesize.
21015
21016         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21017         (LOCFILE_ALIGN_MASK): Likewise.
21018         (LOCFILE_ALIGN_UP): Likewise.
21019         (LOCFILE_ALIGNED_P): Likewise.
21020         * locale/programs/ld-collate.c (collate_output): Use the new
21021         macros instead of __alignof__ (int32_t).
21022         * locale/weight.h (findidx): Likewise.
21023
21024 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21025
21026         [BZ #431]
21027         * manual/string.texi: Fix strncat and wcsncat.
21028
21029 2013-10-03  Brooks Moses  <bmoses@google.com>
21030
21031         [BZ #15915]
21032         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21033         * Makerules: ...here, and adjust associated comments.
21034
21035 2013-10-02  Will Newton  <will.newton@linaro.org>
21036
21037         * malloc/Makefile: Add tst-pvalloc.
21038         * malloc/tst-pvalloc.c: New file.
21039
21040 2013-10-02  Will Newton  <will.newton@linaro.org>
21041
21042         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21043         improve test coverage.
21044
21045 2013-10-02  Will Newton  <will.newton@linaro.org>
21046
21047         * malloc/Makefile: Add tst-posix_memalign.
21048         * malloc/tst-posix_memalign.c: New file.
21049
21050 2013-10-01  Eric Blake  <eblake@redhat.com>
21051
21052         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21053         Use __THROWNL rather than __THROW on static functions.
21054
21055 2013-09-30  Petr Machata  <pmachata@redhat.com>
21056
21057         * elf/elf.h (R_AARCH64_ABS16): New macro.
21058         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21059         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21060         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21061         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21062         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21063         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21064         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21065         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21066         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21067         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21068         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21069         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21070         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21071         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21072         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21073         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21074         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21075         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21076         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21077         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21078         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21079         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21080         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21081         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21082         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21083         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21084         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21085         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21086         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21087         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21088         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21089         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21090         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21091         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21092         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21093         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21094         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21095         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21096         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21097         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21098         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21099         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21100         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21101         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21102         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21103         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21104         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21105         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21106         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21107         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21108         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21109         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21110         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21111         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21112         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21113         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21114         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21115         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21116         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21117         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21118         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21119         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21120         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21121         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21122         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21123         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21124         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21125         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21126         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21127         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21128         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21129         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21130         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21131         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21132         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21133         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21134         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21135         (R_AARCH64_TLSDESC_LDR): Likewise.
21136         (R_AARCH64_TLSDESC_ADD): Likewise.
21137         (R_AARCH64_TLSDESC_CALL): Likewise.
21138
21139 2013-09-30  Andreas Schwab  <schwab@suse.de>
21140
21141         [BZ #15048]
21142         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21143         the nss database lookup.
21144         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21145         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21146
21147 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21148
21149         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21150
21151 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21152
21153         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21154         ${Bash-specific parameter/pattern/string} parameter expansion.
21155         * sysdeps/unix/make-syscalls.sh: Likewise.
21156
21157 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21158
21159         * sysdeps/sh/stackguard-macros.h: New file.
21160
21161 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21162
21163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21164         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21165         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21166         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21167         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21168         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21169
21170 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21171
21172         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21173         Fix thread ID register.
21174
21175 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21176
21177         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21178         [POSIX || UNIX98]: Require rather than permitting all symbols from
21179         <time.h>.
21180         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21181         element of struct sched_param.
21182         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21183         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21184         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21185         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21186         constant.
21187
21188 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21189
21190         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21191         argument calculation.
21192
21193 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21194
21195         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21196         Expect macro.
21197         [POSIX] (pthread_attr_t): Do not require type.
21198         [POSIX] (pthread_cond_t): Likewise.
21199         [POSIX] (pthread_condattr_t): Likewise.
21200         [POSIX] (pthread_key_t): Likewise.
21201         [POSIX] (pthread_mutex_t): Likewise.
21202         [POSIX] (pthread_mutexattr_t): Likewise.
21203         [POSIX] (pthread_once_t): Likewise.
21204         [POSIX] (pthread_t): Likewise.
21205         [POSIX-based standards] (pthread_atfork): Expect function.
21206
21207 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21208             Richard Sandiford  <richard@codesourcery.com>
21209
21210         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21211         (swap_endianness_p): New extern variable.
21212         (set_big_endian): New inline function.
21213         (maybe_swap_uint32): Likewise.
21214         (maybe_swap_uint32_array): Likewise.
21215         (maybe_swap_uint32_obstack): Likewise.
21216         * locale/programs/locfile.c: Include <stdbool.h>.
21217         (swap_endianness_p): New variable.
21218         (add_locale_uint32): Call maybe_swap_uint32.
21219         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21220         (write_locale_data): Call maybe_swap_uint32_array.
21221         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21222         maybe_swap_uint32.
21223         (obstack_int32_grow_fast): Likewise.
21224         (output_weightwc): Call maybe_swap_uint32_obstack.
21225         (collate_output): Likewise.
21226         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21227         (OPT_LITTLE_ENDIAN): Likewise.
21228         (options): Add --little-endian and --big-endian options.
21229         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21230         * locale/programs/locarchive.c: Include "locfile.h".
21231         (GET): New macro.
21232         (SET): Likewise.
21233         (INC): Likewise.
21234         (create_archive): Use the new macros to access fields of
21235         structures directly mapped from or written to locale archives.
21236         (oldlocrecentcmp): Likewise.
21237         (enlarge_archive): Likewise.
21238         (insert_name): Likewise.
21239         (add_alias): Likewise.
21240         (add_locale): Likewise.
21241         (delete_locales_from_archive): Likewise.
21242         (show_archive_content): Likewise.
21243         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21244         locale data.
21245
21246 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21247
21248         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21249         http://www.gnu.org/doc/freemanuals.texi.
21250         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21251
21252 2013-09-24  Will Newton  <will.newton@linaro.org>
21253
21254         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21255         macro.
21256
21257 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21258
21259         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21260         unsigned char.
21261
21262 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21263
21264         * manual/threads.texi (POSIX Threads): Fix a typo.
21265
21266 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21267
21268         [BZ #14547]
21269         * string/tst-strcoll-overflow.c: New test case.
21270         * string/Makefile (xtests): Add tst-strcoll-overflow.
21271         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21272         cache if string sizes may cause integer overflow.
21273
21274         [BZ #14547]
21275         * string/strcoll_l.c (coll_seq): New members rule, idx,
21276         save_idx and back_us.
21277         (get_next_seq_nocache): New function.
21278         (do_compare_nocache): New function.
21279         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21280         when malloc fails.
21281
21282 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21283
21284         [BZ #15754]
21285         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21286         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21287         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21288
21289         [BZ #15754]
21290         * elf/Makefile (tests): Add tst-ptrguard1.
21291         (tests-static): Add tst-ptrguard1-static.
21292         (tst-ptrguard1-ARGS): Define.
21293         (tst-ptrguard1-static-ARGS): Define.
21294         * elf/tst-ptrguard1.c: New file.
21295         * elf/tst-ptrguard1-static.c: New file.
21296         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21297         * sysdeps/i386/stackguard-macros.h: Likewise.
21298         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21299         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21300         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21301         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21302         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21303         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21304
21305 2013-09-23  Hector Marco  <hecmargi@upv.es>
21306             Ismael Ripoll  <iripoll@disca.upv.es>
21307             Carlos O'Donell  <carlos@redhat.com>
21308
21309         [BZ #15754]
21310         * sysdeps/generic/stackguard-macros.h: Define
21311         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21312         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21313         Define __pointer_chk_guard_local.
21314         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21315         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21316
21317 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21318
21319         [BZ #15859]
21320         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21321
21322 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21323
21324         * include/string.h (__ffs): Declare as hidden.
21325         * string/ffs.c (__ffs): Define as hidden.
21326         * sysdeps/i386/ffs.c (__ffs): Likewise.
21327         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21328         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21329         * sysdeps/s390/ffs.c (__ffs): Likewise.
21330         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21331
21332 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21333
21334         * NEWS: Mention malloc probes.
21335
21336         * malloc/arena.c (new_heap): New memory_heap_new probe.
21337         (grow_heap): New memory_heap_more probe.
21338         (shrink_heap): New memory_heap_less probe.
21339         (heap_trim): New memory_heap_free probe.
21340         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21341         (systrim): New memory_sbrk_less probe.
21342         * manual/probes.texi: Document them.
21343
21344         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21345         * manual/probes.texi: Document it.
21346
21347         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21348         (__libc_realloc): Add memory_realloc_retry probe.
21349         (__libc_memalign): Add memory_memalign_retry probe.
21350         (__libc_valloc): Add memory_valloc_retry probe.
21351         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21352         (__libc_calloc): Add memory_calloc_retry probe.
21353         * manual/probes.texi: Document them.
21354
21355         * malloc/arena.c (get_free_list): Add probe
21356         memory_arena_reuse_free_list.
21357         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21358         and memory_arena_reuse.
21359         (arena_get2) [!PER_THREAD]: Likewise.
21360         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21361         memory_arena_reuse_realloc.
21362         * manual/probes.texi: Document them.
21363
21364         * malloc/malloc.c (__libc_free): Add
21365         memory_mallopt_free_dyn_thresholds probe.
21366         (__libc_mallopt): Add multiple memory_mallopt probes.
21367         * manual/probes.texi: Document them.
21368
21369         * malloc/malloc.c: Include stap-probe.h.
21370         (__libc_mallopt): Add memory_mallopt probe.
21371         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21372         * manual/probes.texi: New.
21373         * manual/Makefile (chapters): Add probes.
21374         * manual/threads.texi: Set next node.
21375
21376 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21377
21378         [BZ #15963, #13985]
21379         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21380         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21381         Add `Chinese' to `nan' entry name.
21382
21383 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21384
21385         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21386         (POLYNOMIAL): Likewise.
21387         (TAYLOR_SINCOS): Likewise.
21388         (TAYLOR_SLOW): Likewise.
21389         (__sin): Use TAYLOR_SINCOS.
21390         (__cos): Likewise.
21391         (slow): Use TAYLOR_SLOW.
21392         (sloww): Likewise.
21393         (bsloww): Likewise.
21394         (csloww): Likewise.
21395
21396 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21397
21398         * stdlib/strtod_l.c: Fix buffer overrun.
21399
21400 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21401
21402         * benchtests/Makefile (bench): Add sincos.
21403         * benchtests/bench-sincos.c: New file.
21404
21405         * math/libm-test.inc (cos_test_data): New test inputs.
21406         (sin_test_data): Likewise.
21407
21408         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21409         macro.
21410         (__sin): Use it.
21411         (__cos): Likewise.
21412         (slow1): Likewise.
21413         (slow2): Likewise.
21414         (sloww1): Likewise.
21415         (sloww2): Likewise.
21416         (bsloww1): Likewise.
21417         (bsloww2): Likewise.
21418         (cslow2): Likewise.
21419         (csloww1): Likewise.
21420         (csloww2): Likewise.
21421
21422         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21423         function.
21424         (__sin): Use it.
21425         (__cos): Likewise.
21426
21427         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21428         gotos.
21429         (__cos): Likewise.
21430
21431 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21432
21433         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21434         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21435         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21436         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21437         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21438         * elf/cache.c (print_entry): Handle the new cache flags.
21439
21440 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21441             Aldy Hernandez  <aldyh@redhat.com>
21442
21443         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21444         Change condition to [_SOFT_FLOAT].
21445         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21448         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21450         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21452         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21453         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21456         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21457         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21458         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21460         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21461         declaration.
21462
21463 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21464
21465         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21466         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21467         (__longjmp): Use LOAD_GP to load saved GPRs.
21468         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21469         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21470         (__sigsetjmp): Use SAVE_GP to save GPRs.
21471
21472         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21473         Do not append -msoft-float.
21474         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21475
21476 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21477
21478         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21479
21480 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21481
21482         [BZ #15966]
21483         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21484         (_FPU_GETCW): Use initial "__" on variable and field names but not
21485         on macro parameter name.
21486         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21487         parentheses around reference to macro parameter.
21488
21489 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21490
21491         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21492         prototype.
21493         (ctype_startup): Use uint32_t in cast and sizeof for
21494         ctype->charnames.
21495
21496 2013-09-11  Jia Liu  <proljc@gmail.com>
21497
21498         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21499         __daddr_t_defined.
21500         [__FreeBSD__]: Likewise.
21501
21502 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21503
21504         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21505         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21506         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21507         (strchr): Remove __strchr_sse42 ifunc selection.
21508         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21509         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21510
21511 2013-09-11  Will Newton  <will.newton@linaro.org>
21512
21513         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21514         parameter to RES. Remove hardcoded 1000 value.
21515         * benchtests/bench-skeleton.c (main): Pass RES parameter
21516         to TIMING_INIT and multiply result by 1000.
21517
21518 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21519
21520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21521
21522 2013-09-11  Andreas Schwab  <schwab@suse.de>
21523
21524         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21525         if not defined.
21526         (O_TMPFILE) [__USE_GNU]: Define.
21527         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21528         Define.
21529
21530 2013-09-11  Will Newton  <will.newton@linaro.org>
21531
21532         [BZ #15857]
21533         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21534         does not overflow.
21535
21536 2013-09-11  Will Newton  <will.newton@linaro.org>
21537
21538         [BZ #15856]
21539         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21540         does not overflow.
21541
21542 2013-09-11  Will Newton  <will.newton@linaro.org>
21543
21544         [BZ #15855]
21545         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21546         does not overflow.
21547
21548 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21549
21550         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21551         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21552         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21553         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21554         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21555
21556 2013-09-10  Allan McRae  <allan@archlinux.org>
21557
21558         [BZ #15748]
21559         * manual/arith.texi (Parsing of Floats): Clarify
21560         cross-reference.
21561
21562         [BZ #15849]
21563         * manual/install.texi (Running make install): Mention
21564         --enable-pt-chown.
21565         * INSTALL: Regenerated.
21566
21567 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21568
21569         * csu/init-first.c (_init): Remove the !SHARED condition around
21570         FPU control word initialization.
21571         * elf/dl-support.c (_dl_fpu_control): New variable.
21572         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21573         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21574         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21575         * math/test-fpucw-static.c: New file.
21576         * math/test-fpucw-ieee.c: New file.
21577         * math/test-fpucw-ieee-static.c: New file.
21578         * math/Makefile (tests): Add `test-fpucw-ieee' and
21579         `$(tests-static)'.
21580         (tests-static): New variable.
21581         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21582         dependency to...
21583         [($(build-shared),yes)]
21584         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21585         ... this.
21586         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21587         New dependency.
21588
21589 2013-09-09  Allan McRae  <allan@archlinux.org>
21590
21591         [BZ #15939]
21592         * manual/string.texi (Collation Functions): Fix typo in
21593         strcoll example.
21594         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21595
21596         [BZ #15893]
21597         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21598
21599         [BZ #15892]
21600         * libio/memstream.c (open_memstream): Fix memory leak.
21601         * libio/wmemstream.c (open_wmemstream): Likewise.
21602
21603         [BZ #15895]
21604         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21605
21606 2013-09-09  Will Newton  <will.newton@linaro.org>
21607
21608         * malloc/Makefile: Add tst-realloc to tests.
21609         * malloc/tst-realloc.c: New file.
21610
21611 2013-09-09  Allan McRae  <allan@archlinux.org>
21612
21613         [BZ #15844]
21614         * COPYING: Update from GNU website to fix FSF address.
21615         * COPYING.LIB: Likewise.
21616
21617 2013-09-06  David S. Miller  <davem@davemloft.net>
21618
21619         * po/zh_TW.po: Update Chinese (traditional) translation from
21620         translation project.
21621
21622 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21623             Joseph Myers  <joseph@codesourcery.com>
21624
21625         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21626         "localeinfo.h".
21627         (obstack_chunk_alloc): New macro.
21628         (obstack_chunk_free): Likewise.
21629         (record_offset): New function.
21630         (init_locale_data): Likewise.
21631         (align_locale_data): Likewise.
21632         (add_locale_empty): Likewise.
21633         (add_locale_raw_data): Likewise.
21634         (add_locale_raw_obstack): Likewise.
21635         (add_locale_string): Likewise.
21636         (add_locale_wstring): Likewise.
21637         (add_locale_uint32): Likewise.
21638         (add_locale_uint32_array): Likewise.
21639         (add_locale_char): Likewise.
21640         (start_locale_structure): Likewise.
21641         (end_locale_structure): Likewise.
21642         (start_locale_prelude): Likewise.
21643         (end_locale_prelude): Likewise.
21644         (write_locale_data): Take locale_file structure rather than an
21645         iovec.
21646         * locale/programs/locfile.h: Include "obstack.h".
21647         (struct locale_file): Change to store locale file contents instead
21648         of header.
21649         (init_locale_data): New prototype.
21650         (align_locale_data): Likewise.
21651         (add_locale_empty): Likewise.
21652         (add_locale_raw_data): Likewise.
21653         (add_locale_raw_obstack): Likewise.
21654         (add_locale_string): Likewise.
21655         (add_locale_wstring): Likewise.
21656         (add_locale_uint32): Likewise.
21657         (add_locale_uint32_array): Likewise.
21658         (add_locale_char): Likewise.
21659         (start_locale_structure): Likewise.
21660         (end_locale_structure): Likewise.
21661         (start_locale_prelude): Likewise.
21662         (end_locale_prelude): Likewise.
21663         (write_locale_data): Update prototype.
21664         * locale/programs/3level.h (struct TABLE): Remove result field.
21665         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21666         Use new locale_file interface.
21667         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21668         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21669         * locale/programs/ld-address.c (address_output): Use new
21670         locale_file interface.
21671         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21672         NO_ADD_LOCALE.
21673         (collate_finish): Don't call collseq_table_finalize.
21674         (collate_output): Use new locale_file interface.
21675         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21676         in file.
21677         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21678         (TABLE): Move defines earlier in file.
21679         (ELEMENT): Likewise.
21680         (DEFAULT): Likewise.
21681         (wctrans_table_add): Move macro and inline function earlier in
21682         file.
21683         (struct wctype_table): Move type earlier in file.
21684         (add_locale_wctype_table): New static prototype.
21685         (struct locale_ctype_t): Use logical types instead of struct iovec
21686         pointers for members.
21687         (ctype_output): Use new locale_file interface.
21688         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21689         new locale_file interface.
21690         (allocate_arrays): Update for use of new locale_file interface.
21691         * locale/programs/ld-identification.c (identification_output): Use
21692         new locale_file interface.
21693         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21694         * locale/programs/ld-messages.c (messages_output): Likewise.
21695         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21696         * locale/programs/ld-name.c (name_output): Likewise.
21697         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21698         * locale/programs/ld-paper.c (paper_output): Likewise.
21699         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21700         * locale/programs/ld-time.c (time_output): Likewise.
21701
21702 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21703
21704         * benchtests/Makefile: Add memrchr benchmark.
21705         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21706         benchmark as memrchr.
21707         * benchtests/bench-memrchr-ifunc.c: New file.
21708         * benchtests/bench-memrchr.c: New file.
21709
21710 2013-09-06   Will Newton  <will.newton@linaro.org>
21711
21712         * benchtests/Makefile (string-bench): Add memcpy.
21713
21714 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21715             Cong Wang  <amwang@redhat.com>
21716
21717         [BZ #15850]
21718         * sysdeps/unix/sysv/linux/bits/in.h
21719         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21720         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21721         before __USE_KERNEL_IPV6_DEFS uses.
21722         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21723         IPPROTO_BEETPH.
21724         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21725         sockaddr_in6, or ipv6_mreq.
21726
21727 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21728
21729         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21730         memory access for final bytes in some large inputs.
21731         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21732
21733 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21734
21735         * string/test-memrchr.c: New file.
21736         * string/test-memrchr-ifunc.c: New file.
21737         * string/Makefile: Add new memrchr testcase.
21738
21739 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21740
21741         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21742         fanotify_init returns EPERM.
21743
21744 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21745
21746         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21747         errors.
21748         (top level): Treat second token from macro or constant entries for
21749         allowed headers as allowed.
21750         * include/complex.h: Condition internal declarations on
21751         [!_ISOMAC].
21752         * include/fenv.h: Condition include of <stdbool.h> and internal
21753         declarations on [!_ISOMAC].
21754
21755 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21756
21757         [BZ #15923]
21758         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21759
21760 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21761
21762         * configure.in (--enable-versioning): Remove configure option.
21763         (libc_cv_asm_symver_directive): Remove configure test.
21764         (libc_cv_ld_version_script_option): Likewise.
21765         (VERSIONING): Remove variable and AC_SUBST.
21766         (DO_VERSIONING): Remove AC_DEFINE.
21767         * configure: Regenerated.
21768         * config.h.in (DO_VERSIONING): Remove macro.
21769         * Makerules [$(versioning) = yes]: Change conditionals to
21770         [$(build-shared) = yes].
21771         * config.make.in (versioning): Remove variable.
21772         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21773         [$(build-shared) = yes].
21774         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21775         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21776         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21777         [$(build-shared) = yes].
21778         * extra-lib.mk [$(versioning) = yes]: Likewise.
21779         * hurd/Makefile [$(versioning) = yes]: Likewise.
21780         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21781         [SHARED].
21782         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21783         [SHARED].
21784         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21785         [SHARED && !NO_HIDDEN].
21786         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21787         [SHARED].
21788         [SHARED && DO_VERSIONING]: Likewise..
21789         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21790         [$(build-shared) = yes].
21791         * manual/install.texi (--disable-versioning): Remove
21792         documentation.
21793         * INSTALL: Regenerated.
21794         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21795         to [SHARED].
21796         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21797         [$(build-shared) = yes].
21798         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21799         * sysdeps/i386/i686/multiarch/strstr-c.c
21800         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21801         [SHARED && !NO_HIDDEN].
21802         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21803         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21804         * sysdeps/powerpc/powerpc32/dl-machine.c
21805         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21806         * sysdeps/powerpc/powerpc32/sysdep.h
21807         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21808         to [SHARED && PIC && !NO_HIDDEN].
21809         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21810         conditional to [SHARED].
21811
21812 2013-09-04   Will Newton  <will.newton@linaro.org>
21813
21814         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21815         * benchtests/bench-string.h: Include bench-timing.h instead
21816         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21817         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21818         call to HP_TIMING_DIFF_INIT.
21819         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21820         instead of hp-timing.h macros.
21821         * benchtests/bench-memchr.c: Likewise.
21822         * benchtests/bench-memcmp.c: Likewise.
21823         * benchtests/bench-memcpy.c: Likewise.
21824         * benchtests/bench-memmem.c: Likewise.
21825         * benchtests/bench-memmove.c: Likewise.
21826         * benchtests/bench-memset.c: Likewise.
21827         * benchtests/bench-rawmemchr.c: Likewise.
21828         * benchtests/bench-strcasecmp.c: Likewise.
21829         * benchtests/bench-strcasestr.c: Likewise.
21830         * benchtests/bench-strcat.c: Likewise.
21831         * benchtests/bench-strchr.c: Likewise.
21832         * benchtests/bench-strcmp.c: Likewise.
21833         * benchtests/bench-strcpy.c: Likewise.
21834         * benchtests/bench-strcpy_chk.c: Likewise.
21835         * benchtests/bench-strlen.c: Likewise.
21836         * benchtests/bench-strncasecmp.c: Likewise.
21837         * benchtests/bench-strncat.c: Likewise.
21838         * benchtests/bench-strncmp.c: Likewise.
21839         * benchtests/bench-strncpy.c: Likewise.
21840         * benchtests/bench-strnlen.c: Likewise.
21841         * benchtests/bench-strpbrk.c: Likewise.
21842         * benchtests/bench-strrchr.c: Likewise.
21843         * benchtests/bench-strspn.c: Likewise.
21844         * benchtests/bench-strstr.c: Likewise.
21845
21846 2013-09-04  Will Newton  <will.newton@linaro.org>
21847
21848         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21849
21850 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21851
21852         [BZ #15427]
21853         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21854         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21855         * math/libm-test.inc (lgamma_test_data): Add more tests.
21856         * sysdeps/i386/fpu/libm-test-ulps: Update.
21857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21858
21859 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21860
21861         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21862         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21863         Add ifunc.
21864         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21865         Add strcmp-sse2-unaligned
21866         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21867
21868 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21869
21870         * Versions.def (libc): Add GLIBC_2.19.
21871
21872 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21873
21874         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21875         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21876
21877 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21878
21879         [BZ #14155]
21880         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21881         intermediate calculations in recurrence.
21882         (__ieee754_ynf): Likewise.
21883         * math/libm-test.inc (jn_test_data): Do not allow spurious
21884         underflow exception.  Add more tests.
21885         (yn_test_data): Add more tests.
21886         * sysdeps/i386/fpu/libm-test-ulps: Update.
21887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21888
21889 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21890
21891         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21892
21893 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21894
21895         * csu/init-first.c: Fix then/than typos.
21896         * locale/programs/ld-collate.c: Likewise.
21897         * locale/programs/linereader.h: Likewise.
21898         * manual/charset.texi: Likewise.
21899         * manual/filesys.texi: Likewise.
21900         * manual/stdio.texi: Likewise.
21901         * manual/string.texi: Likewise.
21902         * stdlib/fmtmsg.c: Likewise.
21903         * sysdeps/i386/stpncpy.S: Likewise.
21904         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21905         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21906         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21907         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21908
21909 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21910
21911         * elf/dl-open.c: Fix typos.
21912         * iconvdata/gbbig5.c: Likewise.
21913         * iconvdata/iso-2022-jp.c: Likewise.
21914         * iconv/gconv_int.h: Likewise.
21915         * iconv/loop.c: Likewise.
21916         * nis/rpcsvc/nis.h: Likewise.
21917         * resolv/ns_name.c: Likewise.
21918         * stdio-common/vfscanf.c: Likewise.
21919         * streams/stropts.h: Likewise.
21920         * sunrpc/rpc_thread.c: Likewise.
21921         * sysdeps/i386/strpbrk.S: Likewise.
21922         * sysdeps/ieee754/k_standard.c: Likewise.
21923         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21924         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21925         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21926         * sysdeps/mach/hurd/profil.c: Likewise.
21927         * sysdeps/s390/dl-procinfo.h: Likewise.
21928         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21929         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21930         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21931         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21932         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21933
21934 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21935
21936         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21938
21939 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21940
21941         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21942         aix specific files.
21943         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21944         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21945         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21946         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21947         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21948         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21949         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21950         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21951
21952 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21953             Roland McGrath  <roland@hack.frob.com>
21954
21955         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21956         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21957
21958 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21959
21960         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21961         __executable_start symbol instead of _start.
21962
21963 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21964
21965         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21966         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21967         Move macros to...
21968         * sysdeps/gnu/ldsodefs.h: ... this new file.
21969
21970         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21971         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21972         instead of ELFOSABI_LINUX.
21973
21974         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21975         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21976         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21977         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21978         Likewise.
21979         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21980         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21981         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21982         Likewise.
21983         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21984         (ibm_extended_long_double): Add ieee_nan member.
21985         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21986         (do_test): New function.
21987
21988         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21989         TEST_TRUNC.
21990         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21991         functions, renamed from truncdfsf_test, trunctfsf_test,
21992         trunctfdf_test.
21993         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21994         functions.
21995         (do_test): Run all these.
21996
21997 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21998
21999         * argp/argp-help.c: Fix typos.
22000         * argp/argp-parse.c: Likewise.
22001         * debug/backtracesyms.c: Likewise.
22002         * elf/elf.h: Likewise.
22003         * malloc/malloc.c: Likewise.
22004         * nis/nis_print.c: Likewise.
22005         * resolv/res_comp.c: Likewise.
22006         * stdlib/stdlib.h: Likewise.
22007         * sunrpc/clnt_tcp.c: Likewise.
22008         * sunrpc/clnt_udp.c: Likewise.
22009         * sunrpc/clnt_unix.c: Likewise.
22010         * sysdeps/unix/bsd/ptsname.c: Likewise.
22011         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22012         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22014         Likewise.
22015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22016         Likewise.
22017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22018         Likewise.
22019         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22020
22021 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22022
22023         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22024         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22025
22026 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22027
22028         [BZ #15897]
22029         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22030         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22031         ($(objpfx)bug-dl-leaf): New rule.
22032         ($(objpfx)bug-dl-leaf.so): Likewise.
22033         ($(objpfx)bug-dl-leaf.out): Likewise.
22034         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22035         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22036         * dlfcn/bug-dl-leaf.c: New test.
22037         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22038         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22039         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22040         (dlclose): Likewise.
22041         (dlmopen): Likewise.
22042
22043 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22044
22045         * include/netdb.h [!_ISOMAC]:
22046         Don't include <tls.h>.
22047         (h_errno, __libc_h_errno): Move declaration and macros out of
22048         [_LIBC_REENTRANT].
22049
22050         * include/resolv.h [_RESOLV_H_]:
22051         Don't include <tls.h>.
22052         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22053         * resolv/res_libc.c: Don't include <tls.h>.
22054         (_res): Use __attribute__ ((nocommon)) in place of
22055         __attribute__ ((section (".bss"))).
22056
22057         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22058         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22059
22060         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22061
22062         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22063         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22064
22065         * resolv/res_mkquery.c: Include <sys/time.h>.
22066
22067         * inet/ifreq.c: Moved to ...
22068         * sysdeps/unix/ifreq.c: ... here.
22069         * inet/ifreq.c: New file, true stub version.
22070
22071         * socket/sa_len.c: New file.
22072         * socket/Makefile (aux): Add it.
22073         * sysdeps/unix/sysv/linux/Makefile
22074         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22075         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22076         and #include <socket/sa_len.c>.
22077         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22078         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22079
22080         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22081         * bits/socket.h: ... here.
22082
22083         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22084         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22085         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22086
22087 2013-08-27  Andreas Schwab  <schwab@suse.de>
22088
22089         [BZ #15736]
22090         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22091         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22092         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22093         * string/test-strcasecmp.c (test_main): Run tests in several
22094         locales.
22095         * string/test-strncasecmp.c (test_main): Likewise.
22096
22097         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22098         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22099         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22100         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22101         (__strncasecmp_ssse3) [PIC]: Likewise.
22102
22103 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22104
22105         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22106
22107         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22108         instead of explicitly declaring xdecrypt.
22109         * nis/nss_nis/nis-publickey.c: Likewise.
22110
22111 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22112
22113         [BZ #15890]
22114         * nscd/aicache.c: Include res_hconf.h.
22115         (addhstaiX): Initialize res_hconf.
22116
22117 2013-08-26  Andreas Schwab  <schwab@suse.de>
22118
22119         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22120         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22121
22122 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22123
22124         * nscd/aicache.c (addhstaiX): Fix indentation.
22125
22126 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22127
22128         * configure.ac: Quote $build_pt_chown test.
22129         * configure: Regenerated.
22130
22131 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22132
22133         [BZ #15532]
22134         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22135         * math/s_cexpf.c (__cexpf): Likewise.
22136         * math/s_cexpl.c (__cexpl): Likewise.
22137         * math/libm-test.inc (cexp_test_data): Correct expected return
22138         value for NaN + i0.  Add another test.
22139
22140 2013-08-22  David S. Miller  <davem@davemloft.net>
22141
22142         * po/ca.po: Update Catalan translation from translation project.
22143         * po/uk.po: Add Ukrainian translations from translation project.
22144
22145 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22146
22147         [BZ #15797]
22148         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22149         is infinite, not alongside NaN test.
22150         * math/s_fdimf.c (__fdimf): Likewise.
22151         * math/s_fdiml.c (__fdiml): Likewise.
22152         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22153         errno is unchanged.
22154
22155 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22156
22157         * argp/argp-help.c: Fix typos.
22158         * crypt/speeds.c: Likewise.
22159         * csu/check_fds.c: Likewise.
22160         * elf/dl-load.c: Likewise.
22161         * elf/dl-open.c: Likewise.
22162         * elf/reldep3.c: Likewise.
22163         * elf/reldep.c: Likewise.
22164         * elf/sprof.c: Likewise.
22165         * iconv/iconv_charmap.c: Likewise.
22166         * iconv/skeleton.c: Likewise.
22167         * iconv/strtab.c: Likewise.
22168         * io/lockf64.c: Likewise.
22169         * libio/libioP.h: Likewise.
22170         * resolv/gai_notify.c: Likewise.
22171         * resolv/ns_name.c: Likewise.
22172         * resolv/ns_samedomain.c: Likewise.
22173         * resolv/res_send.c: Likewise.
22174         * stdlib/random.c: Likewise.
22175         * sunrpc/rpc/xdr.h: Likewise.
22176         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22177         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22178         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22179         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22180         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22181         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22182         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22183         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22184         * sysdeps/mach/hurd/check_fds.c: Likewise.
22185         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22186         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22187         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22188         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22189         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22190         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22191         * sysdeps/pthread/aio_notify.c: Likewise.
22192         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22193         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22194         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22195         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22196         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22197
22198 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22199
22200         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22201         version if bit_Slow_SSE4_2 is set.
22202         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22203         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22204
22205 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22206
22207         [BZ #15867]
22208         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22209         trampoline stack frame information.
22210         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22211         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22212         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22213         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22214         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22215         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22216         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22217         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22218         sa_flags value.
22219         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22220         interrupting a syscall and set with option SA_SIGINFO.
22221
22222 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22223
22224         [BZ #15531]
22225         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22226         argument is infinite.
22227         * math/s_cprojf.c (__cprojf): Likewise.
22228         * math/s_cprojl.c (__cprojl): Likewise.
22229         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22230         * math/libm-test.inc (cproj_test_data): Add more tests.
22231
22232         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22233
22234         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22235         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22236         size.  Use __ffs to determine corresponding shift.
22237
22238 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22239             Roland McGrath  <roland@hack.frob.com>
22240
22241         * Makefile (INSTALL): Remove trailing blank lines from output of
22242         makeinfo.
22243
22244 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22245
22246         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22247         Align 32 bit compat elf_greg to 8 bytes.
22248
22249 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22250
22251         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22252
22253 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22254
22255         * string/strcoll_l.c (coll_seq): New structure.
22256         (get_next_seq_cached): New function.
22257         (get_next_seq): New function.
22258         (do_compare): New function.
22259         (STRCOLL): Use GNU style definition.  Simplify implementation
22260         by using get_next_seq, get_next_seq_cached and do_compare.
22261
22262 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22263
22264         [BZ #14699]
22265         CVE-2013-4237
22266         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22267         member.
22268         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22269         member.
22270         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22271         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22272         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22273         conditional.
22274         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22275         GETDENTS_64BIT_ALIGNED.
22276         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22277         * manual/filesys.texi (Reading/Closing Directory): Document
22278         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22279         strongly.
22280         * manual/conf.texi (Limits for Files): Add portability note to
22281         NAME_MAX, PATH_MAX.
22282         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22283
22284 2013-08-13  Andreas Schwab  <schwab@suse.de>
22285
22286         [BZ #15749]
22287         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22288         of fabs.
22289         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22290         LDBL_MAX_EXP >= 16384]: Add tests for it.
22291
22292 2013-08-12  David S. Miller  <davem@davemloft.net>
22293
22294         * version.h (RELEASE): Set to "development".
22295         (VERSION): Set to "2.18.90".
22296         * NEWS: Add 2.19 section.
22297
22298 2013-08-03  David S. Miller  <davem@davemloft.net>
22299
22300         * po/ko.po: Update Korean translation from translation project.
22301
22302 2013-08-01  David S. Miller  <davem@davemloft.net>
22303
22304         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22305         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22306         Bilka.
22307
22308 2013-07-30  David S. Miller  <davem@davemloft.net>
22309
22310         * po/fr.po: Update French translation from translation project.
22311
22312 2013-07-28  David S. Miller  <davem@davemloft.net>
22313
22314         * po/cs.po: Update Czech translation from translation project.
22315
22316         * po/sv.po: Update Swedish translation from translation project.
22317
22318 2013-07-27  David S. Miller  <davem@davemloft.net>
22319
22320         * po/eo.po: Update Esperanto translation from translation project.
22321
22322         * po/vi.po: Update Vietnamese translation from translation project.
22323
22324         * po/de.po: Update German translation from translation project.
22325
22326 2013-07-26  David S. Miller  <davem@davemloft.net>
22327
22328         * po/bg.po: Update Bulgarian translation from translation project.
22329
22330         * po/nl.po: Update Dutch translation from translation project.
22331         * po/pl.po: Update Polish translation from translation project.
22332         * po/ru.po: Update Russian translation from translation project.
22333
22334 2013-07-24  David S. Miller  <davem@davemloft.net>
22335
22336         * po/libc.pot: Update.
22337
22338 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22339
22340         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22341         variable page size.
22342         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22343         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22344         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22345
22346 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22347
22348         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22349
22350 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22351             Andreas Schwab  <schwab@suse.de>
22352             Roland McGrath  <roland@hack.frob.com>
22353             Joseph Myers  <joseph@codesourcery.com>
22354             Carlos O'Donell  <carlos@redhat.com>
22355
22356         [BZ #15755]
22357         * config.h.in: Define HAVE_PT_CHOWN.
22358         * config.make.in (build-pt-chown): New variable.
22359         * configure.in (--enable-pt_chown): New configure option.
22360         * configure: Regenerate.
22361         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22362         build-pt-chown is enabled.
22363         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22364         pt_chown to fix pty ownership.
22365         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22366         CLOSE_ALL_FDS.
22367         * manual/install.texi (Configuring and compiling): Mention
22368         --enable-pt_chown. Add @findex for grantpt.
22369         * INSTALL: Regenerate.
22370
22371 2013-07-20  David S. Miller  <davem@davemloft.net>
22372
22373         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22374         difference between 32-bit and 64-bit.
22375
22376 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22377
22378         [BZ #15711]
22379         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22380         Avoid system header dependency with -ffreestanding.
22381         ($(objpfx)bits/syscall%d): Likewise.
22382
22383 2013-07-13  David S. Miller  <davem@davemloft.net>
22384
22385         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22386         underflows from atanl/atan2l due to bug 15319.
22387         (casinh_test_data): Likewise.
22388
22389 2013-07-07  David S. Miller  <davem@davemloft.net>
22390
22391         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22392
22393 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22394
22395         * sysdeps/i386/fpu/libm-test-ulps: Update.
22396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22397
22398 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22399
22400         * configure.in (--enable-lock-elision): Fix message text.
22401         * INSTALL: Regenerate.
22402         * configure: Regenerate.
22403
22404 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22405
22406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22407
22408 2013-07-03  Andreas Jaeger  <aj@suse.de>
22409
22410         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22411         define.
22412         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22413         (ptrace_peeksiginfo_args): Add.
22414         (__ptrace_peeksiginfo_flags): Add.
22415         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22416         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22417         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22418
22419 2013-07-03  Allan McRae  <allan@archlinux.org>
22420
22421         * sysdeps/i386/fpu/libm-test-ulps: Update.
22422
22423 2013-07-02  David S. Miller  <davem@davemloft.net>
22424
22425         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22426
22427 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22428
22429         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22430
22431 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22432
22433         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22435
22436 2013-07-02  Andi Kleen <ak@linux.intel.com>
22437
22438         * config.h.in (ENABLE_LOCK_ELISION): Add.
22439         * configure.in (--enable-lock-elision): Add option.
22440         * manual/install.texi: Document --enable lock elision.
22441         * configure: Regenerate
22442         * INSTALL: Regenerate.
22443
22444 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22445
22446         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22447         SSE4.2 strcasecmp for libc.a.
22448         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22449
22450 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22451
22452         [BZ #13304]
22453         * soft-fp/op-common.h (_FP_FMA): New macro.
22454         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22455         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22456         (_FP_MUL_MEAT_1_imm): ... here.
22457         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22458         (_FP_MUL_MEAT_1_wide): ... here.
22459         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22460         (_FP_MUL_MEAT_1_hard): ... here.
22461         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22462         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22463         (_FP_MUL_MEAT_2_wide): ... here.
22464         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22465         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22466         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22467         (_FP_MUL_MEAT_2_gmp): ... here.
22468         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22469         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22470         (_FP_MUL_MEAT_4_wide): ... here.
22471         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22472         (_FP_MUL_MEAT_4_gmp): ... here.
22473         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22474         (_FP_WFRACBITS_DW_S): Likewise.
22475         (_FP_WFRACXBITS_DW_S): Likewise.
22476         (_FP_HIGHBIT_DW_S): Likewise.
22477         (FP_FMA_S): Likewise.
22478         (_FP_FRAC_HIGH_DW_S): Likewise.
22479         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22480         (_FP_WFRACBITS_DW_D): Likewise.
22481         (_FP_WFRACXBITS_DW_D): Likewise.
22482         (_FP_HIGHBIT_DW_D): Likewise.
22483         (FP_FMA_D): Likewise.
22484         (_FP_FRAC_HIGH_DW_D): Likewise.
22485         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22486         (_FP_WFRACBITS_DW_E): Likewise.
22487         (_FP_WFRACXBITS_DW_E): Likewise.
22488         (_FP_HIGHBIT_DW_E): Likewise.
22489         (FP_FMA_E): Likewise.
22490         (_FP_FRAC_HIGH_DW_E): Likewise.
22491         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22492         (_FP_WFRACBITS_DW_Q): Likewise.
22493         (_FP_WFRACXBITS_DW_Q): Likewise.
22494         (_FP_HIGHBIT_DW_Q): Likewise.
22495         (FP_FMA_Q): Likewise.
22496         (_FP_FRAC_HIGH_DW_Q): Likewise.
22497         * soft-fp/fmasf4.c: New file.
22498         * soft-fp/fmadf4.c: Likewise.
22499         * soft-fp/fmatf4.c: Likewise.
22500
22501 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22502
22503         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22504         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22505         Silvermont.
22506         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22507         macro.
22508         (index_Slow_SSE4_2): Likewise.
22509         (index_Prefer_PMINUB_for_stringop): Likewise.
22510         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22511         bit_Slow_SSE4_2 is set.
22512         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22513         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22514
22515 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22516
22517         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22518         rtld_global._dl_hwcap2.
22519         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22520         POWER8.
22521         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22522         POWER8 feature descriptions defined in _dl_hwcap2.
22523         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22524         string handling for POWER8 feature bits.
22525         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22526         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22527         _dl_powerpc_cap_flags.
22528         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22529         * sysdeps/powerpc/rtld-global-offsets.sym
22530         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22531         _dl_hwcap2 in the rtld_global_ro structure.
22532
22533 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22534
22535         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22536         hardware capabilities in support of AT_HWCAP2.
22537         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22538         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22539         GLRO(dl_hwcap2).
22540         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22541         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22542         explicitly the unknown a_type display mechanism is used.
22543         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22544         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22545         struct member.
22546         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22547         to macro prototype for AT_HWCAP2 support.
22548         * sysdeps/i386/dl-procinfo.h: Likewise.
22549         * sysdeps/s390/dl-procinfo.h: Likewise.
22550         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22551         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22552         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22553         return -1 for unknown a_type display fallback.
22554         * sysdeps/sparc/dl-procinfo.h: Likewise.
22555         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22556         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22557
22558 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22559
22560         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22561         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22562
22563 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22564
22565         [BZ #12492]
22566         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22567         mprotect making __stack_prot writable.
22568
22569 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22570             Joseph Myers  <joseph@codesourcery.com>
22571
22572         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22573         as being properly aligned.
22574
22575 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22576
22577         * dlfcn/modstatic5.c: New file.
22578         * dlfcn/tststatic5.c: New file.
22579         * dlfcn/Makefile (tests): Add tststatic5.
22580         (tests-static): Likewise.
22581         (modules-names): Add modstatic5.
22582         (tststatic5-ENV): New variable.
22583         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22584
22585         [BZ #15022]
22586         * elf/dl-support.c (_dl_main_map): New variable.
22587         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22588         (_dl_nns, _dl_load_adds): Set to 1.
22589         (_dl_initial_searchlist): Refer to _dl_main_map.
22590         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22591         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22592         call to _dl_get_origin.
22593         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22594         around call_map.
22595         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22596         * dlfcn/modstatic3.c: New file.
22597         * dlfcn/tststatic3.c: New file.
22598         * dlfcn/tststatic4.c: New file.
22599         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22600         (tests-static): Likewise.
22601         (modules-names): Add modstatic3.
22602         (tststatic3-ENV, tststatic4-ENV): New variables.
22603         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22604         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22605
22606 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22607
22608         * configure.in (CC): Require GCC version 4.4 or later.
22609         * configure: Regenerated.
22610         * manual/install.texi (Tools for Compilation): Update GCC version
22611         requirement.
22612         * INSTALL: Regenerated.
22613
22614 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22615
22616         [BZ #15674]
22617         * string/test-memcmp.c (check2): New.
22618         (main): Call check2.
22619
22620         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22621
22622 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22623
22624         [BZ #15022]
22625         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22626         over to...
22627         (dl_open_worker) [!SHARED]: ... here.
22628
22629 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22630
22631         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22632
22633 2013-06-25  Richard Henderson  <rth@redhat.com>
22634
22635         * locale/programs/locarchive.c: Include <libc-internal.h>
22636
22637 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22638
22639         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22640         trailing whitespace removed.
22641
22642 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22643
22644         [BZ #10283]
22645         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22646         * locale/programs/locarchive.c: Include libc-mmap.h.
22647         (prepare_address_space): Take two new outputs (the mmap base and len).
22648         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22649         values.
22650         (create_archive): Declare new mmap base and len values for
22651         prepare_address_space, and store the result in ah.
22652         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22653         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22654         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22655         Declare new mmap base and len values for
22656         prepare_address_space, and store the result in new_ah.
22657         (open_archive): Declare new mmap base and len values for
22658         prepare_address_space, and store the result in ah.
22659         (close_archive): If ah->mmap_base is not NULL, use that and
22660         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22661         * sysdeps/generic/libc-mmap.h: New file.
22662
22663 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22664
22665         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22666         (ALIGN_UP): Likewise.
22667         (PTR_ALIGN_DOWN): Likewise.
22668         (PTR_ALIGN_UP): Likewise.
22669
22670 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22671
22672         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22673         entry mapped to PPC_PLATFORM_POWER8.
22674         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22675         POWER8.
22676         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22677         (_dl_string_platform): Add case for exporting platform position for
22678         POWER8.
22679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22680         search path to sysdeps/powerpc/powerpc32/power8 directory.
22681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22682         search path to sysdeps/powerpc/powerpc64/power8 directory.
22683         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22684         power7 directories.
22685         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22686         power7 directories.
22687
22688 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22689
22690         * INSTALL: Regenerate.
22691
22692         * nscd/connections.c (nscd_init): Fix comment.
22693
22694 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22695
22696         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22697
22698         [BZ #15667]
22699         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22700         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22701
22702 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22703
22704         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22705         DL_DST_REQ_STATIC.
22706         (DL_DST_REQ_STATIC): Remove macro.
22707
22708 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22709
22710         [BZ #7006]
22711         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22712         with a shift of 0 bits.
22713
22714 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22715
22716         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22717         $(tststatic-ENV).
22718
22719 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22720
22721         [BZ #15655]
22722         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22723
22724 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22725
22726         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22727         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22728         accepts -fno-tree-loop-distribute-patterns.
22729         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22730         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22731         recursive call.
22732         * string/memset.c (memset): Likewise.
22733         * string/test-memmove.c (simple_memmove): Disable loop transformation
22734         to library calls.
22735         * string/test-memset.c (simple_memset): Likewise.
22736         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22737         * benchtests/bench-memset.c (simple_memset): Likewise.
22738         * configure: Regenerated.
22739
22740 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22741
22742         * math/test-misc.c (main): Ignore fesetround failure when failures
22743         of subsequent rounding tests would be ignored.
22744
22745         [BZ #15654]
22746         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22747         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22748         * math/fegetenv.c (__fegetenv): Return 0.
22749         * math/fegetexcept.c (fegetexcept): Return 0.
22750         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22751         FE_TONEAREST.
22752         * math/feholdexcpt.c (feholdexcept): Return 0.
22753         * math/fesetenv.c (__fesetenv): Return 0.
22754         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22755         argument FE_TONEAREST.
22756         * math/feupdateenv.c (__feupdateenv): Return 0.
22757         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22758
22759 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22760
22761         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22762         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22763         ($(objpfx)rtld-%.os rules): Use them.
22764
22765 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22766
22767         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22768         fields.
22769
22770 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22771
22772         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22773         length of target pattern, then descending length of dependency pattern.
22774         * configure.in (AWK): Require gawk 3.1.2 or newer.
22775         * manual/install.texi (Tools for Compilation): Say that we do.
22776         * configure: Regenerated.
22777
22778         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22779         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22780         * scripts/sysd-rules.awk: ... this new script.
22781         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22782         than a glob-style pattern.
22783
22784 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22785
22786         * math/test-misc.c (main): Do not treat incorrectly rounded
22787         conversions as failure unless ROUNDING_TESTS passes.
22788
22789 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22790
22791         [BZ #15631]
22792         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22793         restore exception state around main square root computation, then
22794         check for inexactness explicitly.
22795
22796         * math/libm-test.inc (fma_test_data): Add another test.
22797
22798 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22799
22800         * manual/threads.texi (Non-POSIX Extensions): New document
22801         node.  Document pthread_getattr_default_np and
22802         pthread_setattr_default_np.
22803
22804         * Versions.def (libpthread): Add GLIBC_2.18.
22805         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22807         Likewise.
22808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22809         Likewise.
22810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22811         Likewise.
22812         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22813         Likewise.
22814         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22815         Likewise.
22816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22817         Likewise.
22818         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22819         Likewise.
22820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22821         Likewise.
22822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22823         Likewise.
22824
22825 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22826
22827         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22828         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22829
22830 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22831             H.J. Lu  <hjl.tools@gmail.com>
22832
22833         [BZ #15627]
22834         * sysdeps/x86_64/rtld-memset.c: Remove file.
22835         * sysdeps/x86_64/rtld-memset.S: New file.
22836
22837 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22838
22839         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22840         (test_in_one_mode): Take arguments for whether the rounding mode
22841         is supported for each floating-point type.
22842         (do_test): Pass new arguments to test_in_one_mode using
22843         ROUNDING_TESTS.
22844
22845 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22846
22847         * posix/tst-waitid.c (do_test): Distinguish different instances of
22848         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22849         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22850         before entering the kernel for waitpid.
22851
22852 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22853
22854         * NEWS: Fix note on clock function precision.  Text by Roland
22855         McGrath.
22856
22857 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22858
22859         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22860         it into place only when and if the sanity check passes.
22861
22862 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22863
22864         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22865         output for whether conversion result is exact.  Take argument
22866         indicating whether type is IBM long double.
22867         (round_for_all): Change need_exact field to ibm_ld.
22868         * stdlib/tst-strtod-round.c (struct exactness): New type.
22869         (struct test): Change bool ld_ok field to struct exactness exact.
22870         (TEST): Update all definitions for change to field.
22871         (tests): Regenerate array contents.
22872         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22873         field value.  Check for IBM long double here.
22874         (do_test): Update calls to test_in_one_mode.
22875
22876 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22877
22878         [BZ #12515]
22879         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22880         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22881
22882 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22883
22884         [BZ #15605]
22885         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22886         generated by the compiler on loop optimizations.
22887         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22888         general definitions.
22889
22890 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22891
22892         * math/bug-nextafter.c: Include <math-tests.h>.
22893         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22894         the relevant type.
22895         * math/bug-nexttoward.c: Include <math-tests.h>.
22896         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22897         the relevant type.
22898         * math/test-misc.c: Include <math-tests.h>.
22899         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22900         the relevant type.
22901
22902 2013-06-12  Andreas Jaeger  <aj@suse.de>
22903
22904         * po/ia.po: Update Interlingua translation from translation
22905         project.
22906
22907 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22908
22909         * include/fenv.h: Include stdbool.h.
22910         (struct rm_ctx): New structure.
22911         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22912         Define macro.
22913         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22914         (SET_RESTORE_ROUNDF): Likewise.
22915         (SET_RESTORE_ROUNDL): Likewise.
22916         (SET_RESTORE_ROUND_NOEX): Likewise.
22917         (SET_RESTORE_ROUND_NOEXF): Likewise.
22918         (SET_RESTORE_ROUND_NOEXL): Likewise.
22919         (SET_RESTORE_ROUND_53BIT): Likewise.
22920         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22921         (libc_feresetround_noexf_ctx): Likewise.
22922         (libc_feresetround_noexl_ctx): Likewise.
22923         (libc_feholdsetround_53bit_ctx): Likewise.
22924         (libc_feresetround_53bit_ctx): Likewise.
22925         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22926         (libc_feholdexcept_setround_sse_ctx): New function.
22927         (libc_fesetenv_sse_ctx): Likewise.
22928         (libc_feupdateenv_sse_ctx): Likewise.
22929         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22930         (libc_feholdexcept_setround_387_ctx): Likewise.
22931         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22932         (libc_feholdsetround_387_prec_ctx): Likewise.
22933         (libc_feholdsetround_387_ctx): Likewise.
22934         (libc_feholdsetround_387_53bit_ctx): Likewise.
22935         (libc_feholdsetround_sse_ctx): Likewise.
22936         (libc_feresetround_sse_ctx): Likewise.
22937         (libc_feresetround_387_ctx): Likewise.
22938         (libc_feupdateenv_387_ctx): Likewise.
22939         (libc_feholdexcept_setroundf_ctx): Define macro.
22940         (libc_fesetenvf_ctx): Likewise.
22941         (libc_feupdateenvf_ctx): Likewise.
22942         (libc_feholdsetroundf_ctx): Likewise.
22943         (libc_feresetroundf_ctx): Likewise.
22944         (libc_feholdexcept_setround_ctx): Likewise.
22945         (libc_fesetenv_ctx): Likewise.
22946         (libc_feupdateenv_ctx): Likewise.
22947         (libc_feholdsetround_ctx): Likewise.
22948         (libc_feresetround_ctx): Likewise.
22949         (libc_feholdexcept_setroundl_ctx): Likewise.
22950         (libc_feupdateenvl_ctx): Likewise.
22951         (libc_feholdsetroundl_ctx): Likewise.
22952         (libc_feresetroundl_ctx): Likewise.
22953         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22954         (libc_feresetround_53bit_ctx): Likewise.
22955
22956 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22957
22958         * locale/iso-639.def: Convert to UTF-8.
22959
22960 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22961
22962         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22963         (EXCEPTION_TESTS_double): Likewise.
22964         (EXCEPTION_TESTS_long_double): Likewise.
22965         (EXCEPTION_TESTS): Likewise.
22966         * math/libm-test.inc (test_exceptions): Only test exceptions if
22967         EXCEPTION_TESTS (FLOAT).
22968
22969 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22970
22971         * benchtests/Makefile (string-bench): Add strcpy_chk and
22972         stpcpy_chk.
22973         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22974         * benchtests/bench-stpcpy_chk.c: New file.
22975         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22976         * benchtests/bench-strcpy_chk.c: New file.
22977         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22978         code.
22979         (do_test): Likewise.
22980
22981 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22982
22983         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22984         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22985         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22986         with tabs where appropriate.
22987         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22988         dl-procinfo.h.
22989         [PPC_PLATFORM_PPC440]: Likewise.
22990         [PPC_PLATFORM_PPC464]: Likewise.
22991         [PPC_PLATFORM_PPC476]: Likewise.
22992         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22993         ppc464, and ppc476 platform strings merging from ports/
22994         dl-procinfo.h.
22995
22996 2013-06-11  Andreas Schwab  <schwab@suse.de>
22997
22998         [BZ #14991]
22999         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23000         (from_ucs4_idx): Regenerate.
23001         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23002         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23003         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23004         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23005         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23006         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23007         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23008         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23009         from FROM_LOOP and TO_LOOP specific macros.
23010         (BODY): Handle combining characters.
23011         * iconvdata/BIG5HKSCS.irreversible: Update.
23012         * iconvdata/BIG5HKSCS.precomposed: New file.
23013         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23014         characters.
23015         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23016
23017 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23018
23019         * include/sys/time.h: Fix indentation and add copyright header.
23020
23021         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23022         (do_test): Likewise.
23023         * string/test-memchr.c (do_one_test): Likewise.
23024         (do_test): Likewise.
23025         * string/test-memcmp.c (do_one_test): Likewise.
23026         (do_test): Likewise.
23027         * string/test-memcpy.c (do_one_test): Likewise.
23028         (do_test): Likewise.
23029         * string/test-memmem.c (do_one_test): Likewise.
23030         (do_test): Likewise.
23031         (do_random_tests): Likewise.
23032         * string/test-memmove.c (do_one_test): Likewise.
23033         (do_test): Likewise.
23034         * string/test-memset.c (do_one_test): Likewise.
23035         (do_test): Likewise.
23036         * string/test-rawmemchr.c (do_one_test): Likewise.
23037         (do_test): Likewise.
23038         * string/test-strcasecmp.c (do_one_test): Likewise.
23039         (do_test): Likewise.
23040         * string/test-strcasestr.c (do_one_test): Likewise.
23041         (do_test): Likewise.
23042         * string/test-strcat.c (do_one_test): Likewise.
23043         (do_test): Likewise.
23044         * string/test-strchr.c (do_one_test): Likewise.
23045         (do_test): Likewise.
23046         * string/test-strcmp.c (do_one_test): Likewise.
23047         (do_test): Likewise.
23048         * string/test-strcpy.c (do_one_test): Likewise.
23049         (do_test): Likewise.
23050         * string/test-string.h: Likewise.
23051         (test_init): Likewise.
23052         * string/test-strlen.c (do_one_test): Likewise.
23053         (do_test): Likewise.
23054         * string/test-strncasecmp.c (do_one_test): Likewise.
23055         (do_test): Likewise.
23056         * string/test-strncat.c (do_one_test): Likewise.
23057         (do_test): Likewise.
23058         * string/test-strncmp.c (do_one_test): Likewise.
23059         (do_test_limit): Likewise.
23060         (do_test): Likewise.
23061         * string/test-strncpy.c (do_one_test): Likewise.
23062         (do_test): Likewise.
23063         * string/test-strnlen.c (do_one_test): Likewise.
23064         (do_test): Likewise.
23065         * string/test-strpbrk.c (do_one_test): Likewise.
23066         (do_test): Likewise.
23067         * string/test-strrchr.c (do_one_test): Likewise.
23068         (do_test): Likewise.
23069         * string/test-strspn.c (do_one_test): Likewise.
23070         (do_test): Likewise.
23071         * string/test-strstr.c (do_one_test): Likewise.
23072         (do_test): Likewise.
23073
23074         * benchtests/Makefile (string-bench): Add string benchmarks.
23075         * benchtests/bench-bcopy-ifunc.c: New file.
23076         * benchtests/bench-bcopy.c: New file.
23077         * benchtests/bench-bzero-ifunc.c: New file.
23078         * benchtests/bench-bzero.c: New file.
23079         * benchtests/bench-memccpy-ifunc.c: New file.
23080         * benchtests/bench-memccpy.c: New file.
23081         * benchtests/bench-memchr-ifunc.c: New file.
23082         * benchtests/bench-memchr.c: New file.
23083         * benchtests/bench-memcmp-ifunc.c: New file.
23084         * benchtests/bench-memcmp.c: New file.
23085         * benchtests/bench-memmem-ifunc.c: New file.
23086         * benchtests/bench-memmem.c: New file.
23087         * benchtests/bench-memmove-ifunc.c: New file.
23088         * benchtests/bench-memmove.c: New file.
23089         * benchtests/bench-mempcpy-ifunc.c: New file.
23090         * benchtests/bench-mempcpy.c: New file.
23091         * benchtests/bench-memset-ifunc.c: New file.
23092         * benchtests/bench-memset.c: New file.
23093         * benchtests/bench-rawmemchr-ifunc.c: New file.
23094         * benchtests/bench-rawmemchr.c: New file.
23095         * benchtests/bench-stpcpy-ifunc.c: New file.
23096         * benchtests/bench-stpcpy.c: New file.
23097         * benchtests/bench-stpncpy-ifunc.c: New file.
23098         * benchtests/bench-stpncpy.c: New file.
23099         * benchtests/bench-strcasecmp-ifunc.c: New file.
23100         * benchtests/bench-strcasecmp.c: New file.
23101         * benchtests/bench-strcasestr-ifunc.c: New file.
23102         * benchtests/bench-strcasestr.c: New file.
23103         * benchtests/bench-strcat-ifunc.c: New file.
23104         * benchtests/bench-strcat.c: New file.
23105         * benchtests/bench-strchr-ifunc.c: New file.
23106         * benchtests/bench-strchr.c: New file.
23107         * benchtests/bench-strchrnul-ifunc.c: New file.
23108         * benchtests/bench-strchrnul.c: New file.
23109         * benchtests/bench-strcmp-ifunc.c: New file.
23110         * benchtests/bench-strcmp.c: New file.
23111         * benchtests/bench-strcpy-ifunc.c: New file.
23112         * benchtests/bench-strcpy.c: New file.
23113         * benchtests/bench-strcspn-ifunc.c: New file.
23114         * benchtests/bench-strcspn.c: New file.
23115         * benchtests/bench-strlen-ifunc.c: New file.
23116         * benchtests/bench-strlen.c: New file.
23117         * benchtests/bench-strncasecmp-ifunc.c: New file.
23118         * benchtests/bench-strncasecmp.c: New file.
23119         * benchtests/bench-strncat-ifunc.c: New file.
23120         * benchtests/bench-strncat.c: New file.
23121         * benchtests/bench-strncmp-ifunc.c: New file.
23122         * benchtests/bench-strncmp.c: New file.
23123         * benchtests/bench-strncpy-ifunc.c: New file.
23124         * benchtests/bench-strncpy.c: New file.
23125         * benchtests/bench-strnlen-ifunc.c: New file.
23126         * benchtests/bench-strnlen.c: New file.
23127         * benchtests/bench-strpbrk-ifunc.c: New file.
23128         * benchtests/bench-strpbrk.c: New file.
23129         * benchtests/bench-strrchr-ifunc.c: New file.
23130         * benchtests/bench-strrchr.c: New file.
23131         * benchtests/bench-strspn-ifunc.c: New file.
23132         * benchtests/bench-strspn.c: New file.
23133         * benchtests/bench-strstr-ifunc.c: New file.
23134         * benchtests/bench-strstr.c: New file.
23135
23136         * benchtests/Makefile: Disable parallel execution of targets.
23137         (string-bench): Add memcpy.
23138         (benchset): New variable to store a list of benchmark sets.
23139         (bench-func): Renamed from bench.
23140         (bench-set): New target.
23141         (bench): Depend on bench-func and bench-set.
23142         * benchtests/README: Add section on benchmark sets.
23143         * benchtests/bench-memcpy-ifunc.c: New file.
23144         * benchtests/bench-memcpy.c: New file.
23145         * benchtests/bench-string.h: New file.
23146
23147 2013-06-11  Andreas Schwab  <schwab@suse.de>
23148
23149         [BZ #15577]
23150         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23151         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23152         values in the triple.
23153         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23154         terminator in the group key.
23155
23156 2013-06-11  Andreas Jaeger  <aj@suse.de>
23157
23158         * po/zh_TW.po: Update Chinese (traditional) translation from
23159         translation project.
23160
23161 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23162
23163         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23164         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23165         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23166         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23167         (clock_getcpuclockid): Likewise.
23168         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23169         Add weak_alias and libc_hidden_def.
23170         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23171         * rt/clock_gettime.c (clock_gettime): Rename to
23172         __clock_gettime.  Add weak_alias and libc_hidden_def.
23173         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23174         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23175         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23176         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23177         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23178         Likewise.
23179         * rt/clock_settime.c (clock_settime): Rename to
23180         __clock_settime.  Add weak_alias and libc_hidden_def.
23181         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23182
23183 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23184
23185         * mach/err_boot.sub: Remove trailing whitespace.
23186         * mach/err_ipc.sub: Likewise.
23187         * mach/err_mach.sub: Likewise.
23188
23189         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23190         (ROUNDING_TESTS_double): Likewise.
23191         (ROUNDING_TESTS_long_double): Likewise.
23192         (ROUNDING_TESTS): Likewise.
23193         * math/libm-test.inc: Include <math-tests.h>.
23194         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23195         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23196         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23197         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23198
23199 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23200
23201         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23202         of assigning.
23203
23204 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23205
23206         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23207         otherwise empty TRANS lines.
23208         * sysdeps/gnu/errlist.c: Regenerated.
23209
23210         * catgets/gencat.c (error_print): Use (void) in function
23211         definition.
23212         * crypt/crypt_util.c (__init_des): Likewise.
23213         * crypt/speeds.c (Stop): Likewise.
23214         (main): Likewise.
23215         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23216         * inet/ruserpass.c (token): Likewise.
23217         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23218         * intl/localealias.c (extend_alias_table): Likewise.
23219         * intl/plural-exp.c (init_germanic_plural): Likewise.
23220         * libio/fcloseall.c (__fcloseall): Likewise.
23221         * libio/genops.c (_IO_flush_all): Likewise.
23222         (_IO_flush_all_linebuffered): Likewise.
23223         (_IO_cleanup): Likewise.
23224         (_IO_iter_begin): Likewise.
23225         (_IO_iter_end): Likewise.
23226         (_IO_list_lock): Likewise.
23227         (_IO_list_unlock): Likewise.
23228         (_IO_list_resetlock): Likewise.
23229         * libio/getchar.c (getchar): Likewise.
23230         * libio/getchar_u.c (getchar_unlocked): Likewise.
23231         * libio/getwchar.c (getwchar): Likewise.
23232         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23233         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23234         * login/getpt.c (__getpt): Likewise.
23235         * login/tst-utmp.c (main): Likewise.
23236         * malloc/hooks.c (__malloc_check_init): Likewise.
23237         * malloc/malloc.c (__malloc_stats): Likewise.
23238         * malloc/mtrace.c (tr_break): Likewise.
23239         (mtrace): Likewise.
23240         (muntrace): Likewise.
23241         * misc/fstab.c (endfsent): Likewise.
23242         * misc/getclktck.c (__getclktck): Likewise.
23243         * misc/getdtsz.c (__getdtablesize): Likewise.
23244         * misc/gethostid.c (gethostid): Likewise.
23245         * misc/getpagesize.c (__getpagesize): Likewise.
23246         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23247         (__get_nprocs): Likewise.
23248         (__get_phys_pages): Likewise.
23249         (__get_avphys_pages): Likewise.
23250         * misc/getttyent.c (getttyent): Likewise.
23251         (setttyent): Likewise.
23252         (endttyent): Likewise.
23253         * misc/getusershell.c (getusershell): Likewise.
23254         (endusershell): Likewise.
23255         (setusershell): Likewise.
23256         (initshells): Likewise.
23257         * misc/hsearch.c (__hdestroy): Likewise.
23258         * misc/sync.c (sync): Likewise.
23259         * misc/syslog.c (closelog_internal): Likewise.
23260         (closelog): Likewise.
23261         * misc/ttyslot.c (ttyslot): Likewise.
23262         * misc/vhangup.c (vhangup): Likewise.
23263         * posix/fork.c (__fork): Likewise.
23264         * posix/getegid.c (__getegid): Likewise.
23265         * posix/geteuid.c (__geteuid): Likewise.
23266         * posix/getgid.c (__getgid): Likewise.
23267         * posix/getpid.c (__getpid): Likewise.
23268         * posix/getppid.c (__getppid): Likewise.
23269         * posix/getuid.c (__getuid): Likewise.
23270         * posix/pause.c (pause): Likewise.
23271         * posix/setpgrp.c (setpgrp): Likewise.
23272         * posix/setsid.c (__setsid): Likewise.
23273         * posix/test-vfork.c (noop): Likewise.
23274         * resolv/gethnamaddr.c (_endhtent): Likewise.
23275         (_gethtent): Likewise.
23276         (ht_endhostent): Likewise.
23277         (gethostent): Likewise.
23278         (dns_service): Likewise.
23279         * stdlib/drand48.c (drand48): Likewise.
23280         * stdlib/lrand48.c (lrand48): Likewise.
23281         * stdlib/mrand48.c (mrand48): Likewise.
23282         * stdlib/rand.c (rand): Likewise.
23283         * stdlib/random.c (__random): Likewise.
23284         * stdlib/setenv.c (clearenv): Likewise.
23285         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23286         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23287         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23288         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23289         (__get_nprocs): Likewise.
23290         (__get_phys_pages): Likewise.
23291         (__get_avphys_pages): Likewise.
23292         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23293         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23294         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23295         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23296         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23297         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23298         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23299         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23300         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23301         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23302         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23303         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23304         * sysdeps/posix/clock.c (clock): Likewise.
23305         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23306         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23307         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23308         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23309         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23310         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23311         (__get_nprocs_conf): Likewise.
23312         (__get_phys_pages): Likewise.
23313         (__get_avphys_pages): Likewise.
23314         * time/clock.c (clock): Likewise.
23315         * time/tzset.c (__tzname_max): Likewise.
23316
23317 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23318
23319         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23320         (__bswap_32): Do not use "register".
23321         * crypt/crypt.c (_ufc_doit_r): Likewise.
23322         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23323         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23324         * gmon/gmon.c (__monstartup): Likewise.
23325         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23326         * hurd/hurdmalloc.c (more_memory): Likewise.
23327         (malloc): Likewise.
23328         (free): Likewise.
23329         (realloc): Likewise.
23330         (malloc_fork_prepare): Likewise.
23331         (malloc_fork_parent): Likewise.
23332         (malloc_fork_child): Likewise.
23333         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23334         (_svcauth_des): Likewise.
23335         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23336         * inet/inet_net.c (inet_network): Likewise.
23337         * inet/inet_netof.c (inet_netof): Likewise.
23338         * inet/rcmd.c (__validuser2_sa): Likewise.
23339         * io/fts.c (fts_open): Likewise.
23340         (fts_load): Likewise.
23341         (fts_close): Likewise.
23342         (fts_read): Likewise.
23343         (fts_children): Likewise.
23344         (fts_build): Likewise.
23345         (fts_stat): Likewise.
23346         (fts_sort): Likewise.
23347         (fts_alloc): Likewise.
23348         (fts_lfree): Likewise.
23349         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23350         (_IO_file_xsgetn): Likewise.
23351         (_IO_file_xsgetn_mmap): Likewise.
23352         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23353         (_IO_cookie_write): Likewise.
23354         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23355         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23356         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23357         * malloc/obstack.c (_obstack_begin): Likewise.
23358         (_obstack_begin_1): Likewise.
23359         (_obstack_newchunk): Likewise.
23360         (_obstack_allocated_p): Likewise.
23361         (obstack_free): Likewise.
23362         (_obstack_memory_used): Likewise.
23363         * misc/getttyent.c (getttynam): Likewise.
23364         (getttyent): Likewise.
23365         (skip): Likewise.
23366         (value): Likewise.
23367         * misc/getusershell.c (initshells): Likewise.
23368         * misc/syslog.c (__vsyslog_chk): Likewise.
23369         * misc/ttyslot.c (ttyslot): Likewise.
23370         * nis/nis_hash.c (__nis_hash): Likewise.
23371         * posix/fnmatch_loop.c (FCT): Likewise.
23372         * posix/getconf.c (print_all): Likewise.
23373         (main): Likewise.
23374         * posix/getopt.c (exchange): Likewise.
23375         * posix/glob.c (globfree): Likewise.
23376         (prefix_array): Likewise.
23377         (__glob_pattern_type): Likewise.
23378         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23379         (NS_GET32): Likewise.
23380         (NS_PUT16): Likewise.
23381         (NS_PUT32): Likewise.
23382         * resolv/gethnamaddr.c (getanswer): Likewise.
23383         (gethostbyname2): Likewise.
23384         (gethostbyaddr): Likewise.
23385         (_gethtent): Likewise.
23386         (_gethtbyname2): Likewise.
23387         (_gethtbyaddr): Likewise.
23388         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23389         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23390         * resolv/res_init.c (__res_vinit): Likewise.
23391         (net_mask): Likewise.
23392         * resolv/res_mkquery.c (outchar): Likewise.
23393         (PRINT): Likewise.
23394         * stdio-common/printf_fp.c (outchar): Likewise.
23395         (PRINT): Likewise.
23396         * stdio-common/printf_fphex.c (outchar): Likewise.
23397         (PRINT): Likewise.
23398         * stdio-common/printf_size.c (outchar): Likewise.
23399         (PRINT): Likewise.
23400         * stdio-common/test_rdwr.c (main): Likewise.
23401         * stdio-common/tfformat.c (matches): Likewise.
23402         * stdio-common/vfprintf.c (outchar): Likewise.
23403         (printf_unknown): Likewise.
23404         (buffered_vfprintf): Likewise.
23405         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23406         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23407         (ReadFile): Likewise.
23408         * stdlib/qsort.c (SWAP): Likewise.
23409         (_quicksort): Likewise.
23410         * stdlib/setenv.c (__add_to_environ): Likewise.
23411         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23412         * stdlib/strtol_l.c (__strtol_l): Likewise.
23413         * stdlib/tst-strtod.c (main): Likewise.
23414         * stdlib/tst-strtol.c (main): Likewise.
23415         * stdlib/tst-strtoll.c (main): Likewise.
23416         * string/bits/string2.h (__strcmp_cc): Likewise.
23417         (__strcmp_cg): Likewise.
23418         (__strcspn_c1): Likewise.
23419         (__strcspn_c2): Likewise.
23420         (__strcspn_c3): Likewise.
23421         (__strspn_c1): Likewise.
23422         (__strspn_c2): Likewise.
23423         (__strspn_c3): Likewise.
23424         (__strsep_1c): Likewise.
23425         (__strsep_2c): Likewise.
23426         (__strsep_3c): Likewise.
23427         * string/memccpy.c (__memccpy): Likewise.
23428         * string/stpcpy.c (__stpcpy): Likewise.
23429         * string/strcmp.c (strcmp): Likewise.
23430         * string/strrchr.c (strrchr): Likewise.
23431         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23432         Likewise.
23433         * sysdeps/mach/hurd/getcwd.c
23434         (_hurd_canonicalize_directory_name_internal): Likewise.
23435         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23436         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23437         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23438         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23439         Likewise, in both definitions.
23440         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23441         definitions.
23442         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23443         64] (__bswap_64): Likewise.
23444         * time/test_time.c (main): Likewise.
23445         * time/tzfile.c (__tzfile_read): Likewise.
23446         (__tzfile_compute): Likewise.
23447         * time/tzset.c (__tzset_parse_tz): Likewise.
23448         (tzset_internal): Likewise.
23449         (compute_change): Likewise.
23450         * wcsmbs/wcscat.c (__wcscat): Likewise.
23451         * wcsmbs/wcschr.c (wcschr): Likewise.
23452         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23453         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23454         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23455         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23456         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23457         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23458         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23459         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23460         * wcsmbs/wmemset.c (wmemset): Likewise.
23461
23462 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23463
23464         * scripts/config.guess: Update to version 2013-05-16.
23465         * scripts/config.sub: Update to version 2013-04-24.
23466         * scripts/install-sh: Update to version 2011-11-20.07.
23467         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23468         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23469
23470 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23471
23472         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23473         * elf/sln.c: Likewise.
23474         * hurd/hurd/ioctl.h: Likewise.
23475         * hurd/hurdmalloc.c: Likewise.
23476         * hurd/xattr.c: Likewise.
23477         * include/shlib-compat.h: Likewise.
23478         * inet/ruserpass.c: Likewise.
23479         * libio/iofgets_u.c: Likewise.
23480         * libio/iofgetws_u.c: Likewise.
23481         * locale/programs/ld-identification.c: Likewise.
23482         * locale/programs/ld-time.c: Likewise.
23483         * mach/msg-destroy.c: Likewise.
23484         * nss/nss_files/files-netgrp.c: Likewise.
23485         * resolv/res_data.c: Likewise.
23486         * soft-fp/op-1.h: Likewise.
23487         * soft-fp/op-2.h: Likewise.
23488         * soft-fp/op-4.h: Likewise.
23489         * soft-fp/op-common.h: Likewise.
23490         * stdio-common/printf_fphex.c: Likewise.
23491         * stdlib/strtod_l.c: Likewise.
23492         * sunrpc/rpc/clnt.h: Likewise.
23493         * sysdeps/generic/framestate.c: Likewise.
23494         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23495         * sysdeps/i386/bsd-setjmp.S: Likewise.
23496         * sysdeps/i386/__longjmp.S: Likewise.
23497         * sysdeps/i386/setjmp.S: Likewise.
23498         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23499         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23500         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23501         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23502         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23503         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23504         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23505         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23506         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23507         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23508         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23509         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23510         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23511         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23512         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23513         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23514         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23515         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23516         * sysdeps/ieee754/support.c: Likewise.
23517         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23518         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23519         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23520         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23521         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23522         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23523         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23524         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23525         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23526         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23527         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23528         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23529         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23530         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23531         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23532         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23533         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23535
23536 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23537
23538         * posix/transbug.c: Remove executable mode.
23539
23540 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23541
23542         * crypt/speeds.c: Remove trailing whitespace.
23543         * dlfcn/default.c: Likewise.
23544         * elf/ifuncdep2.c: Likewise.
23545         * elf/ifuncmain1.c: Likewise.
23546         * elf/ifuncmain1vis.c: Likewise.
23547         * elf/testobj.h: Likewise.
23548         * elf/tst-stackguard1.c: Likewise.
23549         * gmon/sys/gmon.h: Likewise.
23550         * hurd/hurdmsg.c: Likewise.
23551         * hurd/new-fd.c: Likewise.
23552         * hurd/ports-get.c: Likewise.
23553         * iconvdata/ibm1008_420.c: Likewise.
23554         * inet/tst-getni1.c: Likewise.
23555         * inet/tst-getni2.c: Likewise.
23556         * libio/ioungetc.c: Likewise.
23557         * libio/wfiledoalloc.c: Likewise.
23558         * manual/libm-err-tab.pl: Likewise.
23559         * math/w_dremf.c: Likewise.
23560         * misc/ftruncate.c: Likewise.
23561         * posix/bug-glob2.c: Likewise.
23562         * posix/tst-pcre.c: Likewise.
23563         * posix/wait4.c: Likewise.
23564         * resolv/README: Likewise.
23565         * resolv/res_debug.h: Likewise.
23566         * resolv/tst-inet_ntop.c: Likewise.
23567         * setjmp/bug269-setjmp.c: Likewise.
23568         * soft-fp/extended.h: Likewise.
23569         * soft-fp/op-1.h: Likewise.
23570         * soft-fp/op-2.h: Likewise.
23571         * soft-fp/op-4.h: Likewise.
23572         * soft-fp/op-8.h: Likewise.
23573         * soft-fp/testit.c: Likewise.
23574         * stdio-common/bug16.c: Likewise.
23575         * stdlib/random.c: Likewise.
23576         * sunrpc/rpcsvc/rquota.x: Likewise.
23577         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23578         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23579         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23580         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23581         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23582         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23583         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23584         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23585         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23586         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23587         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23588         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23589         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23590         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23591         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23592         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23593         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23594         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23595         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23596         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23597         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23598         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23599         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23600         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23601         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23602         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23603         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23604         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23605         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23606         * sysdeps/ieee754/s_lib_version.c: Likewise.
23607         * sysdeps/mach/hurd/check_fds.c: Likewise.
23608         * sysdeps/mach/hurd/getsockname.c: Likewise.
23609         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23610         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23611         * sysdeps/powerpc/bits/link.h: Likewise.
23612         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23613         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23614         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23615         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23616         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23617         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23618         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23619         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23620         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23621         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23622         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23623         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23624         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23625         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23626         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23627         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23628         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23629         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23630         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23631         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23632         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23633         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23634         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23635         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23636         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23637         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23638         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23639         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23640         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23641         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23642         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23643         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23644         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23645         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23646         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23647         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23648         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23649         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23650         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23651         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23652         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23653         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23654         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23655         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23656         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23657         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23658         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23659         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23660         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23661         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23662         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23663         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23664         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23665         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23666         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23667         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23668         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23669         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23670         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23671         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23672         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23673         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23674         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23675         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23676         * sysdeps/powerpc/sysdep.h: Likewise.
23677         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23678         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23679         * sysdeps/sh/dl-trampoline.S: Likewise.
23680         * sysdeps/sh/memset.S: Likewise.
23681         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23682         * sysdeps/sh/strlen.S: Likewise.
23683         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23684         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23685         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23686         * sysdeps/sparc/sparc32/rem.S: Likewise.
23687         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23688         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23689         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23690         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23691         * sysdeps/sparc/sparc32/urem.S: Likewise.
23692         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23693         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23694         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23695         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23696         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23697         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23698         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23699         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23700         * sysdeps/unix/bsd/times.c: Likewise.
23701         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23702         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23706         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23707         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23708         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23709         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23710         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23711         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23712         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23713         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23714         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23715         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23716         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23717         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23718         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23719         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23720         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23721         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23722         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23723         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23724         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23725         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23726         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23727         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23728         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23729         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23730         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23731         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23732         * sysdeps/x86_64/strcspn.S: Likewise.
23733
23734 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23735
23736         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23737         generated file.  Regenerate properly from gen-translit.pl.
23738         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23739         locale/C-translit.h.
23740
23741 2013-06-05  Andreas Schwab  <schwab@suse.de>
23742
23743         [BZ #15100]
23744         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23745         week as 6 instead of -1.
23746         * time/tst-strptime.c (day_tests): Add test case.
23747
23748 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23749
23750         * sysdeps/generic/math_private.h
23751         (libc_feholdexcept_setround_53bit): Replace with
23752         libc_feholdsetround_53bit.
23753         (libc_feupdateenv_53bit): Replace with
23754         libc_feresetround_53bit.
23755         (SET_RESTORE_ROUND_53BIT): Adjust.
23756
23757 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23758
23759         * string/test-strchrnul.c: Add copyright header.
23760
23761         * posix/tst-getaddrinfo4.c: Increase test timeout.
23762
23763 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23764
23765         [BZ #15536]
23766         * math/libm-test.inc (MAX_EXP): Remove
23767         (MIN_EXP): Define.
23768         (ulp): Use MIN_EXP - MANT_DIG.
23769         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23770
23771 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23772
23773         * po/be.po: Revert last change.
23774         * po/zh_CN.po: Likewise.
23775         * po/header.pot: Likewise.
23776
23777 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23778
23779         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23780         link-libc-deps to empty as target-specific variable.
23781         * Makerules (link-libc-args): New variable.
23782         (libc-for-link): Likewise.
23783         (link-libc-deps): Likewise.
23784         (lib%.so): Depend on $(link-libc-deps).  Link with
23785         $(link-libc-args).
23786         (build-module): Link with $(link-libc-args).
23787         (build-module-asneeded): Likewise.
23788         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23789         list of objects.
23790         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23791         target-specific variable.
23792         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23793         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23794         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23795         libc.
23796         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23797         libc and ld.so.
23798         ($(objpfx)libpcprofile.so): Likewise.
23799         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23800         libc_nonshared.a.
23801         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23802         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23803         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23804         $(link-libc-deps).
23805         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23806         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23807         * login/Makefile ($(objpfx)libutil.so): Likewise.
23808         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23809         * math/Makefile ($(objpfx)libm.so): Likewise.
23810         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23811         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23812         variable instead of depending directly on libc.
23813         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23814         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23815         $(link-libc-deps).
23816         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23817         libc.
23818         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23819         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23820         ($(objpfx)libanl.so): Likewise.
23821         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23822         ld.so.
23823         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23824         $(link-libc-deps).
23825         * sysdeps/i386/fpu/Makefile: Remove file.
23826         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23827         ($(objpfx)libm.so): Remove dependency on ld.so.
23828
23829 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23830
23831         [BZ # 15553]
23832         * nis/yp_xdr.c (XDRMAXNAME): Define.
23833         (XDRMAXRECORD): Define.
23834         (xdr_domainname): Use XDRMAXNAME.
23835         (xdr_mapname): Likewise.
23836         (xdr_peername): Likewise.
23837         (xdr_keydat): Use XDRMAXRECORD.
23838         (xdr_valdat): Likewise.
23839
23840 2013-05-30  Jeff Law  <law@redhat.com>
23841
23842         [BZ #14256]
23843         * manual/errno.texi (ESTALE): Update to account for more than
23844         just NFS file systems.
23845         * sysdeps/gnu/errlist.c: Regenerated.
23846
23847 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23848
23849         [BZ #15465]
23850         * elf/Makefile (tests): Add tst-null-argv.
23851         (modules-names):  Add tst-null-argv-lib.
23852         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23853         (tst-null-argv-ENV): Set environment for tst-null-argv.
23854         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23855         (RTLD_PROGNAME): New macro.
23856         * elf/tst-null-argv.c: New test case.
23857         * elf/tst-null-argv-lib.c: Library for test case.
23858         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23859         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23860         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23861         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23862         * elf/dl-init.c (call_init): Likewise.
23863         (_dl_init): Likewise.
23864         * elf/dl-load.c (print_search_path): Likewise.
23865         (_dl_map_object): Likewise.
23866         * elf/dl-lookup.c (do_lookup_x): Likewise.
23867         (add_dependency): Likewise.
23868         (_dl_lookup_symbol_x): Likewise.
23869         (_dl_debug_bindings): Likewise.
23870         * elf/dl-open.c (_dl_show_scope): Likewise.
23871         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23872         * elf/dl-version.c (match_symbol): Likewise.
23873         (_dl_check_map_versions): Likewise.
23874         * elf/rtld.c (dl_main): Likewise.
23875         (print_unresolved): Use RTLD_PROGNAME.
23876         (print_missing_version): Likewise.
23877         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23878         (elf_machine_rela): Likewise.
23879         * sysdeps/powerpc/powerpc32/dl-machine.c
23880         (__process_machine_rela): Likewise.
23881         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23882         Likewise.
23883         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23884         Likewise.
23885         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23886         Likewise.
23887         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23888         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23889         Likewise.
23890         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23891         Likewise.
23892         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23893
23894 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23895
23896         * po/be.po: Add descriptive title.
23897         * po/zh_CN.po: Likewise.
23898         * po/header.pot: Likewise.
23899
23900 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23901
23902         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23903         error message.
23904         (enlarge_archive): Likewise.
23905
23906 2013-05-28  Ben North  <ben@redfrontdoor.org>
23907
23908         * manual/arith.texi (frexp): It is the magnitude of the return
23909         value which lies in [0.5, 1), not the return value itself.
23910
23911 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23912
23913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23914
23915 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23916
23917         * stdio-common/bug26.c (main): Correct fscanf template.
23918
23919         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23920         declare _dl_skip_args.
23921
23922         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23923         Don't declare.
23924
23925         * manual/platform.texi: Add missing @end deftypefun.
23926
23927 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23928
23929         [BZ #15529]
23930         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23931         bit of mantissa of 2^16382.
23932         * math/libm-test.inc (hypot_test_data): Add more tests.
23933
23934         * math/libm-test.inc: Add drem and pow10 to list of tested
23935         functions.
23936         (pow10_test): New function.
23937         (drem_test): Likewise.
23938         (drem_test_tonearest): Likewise.
23939         (drem_test_towardzero): Likewise.
23940         (drem_test_downward): Likewise.
23941         (drem_test_upward): Likewise.
23942         (main): Call the new functions.
23943
23944         * math/libm-test.inc (finite_test_data): Remove.
23945         (finite_test): Run tests from isfinite_test_data.
23946         (gamma_test_data): Remove.
23947         (gamma_test): Run tests from lgamma_test_data.
23948         * sysdeps/i386/fpu/libm-test-ulps: Update.
23949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23950
23951 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23952
23953         * manual/platform.texi: Add PowerPC PPR function set documentation.
23954         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23955         implementation.
23956
23957 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23958
23959         * math/libm-test.inc (MAX_EXP): Define.
23960         (ULPDIFF): Define.
23961         (ulp): New function.
23962         (check_float_internal): Use ULPDIFF.
23963         (cpow_test): Disable failing test.
23964         (check_ulp): Test ulp() implemetnation.
23965         (main): Call check_ulp before starting tests.
23966
23967 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23968
23969         * math/gen-libm-test.pl (generate_testfile): Do not handle
23970         START_DATA and END_DATA.
23971         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23972         END_DATA.
23973         (acos_tonearest_test_data): Likewise.
23974         (acos_towardzero_test_data): Likewise.
23975         (acos_downward_test_data): Likewise.
23976         (acos_upward_test_data): Likewise.
23977         (acosh_test_data): Likewise.
23978         (asin_test_data): Likewise.
23979         (asin_tonearest_test_data): Likewise.
23980         (asin_towardzero_test_data): Likewise.
23981         (asin_downward_test_data): Likewise.
23982         (asin_upward_test_data): Likewise.
23983         (asinh_test_data): Likewise.
23984         (atan_test_data): Likewise.
23985         (atanh_test_data): Likewise.
23986         (atan2_test_data): Likewise.
23987         (cabs_test_data): Likewise.
23988         (cacos_test_data): Likewise.
23989         (cacosh_test_data): Likewise.
23990         (carg_test_data): Likewise.
23991         (casin_test_data): Likewise.
23992         (casinh_test_data): Likewise.
23993         (catan_test_data): Likewise.
23994         (catanh_test_data): Likewise.
23995         (cbrt_test_data): Likewise.
23996         (ccos_test_data): Likewise.
23997         (ccosh_test_data): Likewise.
23998         (ceil_test_data): Likewise.
23999         (cexp_test_data): Likewise.
24000         (cimag_test_data): Likewise.
24001         (clog_test_data): Likewise.
24002         (clog10_test_data): Likewise.
24003         (conj_test_data): Likewise.
24004         (copysign_test_data): Likewise.
24005         (cos_test_data): Likewise.
24006         (cos_tonearest_test_data): Likewise.
24007         (cos_towardzero_test_data): Likewise.
24008         (cos_downward_test_data): Likewise.
24009         (cos_upward_test_data): Likewise.
24010         (cosh_test_data): Likewise.
24011         (cosh_tonearest_test_data): Likewise.
24012         (cosh_towardzero_test_data): Likewise.
24013         (cosh_downward_test_data): Likewise.
24014         (cosh_upward_test_data): Likewise.
24015         (cpow_test_data): Likewise.
24016         (cproj_test_data): Likewise.
24017         (creal_test_data): Likewise.
24018         (csin_test_data): Likewise.
24019         (csinh_test_data): Likewise.
24020         (csqrt_test_data): Likewise.
24021         (ctan_test_data): Likewise.
24022         (ctan_tonearest_test_data): Likewise.
24023         (ctan_towardzero_test_data): Likewise.
24024         (ctan_downward_test_data): Likewise.
24025         (ctan_upward_test_data): Likewise.
24026         (ctanh_test_data): Likewise.
24027         (ctanh_tonearest_test_data): Likewise.
24028         (ctanh_towardzero_test_data): Likewise.
24029         (ctanh_downward_test_data): Likewise.
24030         (ctanh_upward_test_data): Likewise.
24031         (erf_test_data): Likewise.
24032         (erfc_test_data): Likewise.
24033         (exp_test_data): Likewise.
24034         (exp_tonearest_test_data): Likewise.
24035         (exp_towardzero_test_data): Likewise.
24036         (exp_downward_test_data): Likewise.
24037         (exp_upward_test_data): Likewise.
24038         (exp10_test_data): Likewise.
24039         (exp2_test_data): Likewise.
24040         (expm1_test_data): Likewise.
24041         (fabs_test_data): Likewise.
24042         (fdim_test_data): Likewise.
24043         (finite_test_data): Likewise.
24044         (floor_test_data): Likewise.
24045         (fma_test_data): Likewise.
24046         (fma_towardzero_test_data): Likewise.
24047         (fma_downward_test_data): Likewise.
24048         (fma_upward_test_data): Likewise.
24049         (fmax_test_data): Likewise.
24050         (fmin_test_data): Likewise.
24051         (fmod_test_data): Likewise.
24052         (fpclassify_test_data): Likewise.
24053         (frexp_test_data): Likewise.
24054         (gamma_test_data): Likewise.
24055         (hypot_test_data): Likewise.
24056         (ilogb_test_data): Likewise.
24057         (isfinite_test_data): Likewise.
24058         (isgreater_test_data): Likewise.
24059         (isgreaterequal_test_data): Likewise.
24060         (isinf_test_data): Likewise.
24061         (isless_test_data): Likewise.
24062         (islessequal_test_data): Likewise.
24063         (islessgreater_test_data): Likewise.
24064         (isnan_test_data): Likewise.
24065         (isnormal_test_data): Likewise.
24066         (issignaling_test_data): Likewise.
24067         (isunordered_test_data): Likewise.
24068         (j0_test_data): Likewise.
24069         (j1_test_data): Likewise.
24070         (jn_test_data): Likewise.
24071         (ldexp_test_data): Likewise.
24072         (lgamma_test_data): Likewise.
24073         (lrint_test_data): Likewise.
24074         (lrint_tonearest_test_data): Likewise.
24075         (lrint_towardzero_test_data): Likewise.
24076         (lrint_downward_test_data): Likewise.
24077         (lrint_upward_test_data): Likewise.
24078         (llrint_test_data): Likewise.
24079         (llrint_tonearest_test_data): Likewise.
24080         (llrint_towardzero_test_data): Likewise.
24081         (llrint_downward_test_data): Likewise.
24082         (llrint_upward_test_data): Likewise.
24083         (log_test_data): Likewise.
24084         (log10_test_data): Likewise.
24085         (log1p_test_data): Likewise.
24086         (log2_test_data): Likewise.
24087         (logb_test_data): Likewise.
24088         (logb_downward_test_data): Likewise.
24089         (lround_test_data): Likewise.
24090         (llround_test_data): Likewise.
24091         (modf_test_data): Likewise.
24092         (nearbyint_test_data): Likewise.
24093         (nextafter_test_data): Likewise.
24094         (nexttoward_test_data): Likewise.
24095         (pow_test_data): Likewise.
24096         (pow_tonearest_test_data): Likewise.
24097         (pow_towardzero_test_data): Likewise.
24098         (pow_downward_test_data): Likewise.
24099         (pow_upward_test_data): Likewise.
24100         (remainder_test_data): Likewise.
24101         (remainder_tonearest_test_data): Likewise.
24102         (remainder_towardzero_test_data): Likewise.
24103         (remainder_downward_test_data): Likewise.
24104         (remainder_upward_test_data): Likewise.
24105         (remquo_test_data): Likewise.
24106         (rint_test_data): Likewise.
24107         (rint_tonearest_test_data): Likewise.
24108         (rint_towardzero_test_data): Likewise.
24109         (rint_downward_test_data): Likewise.
24110         (rint_upward_test_data): Likewise.
24111         (round_test_data): Likewise.
24112         (scalb_test_data): Likewise.
24113         (scalbn_test_data): Likewise.
24114         (scalbln_test_data): Likewise.
24115         (signbit_test_data): Likewise.
24116         (sin_test_data): Likewise.
24117         (sin_tonearest_test_data): Likewise.
24118         (sin_towardzero_test_data): Likewise.
24119         (sin_downward_test_data): Likewise.
24120         (sin_upward_test_data): Likewise.
24121         (sincos_test_data): Likewise.
24122         (sinh_test_data): Likewise.
24123         (sinh_tonearest_test_data): Likewise.
24124         (sinh_towardzero_test_data): Likewise.
24125         (sinh_downward_test_data): Likewise.
24126         (sinh_upward_test_data): Likewise.
24127         (sqrt_test_data): Likewise.
24128         (tan_test_data): Likewise.
24129         (tan_tonearest_test_data): Likewise.
24130         (tan_towardzero_test_data): Likewise.
24131         (tan_downward_test_data): Likewise.
24132         (tan_upward_test_data): Likewise.
24133         (tanh_test_data): Likewise.
24134         (tgamma_test_data): Likewise.
24135         (trunc_test_data): Likewise.
24136         (y0_test_data): Likewise.
24137         (y1_test_data): Likewise.
24138         (yn_test_data): Likewise.
24139         (significand_test_data): Likewise.
24140
24141         * math/gen-libm-test.pl (@functions): Remove variable.
24142         (generate_testfile): Don't handle START and END lines.
24143         * math/libm-test.inc (START): New macro.
24144         (END): Likewise.
24145         (END_COMPLEX): Likewise.
24146         (acos_test): Use END macro without arguments.
24147         (acos_test_tonearest): Likewise.
24148         (acos_test_towardzero): Likewise.
24149         (acos_test_downward): Likewise.
24150         (acos_test_upward): Likewise.
24151         (acosh_test): Likewise.
24152         (asin_test): Likewise.
24153         (asin_test_tonearest): Likewise.
24154         (asin_test_towardzero): Likewise.
24155         (asin_test_downward): Likewise.
24156         (asin_test_upward): Likewise.
24157         (asinh_test): Likewise.
24158         (atan_test): Likewise.
24159         (atanh_test): Likewise.
24160         (atan2_test): Likewise.
24161         (cabs_test): Likewise.
24162         (cacos_test): Use END_COMPLEX macro without arguments.
24163         (cacosh_test): Likewise.
24164         (carg_test): Use END macro without arguments.
24165         (casin_test): Use END_COMPLEX macro without arguments.
24166         (casinh_test): Likewise.
24167         (catan_test): Likewise.
24168         (catanh_test): Likewise.
24169         (cbrt_test): Use END macro without arguments.
24170         (ccos_test): Use END_COMPLEX macro without arguments.
24171         (ccosh_test): Likewise.
24172         (ceil_test): Use END macro without arguments.
24173         (cexp_test): Use END_COMPLEX macro without arguments.
24174         (cimag_test): Use END macro without arguments.
24175         (clog_test): Use END_COMPLEX macro without arguments.
24176         (clog10_test): Likewise.
24177         (conj_test): Likewise.
24178         (copysign_test): Use END macro without arguments.
24179         (cos_test): Likewise.
24180         (cos_test_tonearest): Likewise.
24181         (cos_test_towardzero): Likewise.
24182         (cos_test_downward): Likewise.
24183         (cos_test_upward): Likewise.
24184         (cosh_test): Likewise.
24185         (cosh_test_tonearest): Likewise.
24186         (cosh_test_towardzero): Likewise.
24187         (cosh_test_downward): Likewise.
24188         (cosh_test_upward): Likewise.
24189         (cpow_test): Use END_COMPLEX macro without arguments.
24190         (cproj_test): Likewise.
24191         (creal_test): Use END macro without arguments.
24192         (csin_test): Use END_COMPLEX macro without arguments.
24193         (csinh_test): Likewise.
24194         (csqrt_test): Likewise.
24195         (ctan_test): Likewise.
24196         (ctan_test_tonearest): Likewise.
24197         (ctan_test_towardzero): Likewise.
24198         (ctan_test_downward): Likewise.
24199         (ctan_test_upward): Likewise.
24200         (ctanh_test): Likewise.
24201         (ctanh_test_tonearest): Likewise.
24202         (ctanh_test_towardzero): Likewise.
24203         (ctanh_test_downward): Likewise.
24204         (ctanh_test_upward): Likewise.
24205         (erf_test): Use END macro without arguments.
24206         (erfc_test): Likewise.
24207         (exp_test): Likewise.
24208         (exp_test_tonearest): Likewise.
24209         (exp_test_towardzero): Likewise.
24210         (exp_test_downward): Likewise.
24211         (exp_test_upward): Likewise.
24212         (exp10_test): Likewise.
24213         (exp2_test): Likewise.
24214         (expm1_test): Likewise.
24215         (fabs_test): Likewise.
24216         (fdim_test): Likewise.
24217         (finite_test): Likewise.
24218         (floor_test): Likewise.
24219         (fma_test): Likewise.
24220         (fma_test_towardzero): Likewise.
24221         (fma_test_downward): Likewise.
24222         (fma_test_upward): Likewise.
24223         (fmax_test): Likewise.
24224         (fmin_test): Likewise.
24225         (fmod_test): Likewise.
24226         (fpclassify_test): Likewise.
24227         (frexp_test): Likewise.
24228         (gamma_test): Likewise.
24229         (hypot_test): Likewise.
24230         (ilogb_test): Likewise.
24231         (isfinite_test): Likewise.
24232         (isgreater_test): Likewise.
24233         (isgreaterequal_test): Likewise.
24234         (isinf_test): Likewise.
24235         (isless_test): Likewise.
24236         (islessequal_test): Likewise.
24237         (islessgreater_test): Likewise.
24238         (isnan_test): Likewise.
24239         (isnormal_test): Likewise.
24240         (issignaling_test): Likewise.
24241         (isunordered_test): Likewise.
24242         (j0_test): Likewise.
24243         (j1_test): Likewise.
24244         (jn_test): Likewise.
24245         (ldexp_test): Likewise.
24246         (lgamma_test): Likewise.
24247         (lrint_test): Likewise.
24248         (lrint_test_tonearest): Likewise.
24249         (lrint_test_towardzero): Likewise.
24250         (lrint_test_downward): Likewise.
24251         (lrint_test_upward): Likewise.
24252         (llrint_test): Likewise.
24253         (llrint_test_tonearest): Likewise.
24254         (llrint_test_towardzero): Likewise.
24255         (llrint_test_downward): Likewise.
24256         (llrint_test_upward): Likewise.
24257         (log_test): Likewise.
24258         (log10_test): Likewise.
24259         (log1p_test): Likewise.
24260         (log2_test): Likewise.
24261         (logb_test): Likewise.
24262         (logb_test_downward): Likewise.
24263         (lround_test): Likewise.
24264         (llround_test): Likewise.
24265         (modf_test): Likewise.
24266         (nearbyint_test): Likewise.
24267         (nextafter_test): Likewise.
24268         (nexttoward_test): Likewise.
24269         (pow_test): Likewise.
24270         (pow_test_tonearest): Likewise.
24271         (pow_test_towardzero): Likewise.
24272         (pow_test_downward): Likewise.
24273         (pow_test_upward): Likewise.
24274         (remainder_test): Likewise.
24275         (remainder_test_tonearest): Likewise.
24276         (remainder_test_towardzero): Likewise.
24277         (remainder_test_downward): Likewise.
24278         (remainder_test_upward): Likewise.
24279         (remquo_test): Likewise.
24280         (rint_test): Likewise.
24281         (rint_test_tonearest): Likewise.
24282         (rint_test_towardzero): Likewise.
24283         (rint_test_downward): Likewise.
24284         (rint_test_upward): Likewise.
24285         (round_test): Likewise.
24286         (scalb_test): Likewise.
24287         (scalbn_test): Likewise.
24288         (scalbln_test): Likewise.
24289         (signbit_test): Likewise.
24290         (sin_test): Likewise.
24291         (sin_test_tonearest): Likewise.
24292         (sin_test_towardzero): Likewise.
24293         (sin_test_downward): Likewise.
24294         (sin_test_upward): Likewise.
24295         (sincos_test): Likewise.
24296         (sinh_test): Likewise.
24297         (sinh_test_tonearest): Likewise.
24298         (sinh_test_towardzero): Likewise.
24299         (sinh_test_downward): Likewise.
24300         (sinh_test_upward): Likewise.
24301         (sqrt_test): Likewise.
24302         (tan_test): Likewise.
24303         (tan_test_tonearest): Likewise.
24304         (tan_test_towardzero): Likewise.
24305         (tan_test_downward): Likewise.
24306         (tan_test_upward): Likewise.
24307         (tanh_test): Likewise.
24308         (tgamma_test): Likewise.
24309         (trunc_test): Likewise.
24310         (y0_test): Likewise.
24311         (y1_test): Likewise.
24312         (yn_test): Likewise.
24313         (significand_test): Likewise.
24314
24315 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24316
24317         [BZ #15381]
24318         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24319
24320 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24321
24322         [BZ #14894]
24323         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24324         __ppc_mdoio and __ppc_mdoom.
24325         * manual/platform.texi: Document new functions __ppc_yield,
24326         __ppc_mdoio and __ppc_mdoom.
24327
24328 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24329
24330         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24331         (main): Mention "tls" pseudo-hwcap is legacy.
24332         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24333
24334 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24335
24336         * math/gen-libm-test.pl (parse_args): Output only string of
24337         arguments as text for test name, not full call or descriptions of
24338         tests for extra outputs.
24339         (generate_testfile): Do not pass function name to parse_args.
24340         Generate this_func variable from START.
24341         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24342         field to arg_str.
24343         (struct test_ff_f_data): Likewise.
24344         (test_ff_f_data_nexttoward): Likewise.
24345         (struct test_fi_f_data): Likewise.
24346         (struct test_fl_f_data): Likewise.
24347         (struct test_if_f_data): Likewise.
24348         (struct test_fff_f_data): Likewise.
24349         (struct test_c_f_data): Likewise.
24350         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24351         (struct test_fF_f1_data): Likewise.
24352         (struct test_ffI_f1_data): Likewise.
24353         (struct test_c_c_data): Rename test_name field to arg_str.
24354         (struct test_cc_c_data): Likewise.
24355         (struct test_f_i_data): Likewise.
24356         (struct test_ff_i_data): Likewise.
24357         (struct test_f_l_data): Likewise.
24358         (struct test_f_L_data): Likewise.
24359         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24360         and extra2_name.
24361         (COMMON_TEST_SETUP): New macro.
24362         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24363         (COMMON_TEST_CLEANUP): Likewise.
24364         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24365         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24366         macros.
24367         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24368         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24369         macros.
24370         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24371         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24372         cleanup macros.
24373         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24374         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24375         macros.
24376         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24377         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24378         macros.
24379         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24380         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24381         cleanup macros.
24382         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24383         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24384         cleanup macros.
24385         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24386         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24387         cleanup macros.
24388         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24389         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24390         macros.
24391         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24392         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24393         macros.
24394         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24395         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24396         macros.
24397         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24398         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24399         cleanup macros.
24400         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24401         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24402         cleanup macros.
24403         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24404         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24405         macros.
24406         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24407         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24408         cleanup macros.
24409         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24410         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24411         macros.
24412         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24413         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24414         macros.
24415         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24416         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24417         cleanup macros.
24418         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24419
24420 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24421
24422         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24423         to _sifields.sigfault.
24424         (si_addr_lsb): Define new macro.
24425         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24426         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24427         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24428
24429 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24430
24431         [BZ #15441]
24432         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24433         returns -1.
24434         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24435         null return -1.
24436         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24437         loading the domain.
24438
24439 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24440
24441         * math/gen-libm-test.pl (parse_args): Do not include expected
24442         result in test name.
24443         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24444         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24445         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24446         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24447         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24449
24450 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24451
24452         * benchtests/Makefile: Sort function entries.
24453
24454         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24455         tanh, asinh, acosh, atanh.
24456         * benchtests/acos-inputs: New file.
24457         * benchtests/acosh-inputs: New file.
24458         * benchtests/asin-inputs: New file.
24459         * benchtests/asinh-inputs: New file.
24460         * benchtests/atanh-inputs: New file.
24461         * benchtests/cosh-inputs: New file.
24462         * benchtests/log-inputs: New file.
24463         * benchtests/sinh-inputs: New file.
24464         * benchtests/tanh-inputs: New file.
24465
24466 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24467
24468         [BZ #15339]
24469         * posix/tst-getaddrinfo4.c: New test.
24470         * posix/Makefile (tests): Add it.
24471
24472 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24473
24474         [BZ #15339]
24475         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24476         when no services were used.
24477         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24478         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24479
24480 2013-05-21  Andreas Schwab  <schwab@suse.de>
24481
24482         [BZ #15014]
24483         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24484         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24485         successful.
24486         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24487         redundant variable declarations and reallocation of buffer when
24488         parsing as IPv6 address.  Always set NSS status when called from
24489         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24490         buffer too small.  Correct computation of needed size.
24491         * nss/Makefile (tests): Add test-digits-dots.
24492         * nss/test-digits-dots.c: New test.
24493
24494 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24495
24496         * benchtests/Makefile: Remove instructions for adding
24497         benchmark tests.
24498         * benchtests/README: New file to explain how to execute and
24499         enhance the benchmark tests.
24500
24501 2013-05-21  Andreas Schwab  <schwab@suse.de>
24502
24503         [BZ #15493]
24504         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24505         * setjmp/tst-sigsetjmp.c: New test.
24506
24507 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24508
24509         * sysdeps/x86_64/memset.S (memset): New implementation.
24510         (__bzero): Likewise.
24511         (__memset_tail): New function.
24512
24513 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24514
24515         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24516         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24517         __memcpy_sse2_unaligned ifunc selection.
24518         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24519         Add memcpy-sse2-unaligned.S.
24520         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24521         Add: __memcpy_sse2_unaligned.
24522
24523 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24524
24525         [BZ #15490]
24526         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24527         math_force_eval before restoring floating-point envrionment.
24528         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24529         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24530         Likewise.
24531         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24532         <math_private.h>.
24533         (__nearbyintl): Use math_force_eval before restoring
24534         floating-point environment.
24535         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24536
24537         * math/gen-libm-test.pl (special_functions): Remove.
24538         (parse_args): Don't handle TEST_extra.  Handle functions with no
24539         return value.
24540         * math/libm-test.inc (struct test_sincos_data): Replace with
24541         struct test_fFF_11_data.
24542         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24543         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24544         (sincos_test_data): Change element type to struct
24545         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24546         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24547         RUN_TEST_LOOP_sincos.
24548         * math/README.libm-test: Don't mention special handling of
24549         individual functions.
24550         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24551         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24552         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24553         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24554         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24556
24557         * math/gen-libm-test.pl (get_variable): Remove function.
24558         (parse_args): Don't show pointer parameters to call in test
24559         names.  Use "extra output N" in test names for extra outputs
24560         rather than naming variables.
24561
24562 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24563
24564         [BZ #15488]
24565         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24566         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24567         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24568         double tests.
24569         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24570         disable.
24571         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24572         check_long_double.
24573
24574         * math/gen-libm-test.pl (@tests): Remove variable.
24575         ($count): Likewise.
24576         (new_test): Remove function.
24577         (show_exceptions): New function.
24578         (special_functions): Use show_exceptions instead of new_test.
24579         (parse_args): Likewise.
24580         (generate_testfile): Pass only function name in generated call to
24581         print_max_error or print_complex_max_error.
24582         (get_ulps): Do not handle complex tests specially.
24583         (output_test): Rename to ...
24584         (get_all_ulps_for_test): ... this.  Return a string rather than
24585         printing to a file.  Require ulps to be present.
24586         (output_ulps): Generate arrays rather than #defines.
24587         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24588         (struct ulp_data): New type.
24589         (BUILD_COMPLEX_ULP): Remove macro.
24590         (compare_ulp_data): New function.
24591         (find_ulps): Likewise.
24592         (find_test_ulps): Likewise.
24593         (find_function_ulps): Likewise.
24594         (find_complex_function_ulps): Likewise.
24595         (print_max_error): Determine allowed ulps using
24596         find_function_ulps.
24597         (print_complex_max_error): Determine allowed ulps using
24598         find_complex_function_ulps.
24599         (check_float_internal): Determine max ulps using find_test_ulps.
24600         (check_float): Do not take max_ulp parameter.  Update call to
24601         check_float_internal.
24602         (check_complex): Likewise.
24603         (check_int): Do not take max_ulp parameter.
24604         (check_long): Likewise.
24605         (check_bool): Likewise.
24606         (check_longlong): Likewise.
24607         (struct test_f_f_data): Remove max_ulp field.
24608         (struct test_ff_f_data): Likewise.
24609         (struct test_ff_f_data_nexttoward): Likewise.
24610         (struct test_fi_f_data): Likewise.
24611         (struct test_fl_f_data): Likewise.
24612         (struct test_if_f_data): Likewise.
24613         (struct test_fff_f_data): Likewise.
24614         (struct test_c_f_data): Likewise.
24615         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24616         (struct test_fF_f1_data): Likewise.
24617         (struct test_ffI_f1_data): Likewise.
24618         (struct test_c_c_data): Remove max_ulp field.
24619         (struct test_cc_c_data): Likewise.
24620         (struct test_f_i_data): Likewise.
24621         (struct test_ff_i_data): Likewise.
24622         (struct test_f_l_data): Likewise.
24623         (struct test_f_L_data): Likewise.
24624         (struct test_sincos_data): Likewise.
24625         (RUN_TEST_f_f): Do not handle ulps.
24626         (RUN_TEST_LOOP_f_f): Likewise.
24627         (RUN_TEST_2_f): Likewise.
24628         (RUN_TEST_LOOP_2_f): Likewise.
24629         (RUN_TEST_fff_f): Likewise.
24630         (RUN_TEST_LOOP_fff_f): Likewise.
24631         (RUN_TEST_c_f): Likewise.
24632         (RUN_TEST_LOOP_c_f): Likewise.
24633         (RUN_TEST_f_f1): Likewise.
24634         (RUN_TEST_LOOP_f_f1): Likewise.
24635         (RUN_TEST_fF_f1): Likewise.
24636         (RUN_TEST_LOOP_fF_f1): Likewise.
24637         (RUN_TEST_fI_f1): Likewise.
24638         (RUN_TEST_LOOP_fI_f1): Likewise.
24639         (RUN_TEST_ffI_f1): Likewise.
24640         (RUN_TEST_LOOP_ffI_f1): Likewise.
24641         (RUN_TEST_c_c): Likewise.
24642         (RUN_TEST_LOOP_c_c): Likewise.
24643         (RUN_TEST_cc_c): Likewise.
24644         (RUN_TEST_LOOP_cc_c): Likewise.
24645         (RUN_TEST_f_i): Likewise.
24646         (RUN_TEST_LOOP_f_i): Likewise.
24647         (RUN_TEST_f_i_tg): Likewise.
24648         (RUN_TEST_LOOP_f_i_tg): Likewise.
24649         (RUN_TEST_ff_i_tg): Likewise.
24650         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24651         (RUN_TEST_f_b): Likewise.
24652         (RUN_TEST_LOOP_f_b): Likewise.
24653         (RUN_TEST_f_b_tg): Likewise.
24654         (RUN_TEST_LOOP_f_b_tg): Likewise.
24655         (RUN_TEST_f_l): Likewise.
24656         (RUN_TEST_LOOP_f_l): Likewise.
24657         (RUN_TEST_f_L): Likewise.
24658         (RUN_TEST_LOOP_f_L): Likewise.
24659         (RUN_TEST_sincos): Likewise.
24660         (RUN_TEST_LOOP_sincos): Likewise.
24661
24662 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24663
24664         [BZ #15480]
24665         [BZ #15485]
24666         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24667         main case of finite arguments, set rounding mode to FE_TONEAREST
24668         and discard exceptions.
24669         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24670         exceptions.
24671         (remainder_tonearest_test_data): New variable.
24672         (remainder_test_tonearest): New function.
24673         (remainder_towardzero_test_data): New variable.
24674         (remainder_test_towardzero): New function.
24675         (remainder_downward_test_data): New variable.
24676         (remainder_test_downward): New function.
24677         (remainder_upward_test_data): New variable.
24678         (remainder_test_upward): New function.
24679         (main): Call the new test functions.
24680
24681         * math/libm-test.inc (struct test_f_f1_data): Remove field
24682         extra_init.
24683         (struct test_fF_f1_data): Likewise.
24684         (struct test_ffI_f1_data): Likewise.
24685         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24686         based on value of EXTRA_EXPECTED.
24687         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24688         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24689         EXTRA_VAR based on value of EXTRA_EXPECTED.
24690         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24691         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24692         EXTRA_VAR based on value of EXTRA_EXPECTED.
24693         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24694         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24695         EXTRA_VAR based on value of EXTRA_EXPECTED.
24696         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24697         * math/gen-libm-test.pl (parse_args): Don't output initializers
24698         for extra output values.
24699
24700         * math/libm-test.inc (check_int): Expect result to be exactly
24701         equal to expected value and do not handle ulps.
24702         (check_long): Likewise.
24703         (check_longlong): Likewise.
24704
24705         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24706         exceptions.
24707         (cimag_test_data): Likewise.
24708         (conj_test_data): Likewise.
24709         (copysign_test_data): Likewise.
24710         (cproj_test_data): Likewise.
24711         (creal_test_data): Likewise.
24712         (fabs_test_data): Likewise.
24713         (fdim_test_data): Likewise.
24714         (finite_test_data): Likewise.
24715         (floor_test_data): Likewise.
24716         (fmax_test_data): Likewise.
24717         (fmin_test_data): Likewise.
24718         (fmod_test_data): Likewise.
24719         (fpclassify_test_data): Likewise.
24720         (frexp_test_data): Likewise.
24721         (ilogb_test_data): Likewise.
24722         (isfinite_test_data): Likewise.
24723         (isgreater_test_data): Likewise.
24724         (isgreaterequal_test_data): Likewise.
24725         (isinf_test_data): Likewise.
24726         (isless_test_data): Likewise.
24727         (islessequal_test_data): Likewise.
24728         (islessgreater_test_data): Likewise.
24729         (isnan_test_data): Likewise.
24730         (isnormal_test_data): Likewise.
24731         (issignaling_test_data): Likewise.
24732         (isunordered_test_data): Likewise.
24733         (ldexp_test_data): Likewise.
24734         (lrint_test_data): Likewise.
24735         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24736         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24737         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24738         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24739         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24740         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24741         test input.
24742         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24743         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24744         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24745         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24746         that test input.
24747         (lrint_downward_test_data): Test for "inexact" exceptions.
24748         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24749         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24750         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24751         test input.
24752         (lrint_upward_test_data): Test for "inexact" exceptions.
24753         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24754         test input.
24755         (llrint_test_data): Test for "inexact" exceptions.
24756         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24757         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24758         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24759         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24760         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24761         (llrint_downward_test_data): Test for "inexact" exceptions.
24762         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24763         (llrint_upward_test_data): Test for "inexact" exceptions.
24764         (logb_test_data): Likewise.
24765         (logb_downward_test_data): Likewise.
24766         (nextafter_test_data): Likewise.
24767         (nexttoward_test_data): Likewise.
24768         (remainder_test_data): Likewise.
24769         (remquo_test_data): Likewise.
24770         (scalbn_test_data): Likewise.
24771         (scalbln_test_data): Likewise.
24772         (signbit_test_data): Likewise.
24773         (sqrt_test_data): Likewise.
24774         (significand_test_data): Likewise.
24775
24776 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24777
24778         [BZ #15424]
24779         * benchtests/bench-modf.c (struct args): Mark arg0 as
24780         volatile.
24781         * scripts/bench.pl: Mark members of struct args as volatile.
24782
24783 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24784
24785         [BZ # 15497]
24786         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24787         negative infinity on POWER6 or lower.
24788         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24789
24790 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24791
24792         [BZ #15442]
24793         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24794         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24795         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24796         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24797         (_FP_SETQNAN): New macro.
24798         (_FP_SETQNAN_SEMIRAW): Likewise.
24799         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24800         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24801         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24802         (FP_EXTEND): Use _FP_FRAC_SNANP.
24803         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24804         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24805         into account.
24806         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24807         New macro.
24808         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24809         Likewise.
24810
24811 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24812
24813         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24814         with DIVIDE_BY_ZERO_EXCEPTION.
24815         (gamma_test_data): Likewise.
24816         (lgamma_test_data): Likewise.
24817         (log_test_data): Likewise.
24818         (log10_test_data): Likewise.
24819         (log2_test_data): Likewise.
24820         (tgamma_test_data): Likewise.
24821
24822         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24823         (acos_test_tonearest): Likewise.
24824         (acos_test_towardzero): Likewise.
24825         (acos_test_downward): Likewise.
24826         (acos_test_upward): Likewise.
24827         (acosh_test): Likewise.
24828         (asin_test): Likewise.
24829         (asin_test_tonearest): Likewise.
24830         (asin_test_towardzero): Likewise.
24831         (asin_test_downward): Likewise.
24832         (asin_test_upward): Likewise.
24833         (asinh_test): Likewise.
24834         (atan_test): Likewise.
24835         (atanh_test): Likewise.
24836         (atan2_test): Likewise.
24837         (cabs_test): Likewise.
24838         (cacos_test): Likewise.
24839         (cacosh_test): Likewise.
24840         (casin_test): Likewise.
24841         (casinh_test): Likewise.
24842         (catan_test): Likewise.
24843         (catanh_test): Likewise.
24844         (cbrt_test): Likewise.
24845         (ccos_test): Likewise.
24846         (ccosh_test): Likewise.
24847         (cexp_test): Likewise.
24848         (clog_test): Likewise.
24849         (clog10_test): Likewise.
24850         (cos_test): Likewise.
24851         (cos_test_tonearest): Likewise.
24852         (cos_test_towardzero): Likewise.
24853         (cos_test_downward): Likewise.
24854         (cos_test_upward): Likewise.
24855         (cosh_test): Likewise.
24856         (cosh_test_tonearest): Likewise.
24857         (cosh_test_towardzero): Likewise.
24858         (cosh_test_downward): Likewise.
24859         (cosh_test_upward): Likewise.
24860         (cpow_test): Likewise.
24861         (csin_test): Likewise.
24862         (csinh_test): Likewise.
24863         (csqrt_test): Likewise.
24864         (ctan_test): Likewise.
24865         (ctan_test_tonearest): Likewise.
24866         (ctan_test_towardzero): Likewise.
24867         (ctan_test_downward): Likewise.
24868         (ctan_test_upward): Likewise.
24869         (ctanh_test): Likewise.
24870         (ctanh_test_tonearest): Likewise.
24871         (ctanh_test_towardzero): Likewise.
24872         (ctanh_test_downward): Likewise.
24873         (ctanh_test_upward): Likewise.
24874         (erf_test): Likewise.
24875         (erfc_test): Likewise.
24876         (exp_test): Likewise.
24877         (exp_test_tonearest): Likewise.
24878         (exp_test_towardzero): Likewise.
24879         (exp_test_downward): Likewise.
24880         (exp_test_upward): Likewise.
24881         (exp10_test): Likewise.
24882         (exp2_test): Likewise.
24883         (expm1_test): Likewise.
24884         (fmod_test): Likewise.
24885         (gamma_test): Likewise.
24886         (hypot_test): Likewise.
24887         (j0_test): Likewise.
24888         (j1_test): Likewise.
24889         (jn_test): Likewise.
24890         (lgamma_test): Likewise.
24891         (log_test): Likewise.
24892         (log10_test): Likewise.
24893         (log1p_test): Likewise.
24894         (log2_test): Likewise.
24895         (logb_test_downward): Likewise.
24896         (pow_test): Likewise.
24897         (pow_test_tonearest): Likewise.
24898         (pow_test_towardzero): Likewise.
24899         (pow_test_downward): Likewise.
24900         (pow_test_upward): Likewise.
24901         (remainder_test): Likewise.
24902         (remquo_test): Likewise.
24903         (sin_test): Likewise.
24904         (sin_test_tonearest): Likewise.
24905         (sin_test_towardzero): Likewise.
24906         (sin_test_downward): Likewise.
24907         (sin_test_upward): Likewise.
24908         (sincos_test): Likewise.
24909         (sinh_test): Likewise.
24910         (sinh_test_tonearest): Likewise.
24911         (sinh_test_towardzero): Likewise.
24912         (sinh_test_downward): Likewise.
24913         (sinh_test_upward): Likewise.
24914         (sqrt_test): Likewise.
24915         (tan_test): Likewise.
24916         (tan_test_tonearest): Likewise.
24917         (tan_test_towardzero): Likewise.
24918         (tan_test_downward): Likewise.
24919         (tan_test_upward): Likewise.
24920         (tanh_test): Likewise.
24921         (tgamma_test): Likewise.
24922         (y0_test): Likewise.
24923         (y1_test): Likewise.
24924         (yn_test): Likewise.
24925
24926         * math/gen-libm-test.pl (adjust_arg): Remove function.
24927         (special_function): Remove argument $in_func.  Only handle
24928         generating output for tables of tests, not inside functions.
24929         (parse_args): Likewise.
24930         (generate_testfile): Remove variable $in_func.  Update call to
24931         parse_args.
24932         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24933         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24934         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24935         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24936         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24937         (MAX_VALUE_INIT): Rename macro to max_value.
24938         (MIN_VALUE_INIT): Rename macro to min_value.
24939         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24940         (plus_zero): Remove variable.
24941         (minus_zero): Likewise.
24942         (plus_infty): Likewise.
24943         (minus_infty): Likewise.
24944         (qnan_value): Likewise.
24945         (max_value): Likewise.
24946         (min_value): Likewise.
24947         (min_subnorm_value): Likewise.
24948
24949 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24950
24951         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24952         uint64_t or uint32_t usage.
24953         * crypt/sha256-block.c: Likewise.
24954         * crypt/sha256-crypt.c: Likewise.
24955         * crypt/sha256.c: Likewise.
24956         * crypt/sha512-block.c: Likewise.
24957         * crypt/sha512-crypt.c: Likewise.
24958         * crypt/sha512.c: Likewise.
24959         * debug/backtrace-tst.c: Likewise.
24960         * debug/pcprofiledump.c: Likewise.
24961         * elf/cache.c: Likewise.
24962         * elf/dl-cache.c: Likewise.
24963         * elf/dl-misc.c: Likewise.
24964         * elf/dl-profile.c: Likewise.
24965         * elf/dl-support.c: Likewise.
24966         * elf/ldconfig.c: Likewise.
24967         * elf/sprof.c: Likewise.
24968         * iconv/dummy-repertoire.c: Likewise.
24969         * iconv/iconv_charmap.c: Likewise.
24970         * iconv/skeleton.c: Likewise.
24971         * iconvdata/8bit-generic.c: Likewise.
24972         * iconvdata/cp737.h: Likewise.
24973         * iconvdata/cp775.h: Likewise.
24974         * iconvdata/ibm1008.h: Likewise.
24975         * iconvdata/ibm1025.h: Likewise.
24976         * iconvdata/ibm1046.h: Likewise.
24977         * iconvdata/ibm1097.h: Likewise.
24978         * iconvdata/ibm1112.h: Likewise.
24979         * iconvdata/ibm1122.h: Likewise.
24980         * iconvdata/ibm1123.h: Likewise.
24981         * iconvdata/ibm1124.h: Likewise.
24982         * iconvdata/ibm1129.h: Likewise.
24983         * iconvdata/ibm1130.h: Likewise.
24984         * iconvdata/ibm1132.h: Likewise.
24985         * iconvdata/ibm1133.h: Likewise.
24986         * iconvdata/ibm1137.h: Likewise.
24987         * iconvdata/ibm1140.h: Likewise.
24988         * iconvdata/ibm1141.h: Likewise.
24989         * iconvdata/ibm1142.h: Likewise.
24990         * iconvdata/ibm1143.h: Likewise.
24991         * iconvdata/ibm1144.h: Likewise.
24992         * iconvdata/ibm1145.h: Likewise.
24993         * iconvdata/ibm1146.h: Likewise.
24994         * iconvdata/ibm1147.h: Likewise.
24995         * iconvdata/ibm1148.h: Likewise.
24996         * iconvdata/ibm1149.h: Likewise.
24997         * iconvdata/ibm1153.h: Likewise.
24998         * iconvdata/ibm1154.h: Likewise.
24999         * iconvdata/ibm1155.h: Likewise.
25000         * iconvdata/ibm1156.h: Likewise.
25001         * iconvdata/ibm1157.h: Likewise.
25002         * iconvdata/ibm1158.h: Likewise.
25003         * iconvdata/ibm1160.h: Likewise.
25004         * iconvdata/ibm1161.h: Likewise.
25005         * iconvdata/ibm1162.h: Likewise.
25006         * iconvdata/ibm1163.h: Likewise.
25007         * iconvdata/ibm1164.h: Likewise.
25008         * iconvdata/ibm1166.h: Likewise.
25009         * iconvdata/ibm1167.h: Likewise.
25010         * iconvdata/ibm12712.h: Likewise.
25011         * iconvdata/ibm1390.h: Likewise.
25012         * iconvdata/ibm1399.h: Likewise.
25013         * iconvdata/ibm16804.h: Likewise.
25014         * iconvdata/ibm4517.h: Likewise.
25015         * iconvdata/ibm4899.h: Likewise.
25016         * iconvdata/ibm4909.h: Likewise.
25017         * iconvdata/ibm4971.h: Likewise.
25018         * iconvdata/ibm5347.h: Likewise.
25019         * iconvdata/ibm803.h: Likewise.
25020         * iconvdata/ibm856.h: Likewise.
25021         * iconvdata/ibm901.h: Likewise.
25022         * iconvdata/ibm902.h: Likewise.
25023         * iconvdata/ibm9030.h: Likewise.
25024         * iconvdata/ibm9066.h: Likewise.
25025         * iconvdata/ibm921.h: Likewise.
25026         * iconvdata/ibm922.h: Likewise.
25027         * iconvdata/ibm9448.h: Likewise.
25028         * iconvdata/isiri-3342.h: Likewise.
25029         * iconvdata/jis0201.h: Likewise.
25030         * include/link.h: Likewise.
25031         * include/netdb.h: Likewise.
25032         * inet/check_native.c: Likewise.
25033         * inet/check_pf.c: Likewise.
25034         * inet/getipv4sourcefilter.c: Likewise.
25035         * inet/getnameinfo.c: Likewise.
25036         * inet/getsourcefilter.c: Likewise.
25037         * inet/htonl.c: Likewise.
25038         * inet/setipv4sourcefilter.c: Likewise.
25039         * inet/setsourcefilter.c: Likewise.
25040         * inet/test-inet6_opt.c: Likewise.
25041         * inet/tst-network.c: Likewise.
25042         * locale/C-collate.c: Likewise.
25043         * locale/C-ctype.c: Likewise.
25044         * locale/C-time.c: Likewise.
25045         * locale/C-translit.h: Likewise.
25046         * locale/loadarchive.c: Likewise.
25047         * locale/programs/3level.h: Likewise.
25048         * locale/programs/charmap.c: Likewise.
25049         * locale/programs/charmap.h: Likewise.
25050         * locale/programs/ld-address.c: Likewise.
25051         * locale/programs/ld-collate.c: Likewise.
25052         * locale/programs/ld-ctype.c: Likewise.
25053         * locale/programs/ld-identification.c: Likewise.
25054         * locale/programs/ld-measurement.c: Likewise.
25055         * locale/programs/ld-messages.c: Likewise.
25056         * locale/programs/ld-monetary.c: Likewise.
25057         * locale/programs/ld-name.c: Likewise.
25058         * locale/programs/ld-numeric.c: Likewise.
25059         * locale/programs/ld-paper.c: Likewise.
25060         * locale/programs/ld-telephone.c: Likewise.
25061         * locale/programs/ld-time.c: Likewise.
25062         * locale/programs/linereader.c: Likewise.
25063         * locale/programs/locale.c: Likewise.
25064         * locale/programs/locarchive.c: Likewise.
25065         * locale/programs/locfile.h: Likewise.
25066         * locale/programs/repertoire.c: Likewise.
25067         * locale/programs/simple-hash.c: Likewise.
25068         * locale/programs/simple-hash.h: Likewise.
25069         * malloc/memusage.c: Likewise.
25070         * malloc/memusagestat.c: Likewise.
25071         * nis/nis_defaults.c: Likewise.
25072         * nis/nis_hash.c: Likewise.
25073         * nis/nis_print.c: Likewise.
25074         * nis/nis_xdr.c: Likewise.
25075         * nscd/connections.c: Likewise.
25076         * nscd/hstcache.c: Likewise.
25077         * nscd/nscd_gethst_r.c: Likewise.
25078         * nscd/nscd_getserv_r.c: Likewise.
25079         * nscd/nscd_helper.c: Likewise.
25080         * nscd/servicescache.c: Likewise.
25081         * nss/makedb.c: Likewise.
25082         * nss/nss_db/db-XXX.c: Likewise.
25083         * nss/nss_db/db-initgroups.c: Likewise.
25084         * nss/nss_db/db-netgrp.c: Likewise.
25085         * nss/nss_files/files-network.c: Likewise.
25086         * nss/nss_files/files-parse.c: Likewise.
25087         * posix/bug-regex5.c: Likewise.
25088         * posix/fnmatch_loop.c: Likewise.
25089         * posix/regcomp.c: Likewise.
25090         * posix/regexec.c: Likewise.
25091         * posix/tst-rfc3484-2.c: Likewise.
25092         * posix/tst-rfc3484-3.c: Likewise.
25093         * posix/tst-rfc3484.c: Likewise.
25094         * resolv/nss_dns/dns-canon.c: Likewise.
25095         * resolv/nss_dns/dns-network.c: Likewise.
25096         * resolv/res_init.c: Likewise.
25097         * resolv/res_mkquery.c: Likewise.
25098         * resolv/tst-aton.c: Likewise.
25099         * stdlib/cxa_atexit.c: Likewise.
25100         * stdlib/cxa_finalize.c: Likewise.
25101         * stdlib/gen-fpioconst.c: Likewise.
25102         * stdlib/strtol_l.c: Likewise.
25103         * string/tst-endian.c: Likewise.
25104         * sunrpc/auth_des.c: Likewise.
25105         * sunrpc/clnt_udp.c: Likewise.
25106         * sunrpc/rtime.c: Likewise.
25107         * sunrpc/svcauth_des.c: Likewise.
25108         * sunrpc/xdr.c: Likewise.
25109         * sunrpc/xdr_intXX_t.c: Likewise.
25110         * sunrpc/xdr_rec.c: Likewise.
25111         * sysdeps/generic/ldconfig.h: Likewise.
25112         * sysdeps/generic/ldsodefs.h: Likewise.
25113         * sysdeps/generic/memusage.h: Likewise.
25114         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25115         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25116         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25117         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25118         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25119         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25120         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25121         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25122         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25123         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25124         * sysdeps/posix/getaddrinfo.c: Likewise.
25125         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25126         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25127         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25128         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25129         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25130         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25131         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25132         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25133         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25134         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25135         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25136         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25137         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25138         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25139         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25140         * sysdeps/x86_64/dl-tls.h: Likewise.
25141         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25142         * time/alt_digit.c: Likewise.
25143         * time/era.c: Likewise.
25144         * wcsmbs/tst-c16c32-1.c: Likewise.
25145
25146 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25147
25148         * math/libm-test.inc (struct test_sincos_data): New type.
25149         (RUN_TEST_LOOP_sincos): New macro.
25150         (sincos_test_data): New variable.
25151         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25152
25153 2013-05-16  Richard Henderson  <rth@redhat.com>
25154
25155         * math/atest-exp2.c (LIMB64): New macro.
25156         (CONSTSZ): New macro.
25157         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25158         (hexdig): Move ...
25159         (print_mpn_fp): ... to function scope.
25160         (read_mpn_hex): Remove.
25161         (get_log2): Remove.
25162         (exp2_mpn): Use mp_log2.
25163         (main): Use mp_exp1.
25164
25165 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25166
25167         * math/libm-test.inc: Remove comment about not testing "inexact"
25168         exceptions.
25169         (INEXACT_EXCEPTION): New macro.
25170         (NO_INEXACT_EXCEPTION): Likewise.
25171         (INVALID_EXCEPTION_OK): Update value.
25172         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25173         (OVERFLOW_EXCEPTION_OK): Likewise.
25174         (UNDERFLOW_EXCEPTION_OK): Likewise.
25175         (IGNORE_ZERO_INF_SIGN): Likewise.
25176         (ERRNO_UNCHANGED): Likewise.
25177         (ERRNO_EDOM): Likewise.
25178         (ERRNO_ERANGE): Likewise.
25179         (test_exceptions): Handle testing "inexact" exceptions.
25180         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25181         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25182         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25183         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25184         INEXACT_EXCEPTION.
25185         (rint_towardzero_test_data): Likewise.
25186         (rint_downward_test_data): Likewise.
25187         (rint_upward_test_data): Likewise.
25188
25189         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25190         with OVERFLOW_EXCEPTION.
25191         (exp10_test_data): Likewise.
25192         (exp2_test_data): Likewise.
25193         (expm1_test_data): Likewise.
25194         (lgamma_test_data): Likewise.
25195         (pow_test_data): Likewise.
25196         (tgamma_test_data): Likewise.
25197         (yn_test_data): Remove duplicate test of overflow.
25198
25199         * math/libm-test.inc (struct test_cc_c_data): New type.
25200         (RUN_TEST_LOOP_cc_c): New macro.
25201         (cpow_test_data): New variable.
25202         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25203
25204         * math/libm-test.inc (struct test_f_L_data): New type.
25205         (RUN_TEST_LOOP_f_L): New macro.
25206         (llrint_test_data): New variable.
25207         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25208         (llrint_tonearest_test_data): New variable.
25209         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25210         (llrint_towardzero_test_data): New variable.
25211         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25212         (llrint_downward_test_data): New variable.
25213         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25214         (llrint_upward_test_data): New variable.
25215         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25216         (llround_test_data): New variable.
25217         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25218
25219 2013-05-13  Peter Collingbourne  <pcc@google.com>
25220
25221         * math/atest-exp2.c (get_log2): Remove const attribute.
25222
25223 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25224
25225         * math/libm-test.inc (struct test_f_l_data): New type.
25226         (RUN_TEST_LOOP_f_l): New macro.
25227         (lrint_test_data): New variable.
25228         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25229         (lrint_tonearest_test_data): New variable.
25230         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25231         (lrint_towardzero_test_data): New variable.
25232         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25233         (lrint_downward_test_data): New variable.
25234         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25235         (lrint_upward_test_data): New variable.
25236         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25237         (lround_test_data): New variable.
25238         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25239
25240 2013-05-15  Peter Collingbourne  <pcc@google.com>
25241
25242         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25243         (EXTRACT_WORDS64) Use where appropriate.
25244         (INSERT_WORDS64) Likewise.
25245
25246         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25247         constraints with x constraints.
25248         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25249
25250         * malloc/obstack.c (_obstack_compat): Add initializer.
25251
25252 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25253
25254         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25255         si_trapno and add si_addr_lsb to _sifields.sigfault.
25256         (si_trapno): Remove macro.
25257         (si_addr_lsb): Define new macro.
25258         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25259
25260 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25261
25262         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25263         instead of TEST_f_l.
25264         (llrint_test_tonearest): Likewise.
25265         (llrint_test_towardzero): Likewise.
25266         (llrint_test_downward): Likewise.
25267         (llrint_test_upward): Likewise.
25268         (llround_test): Likewise.
25269
25270         * math/libm-test.inc (struct test_f_i_data): Add comment.
25271         (RUN_TEST_LOOP_f_b): New macro.
25272         (RUN_TEST_LOOP_f_b_tg): Likewise.
25273         (finite_test_data): New variable.
25274         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25275         (isfinite_test_data): New variable.
25276         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25277         (isinf_test_data): New variable.
25278         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25279         (isnan_test_data): New variable.
25280         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25281         (isnormal_test_data): New variable.
25282         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25283         (issignaling_test_data): New variable.
25284         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25285         (signbit_test_data): New variable.
25286         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25287
25288         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25289         with INVALID_EXCEPTION.
25290         (acosh_test_data): Likewise.
25291         (asin_test_data): Likewise.
25292         (atanh_test_data): Likewise.
25293         (fmod_test_data): Likewise.
25294         (log_test_data): Likewise.
25295         (log10_test_data): Likewise.
25296         (log2_test_data): Likewise.
25297         (pow_test_data): Likewise.
25298         (sqrt_test_data): Likewise.
25299         (y0_test_data): Likewise.
25300         (y1_test_data): Likewise.
25301         (yn_test_data): Likewise.
25302
25303         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25304         function contents.
25305
25306         * math/libm-test.inc (struct test_ff_i_data): New type.
25307         (RUN_TEST_LOOP_ff_i_tg): New macro.
25308         (isgreater_test_data): New variable.
25309         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25310         (isgreaterequal_test_data): New variable.
25311         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25312         (isless_test_data): New variable.
25313         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25314         (islessequal_test_data): New variable.
25315         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25316         (islessgreater_test_data): New variable.
25317         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25318         (isunordered_test_data): New variable.
25319         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25320
25321 2013-05-14  David S. Miller  <davem@davemloft.net>
25322
25323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25324
25325 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25326
25327         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25328
25329         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25330         extra_test to int.
25331         (struct test_f_i_data): Change type of max_ulp to int.
25332
25333         * math/libm-test.inc (test_ffI_f1_data): New type.
25334         (RUN_TEST_LOOP_ffI_f1): New macro.
25335         (remquo_test_data): New variable.
25336         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25337
25338         * setjmp/tst-setjmp-fp.c: New file.
25339         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25340         (link-libm): New variable.
25341         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25342
25343         * math/libm-test.inc (struct test_f_i_data): New type.
25344         (RUN_TEST_LOOP_f_i): New macro.
25345         (RUN_TEST_LOOP_f_i_tg): Likewise.
25346         (fpclassify_test_data): New variable.
25347         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25348         (ilogb_test_data): New variable.
25349         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25350
25351         * math/libm-test.inc (scalbln_test): Correct function name in END
25352         call.
25353
25354         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25355         (RUN_TEST_LOOP_fI_f1): New macro.
25356         (frexp_test_data): New variable.
25357         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25358
25359         * math/libm-test.inc (struct test_fF_f1_data): New type.
25360         (RUN_TEST_LOOP_fF_f1): New macro.
25361         (modf_test_data): New variable.
25362         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25363
25364         * math/libm-test.inc (struct test_f_f1_data): New type.
25365         (RUN_TEST_LOOP_f_f1): New macro.
25366         (gamma_test_data): New variable.
25367         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25368         (lgamma_test_data): New variable.
25369         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25370
25371 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25372
25373         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25374         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25375         (main): Comment "tls" pseudo-hwcap.
25376
25377 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25378
25379         * math/libm-test.inc (struct test_fl_f_data): New type.
25380         (RUN_TEST_LOOP_fl_f): New variable.
25381         (scalbln_test_data): New variable.
25382         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25383
25384         * math/libm-test.inc (struct test_fi_f_data): New type.
25385         (RUN_TEST_LOOP_fi_f): New macro.
25386         (ldexp_test_data): New variable.
25387         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25388         (scalbn_test_data): New variable.
25389         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25390
25391         * math/libm-test.inc (struct test_c_f_data): New type.
25392         (RUN_TEST_LOOP_c_f): New macro.
25393         (cabs_test_data): New variable.
25394         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25395         (carg_test_data): New variable.
25396         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25397         (cimag_test_data): New variable.
25398         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25399         (creal_test_data): New variable.
25400         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25401
25402         * math/libm-test.inc (struct test_if_f_data): New type.
25403         (RUN_TEST_LOOP_if_f): New macro.
25404         (jn_test_data): New variable.
25405         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25406         (yn_test_data): New variable.
25407         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25408
25409         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25410
25411 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25412
25413         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25414         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25415
25416 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25417
25418         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25419         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25420         (bench-deps): Add bench-timing.h.
25421         * benchtests-bench-skeleton.c: Include bench-timing.h.
25422         (main): Use TIMING_* macros instead of clock_gettime.
25423         * benchtests/bench-timing.h: New file.
25424
25425         [BZ #14582]
25426         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25427         Renamed from _LIB_VERSION.
25428         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25429
25430 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25431
25432         * math/libm-test.inc (struct test_fff_f_data): New type.
25433         (RUN_TEST_LOOP_fff_f): New macro.
25434         (fma_test_data): New variable.
25435         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25436         (fma_towardzero_test_data): New variable.
25437         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25438         (fma_downward_test_data): New variable.
25439         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25440         (fma_upward_test_data): New variable.
25441         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25442
25443         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25444         (struct test_c_c_data): New type.
25445         (RUN_TEST_LOOP_c_c): New macro.
25446         (cacos_test_data): New variable.
25447         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25448         (cacosh_test_data): New variable.
25449         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25450         (casin_test_data): New variable.
25451         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25452         (casinh_test_data): New variable.
25453         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25454         (catan_test_data): New variable.
25455         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25456         (catanh_test_data): New variable.
25457         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25458         (ccos_test_data): New variable.
25459         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25460         (ccosh_test_data): New variable.
25461         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25462         (cexp_test_data): New variable.
25463         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25464         (clog_test_data): New variable.
25465         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25466         (clog10_test_data): New variable.
25467         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25468         (conj_test_data): New variable.
25469         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25470         (cproj_test_data): New variable.
25471         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25472         (csin_test_data): New variable.
25473         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25474         (csinh_test_data): New variable.
25475         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25476         (csqrt_test_data): New variable.
25477         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25478         (ctan_test_data): New variable.
25479         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25480         (ctan_tonearest_test_data): New variable.
25481         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25482         (ctan_towardzero_test_data): New variable.
25483         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25484         (ctan_downward_test_data): New variable.
25485         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25486         (ctan_upward_test_data): New variable.
25487         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25488         (ctanh_test_data): New variable.
25489         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25490         (ctanh_tonearest_test_data): New variable.
25491         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25492         (ctanh_towardzero_test_data): New variable.
25493         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25494         (ctanh_downward_test_data): New variable.
25495         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25496         (ctanh_upward_test_data): New variable.
25497         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25498         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25499         of BUILD_COMPLEX.
25500
25501         * math/libm-test.inc (struct test_ff_f_data): New type.
25502         (struct test_ff_f_data_nexttoward): Likewise.
25503         (RUN_TEST_LOOP_2_f): New macro.
25504         (RUN_TEST_LOOP_ff_f): Likewise.
25505         (atan2_test_data): New variable.
25506         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25507         (copysign_test_data): New variable.
25508         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25509         (fdim_test_data): New variable.
25510         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25511         (fmax_test_data): New variable.
25512         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25513         (fmin_test_data): New variable.
25514         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25515         (fmod_test_data): New variable.
25516         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25517         (hypot_test_data): New variable.
25518         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25519         (nextafter_test_data): New variable.
25520         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25521         (nexttoward_test_data): New variable.
25522         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25523         (pow_test_data): New variable.
25524         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25525         (pow_tonearest_test_data): New variable.
25526         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25527         (pow_towardzero_test_data): New variable.
25528         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25529         (pow_downward_test_data): New variable.
25530         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25531         (pow_upward_test_data): New variable.
25532         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25533         (remainder_test_data): New variable.
25534         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25535         (scalb_test_data): New variable.
25536         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25537         * sysdeps/i386/fpu/libm-test-ulps: Update.
25538
25539 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25540
25541         * math/libm-test.inc (fma_test): Use max_value instead of local
25542         variable fltmax.
25543         (nextafter_test): Likewise.
25544
25545         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25546         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25547         (acos_downward_test_data): New variable.
25548         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25549         (acos_upward_test_data): New variable.
25550         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25551         (acosh_test_data): New variable.
25552         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25553         (asin_test_data): New variable.
25554         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25555         (asin_tonearest_test_data): New variable.
25556         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25557         (asin_towardzero_test_data): New variable.
25558         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25559         (asin_downward_test_data): New variable.
25560         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25561         (asin_upward_test_data): New variable.
25562         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25563         (asinh_test_data): New variable.
25564         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25565         (atan_test_data): New variable.
25566         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25567         (atanh_test_data): New variable.
25568         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25569         (cbrt_test_data): New variable.
25570         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25571         (ceil_test_data): New variable.
25572         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25573         (cos_test_data): New variable.
25574         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25575         (cos_tonearest_test_data): New variable.
25576         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25577         (cos_towardzero_test_data): New variable.
25578         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25579         (cos_downward_test_data): New variable.
25580         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25581         (cos_upward_test_data): New variable.
25582         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25583         (cosh_test_data): New variable.
25584         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25585         (cosh_tonearest_test_data): New variable.
25586         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25587         (cosh_towardzero_test_data): New variable.
25588         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25589         (cosh_downward_test_data): New variable.
25590         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25591         (cosh_upward_test_data): New variable.
25592         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25593         (erf_test_data): New variable.
25594         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25595         (erfc_test_data): New variable.
25596         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25597         (exp_test_data): New variable.
25598         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25599         (exp_tonearest_test_data): New variable.
25600         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25601         (exp_towardzero_test_data): New variable.
25602         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25603         (exp_downward_test_data): New variable.
25604         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25605         (exp_upward_test_data): New variable.
25606         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25607         (exp10_test_data): New variable.
25608         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25609         (exp2_test_data): New variable.
25610         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25611         (expm1_test_data): New variable.
25612         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25613         (fabs_test_data): New variable.
25614         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25615         (floor_test_data): New variable.
25616         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25617         (j0_test_data): New variable.
25618         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25619         (j1_test_data): New variable.
25620         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25621         (log_test_data): New variable.
25622         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25623         (log10_test_data): New variable.
25624         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25625         (log1p_test_data): New variable.
25626         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25627         (log2_test_data): New variable.
25628         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25629         (logb_test_data): New variable.
25630         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25631         (logb_downward_test_data): New variable.
25632         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25633         (nearbyint_test_data): New variable.
25634         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25635         (rint_test_data): New variable.
25636         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25637         (rint_tonearest_test_data): New variable.
25638         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25639         (rint_towardzero_test_data): New variable.
25640         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25641         (rint_downward_test_data): New variable.
25642         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25643         (rint_upward_test_data): New variable.
25644         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25645         (round_test_data): New variable.
25646         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25647         (sin_test_data): New variable.
25648         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25649         (sin_tonearest_test_data): New variable.
25650         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25651         (sin_towardzero_test_data): New variable.
25652         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25653         (sin_downward_test_data): New variable.
25654         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25655         (sin_upward_test_data): New variable.
25656         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25657         (sinh_test_data): New variable.
25658         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25659         (sinh_tonearest_test_data): New variable.
25660         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25661         (sinh_towardzero_test_data): New variable.
25662         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25663         (sinh_downward_test_data): New variable.
25664         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25665         (sinh_upward_test_data): New variable.
25666         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25667         (sqrt_test_data): New variable.
25668         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25669         (tan_test_data): New variable.
25670         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25671         (tan_tonearest_test_data): New variable.
25672         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25673         (tan_towardzero_test_data): New variable.
25674         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25675         (tan_downward_test_data): New variable.
25676         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25677         (tan_upward_test_data): New variable.
25678         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25679         (tanh_test_data): New variable.
25680         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25681         (tgamma_test_data): New variable.
25682         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25683         (trunc_test_data): New variable.
25684         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25685         (y0_test_data): New variable.
25686         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25687         (y1_test_data): New variable.
25688         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25689         (significand_test_data): New variable.
25690         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25691
25692 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25693
25694         [BZ #12387]
25695         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25696
25697 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25698
25699         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25700
25701 2013-05-10  Andreas Jaeger  <aj@suse.de>
25702
25703         [BZ #15448]
25704         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25705         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25706
25707 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25708
25709         * math/gen-libm-test.pl (adjust_arg): New function.
25710         (special_functions): Handle generating output in both functions
25711         and arrays.
25712         (parse_args): Likewise.
25713         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25714         $in_func argument to parse_args.
25715         * math/libm-test.inc (struct test_f_f_data): New type.
25716         (IF_ROUND_INIT_): New macro.
25717         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25718         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25719         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25720         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25721         (ROUND_RESTORE_): Likewise.
25722         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25723         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25724         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25725         (ROUND_RESTORE_FE_UPWARD): Likewise.
25726         (RUN_TEST_LOOP_f_f): New macro.
25727         (acos_test_data): New variable.
25728         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25729         (acos_tonearest_test_data): New variable.
25730         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25731
25732 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25733
25734         * benchtests/bench-skeleton.c (startup): Fix coding style.
25735
25736 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25737
25738         [BZ #6809]
25739         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25740         negative infinity argument.
25741         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25742         negative infinity argument.
25743         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25744         negative infinity argument.
25745         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25746         domain errors.
25747
25748 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25749
25750         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25751         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25752         * iconv/iconv_prog.c (main): Likewise.
25753         * locale/programs/charmap-dir.c (charmap_readdir)
25754         (fopen_uncompressed): Likewise.
25755         * locale/programs/locfile.c (siblings_uncached)
25756         (write_locale_data): Use lstat64 instead of lstat.
25757         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25758         stat.
25759
25760 2013-05-10  Andreas Jaeger  <aj@suse.de>
25761
25762         [BZ #15395]
25763         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25764         localization.
25765         Include <locale.h>.
25766
25767 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25768
25769         * elf/dl-close.c (_dl_close_worker): Add comments.
25770
25771 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25772
25773         [BZ #15359]
25774         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25775         high part of pi/2.
25776         (__ieee754_rem_pio2l): Update comments.
25777
25778         [BZ #15429]
25779         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25780         high part of pi/2.
25781         (__ieee754_rem_pio2l): Update comments.
25782
25783         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25784         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25785
25786         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25787         M_PI_4l.
25788
25789         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25790         (M_PI_34_LOG10El): Likewise.
25791         (M_PI2_LOG10El): Likewise.
25792         (M_PI4_LOG10El): Likewise.
25793         (M_PI_LOG10El): Likewise.
25794
25795 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25796
25797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25798
25799 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25800
25801         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25802         (MINUS_ZERO_INIT): Likewise.
25803         (PLUS_INFTY_INIT): Likewise.
25804         (MINUS_INFTY_INIT): Likewise.
25805         (QNAN_VALUE_INIT): Likewise.
25806         (MAX_VALUE_INIT): Likewise.
25807         (MIN_VALUE_INIT): Likewise.
25808         (MIN_SUBNORM_VALUE_INIT): Likewise.
25809         (plus_zero): Initialize with PLUS_ZERO_INIT.
25810         (minus_zero): Initialize with MINUS_ZERO_INIT.
25811         (plus_infty): Initialize with PLUS_INFTY_INIT.
25812         (minus_infty): Initialize with MINUS_INFTY_INIT.
25813         (qnan_value): Initialize with QNAN_VALUE_INIT.
25814         (max_value): Initialize with MAX_VALUE_INIT.
25815         (min_value): Initialize with MIN_VALUE_INIT.
25816         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25817
25818         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25819         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25820         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25821         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25822
25823         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25824         (RUN_TEST_2_f): Likewise.
25825         (RUN_TEST_ff_f): Likewise.
25826         (RUN_TEST_fi_f): Likewise.
25827         (RUN_TEST_fl_f): Likewise.
25828         (RUN_TEST_fff_f): Likewise.
25829         (RUN_TEST_c_f): Likewise.
25830         (RUN_TEST_f_f1): Likewise.
25831         (RUN_TEST_fF_f1): Likewise.
25832         (RUN_TEST_fI_f1): Likewise.
25833         (RUN_TEST_ffI_f1): Likewise.
25834         (RUN_TEST_c_c): Likewise.
25835         (RUN_TEST_cc_c): Likewise.
25836         (RUN_TEST_f_i): Likewise.
25837         (RUN_TEST_f_i_tg): Likewise.
25838         (RUN_TEST_ff_i_tg): Likewise.
25839         (RUN_TEST_f_b): Likewise.
25840         (RUN_TEST_f_b_tg): Likewise.
25841         (RUN_TEST_f_l): Likewise.
25842         (RUN_TEST_f_L): Likewise.
25843         (RUN_TEST_sincos): Likewise.
25844         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25845         whether to show exceptions.  Do not include ");\n" in return
25846         value.
25847         (special_functions): Output call to RUN_TEST_sincos instead of
25848         check_float calls.  Update calls to new_test.
25849         (parse_args): Output call to single RUN_TEST_* macro instead of
25850         check_* calls and other assignments.  Update calls to new_test.
25851
25852         [BZ #2546]
25853         [BZ #2560]
25854         [BZ #5159]
25855         [BZ #15426]
25856         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25857         input to result for tgamma overflow.
25858         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25859         (gamma_coeff): New variable.
25860         (NCOEFF): New macro.
25861         (gamma_positive): New function.
25862         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25863         underflow here.  Use gamma_positive instead of exp (lgamma) for
25864         other arguments.
25865         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25866         (gamma_coeff): New variable.
25867         (NCOEFF): New macro.
25868         (gammaf_positive): New function.
25869         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25870         underflow here.  Use gamma_positive instead of exp (lgamma) for
25871         other arguments.
25872         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25873         (gamma_coeff): New variable.
25874         (NCOEFF): New macro.
25875         (gammal_positive): New function.
25876         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25877         underflow here.  Use gamma_positive instead of exp (lgamma) for
25878         other arguments.
25879         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25880         (gamma_coeff): New variable.
25881         (NCOEFF): New macro.
25882         (gammal_positive): New function.
25883         (__ieee754_gammal_r): Handle positive infinity, overflow and
25884         underflow here.  Handle NaN the same as positive infinity.  Remove
25885         check x < 0xffffffff for negative integers.  Use gamma_positive
25886         instead of exp (lgamma) for other arguments.
25887         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25888         (gamma_coeff): New variable.
25889         (NCOEFF): New macro.
25890         (gammal_positive): New function.
25891         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25892         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25893         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25894         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25895         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25896         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25897         * sysdeps/generic/math_private.h (__gamma_productf): New
25898         prototype.
25899         (__gamma_product): Likewise.
25900         (__gamma_productl): Likewise.
25901         * math/Makefile (libm-calls): Add gamma_product.
25902         * math/libm-test.inc (tgamma_test): Add more tests.
25903         * sysdeps/i386/fpu/libm-test-ulps: Update.
25904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25905
25906 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25907
25908         * benchtests/bench-skeleton.c (main): Preheat CPU.
25909
25910 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25911
25912         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25913
25914 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25915
25916         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25917         and _dl_skip_args_internal.
25918
25919 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25920
25921         * manual/message.texi (Message Translation): Talk about users.
25922         Message to key mapping impacts design.
25923
25924 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25925
25926         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25927
25928         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25929
25930         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25931         * sysdeps/wordsize-64/glob64.c: ... here.
25932
25933         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25934         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25935         New macros.
25936
25937         * debug/getlogin_r_chk.c: Moved to ...
25938         * login/getlogin_r_chk.c: ... here.
25939         * debug/Makefile (routines): Move getlogin_r_chk to ...
25940         * login/Makefile (routines): ... here.
25941         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25942         * login/Versions (libc: GLIBC_2.4): ... here.
25943
25944         * io/poll.c (__poll): Renamed from poll.
25945         Add libc_hidden_def.
25946         (poll): Define as weak alias.
25947
25948         * debug/ptsname_r_chk.c: Moved to ...
25949         * login/ptsname_r_chk.c: ... here.
25950         * debug/Makefile (routines): Move ptsname_r_chk to ...
25951         * login/Makefile (routines): ... here.
25952         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25953         * login/Versions (libc: GLIBC_2.4): ... here.
25954
25955         * posix/getlogin.c: Moved to ...
25956         * login/getlogin.c: ... here.
25957         * posix/getlogin_r.c: Moved to ...
25958         * login/getlogin_r.c: ... here.
25959         * posix/getlogin_r.c: Moved to ...
25960         * login/getlogin_r.c: ... here.
25961         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25962         * login/Makefile (routines): ... here.
25963         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25964         * login/Versions (libc: GLIBC_2.0): ... here.
25965
25966         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25967         (setrlimit): Define as weak alias.
25968
25969         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25970         Call __ names for open, ftruncate, and close.
25971         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25972         (truncate): Define as weak alias.
25973
25974 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25975
25976         * math/gen-libm-test.pl (parse_args): Initialize x before each
25977         test of frexp, modf and remquo.
25978
25979         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25980         test signgam value.
25981
25982 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25983
25984         [BZ #15418]
25985         [BZ #15419]
25986         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25987         internal tests.
25988         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25989
25990 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25991
25992         * elf/dl-writev.h: New file.
25993         * elf/dl-misc.c: Include it.
25994         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25995         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25996
25997 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25998
25999         * math/libm-test.inc (noXFails): Remove variable.
26000         (noXPasses): Likewise.
26001         (BUILD_COMPLEX_INT): Remove macro.
26002         (print_screen): Remove xfail argument.
26003         (print_screen_max_error): Likewise.
26004         (update_stats): Likewise.
26005         (print_max_error): Likewise.  Update calls to other affected
26006         functions.
26007         (print_complex_max_error): Likewise.
26008         (test_single_exception): Update calls to print_screen.
26009         (test_single_errno): Likewise.
26010         (check_float_internal): Remove xfail argument.  Update calls to
26011         other affected functions.
26012         (check_float): Likewise.
26013         (check_complex): Likewise.
26014         (check_int): Likewise.
26015         (check_long): Likewise.
26016         (check_bool): Likewise.
26017         (check_longlong): Likewise.
26018         (main): Don't print noXFails and noXPasses.
26019         * math/gen-libm-test.pl (top level): Don't mention expected
26020         failure handling in comment.
26021         (new_test): Don't handle expected failures.
26022         (parse_args): Don't mention expected failure handling in comment.
26023         (generate_testfile): Don't handle expected failures.
26024         (parse_ulps): Likewise.
26025         (print_ulps_file): Likewise.
26026         (get_failure): Remove function.
26027         (output_test): Don't handle expected failures.
26028         * make/README.libm-test: Don't mention expected failure handling.
26029
26030         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26031         (minus_zero): Likewise.
26032         (plus_infty): Likewise.
26033         (minus_infty): Likewise.
26034         (qnan_value): Likewise.
26035         (max_value): Likewise.
26036         (min_value): Likewise.
26037         (min_subnorm_value): Likewise.
26038         (initialize): Do not initialize those variables dynamically.
26039
26040 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26041
26042         * io/open.c (__open_2): Moved to ...
26043         * io/open_2.c: ... this new file.
26044         * io/open64.c (__open64_2): Moved to ...
26045         * io/open64_2.c: ... this new file.
26046         * io/openat.c (__openat_2): Moved to ...
26047         * io/openat_2.c: ... this new file.
26048         * io/openat64.c (__openat64_2): Moved to ...
26049         * io/openat64_2.c: ... this new file.
26050         * io/Makefile (routines): Add them.
26051         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26052         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26053         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26054         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26055         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26056         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26057         (__openat64): Add hidden_ver.
26058         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26059         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26060
26061         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26062         Separately conditionalize setting of GLRO(dl_sysinfo) so
26063         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26064         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26065
26066 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26067
26068         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26069         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26070         definition.
26071         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26072         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26073         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26074         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26075         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26076
26077 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26078
26079         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26080         test signgam value.
26081
26082         * math/libm-test.inc (hypot_test): Do not use
26083         IGNORE_ZERO_INF_SIGN.
26084
26085 2013-05-03  Andreas Jaeger  <aj@suse.de>
26086
26087         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26088         Linux 3.9.
26089         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26090         (PF_MAX): Adjust for VSOCK change.
26091
26092 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26093
26094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26095
26096 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26097
26098         [BZ #15264]
26099         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26100         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26101         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26102
26103 2013-05-02  David S. Miller  <davem@davemloft.net>
26104
26105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26106
26107 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26108
26109         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26110
26111 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26112
26113         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26114
26115 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26116
26117         [BZ #14952]
26118         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26119         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26120         Use __attribute__ ((__gnu_inline__)).
26121         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26122         Don't use __attribute__ ((__gnu_inline__)).
26123
26124 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26125
26126         [BZ #15423]
26127         * math/s_catan.c (__catan): Handle small real or imaginary part of
26128         input specially to avoid spurious underflow.
26129         * math/s_catanf.c (__catanf): Likewise.
26130         * math/s_catanh.c (__catanh): Likewise.
26131         * math/s_catanhf.c (__catanhf): Likewise.
26132         * math/s_catanhl.c (__catanhl): Likewise.
26133         * math/s_catanl.c (__catanl): Likewise.
26134         * math/libm-test.inc (catan_test): Add more tests.
26135         (catanh_test): Likewise.
26136         * sysdeps/i386/fpu/libm-test-ulps: Update.
26137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26138
26139 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26140
26141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26142
26143 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26144
26145         [BZ #15416]
26146         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26147         accurately for denominator in atan2.
26148         * math/s_catanf.c (__catanf): Likewise.
26149         * math/s_catanh.c (__catanh): Likewise.
26150         * math/s_catanhf.c (__catanhf): Likewise.
26151         * math/s_catanhl.c (__catanhl): Likewise.
26152         * math/s_catanl.c (__catanl): Likewise.
26153         * math/libm-test.inc (catan_test): Add more tests.
26154         (catanh_test): Likewise.
26155         * sysdeps/i386/fpu/libm-test-ulps: Update.
26156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26157
26158 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26159
26160         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26161
26162         * benchtests/Makefile (bench): Remove slow benchmarks.
26163         * benchtests/atan-inputs: Add slow benchmark inputs.
26164         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26165         (BENCH_FUNC): Accept variant offset.
26166         (VARIANT): Define.
26167         * benchtests/bench-skeleton.c (main): Run benchmark for each
26168         variant.
26169         * benchtests/cos-inputs: Add slow benchmark inputs.
26170         * benchtests/exp-inputs: Likewise.
26171         * benchtests/pow-inputs: Likewise.
26172         * benchtests/sin-inputs: Likewise.
26173         * benchtests/slowatan-inputs: Remove.
26174         * benchtests/slowatan.c: Remove.
26175         * benchtests/slowcos-inputs: Remove.
26176         * benchtests/slowcos.c: Remove.
26177         * benchtests/slowexp-inputs: Remove.
26178         * benchtests/slowexp.c: Remove.
26179         * benchtests/slowpow-inputs: Remove.
26180         * benchtests/slowpow.c: Remove.
26181         * benchtests/slowsin-inputs: Remove.
26182         * benchtests/slowsin.c: Remove.
26183         * benchtests/slowtan-inputs: Remove.
26184         * benchtests/slowtan.c: Remove.
26185         * benchtests/tan-inputs: Add slow benchmark inputs.
26186         * scripts/bench.pl: Parse comments and directives.
26187
26188         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26189         in CPPFLAGS.
26190         ($(objpfx)bench-%.c): Remove *-ITER.
26191         * benchtests/bench-modf.c: Remove definition of ITER.
26192         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26193         (main): Loop for DURATION seconds instead of fixed number of
26194         iterations.
26195         * scripts/bench.pl: Don't expect iterations in parameters.
26196
26197 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26198
26199         * io/fchdir.c (__fchdir): Renamed from fchdir.
26200         (fchdir): Define as weak alias.
26201
26202 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26203
26204         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26205         (ERRNO_EDOM): Likewise.
26206         (ERRNO_ERANGE): Likewise.
26207         (noErrnoTests): New variable.
26208         (init_max_error): Set errno to 0.
26209         (test_single_errno): New function.
26210         (test_errno): Likewise.
26211         (check_float_internal): Call test_errno.  Set errno to 0.
26212         (check_complex): Refer to errno tests in comment.
26213         (check_int): Call test_errno.  Set errno to 0.
26214         (check_long): Likewise.
26215         (check_bool): Likewise.
26216         (check_longlong): Likewise.
26217         (cos_test): Use ERRNO_* flags for errno tests instead of
26218         check_int.
26219         (expm1_test): Likewise.
26220         (fmod_test): Likewise.
26221         (ilogb_test): Likewise.
26222         (lgamma_test): Likewise.
26223         (pow_test): Likewise.
26224         (remainder_test): Likewise.
26225         (sin_test): Likewise.
26226         (tan_test): Likewise.
26227         (yn_test): Likewise.
26228         (initialize): Set errno to 0.
26229         (main): Print number of errno tests.
26230         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26231
26232 2013-04-29  Andreas Jaeger  <aj@suse.de>
26233
26234         [BZ #15084]
26235         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26236         and RES_USEVC.
26237
26238         [BZ #15085]
26239         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26240         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26241         unimplemented.
26242
26243         [BZ #15380]
26244         * stdlib/random.c (__initstate): Return NULL if
26245         __initstate fails.
26246
26247         [BZ #15086]
26248         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26249         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26250         RES_SNGLKUPREOP.
26251
26252 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26253
26254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26255
26256 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26257
26258         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26259         of individual tests.
26260         (casin_test): Likewise.
26261         (casinh_test): Likewise.
26262
26263 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26264
26265         [BZ #15409]
26266         * math/s_catan.c (__catan): Handle arguments with large real or
26267         imaginary part separately without squaring.
26268         * math/s_catanf.c (__catanf): Likewise.
26269         * math/s_catanh.c (__catanh): Likewise.
26270         * math/s_catanhf.c (__catanhf): Likewise.
26271         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26272         and redefine.
26273         (__catanhl): Handle arguments with large real or imaginary part
26274         separately without squaring.
26275         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26276         and redefine.
26277         (__catanl): Handle arguments with large real or imaginary part
26278         separately without squaring.
26279         * math/libm-test.inc (catan_test): Add more tests.
26280         (catanh_test): Likewise.
26281         * sysdeps/i386/fpu/libm-test-ulps: Update.
26282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26283
26284 2013-04-27  Andreas Jaeger  <aj@suse.de>
26285
26286         [BZ #15007]
26287         * stdlib/stdlib.h: Update guards for qecvt.
26288         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26289         <stdlib.h>.
26290
26291 2013-04-27  Allan McRae  <allan@archlinux.org>
26292
26293         * sysdeps/i386/fpu/libm-test-ulps: Update.
26294
26295 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26296
26297         [BZ #15406]
26298         * math/s_catan.c: Include <float.h>.
26299         (__catan): Ensure underflow exception occurs for underflowed
26300         result.
26301         * math/s_catanf.c: Include <float.h>.
26302         (__catanf): Ensure underflow exception occurs for underflowed
26303         result.
26304         * math/s_catanh.c: Include <float.h>.
26305         (__catanh): Ensure underflow exception occurs for underflowed
26306         result.
26307         * math/s_catanhf.c: Include <float.h>.
26308         (__catanhf): Ensure underflow exception occurs for underflowed
26309         result.
26310         * math/s_catanhl.c: Include <float.h>.
26311         (__catanhl): Ensure underflow exception occurs for underflowed
26312         result.
26313         * math/s_catanl.c: Include <float.h>.
26314         (__catanl): Ensure underflow exception occurs for underflowed
26315         result.
26316         * math/libm-test.inc (catan_test): Add more tests.
26317         (catanh_test): Likewise.
26318
26319         [BZ #15405]
26320         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26321         underflowed result.
26322         * math/s_ccoshf.c (__ccoshf): Likewise.
26323         * math/s_ccoshl.c (__ccoshl): Likewise.
26324         * math/s_csin.c (__csin): Likewise.
26325         * math/s_csinf.c (__csinf): Likewise.
26326         * math/s_csinh.c (__csinh): Likewise.
26327         * math/s_csinhf.c (__csinhf): Likewise.
26328         * math/s_csinhl.c (__csinhl): Likewise.
26329         * math/s_csinl.c (__csinl): Likewise.
26330         * math/libm-test.inc (ccos_test): Add more tests.
26331         (ccosh_test): Likewise.
26332         (csin_test): Likewise.
26333         (csinh_test): Likewise.
26334
26335 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26336
26337         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26338         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26339         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26340         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26341         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26342         powerpc/power5+/fpu folders.
26343         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26344
26345
26346 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26347
26348         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26349
26350 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26351
26352         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26353         additions to variable.
26354         [$(config-machine) = x86_64] (modules-names): Likewise.
26355         ($(objpfx)tst-audit3): Remove dependency.
26356         ($(objpfx)tst-audit3.out): Likewise.
26357         ($(objpfx)tst-audit4): Likewise.
26358         ($(objpfx)tst-audit4.out): Likewise.
26359         ($(objpfx)tst-audit5): Likewise.
26360         ($(objpfx)tst-audit5.out): Likewise.
26361         ($(objpfx)tst-audit6): Likewise.
26362         ($(objpfx)tst-audit6.out): Likewise.
26363         ($(objpfx)tst-audit7): Likewise.
26364         ($(objpfx)tst-audit7.out): Likewise.
26365         (tst-audit3-ENV): Remove variable.
26366         (tst-audit4-ENV): Likewise.
26367         (tst-audit5-ENV): Likewise.
26368         (tst-audit6-ENV): Likewise.
26369         (tst-audit7-ENV): Likewise.
26370         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26371         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26372         addition to variable.
26373         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26374         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26375         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26376         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26377         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26378         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26379         tst-audit3, tst-audit4 and tst-audit5.
26380         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26381         tst-audit6 and tst-audit7.
26382         [$(subdir) = elf] (modules-names): Add audit modules for those
26383         tests.
26384         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26385         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26386         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26387         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26388         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26389         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26390         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26391         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26392         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26393         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26394         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26395         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26396         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26397         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26398         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26399         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26400         Likewise.
26401         [$(subdir) = elf && $(config-cflags-avx) = yes]
26402         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26403         [$(subdir) = elf && $(config-cflags-avx) = yes]
26404         (CFLAGS-tst-auditmod4a.c): Likewise.
26405         [$(subdir) = elf && $(config-cflags-avx) = yes]
26406         (CFLAGS-tst-auditmod4b.c): Likewise.
26407         [$(subdir) = elf && $(config-cflags-avx) = yes]
26408         (CFLAGS-tst-auditmod6b.c): Likewise.
26409         [$(subdir) = elf && $(config-cflags-avx) = yes]
26410         (CFLAGS-tst-auditmod6c.c): Likewise.
26411         [$(subdir) = elf && $(config-cflags-avx) = yes]
26412         (CFLAGS-tst-auditmod7b.c): Likewise.
26413         * elf/tst-audit3.c: Move to ...
26414         * sysdeps/x86_64/tst-audit3.c: ... here.
26415         * elf/tst-audit4.c: Move to ...
26416         * sysdeps/x86_64/tst-audit4.c: ... here.
26417         * elf/tst-audit5.c: Move to ...
26418         * sysdeps/x86_64/tst-audit5.c: ... here.
26419         * elf/tst-audit6.c: Move to ...
26420         * sysdeps/x86_64/tst-audit6.c: ... here.
26421         * elf/tst-audit7.c: Move to ...
26422         * sysdeps/x86_64/tst-audit7.c: ... here.
26423         * elf/tst-auditmod3a.c: Move to ...
26424         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26425         * elf/tst-auditmod3b.c: Move to ...
26426         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26427         * elf/tst-auditmod4a.c: Move to ...
26428         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26429         * elf/tst-auditmod4b.c: Move to ...
26430         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26431         * elf/tst-auditmod5a.c: Move to ...
26432         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26433         * elf/tst-auditmod5b.c: Move to ...
26434         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26435         * elf/tst-auditmod6a.c: Move to ...
26436         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26437         * elf/tst-auditmod6b.c: Move to ...
26438         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26439         * elf/tst-auditmod6c.c: Move to ...
26440         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26441         * elf/tst-auditmod7a.c: Move to ...
26442         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26443         * elf/tst-auditmod7b.c: Move to ...
26444         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26445
26446 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26447
26448         [BZ #15366]
26449         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26450         define unconditionally.
26451         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26452         define unconditionally.
26453         (INT8_C, INT16_C, etc.): Likewise.
26454
26455 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26456
26457         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26458         __ehdr_start with hidden visibility.
26459
26460         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26461
26462 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26463
26464         * math/libm-test.inc (cos_test): Use accurate hex constants.
26465         (sincost_test): Likewise.
26466
26467 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26468
26469         * math/libm-test.inc (catan_test): Add more tests.
26470         (catanh_test): Likewise.
26471
26472         * math/s_catanf.c (__catanf): Use suffixed floating-point
26473         constants.
26474         * math/s_catanhf.c (__catanhf): Likewise.
26475         * math/s_catanhl.c (__catanhl): Likewise.
26476         * math/s_catanl.c (__catanl): Likewise.
26477
26478         [BZ #15394]
26479         * math/s_catan.c (__catan): Calculate imaginary part of result
26480         with log1p not log unless computing log of number close to 0.
26481         * math/s_catanf.c (__catanf): Likewise.
26482         * math/s_catanl.c (__catanl): Likewise.
26483         * math/s_catanh.c (__catanh): Calculate real part of result with
26484         log1p not log unless computing log of number close to 0.
26485         * math/s_catanhf.c (__catanhf): Likewise.
26486         * math/s_catanhl.c (__catanhl): Likewise.
26487         * math/libm-test.inc (catan_test): Add more tests.
26488         (catanh_test): Likewise.
26489         * sysdeps/i386/fpu/libm-test-ulps: Update.
26490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26491
26492 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26493
26494         * benchtests/Makefile: Mention files in which fast and slow
26495         paths of math functions are implemented.
26496
26497 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26498
26499         * sysdeps/posix/timespec_get.c: New file.
26500
26501 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26502
26503         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26504         POWER.
26505         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26506         for POWER.
26507         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26508         powerpc/power5/fpu folders.
26509         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26510         * benchtests/Makefile: Add modf testcase.
26511         * benchtests/bench-modf.c: New file: Benchmark test for mo
26512
26513 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26514
26515         [BZ #14888]
26516         * time/Makefile (tests): Add tst-strptime-whitespace.
26517         * time/strptime_l.c (get_number): Use ISSPACE.
26518         (__strptime_internal): Likewise.
26519         * time/tst-strptime-whitespace.c: New test case.
26520
26521 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26522
26523         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26524         member.
26525         (_nss_files_init): Set it here.
26526
26527 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26528
26529         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26530         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26531         unsigned.
26532
26533 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26534
26535         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26536
26537 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26538
26539         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26540         size just once.
26541
26542 2013-04-21  David S. Miller  <davem@davemloft.net>
26543
26544         * po/ru.po: Update Russion translation from translation project.
26545
26546 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26547
26548         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26549         and setfsgid.
26550
26551 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26552
26553         * configure.in: Remove i386 configure warning. Remove i386 case.
26554         * configure: Regenerate.
26555         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26556         Add example to error message.
26557         * sysdeps/i386/configure: Regenerate.
26558
26559 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26560
26561         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26562         slowtan.
26563         * benchtests/cos-inputs: New file.
26564         * benchtests/slowcos-inputs: New file.
26565         * benchtests/slowcos.c: New file.
26566         * benchtests/slowtan-inputs: New file.
26567         * benchtests/slowtan.c: New file.
26568         * benchtests/tan-inputs: New file.
26569
26570 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26571
26572         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26573         considered kosher.
26574
26575 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26576
26577         * benchtests/Makefile: Include cppflags-iterator.mk to add
26578         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26579
26580         * Makefile.in (bench-clean): New target.
26581         * benchtests/Makefile (bench-clean): Likewise.
26582
26583 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26584
26585         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26586
26587 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26588
26589         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26590
26591 2013-04-15  Andreas Schwab  <schwab@suse.de>
26592
26593         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26594         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26595         * nscd/pwdcache.c (cache_addpw): Likewise.
26596         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26597         more than recsize.
26598
26599 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26600
26601         * benchtests/Makefile (bench): Write all output to
26602         bench-out.tmp together.
26603
26604 2013-04-15  Andreas Schwab  <schwab@suse.de>
26605
26606         * nscd/nscd.c (main): Don't fork again after closing files.
26607
26608 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26609
26610         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26611
26612         * benchtests/Rules (bench-deps): Collect dependencies into a
26613         single variable.  Add Makefile to dependencies.
26614         ($(objpfx)bench-%.c): Depend on bench-deps.
26615
26616 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26617             Xavier Roche  <roche+kml2@exalead.com>
26618
26619         [BZ #15361]
26620         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26621         just that it's a file descriptor.
26622         * manual/llio.texi (Synchronizing AIO Operations): Update description
26623         for EBADF error from aio_fsync.
26624
26625 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26626
26627         * Rules (bench): Move target definition...
26628         * benchtests/Makefile: ... here.
26629
26630 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26631
26632         * math/libm-test.inc (cos_test): Fix PI/2 test.
26633         (sincos_test): Likewise.
26634         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26635         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26636
26637 2013-04-11  Andreas Schwab  <schwab@suse.de>
26638
26639         [BZ #13988]
26640         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26641         accept exponent character only when digits were seen.
26642         * stdio-common/Makefile (tests): Add bug26.
26643         * stdio-common/bug26.c: New file.
26644
26645         [BZ #14293]
26646         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26647         non-freeable.
26648
26649 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26650
26651         * Makeconfig (rtld-prefix): Define built linker prefix.
26652         * Rules (run-bench): Use it.
26653         * math/Makefile (run-regen-ulps): Likewise.
26654
26655         * Rules (bench): Remove eval.
26656
26657 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26658             Roland McGrath  <roland@hack.frob.com>
26659             Ondrej Bilka  <neleai@seznam.cz>
26660
26661         [BZ #15346]
26662         * time/getdate.c: Include ctype.h and alloca.h.
26663         (__getdate_r): Trim leading and trailing spaces of input.
26664         * time/tst-getdate.c (tests): Add tests with leading and
26665         trailing spaces.
26666
26667 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26668
26669         [BZ #14280]
26670         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26671         when computing value.
26672
26673 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26674
26675         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26676         Use testrun.sh to run libm tests.
26677
26678         [BZ #15309]
26679         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26680
26681 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26682
26683         [BZ #15264]
26684         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26685
26686 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26687
26688         * Makefile.in (regen-ulps): New target.
26689         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26690         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26691         [ifneq (no,$(PERL)] (regen-ulps): New target.
26692         [ifeq (no,$(PERL)] (regen-ulps): New target.
26693         * math/libm-test.inc (ulps_file_name): Define.
26694         (output_dir): New variable.
26695         (options): Add "output-dir" option.
26696         (parse_opt): Handle 'o' case.
26697         (main): If output_dir is non-NULL use it as a prefix
26698         otherwise use "".
26699         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26700
26701 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26702
26703         [BZ #10060, #10062]
26704         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26705         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26706         fail configure if __sync_val_compare_and_swap is not inlined.
26707         * sysdeps/i386/configure: Regenerate.
26708         * configure.in: Build for i686 when configured for i386.
26709         * configure: Regenerate.
26710         * README: Remove i386 reference.
26711
26712 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26713
26714         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26715         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26716
26717 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26718
26719         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26720         (lmsnanval): New variables.
26721         (F): Add conversion tests.
26722         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26723         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26724
26725         * stdio-common/tstdiomisc.c (F): Properly collect individual
26726         tests' results.
26727
26728         [BZ #14686, #15336]
26729         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26730         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26731         Instead, use input NaN values or generate a qNaN by arithmetic
26732         operation.  Also fix bugs to comply with the standard.
26733         * math/libm-test.inc (remainder_test): Add more tests.
26734
26735         [BZ #15335, #15342]
26736         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26737         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26738         input NaN values or generate a qNaN by arithmetic operation.
26739
26740         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26741         unreachable code.
26742
26743         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26744         definitions.
26745
26746 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26747
26748         [BZ #14478]
26749         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26750         underflowed result.
26751         * math/s_cexpf.c (__cexpf): Likewise.
26752         * math/s_cexpl.c (__cexpl): Likewise.
26753         * math/libm-test.inc (cexp_test): Add more tests.
26754
26755 2013-04-03  Andreas Schwab  <schwab@suse.de>
26756
26757         [BZ #15330]
26758         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26759         order arrays from heap if bigger than alloca cutoff.
26760
26761 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26762
26763         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26764         (SNAN_TESTS_double): Refer to GCC PR56831.
26765         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26766         GCC PR56828.
26767
26768 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26769
26770         * Rules (bench): Move bench.out after the run is complete.
26771
26772         * Rules (bench): Echo currently running benchmark.
26773
26774         * benchtests/Makefile (bench): Add atan and slowatan.
26775         * benchtests/atan-inputs: New file.
26776         * benchtests/slowatan-inputs: New file.
26777         * benchtests/slowatan.c: New file.
26778
26779         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26780         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26781         its value.
26782
26783         [BZ #15305]
26784         * sysdeps/unix/sysv/linux/kernel-features.h
26785         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26786         __ASSUME_XFS_RESTRICTED_CHOWN.
26787         * sysdeps/unix/sysv/linux/pathconf.c
26788         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26789         Save and restore errno.
26790
26791 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26792
26793         [BZ #15327]
26794         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26795         arguments using __kernel_casinh.
26796         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26797         arguments using __kernel_casinhf.
26798         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26799         arguments using __kernel_casinhl.
26800         * math/libm-test.inc (cacosh_test): Add more tests.
26801         * sysdeps/i386/fpu/libm-test-ulps: Update.
26802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26803
26804 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26805
26806         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26807         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26808
26809         * bench/Makefile (bench): Add sin and slowsin.
26810         * benchtests/sin-inputs: New file.
26811         * benchtests/slowsin-inputs: New file.
26812         * benchtests/slowsin.c: New file.
26813
26814         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26815         (bench): Add slowexp and slowpow.
26816         (exp-ITER): Increase iterations.
26817         (pow-ITER): Likewise.
26818         * benchtests/exp-inputs: Change input.
26819         * benchtests/pow-inputs: Likewise.
26820         * benchtests/slowexp-inputs: New file.
26821         * benchtests/slowexp.c: New file.
26822         * benchtests/slowpow-inputs: New file.
26823         * benchtests/slowpow.c: New file.
26824
26825 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26826
26827         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26828         instructions.
26829         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26830         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26831         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26832         * benchtests/Makefile: Add rint benchtest.
26833         * benchtests/rint-inputs: Input for rint benchtest.
26834
26835 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26836
26837         * Versions.def (libm): Add GLIBC_2.18.
26838         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26839         hidden libm prototypes.
26840         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26841         * math/Makefile (libm-calls): Add s_issignaling.
26842         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26843         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26844         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26845         declaration.
26846         * math/math.h [__USE_GNU] (issignaling): New macro.
26847         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26848         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26849         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26850         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26851         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26852         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26853         * manual/arith.texi (issignaling): New section.
26854         * manual/libm-err-tab.pl (@all_functions): Update comment.
26855         * math/gen-libm-test.pl (parse_args): Apply special handling for
26856         issignaling.
26857         * math/libm-test.inc (print_float, issignaling_test): New
26858         functions.
26859         (check_float_internal): Add issignaling checks.
26860         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26861         default definition.
26862         * sysdeps/powerpc/math-tests.h: New file.
26863         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26864         tests.
26865         * math/test-snan.c (TEST_FUNC): Likewise.
26866
26867 2013-03-30  David S. Miller  <davem@davemloft.net>
26868
26869         * po/de.po: Update from translation team.
26870
26871 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26872
26873         [BZ #10357]
26874         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26875         imaginary part less than 1.0 and real part less than 0.5
26876         specially.
26877         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26878         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26879         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26880         (cacos_test): Add more tests.
26881         (casin_test): Likewise.
26882         (casinh_test): Likewise.
26883         * sysdeps/i386/fpu/libm-test-ulps: Update.
26884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26885
26886 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26887
26888         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26889         ONE with its value.
26890
26891         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26892         (__pow_mp): Replace ONE and MONE with their values.
26893         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26894         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26895         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26896         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26897         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26898         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26899
26900         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26901
26902         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26903         (__pow_mp): Replace ZERO and MZERO with their values.
26904         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26905         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26906         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26907         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26908         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26909         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26910         (__sqr): Likewise.
26911
26912         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26913
26914         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26915
26916 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26917
26918         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26919         Declare with __attribute__ ((weak)).
26920         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26921         Call __call_tls_dtors only if it's not NULL.
26922
26923 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26924
26925         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26926         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26927         magic __ehdr_start linker symbol if it's defined.
26928         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26929         them up here if it was already done.
26930
26931         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26932         (_dl_aux_init): Use const in cast when setting it.
26933         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26934         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26935         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26936
26937         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26938         Declare them here.
26939         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26940         * csu/libc-tls.c: Nor here.
26941         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26942
26943         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26944         (__libc_message): Never call vsyslog.
26945
26946 2013-03-28  Alan Modra  <amodra@gmail.com>
26947
26948         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26949         Define as empty.
26950         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26951         Likewise.
26952
26953 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26954
26955         [BZ #15214]
26956         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26957         underflow.
26958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26959
26960 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26961
26962         [BZ #15304]
26963         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26964         Don't add gid passed as argument.
26965
26966         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26967
26968 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26969
26970         [BZ #15307]
26971         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26972         imaginary part between 1.0 and 1.5 and real part less than 0.5
26973         specially.
26974         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26975         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26976         * math/libm-test.inc (cacos_test): Add more tests.
26977         (casin_test): Likewise.
26978         (casinh_test): Likewise.
26979         * sysdeps/i386/fpu/libm-test-ulps: Update.
26980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26981
26982 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26983
26984         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26985         constants.
26986         (norm): Likewise.
26987         (denorm): Likewise.
26988         (__dbl_mp): Likewise.
26989         (add_magnitudes): Likewise.
26990         (sub_magnitudes): Likewise.
26991         (__add): Likewise.
26992         (__sub): Likewise.
26993         (__mul): Likewise.
26994         (__sqr): Likewise.
26995         (__inv): Likewise.
26996         (__dvd): Likewise.
26997
26998         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26999         commented code.
27000         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27001         (__dubcos): Likewise.
27002         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27003         (__ieee754_acos): Likewise.
27004         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27005         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27006         (__exp1): Likewise.
27007         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27008         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27009         (log1): Likewise.
27010         (my_log2): Likewise.
27011         (checkint): Likewise.
27012         * sysdeps/ieee754/dbl-64/e_remainder.c
27013         (__ieee754_remainder): Likewise.
27014         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27015         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27016         (bsloww): Likewise.
27017         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27018
27019         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27020         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27021         MANTISSA_STORE_T to store computations on mantissa.  Use
27022         macros for rounding and division.
27023         (denorm): Likewise.
27024         (__dbl_mp): Likewise.
27025         (add_magnitudes): Likewise.
27026         (sub_magnitudes): Likewise.
27027         (__mul): Likewise.
27028         (__sqr): Likewise.
27029         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27030         powers of two in terms of TWOPOW macro.
27031         (mp_no): Make type of mantissa as MANTISSA_T.
27032         [!RADIXI]: Define RADIXI.
27033         [!TWO52]: Define TWO52.
27034         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27035
27036 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27037
27038         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27039         llroundl symbol when building for PPC32.
27040
27041 2013-03-24  Mark H Weaver  <mhw@netris.org>
27042
27043         * manual/arith.texi (Normalization Functions): Fix prototypes for
27044         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27045
27046 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27047
27048         [BZ #13889]
27049         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27050         high value to check if expl overflow.
27051         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27052         to check for underflow and overflow.
27053         * math/libm-test.inc: Add exp test.
27054
27055 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27056
27057         [BZ #11120]
27058         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27059         with NOT_IN_libc.
27060
27061 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27062
27063         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27064         symbol.
27065
27066 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27067
27068         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27069         wrap blocks consisting of several statements.
27070
27071         * sysdeps/generic/math-tests.h: New file.
27072         * sysdeps/i386/fpu/math-tests.h: Likewise.
27073         * math/test-snan.c: Include it.
27074         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27075
27076 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27077
27078         [BZ #15285]
27079         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27080         (__ieee754_j0l): Do not improve calculations using cos of twice
27081         input for inputs above LDBL_MAX / 2.0L.
27082         (__ieee754_y0l): Likewise.
27083         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27084         (__ieee754_j1l): Do not improve calculations using cos of twice
27085         input for inputs above LDBL_MAX / 2.0L.
27086         (__ieee754_y1l): Likewise.
27087         * math/libm-test.inc (j0_test): Add another test.
27088         (j1_test): Likewise.
27089         (y0_test): Likewise.
27090         (y1_test): Likewise.
27091         * sysdeps/i386/fpu/libm-test-ulps: Update.
27092
27093 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27094
27095         * Rules ($(objpfx)bench-%.c): Include code from a C source
27096         file.
27097
27098 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27099
27100         [BZ #15287]
27101         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27102         imaginary part 1.0 and real part less than 0.5 specially.
27103         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27104         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27105         * math/libm-test.inc (cacos_test): Add more tests.
27106         (casin_test): Likewise.
27107         (casinh_test): Likewise.
27108         * sysdeps/i386/fpu/libm-test-ulps: Update.
27109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27110
27111 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27112
27113         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27114         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27115
27116 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27117
27118         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27119         * config.make.in (config-cflags-sse4): Remove variable.
27120         (config-cflags-avx): Likewise.
27121         (config-cflags-sse2avx): Likewise.
27122         (config-cflags-novzeroupper): Likewise.
27123         (config-asflags-i686): Likewise.
27124         (have-mfma4): Likewise.
27125         (have-as-vis3): Likewise.
27126         (MIG): Likewise.
27127         * configure.in (MIG): Do not AC_SUBST.
27128         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27129         (libc_cv_cc_sse4): Do not AC_SUBST.
27130         (libc_cv_cc_avx): Likewise.
27131         (libc_cv_cc_sse2avx): Likewise.
27132         (libc_cv_cc_novzeroupper): Likewise.
27133         (libc_cv_cc_fma4): Likewise.
27134         (libc_cv_as_i686): Likewise.
27135         (libc_cv_sparc_as_vis3): Likewise.
27136         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27137         LIBC_CONFIG_VAR.
27138         (config-asflags-i686): Likewise.
27139         (config-cflags-avx): Likewise.
27140         (config-cflags-sse2avx): Likewise.
27141         (have-mfma4): Likewise.
27142         (config-cflags-novzeroupper): Likewise.
27143         * sysdeps/mach/configure.in (MIG): Likewise.
27144         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27145         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27146         LIBC_CONFIG_VAR.
27147         (config-cflags-avx): Likewise.
27148         (config-cflags-sse2avx): Likewise.
27149         (have-mfma4): Likewise.
27150         (config-cflags-novzeroupper): Likewise.
27151         * configure: Regenerated.
27152         * sysdeps/i386/configure: Likewise.
27153         * sysdeps/mach/configure: Likewise.
27154         * sysdeps/sparc/configure: Likewise.
27155         * sysdeps/x86_64/configure: Likewise.
27156
27157 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27158
27159         [BZ #14812]
27160         * locale/programs/localedef.c (options): Put N_ translation marker
27161         on argument names, not just descriptions.
27162
27163 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27164
27165         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27166
27167 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27168
27169         [BZ #14176]
27170         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27171
27172 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27173
27174         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27175         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27176         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27177         [!BEFORE_ABORT] (before_abort): New function.
27178         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27179         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27180         (writev_for_fatal): New function.
27181         (WRITEV_FOR_FATAL): New macro; call that.
27182         (backtrace_and_maps): New function.
27183         (BEFORE_ABORT): New macro; call that.
27184         (struct str_list): Type removed.
27185         (__libc_message, __libc_fatal): Functions removed.
27186         Include <sysdeps/posix/libc_fatal.c> instead.
27187
27188 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27189
27190         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27191         constants.
27192         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27193         double constants.
27194
27195 2013-03-19  Andreas Schwab  <schwab@suse.de>
27196
27197         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27198         * sysdeps/gnu/configure: Regenerate.
27199
27200         * configure.in: Substitute libc_cv_rtlddir.
27201         * configure: Regenerate.
27202         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27203         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27204         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27205         * elf/Makefile (install-others, CFLAGS-interp.c)
27206         (ldso_install, common-ldd-rewrite): Likewise.
27207         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27208         $(inst_slibdir)/$(rtld-installed-name).
27209         * scripts/rellns-sh: Add -p option.
27210         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27211         for source.
27212
27213 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27214
27215         * manual/nptl.texi: Renamed to ...
27216         * manual/threads.texi: ... this.
27217         * manual/Makefile (chapters): Update.
27218
27219 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27220
27221         [BZ #14812]
27222         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27223         on argument names, not just descriptions.
27224         * malloc/memusagestat.c (options): Likewise.
27225         * nss/getent.c (options): Likewise.
27226
27227 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27228
27229         [BZ #14812]
27230         * iconv/iconv_prog.c (options): Put N_ translation marker
27231         on argument names, not just descriptions.
27232         * iconv/iconvconfig.c (options): Likewise.
27233
27234 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27235
27236         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27237         implementation which is faster on all x86_64 architectures.
27238         Tested on AMD, Intel Nehalem, SNB, IVB.
27239         * sysdeps/x86_64/strnlen.S: Likewise.
27240
27241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27242         Remove all multiarch strlen and strnlen versions.
27243         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27244         Remove strlen and strnlen related parts.
27245
27246         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27247         Inline strlen part.
27248         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27249
27250         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27251         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27252         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27253         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27254         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27255         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27256
27257 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27258
27259         * manual/memory.texi (Malloc Tunable Parameters):
27260         Sort parameters alphabetically. Add comments for missing entries.
27261
27262 2013-03-17  David S. Miller  <davem@davemloft.net>
27263
27264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27265
27266 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27267
27268         [BZ #15283]
27269         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27270         for arguments at most half maximum finite value.
27271         * math/libm-test.inc (j0_test): Add more tests.
27272         (j1_test): Likewise.
27273         (y0_test): Likewise.
27274         (y1_test): Likewise.
27275         * sysdeps/i386/fpu/libm-test-ulps: Update.
27276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27277
27278         [BZ #14155]
27279         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27280         1 / x and functions P and Q for arguments above 0x1p256L.
27281         (__ieee754_y0l): Likewise.
27282         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27283         (__ieee754_y1l): Likewise.
27284         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27285         (j1_test): Likewise.
27286         (y0_test): Likewise.
27287         (y1_test): Likewise.
27288
27289 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27290
27291         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27292         variable.
27293
27294 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27295
27296         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27297         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27298         zero since it's initialized to EXEC_PAGESIZE.
27299
27300         * sysdeps/unix/sysv/linux/ldsodefs.h
27301         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27302         * sysdeps/generic/ldsodefs.h: ... here.
27303
27304 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27305
27306         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27307
27308         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27309         math/test-snan.c.
27310         * math/test-snan.c: Renamed from
27311         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27312         * math/Makefile (tests): Add test-snan.
27313         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27314         test-powerpc-snan.
27315
27316         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27317         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27318         functions.
27319         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27320         __builtin_nan family of functions.
27321         * math/libm-test.inc (initialize): Initialize qnan_value with
27322         __builtin_nan family of functions.
27323         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27324         Remove variables.
27325         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27326         Remove functions.
27327         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27328         storage class.  Initialize qNaN_var and sNaN_var with
27329         __builtin_nan and __builtin_nans families of functions,
27330         respectively.
27331
27332         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27333         (sqrt_test): Remove duplicate test with qNaN input.
27334         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27335         (round_test, signbit_test, significand_test): Note missing +/-Inf
27336         as well as qNaN tests.
27337
27338         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27339         qNaN_var.  Fix a few strings, too.
27340         * math/libm-test.inc (nan_value): Rename to qnan_value.
27341         * math/gen-libm-test.pl (%beautify): Adjust to that.
27342         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27343         * math/test-misc.c (main): Likewise.
27344         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27345         to __qnan_bytes, and __qnan_union, respectively.
27346         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27347         Likewise.
27348         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27349         and lqnanval, respectively.
27350         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27351         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27352         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27353         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27354
27355         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27356         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27357         doubles.
27358
27359         * math/test-misc.c (main): Fix copy'n'pastos.
27360         * misc/tst-efgcvt.c (special): Likewise.
27361
27362         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27363         Remove declarations.
27364
27365 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27366
27367         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27368         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27369         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27370         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27371
27372 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27373
27374         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27375         macro to return vdso values correctly in IFUNC implementations.
27376         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27377         Optimization by using IFUNC.
27378
27379 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27380             Richard Henderson  <rth@redhat.com>
27381             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27382
27383         * Makefile.in (bench): New target.
27384         * NEWS: Mention the benchmark framework.
27385         * Rules (bench): Likewise.
27386         (binaries-bench): Generate binaries for functions to
27387         benchmark.
27388         * benchtests/Makefile: New makefile for benchmark tests.
27389         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27390         programs.
27391         * benchtests/exp-inputs: New input file for EXP function.
27392         * benchtests/pow-inputs: New input file for POW function.
27393         * scripts/bench.pl: New script to generate source files for
27394         benchmark programs.
27395
27396 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27397
27398         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27399         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27400         computations on mantissa.  Use macros for rounding and
27401         division.
27402         (denorm): Likewise.
27403         (__dbl_mp): Likewise.
27404         (add_magnitudes): Likewise.
27405         (sub_magnitudes): Likewise.
27406         (__mul): Likewise.
27407         (__sqr): Likewise.
27408         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27409         powers of two in terms of TWOPOW macro.
27410         (mp_no): Make type of mantissa as MANTISSA_T.
27411         [!RADIXI]: Define RADIXI.
27412         [!TWO52]: Define TWO52.
27413         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27414
27415         * manual/nptl.texi (cindex): Modify threads to pthreads.
27416
27417 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27418
27419         * sysdeps/x86_64/preconfigure: Regenerated.
27420
27421 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27422
27423         [BZ #14155]
27424         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27425         0x1p28 and above.
27426         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27427         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27428         0x1p28 and above.
27429         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27430         * math/libm-test.inc (j0_test): Do not allow one spurious
27431         underflow exception.
27432         (y1_test): Likewise.
27433
27434 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27435
27436         * manual/Makefile (chapters): Add nptl.
27437         * manual/debug.texi (Debugging Support): Add link to Threads
27438         chapter.
27439         * manual/nptl.texi: New file.
27440
27441         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27442
27443 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27444
27445         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27446         for non-NULL pointer before the memory validity test. Pointed
27447         out by Holger Brunck <holger.brunck@keymile.com>.
27448
27449 2013-03-13  Andreas Schwab  <schwab@suse.de>
27450
27451         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27452         instead of .os.
27453
27454 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27455
27456         * timezone/zic.c: Update from tzcode 2013b.
27457
27458 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27459
27460         * manual/install.texi (Configuring and compiling):
27461         Mention i686 and i586.
27462         * INSTALL: Regenerate.
27463
27464 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27465
27466         * sysdeps/init_array/elf-init.c: New file.
27467         * csu/elf-init.c
27468         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27469         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27470
27471         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27472         __gmon_start__ as global, but as static with a .preinit_array pointer.
27473         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27474         * sysdeps/init_array/crti.S: New file, empty except for comments.
27475         * sysdeps/init_array/crtn.S: Likewise.
27476
27477 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27478
27479         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27480         definining bcopy.
27481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27482         Remove Prefer_SSE_for_memop.
27483         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27484         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27485         HAS_PREFER_SSE_FOR_MEMOP.
27486         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27487         memset-x86-64.
27488         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27489         Remove bzero, memset ifunc support.
27490         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27491         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27492         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27493         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27494
27495 2013-03-11  Andreas Schwab  <schwab@suse.de>
27496
27497         [BZ #15234]
27498         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27499         by SHLIB_COMPAT.
27500         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27501         (GLIBC_2.16): Remove pthread_atfork.
27502
27503 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27504
27505         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27506         (ptestcases.h): Likewise.
27507
27508 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27509
27510         * Makeconfig ($(common-objpfx)config.status): Depend on
27511         sysdeps/*/preconfigure{,.in} too.
27512
27513 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27514
27515         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27516         (__free_hook): Use void * instead of __malloc_ptr_t.
27517         (__malloc_hook): Likewise.
27518         (__realloc_hook): Likewise.
27519         (__memalign_hook): Likewise.
27520         (__after_morecore_hook): Likewise.
27521         * malloc/arena.c (save_malloc_hook): Likewise.
27522         (save_free_hook): Likewise.
27523         * malloc/hooks.c (malloc_hook_ini): Likewise.
27524         (realloc_hook_ini): Likewise.
27525         (memalign_hook_ini): Likewise.
27526         * malloc/malloc.c (malloc_hook_ini): Likewise.
27527         (realloc_hook_ini): Likewise.
27528         (memalign_hook_ini): Likewise.
27529         (__free_hook): Likewise.
27530         (__malloc_hook): Likewise.
27531         (__realloc_hook): Likewise.
27532         (__memalign_hook): Likewise.
27533         (__libc_malloc): Likewise.
27534         (__libc_free): Likewise.
27535         (__libc_realloc): Likewise.
27536         (__libc_memalign): Likewise.
27537         (__libc_valloc): Likewise.
27538         (__libc_pvalloc): Likewise.
27539         (__libc_calloc): Likewise.
27540         (__posix_memalign): Likewise.
27541         * malloc/morecore.c (__sbrk): Likewise.
27542         (__default_morecore): Likewise.
27543
27544         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27545
27546         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27547         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27548         __malloc_ptrdiff_t.
27549
27550         * malloc/malloc.h (__malloc_size_t): Remove macro.
27551         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27552         __malloc_size_t.
27553         (old_memalign_hook): Likewise.
27554         (old_realloc_hook): Likewise.
27555         (struct hdr): Likewise.
27556         (flood): Likewise.
27557         (mallochook): Likewise.
27558         (memalignhook): Likewise.
27559         (reallochook): Likewise.
27560         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27561         (tr_old_realloc_hook): Likewise.
27562         (tr_old_memalign_hook): Likewise.
27563         (tr_mallochook): Likewise.
27564         (tr_reallochook): Likewise.
27565         (tr_memalignhook): Likewise.
27566
27567 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27568
27569         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27570         default_ldbl_pack and using as default implementation.
27571         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27572         implementation.
27573         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27574         redundant definition.
27575         (ldbl_insert_mantissa): Likewise.
27576         (ldbl_canonicalize): Likewise.
27577         (ldbl_nearbyint): Likewise.
27578         (ldbl_pack): Rename to ldbl_pack_ppc.
27579         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27580         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27581         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27582
27583 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27584
27585         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27586         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27587         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27588         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27589         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27590         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27591         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27592         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27593
27594 2013-03-07  Andreas Jaeger  <aj@suse.de>
27595
27596         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27597         bits/mman-linux.h.
27598
27599 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27600
27601         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27602         Include mpa.h and declare __MPEXP.
27603         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27604         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27605         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27606         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27607         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27608         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27609         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27610
27611         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27612         (__slowpow): Use long double EXPL and LOGL functions to
27613         compute POW.
27614         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27615         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27616         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27617         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27618         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27619         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27620
27621         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27622         intermediate variable to calculate exponent.
27623         (__sqr): Likewise.
27624         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27625         Likewise.
27626         (__sqr): Likewise.
27627
27628         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27629         [!NO__SQR]: Define __sqr.
27630         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27631         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27632         sysdeps/ieee754/dbl-64/mpa.c.
27633         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27634
27635         [BZ #12723]
27636         * posix/Makefile (tests): Add tst-pathconf.
27637         * posix/tst-pathconf.c: New test case.
27638         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27639         _PC_PIPE_BUF.
27640         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27641
27642 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27643
27644         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27645
27646 2013-03-06  Andreas Jaeger  <aj@suse.de>
27647
27648         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27649         definition via __MAP_ANONYMOUS.
27650
27651         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27652         it's not part of Linux headers.
27653
27654         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27655         (MAP_HUGE_MASK): Define.
27656
27657         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27658         Define.
27659         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27660         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27661         Define.
27662         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27663         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27664         Define.
27665         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27666         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27667         Define.
27668         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27669
27670         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27671         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27672         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27673         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27674         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27675         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27676
27677         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27678         Handle f2fs.
27679
27680         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27681         Handle f2fs and efivarfs.
27682
27683         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27684         f2fs.
27685
27686         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27687         (EFIVARFS_MAGIC): Add.
27688         (F2FS_LINK_MAX): Add.
27689
27690 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27691
27692         * stdio-common/vfprintf.c: Replace __builtin_expect with
27693         __glibc_unlikely.
27694
27695 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27696
27697         [BZ #13550]
27698         * sysdeps/generic/bp-sym.h: Remove file.
27699         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27700         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27701         <bp-sym.h> and <bp-asm.h>.
27702         (__longjmp): Don't use BP_SYM.
27703         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27704         and <bp-asm.h>.
27705         (memcpy): Don't use BP_SYM.
27706         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27707         <bp-sym.h> and <bp-asm.h>.
27708         (memcpy): Don't use BP_SYM.
27709         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27710         <bp-asm.h>.
27711         (memcpy): Don't use BP_SYM.
27712         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27713         <bp-asm.h>.
27714         (memset): Don't use BP_SYM.
27715         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27716         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27717         (__bzero): Don't use BP_SYM.
27718         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27719         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27720         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27721         <bp-sym.h> and <bp-asm.h>.
27722         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27723         pointers.
27724         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27725         <bp-sym.h> and <bp-asm.h>.
27726         (memcpy): Don't use BP_SYM.
27727         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27728         <bp-sym.h> and <bp-asm.h>.
27729         (memset): Don't use BP_SYM.
27730         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27731         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27732         (__bzero): Don't use BP_SYM.
27733         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27734         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27735         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27736         <bp-sym.h> and <bp-asm.h>.
27737         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27738         pointers.
27739         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27740         <bp-sym.h> and <bp-asm.h>.
27741         (memcpy): Don't use BP_SYM.
27742         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27743         <bp-sym.h> and <bp-asm.h>.
27744         (memset): Don't use BP_SYM.
27745         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27746         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27747         (__bzero): Don't use BP_SYM.
27748         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27749         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27750         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27751         <bp-sym.h> and <bp-asm.h>.
27752         (__memchr): Don't use BP_SYM.
27753         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27754         <bp-sym.h> and <bp-asm.h>.
27755         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27756         pointers.
27757         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27758         <bp-sym.h> and <bp-asm.h>.
27759         (memcpy): Don't use BP_SYM.
27760         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27761         <bp-sym.h> and <bp-asm.h>.
27762         (__mempcpy): Don't use BP_SYM.
27763         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27764         <bp-sym.h> and <bp-asm.h>.
27765         (__memrchr): Don't use BP_SYM.
27766         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27767         <bp-sym.h> and <bp-asm.h>.
27768         (memset): Don't use BP_SYM.
27769         (__bzero): Likewise.
27770         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27771         <bp-sym.h> and <bp-asm.h>.
27772         (__rawmemchr): Don't use BP_SYM.
27773         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27774         <bp-sym.h> and <bp-asm.h>.
27775         (__STRCMP): Don't use BP_SYM.
27776         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (strchr): Don't use BP_SYM.
27779         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27780         <bp-sym.h> and <bp-asm.h>.
27781         (__strchrnul): Don't use BP_SYM.
27782         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27783         <bp-sym.h> and <bp-asm.h>.
27784         (strlen): Don't use BP_SYM.
27785         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27786         <bp-sym.h> and <bp-asm.h>.
27787         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27788         pointers.
27789         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27790         <bp-sym.h> and <bp-asm.h>.
27791         (__strnlen): Don't use BP_SYM.
27792         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27793         <bp-sym.h> and <bp-asm.h>.
27794         (__GI__setjmp): Don't use BP_SYM.
27795         (_setjmp): Likewise.
27796         (__sigsetjmp): Likewise.
27797         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27798         (L(start_addresses)): Don't use BP_SYM.
27799         (_start): Likewise.
27800         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27801         <bp-asm.h>.
27802         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27803         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27804         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27805         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27806         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27807         <bp-asm.h>.
27808         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27809         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27810         about bounded pointers.
27811         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27812         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27813         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27814         <bp-asm.h>.
27815         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27816         about bounded pointers.  Remove GKM FIXME comments.
27817         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27818         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27819         <bp-asm.h>.
27820         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27821         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27822         Remove GKM FIXME comments.
27823         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27824         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27825         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27826         <bp-asm.h>.
27827         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27828         about bounded pointers.  Remove GKM FIXME comment.
27829         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27830         and <bp-asm.h>.
27831         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27832         pointers.
27833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27834         <bp-sym.h> and <bp-asm.h>.
27835         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27837         <bp-sym.h> and <bp-asm.h>.
27838         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27839         comment.
27840
27841 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27842
27843         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27844         call free(NULL).
27845
27846 2013-03-05  David S. Miller  <davem@davemloft.net>
27847
27848         * po/es.po: Update from translation team.
27849
27850 2013-03-05  Andreas Jaeger  <aj@suse.de>
27851
27852         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27853         <bits/mman-linux.h>.
27854         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27855         is fine.
27856         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27857         <bits/mman-linux.h> to end of file.
27858         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27859         is fine.
27860         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27861         <bits/mman-linux.h> to end of file.
27862         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27863         is fine.
27864         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27865         <bits/mman-linux.h> to end of file.
27866
27867         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27868         (MCL_CURRENT, MCL_FUTURE): Define here.
27869
27870 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27871
27872         [BZ #15232]
27873         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27874         attribute_hidden.
27875         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27876
27877 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27878
27879         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27880         fourth parameter needed for rt_sigprocmask syscall.
27881         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27882         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27883         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27884         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27885         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27886         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27887
27888 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27889
27890         [BZ #13550]
27891         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27892         comment about bounded pointers.
27893         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27894         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27895
27896 2013-03-04  Andreas Jaeger  <aj@suse.de>
27897
27898         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27899         common definitions.
27900
27901         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27902         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27903         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27904         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27905         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27906         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27907
27908 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27909
27910         [BZ #15055]
27911         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27912         __ieee754_sqrl instead of __sqrl.
27913
27914 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27915
27916         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27917         * sysdeps/powerpc/fpu_control.h: ... here.
27918         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27919         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27920         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27921         * sysdeps/powerpc/bits/mathinline.h: ... here.
27922
27923 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27924
27925         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27926         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27927         to just [NEED_DL_SYSINFO_DSO].
27928         * elf/dl-support.c: Likewise.
27929         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27930         * elf/rtld.c (dl_main): Likewise.
27931         * elf/setup-vdso.h (setup_vdso): Likewise.
27932         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27933         * sysdeps/unix/sysv/linux/dl-sysdep.c
27934         (_dl_discover_osversion): Likewise.
27935
27936 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27937
27938         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27939         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27940
27941 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27942
27943         * NEWS: Mention libm performance improvements and non-x86 PI
27944         futex support.
27945
27946         * csu/libc-start.c (__pthread_initialize_minimal): Change
27947         function arguments.
27948         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27949
27950 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27951
27952         [BZ #13550]
27953         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27954         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27957         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27958         and <bp-asm.h>.
27959         (memcpy): Don't use BP_SYM.
27960         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27961         <bp-asm.h>.
27962         (__mpn_add_n): Don't use BP_SYM.
27963         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27964         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27965         and <bp-asm.h>.
27966         (__mpn_addmul_1): Don't use BP_SYM.
27967         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27968         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27969         <bp-sym.h>.
27970         (_setjmp): Don't use BP_SYM.
27971         (__novmx_setjmp): Likewise.
27972         (__GI__setjmp): Likewise.
27973         (__vmx_setjmp): Likewise.
27974         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27975         <bp-sym.h>.
27976         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27977         (__bzero): Don't use BP_SYM.
27978         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27979         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27980         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27981         <bp-sym.h> and <bp-asm.h>.
27982         (memcpy): Don't use BP_SYM.
27983         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27984         <bp-sym.h> and <bp-asm.h>.
27985         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27986         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27987         <bp-sym.h> and <bp-asm.h>.
27988         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27989         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27990         <bp-asm.h>.
27991         (__mpn_lshift): Don't use BP_SYM.
27992         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27993         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27994         <bp-asm.h>.
27995         (memset): Don't use BP_SYM.
27996         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27997         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27998         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27999         <bp-asm.h>.
28000         (__mpn_mul_1): Don't use BP_SYM.
28001         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28002         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28003         <bp-sym.h> and <bp-asm.h>.
28004         (memcmp): Don't use BP_SYM.
28005         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28006         <bp-sym.h> and <bp-asm.h>.
28007         (memcpy): Don't use BP_SYM.
28008         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28009         <bp-sym.h> and <bp-asm.h>.
28010         (memset): Don't use BP_SYM.
28011         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28012         <bp-sym.h> and <bp-asm.h>.
28013         (strncmp): Don't use BP_SYM.
28014         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28015         <bp-sym.h> and <bp-asm.h>.
28016         (memcpy): Don't use BP_SYM.
28017         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28018         <bp-sym.h> and <bp-asm.h>.
28019         (memset): Don't use BP_SYM.
28020         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28021         <bp-sym.h> and <bp-asm.h>.
28022         (__memchr): Don't use BP_SYM.
28023         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28024         <bp-sym.h> and <bp-asm.h>.
28025         (memcmp): Don't use BP_SYM.
28026         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28027         <bp-sym.h> and <bp-asm.h>.
28028         (memcpy): Don't use BP_SYM.
28029         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28030         <bp-sym.h> and <bp-asm.h>.
28031         (__mempcpy): Don't use BP_SYM.
28032         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28033         <bp-sym.h> and <bp-asm.h>.
28034         (__memrchr): Don't use BP_SYM.
28035         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28036         <bp-sym.h> and <bp-asm.h>.
28037         (memset): Don't use BP_SYM.
28038         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28039         <bp-sym.h> and <bp-asm.h>.
28040         (__rawmemchr): Don't use BP_SYM.
28041         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28042         <bp-sym.h> and <bp-asm.h>.
28043         (__STRCMP): Don't use BP_SYM.
28044         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28045         <bp-sym.h> and <bp-asm.h>.
28046         (strchr): Don't use BP_SYM.
28047         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28048         <bp-sym.h> and <bp-asm.h>.
28049         (__strchrnul): Don't use BP_SYM.
28050         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28051         <bp-sym.h> and <bp-asm.h>.
28052         (strlen): Don't use BP_SYM.
28053         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28054         <bp-sym.h> and <bp-asm.h>.
28055         (strncmp): Don't use BP_SYM.
28056         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28057         <bp-sym.h> and <bp-asm.h>.
28058         (__strnlen): Don't use BP_SYM.
28059         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28060         <bp-asm.h>.
28061         (__mpn_rshift): Don't use BP_SYM.
28062         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28063         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28064         <bp-sym.h> and <bp-asm.h>.
28065         (__sigsetjmp): Don't use BP_SYM.
28066         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28067         (L(start_addresses)): Don't use BP_SYM.
28068         (_start): Likewise.
28069         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28070         <bp-asm.h>.
28071         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28072         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28073         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28074         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28075         <bp-asm.h>.
28076         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28077         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28078         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28079         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28080         <bp-asm.h>.
28081         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28082         comments.
28083         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28084         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28085         <bp-asm.h>.
28086         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28087         FIXME comments.
28088         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28089         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28090         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28091         <bp-asm.h>.
28092         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28093         comment.
28094         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28095         and <bp-asm.h>.
28096         (strncmp): Don't use BP_SYM,
28097         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28098         <bp-asm.h>.
28099         (__mpn_sub_n): Don't use BP_SYM.
28100         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28101         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28102         and <bp-asm.h>.
28103         (__mpn_submul_1): Don't use BP_SYM.
28104         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28106         <bp-sym.h> and <bp-asm.h>.
28107         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28111         comment.
28112
28113 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28114
28115         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28116         Use ZK to minimize writes to Z.
28117         (sub_magnitudes): Simplify code a bit.
28118         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28119         Use ZK to minimize writes to Z.
28120         (sub_magnitudes): Simplify code a bit.
28121
28122 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28123
28124         * csu/gmon-start.c: Add special exception to license text.
28125
28126 2013-02-27  Richard Henderson  <rth@redhat.com>
28127
28128         * scripts/config.guess: Update from config.git.
28129         * scripts/config.sub: Likewise.
28130
28131 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28132
28133         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28134
28135         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28136
28137         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28138
28139         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28140
28141         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28142
28143 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28144
28145         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28146         [$(build-shared = yes].
28147
28148 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28149
28150         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28151         (__mul): Reduce iterations for calculating mantissa.
28152
28153         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28154         MPTWO.
28155         (__mpranred): Likewise.
28156
28157         [BZ #15160]
28158         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28159         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28160
28161 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28162
28163         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28164         Define __attribute__.
28165
28166 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28167
28168         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28169         unused.
28170         * posix/regex_internal.h (__attribute): Remove.
28171         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28172         (re_string_context_at): Likewise.
28173         (bitset_not): Use __attribute__ and mark function as possibly
28174         unused.
28175         (bitset_merge): Likewise.
28176         (bitset_mask): Likewise.
28177         (re_string_char_size_at): Likewise.
28178         (re_string_wchar_at): Likewise.
28179         (re_string_elem_size_at): Likewise.
28180
28181 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28182
28183         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28184         code.
28185         (cc32): Likewise.
28186
28187         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28188         (__acr): Likewise.
28189         (__cpy): Likewise.
28190         (norm): Likewise.
28191         (denorm): Likewise.
28192         (__dbl_mp): Likewise.
28193         (add_magnitudes): Likewise.
28194         (sub_magnitudes): Likewise.
28195         (__mul): Likewise.
28196         (__inv): Likewise.
28197
28198         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28199         style.
28200
28201         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28202         style.
28203
28204         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28205         code.
28206
28207         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28208         up changes with default code.
28209         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28210         Likewise.
28211
28212 2013-02-24  Allan McRae  <allan@archlinux.org>
28213
28214         * manual/socket.texi (The Internet Namespace): Order menu items
28215         to match that in the file.
28216
28217         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28218         node listing of the info page menu.
28219
28220 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28221
28222         [BZ #13550]
28223         * sysdeps/i386/bp-asm.h: Remove file.
28224         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28225         (PARMS): Do not use macros from bp-asm.h.
28226         (S1): Likewise.
28227         (S2): Likewise.
28228         (SIZE): Likewise.
28229         (__mpn_add_n): Do not use BP_SYM
28230         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28231         "bp-asm.h".
28232         (PARMS): Do not use macros from bp-asm.h.
28233         (S1): Likewise.
28234         (SIZE): Likewise.
28235         (__mpn_addmul_1): Do not use BP_SYM
28236         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28237         "bp-asm.h".
28238         (PARMS): Do not use macros from bp-asm.h.
28239         (SIGMSK): Likewise.
28240         (_setjmp): Likewise.  Do not use BP_SYM.
28241         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28242         "bp-asm.h".
28243         (PARMS): Do not use macros from bp-asm.h.
28244         (SIGMSK): Likewise.
28245         (setjmp): Likewise.  Do not use BP_SYM.
28246         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28247         "bp-asm.h".
28248         (PARMS): Do not use macros from bp-asm.h.
28249         (__frexp): Do not use BP_SYM.
28250         (frexp): Likewise.
28251         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28252         "bp-asm.h".
28253         (PARMS): Do not use macros from bp-asm.h.
28254         (__frexpf): Do not use BP_SYM.
28255         (frexpf): Likewise.
28256         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28257         "bp-asm.h".
28258         (PARMS): Do not use macros from bp-asm.h.
28259         (__frexpl): Do not use BP_SYM.
28260         (frexpl): Likewise.
28261         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28262         "bp-asm.h".
28263         (PARMS): Do not use macros from bp-asm.h.
28264         (__remquo): Do not use BP_SYM.
28265         (remquo): Likewise.
28266         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28267         "bp-asm.h".
28268         (PARMS): Do not use macros from bp-asm.h.
28269         (__remquof): Do not use BP_SYM.
28270         (remquof): Likewise.
28271         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28272         "bp-asm.h".
28273         (PARMS): Do not use macros from bp-asm.h.
28274         (__remquol): Do not use BP_SYM.
28275         (remquol): Likewise.
28276         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28277         "bp-asm.h".
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (DEST): Likewise.
28280         (SRC): Likewise.
28281         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28282         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28283         "bp-asm.h".
28284         (PARMS): Do not use macros from bp-asm.h.
28285         (strlen): Do not use BP_SYM.
28286         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28287         "bp-asm.h".
28288         (PARMS): Do not use macros from bp-asm.h.
28289         (S1): Likewise.
28290         (S2): Likewise.
28291         (SIZE): Likewise.
28292         (__mpn_add_n): Do not use BP_SYM.
28293         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28294         "bp-asm.h".
28295         (PARMS): Do not use macros from bp-asm.h.
28296         (S1): Likewise.
28297         (SIZE): Likewise.
28298         (__mpn_addmul_1): Do not use BP_SYM.
28299         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28300         weak_alias.
28301         (bzero): Likewise.
28302         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28303         "bp-asm.h".
28304         (PARMS): Do not use macros from bp-asm.h.
28305         (S): Likewise.
28306         (SIZE): Likewise.
28307         (__mpn_lshift): Do not use BP_SYM.
28308         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28309         "bp-asm.h".
28310         (PARMS): Do not use macros from bp-asm.h.
28311         (DEST): Likewise.
28312         (SRC): Likewise.
28313         (LEN): Likewise.
28314         (memcpy): Likewise.  Do not use BP_SYM.
28315         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28316         libc_hidden_def and weak_alias.
28317         (mempcpy): Do not use BP_SYM in weak_alias.
28318         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28319         "bp-asm.h".
28320         (PARMS): Do not use macros from bp-asm.h.
28321         (DEST): Likewise.
28322         (LEN): Likewise.
28323         [!BZERO_P] (CHR): Likewise.
28324         (memset): Likewise.  Do not use BP_SYM.
28325         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28326         "bp-asm.h".
28327         (PARMS): Do not use macros from bp-asm.h.
28328         (S1): Likewise.
28329         (SIZE): Likewise.
28330         (__mpn_mul_1): Do not use BP_SYM.
28331         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28332         "bp-asm.h".
28333         (PARMS): Do not use macros from bp-asm.h.
28334         (S): Likewise.
28335         (SIZE): Likewise.
28336         (__mpn_rshift): Do not use BP_SYM.
28337         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28338         "bp-asm.h".
28339         (PARMS): Do not use macros from bp-asm.h.
28340         (STR): Likewise.
28341         (CHR): Likewise.
28342         (strchr): Likewise.  Do not use BP_SYM.
28343         (index): Do not use BP_SYM in weak_alias.
28344         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28345         "bp-asm.h".
28346         (PARMS): Do not use macros from bp-asm.h.
28347         (DEST): Likewise.
28348         (SRC): Likewise.
28349         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28350         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28351         "bp-asm.h".
28352         (PARMS): Do not use macros from bp-asm.h.
28353         (strlen): Do not use BP_SYM.
28354         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28355         "bp-asm.h".
28356         (PARMS): Do not use macros from bp-asm.h.
28357         (S1): Likewise.
28358         (S2): Likewise.
28359         (SIZE): Likewise.
28360         (__mpn_sub_n): Do not use BP_SYM.
28361         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28362         "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (S1): Likewise.
28365         (SIZE): Likewise.
28366         (__mpn_submul_1): Do not use BP_SYM.
28367         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28368         "bp-asm.h".
28369         (PARMS): Do not use macros from bp-asm.h.
28370         (S1): Likewise.
28371         (S2): Likewise.
28372         (SIZE): Likewise.
28373         (__mpn_add_n): Do not use BP_SYM.
28374         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28375         weak_alias.
28376         (bzero): Likewise.
28377         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28378         "bp-asm.h".
28379         (PARMS): Do not use macros from bp-asm.h.
28380         (BLK2): Likewise.
28381         (LEN): Likewise.
28382         (memcmp): Do not use BP_SYM.
28383         (bcmp): Do not use BP_SYM in weak_alias.
28384         * sysdeps/i386/i686/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/i686/memmove.S: Do not include "bp-sym.h" and
28392         "bp-asm.h".
28393         (PARMS): Do not use macros from bp-asm.h.
28394         (DEST): Likewise.
28395         (SRC): Likewise.
28396         (LEN): Likewise.
28397         (memmove): Likewise.  Do not use BP_SYM.
28398         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28399         "bp-asm.h".
28400         (PARMS): Do not use macros from bp-asm.h.
28401         (DEST): Likewise.
28402         (SRC): Likewise.
28403         (LEN): Likewise.
28404         (__mempcpy): Likewise.  Do not use BP_SYM.
28405         (mempcpy): Do not use BP_SYM in weak_alias.
28406         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28407         "bp-asm.h".
28408         (PARMS): Do not use macros from bp-asm.h.
28409         (DEST): Likewise.
28410         (LEN): Likewise.
28411         [!BZERO_P] (CHR): Likewise.
28412         (memset): Likewise.  Do not use BP_SYM.
28413         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28414         "bp-asm.h".
28415         (PARMS): Do not use macros from bp-asm.h.
28416         (STR2): Likewise.
28417         (strcmp): Do not use BP_SYM.
28418         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (PARMS): Do not use macros from bp-asm.h.
28421         (STR): Likewise.
28422         (DELIM): Likewise.
28423         [USE_AS_STRTOK_R] (SAVE): Likewise.
28424         (FUNCTION): Likewise.  Do not use BP_SYM.
28425         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28426         aliases.
28427         (strtok_r): Likewise.
28428         (__GI___strtok_r): Likewise.
28429         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28430         (PARMS): Do not use macros from bp-asm.h.
28431         (S): Likewise.
28432         (SIZE): Likewise.
28433         (__mpn_lshift): Do not use BP_SYM.
28434         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28435         (PARMS): Do not use macros from bp-asm.h.
28436         (STR): Likewise.
28437         (CHR): Likewise.
28438         (__memchr): Do not use BP_SYM.
28439         (memchr): Do not use BP_SYM in weak_alias.
28440         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28441         (PARMS): Do not use macros from bp-asm.h.
28442         (BLK2): Likewise.
28443         (LEN): Likewise.
28444         (memcmp): Do not use BP_SYM.
28445         (bcmp): Do not use BP_SYM in weak_alias.
28446         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28447         (PARMS): Do not use macros from bp-asm.h.
28448         (S1): Likewise.
28449         (SIZE): Likewise.
28450         (__mpn_mul_1): Do not use BP_SYM.
28451         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28452         "bp-asm.h".
28453         (PARMS): Do not use macros from bp-asm.h.
28454         (STR): Likewise.
28455         (CHR): Likewise.
28456         (__rawmemchr): Do not use BP_SYM.
28457         (rawmemchr): Do not use BP_SYM in weak_alias.
28458         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28459         (PARMS): Do not use macros from bp-asm.h.
28460         (S): Likewise.
28461         (SIZE): Likewise.
28462         (__mpn_rshift): Do not use BP_SYM.
28463         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (SIGMSK): Likewise.
28466         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28467         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28468         (_start): Do not use BP_SYM.
28469         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28470         (PARMS): Do not use macros from bp-asm.h.
28471         (DEST): Likewise.
28472         (SRC): Likewise.
28473         (__stpcpy): Likewise.  Do not use BP_SYM.
28474         (stpcpy): Do not use BP_SYM in weak_alias.
28475         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28476         "bp-asm.h".
28477         (PARMS): Do not use macros from bp-asm.h.
28478         (DEST): Likewise.
28479         (SRC): Likewise.
28480         (LEN): Likewise.
28481         (__stpncpy): Likewise.  Do not use BP_SYM.
28482         (stpncpy): Do not use BP_SYM in weak_alias.
28483         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28484         (PARMS): Do not use macros from bp-asm.h.
28485         (STR): Likewise.
28486         (CHR): Likewise.
28487         (strchr): Likewise.  Do not use BP_SYM.
28488         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28489         "bp-asm.h".
28490         (PARMS): Do not use macros from bp-asm.h.
28491         (STR): Likewise.
28492         (CHR): Likewise.
28493         (__strchrnul): Likewise.  Do not use BP_SYM.
28494         (strchrnul): Do not use BP_SYM in weak_alias.
28495         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28496         "bp-asm.h".
28497         (PARMS): Do not use macros from bp-asm.h.
28498         (STOP): Likewise.
28499         (strcspn): Do not use BP_SYM.
28500         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28501         "bp-asm.h".
28502         (PARMS): Do not use macros from bp-asm.h.
28503         (STR): Likewise.
28504         (STOP): Likewise.
28505         (strpbrk): Likewise.  Do not use BP_SYM.
28506         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28507         "bp-asm.h".
28508         (PARMS): Do not use macros from bp-asm.h.
28509         (STR): Likewise.
28510         (CHR): Likewise.
28511         (strrchr): Likewise.  Do not use BP_SYM.
28512         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28513         (PARMS): Do not use macros from bp-asm.h.
28514         (SKIP): Likewise.
28515         (strspn): Do not use BP_SYM.
28516         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28517         (PARMS): Do not use macros from bp-asm.h.
28518         (STR): Likewise.
28519         (DELIM): Likewise.
28520         (SAVE): Likewise.
28521         (FUNCTION): Likewise.  Do not use BP_SYM.
28522         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28523         aliases.
28524         (strtok_r): Likewise.
28525         (__GI___strtok_r): Likewise.
28526         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28527         (PARMS): Do not use macros from bp-asm.h.
28528         (S1): Likewise.
28529         (S2): Likewise.
28530         (SIZE): Likewise.
28531         (__mpn_sub_n): Do not use BP_SYM.
28532         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28533         "bp-asm.h".
28534         (PARMS): Do not use macros from bp-asm.h.
28535         (S1): Likewise.
28536         (SIZE): Likewise.
28537         (__mpn_submul_1): Do not use BP_SYM.
28538         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28539         <bp-sym.h>.
28540         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28541         and <bp-asm.h>.
28542         (PARMS): Do not use macros from bp-asm.h.
28543         (FLAGS): Likewise.
28544         (PTID): Likewise.
28545         (TLS): Likewise.
28546         (CTID): Likewise.
28547         (__clone): Do not use BP_SYM.
28548         (clone): Do not use BP_SYM in weak_alias.
28549         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28550         and <bp-asm.h>.
28551         (PARMS): Do not use macros from bp-asm.h.
28552         (LEN): Likewise.
28553         (__mmap64): Do not use BP_SYM.
28554         (mmap64): Do not use BP_SYM in weak_alias.
28555         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28556         <bp-sym.h> and <bp-asm.h>.
28557         (PARMS): Do not use macros from bp-asm.h.
28558         (__posix_fadvise64_l64): Do not use BP_SYM.
28559         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (NSOPS): Likewise.
28562         (semtimedop): Do not use BP_SYM.
28563         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28564         and <bp-asm.h>.
28565
28566 2013-02-21  Allan McRae  <allan@archlinux.org>
28567
28568         * manual/message.texi (Charset conversion in gettext):
28569         Move @end statement to beginning of line.
28570
28571 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28572
28573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28574         static.
28575         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28576         Likewise.
28577
28578         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28579         (denorm): Likewise.
28580         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28581         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28582
28583 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28584
28585         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28586         tail-call to the resolved function if pltexit isn't needed.
28587
28588 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28589
28590         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28591         or Y being zero as being unlikely.
28592         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28593         Likewise.
28594
28595 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28596
28597         * manual/nss.texi (System Databases and Name Service Switch):
28598         Remove frobnicate @pxref.
28599
28600 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28601
28602         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28603         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28604
28605 2013-02-20  Petr Machata  <pmachata@redhat.com>
28606
28607         * elf/elf.h (R_ARM_TARGET1): New macro.
28608         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28609         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28610         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28611         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28612         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28613         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28614         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28615         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28616         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28617         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28618         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28619         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28620         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28621         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28622         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28623         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28624         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28625         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28626         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28627         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28628         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28629         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28630         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28631         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28632         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28633         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28634         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28635         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28636         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28637         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28638         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28639         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28640         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28641         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28642         (R_ARM_THM_GOT_BREL12): Likewise.
28643         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28644         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28645         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28646         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28647         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28648         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28649         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28650         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28651         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28652
28653 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28654
28655         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28656         __attribute_used__ to __attribute__ ((unused)).
28657
28658 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28659
28660         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28661         powerpc mpa.c.
28662         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28663         comment formatting.
28664         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28665
28666 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28667
28668         [BZ #13550]
28669         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28670         Remove macro.
28671         (ENTER): Remove both macro definitions.
28672         (LEAVE): Likewise.
28673         (CHECK_BOUNDS_LOW): Likewise.
28674         (CHECK_BOUNDS_HIGH): Likewise.
28675         (CHECK_BOUNDS_BOTH): Likewise.
28676         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28677         (RETURN_BOUNDED_POINTER): Likewise.
28678         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28679         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28680         (POP_ERRNO_LOCATION_RETURN): Likewise.
28681         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28682         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28683         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28684         macros.
28685         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28686         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28687         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28688         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28689         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28690         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28691         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28692         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28693         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28694         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28695         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28696         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28697         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28698         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28699         removed macros.
28700         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28701         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28702         macros.
28703         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28704         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28705         * sysdeps/i386/i586/memset.S (memset): Likewise.
28706         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28707         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28708         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28709         macros.
28710         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28711         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28712         Change uses of L(2) to L(out).
28713         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28714         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28715         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28716         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28717         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28718         removed macros.
28719         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28720         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28721         macros.
28722         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28723         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28724         (RETURN): Do not use macro LEAVE.
28725         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28726         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28727         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28728         * sysdeps/i386/i686/memset.S (memset): Likewise.
28729         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28730         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28731         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28732         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28733         Likewise.
28734         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28735         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28736         L(1_2) and L(1_3) into L(1).
28737         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28738         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28739         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28740         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28741         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28742         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28743         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28744         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28745         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28746         macros.
28747         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28748         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28749         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28750         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28751         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28752         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28753         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28754         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28755         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28756         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28757         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28758         * sysdeps/i386/strspn.S (strspn): Likewise.
28759         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28760         conditional code.
28761         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28762         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28763         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28764         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28765         L(1_3) into L(1_1).
28766         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28767         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28768         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28769         macros.
28770         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28771
28772 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28773
28774         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28775         macro.
28776
28777 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28778
28779         * math/atest-exp.c (exp_mpn): Remove ROUND.
28780         * math/atest-exp2.c (exp_mpn): Likewise.
28781         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28782
28783         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28784         * stdlib/tst-tls-atexit-lib.c: Likewise.
28785         * stdlib/tst-tls-atexit.c: Likewise.
28786
28787 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28788
28789         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28790         and __attribute_alloc_size__.
28791
28792 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28793
28794         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28795         __attribute_alloc_size__.
28796         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28797         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28798
28799 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28800
28801         * include/programs/xmalloc.h: New file.
28802         * catgets/gencat.c: Include it.
28803         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28804         * elf/pldd.c: Likewise.
28805         * iconv/iconv_charmap.c: Likewise.
28806         * iconv/iconvconfig.c: Likewise.
28807         * iconv/strtab.c: Likewise.
28808         * locale/programs/locale.c: Likewise.
28809         * locale/programs/localedef.h: Likewise.
28810         * locale/programs/simple-hash.c: Likewise.
28811         * nscd/nscd.h: Likewise.
28812         * nss/makedb.c: Likewise.
28813         * sysdeps/generic/ldconfig.h: Likewise.
28814
28815 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28816
28817         * Versions.def: Add GLIBC_2.18.
28818         * include/link.h (struct link_map): New member l_tls_dtor_count.
28819         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28820         (__call_tls_dtors): Likewise.
28821         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28822         __cxa_thread_atexit_impl.
28823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28824         Likewise.
28825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28826         Likewise.
28827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28828         Likewise.
28829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28830         Likewise.
28831         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28832         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28833         Likewise.
28834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28835         Likewise.
28836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28838         Likewise.
28839         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28840         (tests): Add test case tst-tls-atexit.
28841         (modules-names): Add shared library for tst-tls-atexit.
28842         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28843         (GLIBC_PRIVATE): Add __call_tls_dtors.
28844         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28845         for libstdc++.
28846         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28847         * stdlib/tst-tls-atexit.c: New test case.
28848         * stdlib/tst-tls-atexit-lib.c: New test case.
28849
28850         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28851
28852         * elf/Versions (ld): Add _dl_find_dso_for_object.
28853         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28854         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28855         (dl_open_worker): Use _dl_find_dso_for_object.
28856         * elf/dl-sym.c (do_sym): Likewise.
28857         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28858
28859 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28860
28861         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28862         Syntactic changes only.
28863         (_dl_runtime_profile): Do a tail-call to the resolved function.
28864
28865 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28866
28867         [BZ #13550]
28868         * sysdeps/x86_64/bp-asm.h: Remove file.
28869         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28870         <bp-sym.h> and <bp-asm.h>.
28871         (__clone): Do not use BP_SYM.
28872         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28873         <bp-sym.h> and <bp-asm.h>.
28874         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28875         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28876         "bp-asm.h".
28877         (_setjmp): Do not use BP_SYM.
28878         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28879         "bp-asm.h".
28880         (setjmp): Do not use BP_SYM.
28881         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28882         libc_hidden_def.
28883         (mempcpy): Do not use BP_SYM in weak_alias.
28884         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28885         "bp-asm.h".
28886         (strchr): Do not use BP_SYM.
28887         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28888         "bp-asm.h".
28889         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28890         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28891         (_start): Do not use BP_SYM.
28892         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28893         "bp-asm.h".
28894         (strcat): Do not use BP_SYM.
28895         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28896         "bp-asm.h".
28897         (STRCMP): Do not use BP_SYM.
28898         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28899         "bp-asm.h".
28900         (STRCPY): Do not use BP_SYM.
28901         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28902         "bp-asm.h".
28903         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28904         "bp-asm.h".
28905         (FUNCTION): Do not use BP_SYM.
28906         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28907         weak_alias.
28908         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28909
28910 2013-02-17  Andreas Jaeger  <aj@suse.de>
28911
28912         * time/Versions: Sort entries.
28913         * string/Versions: Likewise.
28914         * resolv/Versions: Likewise.
28915         * posix/Versions: Likewise.
28916         * iconv/Versions: Likewise.
28917         * elf/Versions: Likewise.
28918         * wcsmbs/Versions: Likewise.
28919
28920 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28921
28922         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28923         loop termination condition.
28924
28925         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28926         variable to calculate EZ.
28927         (__sqr): Likewise.
28928
28929         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28930         the lower precision input.
28931
28932 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28933
28934         [BZ #13550]
28935         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28936         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28937         (run-via-rtld-prefix): Do not handle %-bp tests.
28938         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28939         (all-object-suffixes): Remove .ob.
28940         (bppfx): Remove variable.
28941         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28942         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28943         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28944         [$(build-bounded) = yes] (libtype.ob): Likewise.
28945         * Makerules (elide-routines.ob): Remove variable.
28946         (do-tests-clean): Do not handle *-bp.out.
28947         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28948         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28949         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28950         (tests): Do not include $(tests-bp.out).
28951         (xtests): Do not include $(xtests-bp.out).
28952         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28953         [$(build-bounded) = yes] ($(addprefix
28954         $(objpfx),$(binaries-bounded))): Remove rule.
28955         ($(objpfx)%-bp.out): Remove rule.
28956         * config.make.in (build-bounded): Remove variable.
28957         * crypt/Makefile [$(build-bounded) = yes]
28958         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28959         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28960         append to variable.
28961         [$(build-bounded) = yes] (install-lib): Likewise.
28962         [$(build-bounded) = yes] (generated): Likewise.
28963         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28964         Remove rule.
28965         * intl/Makefile [$(build-bounded) = yes]
28966         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28967         * math/Makefile [$(build-bounded) = yes]
28968         ($(tests:%=$(objpfx)%-bp): Likewise.
28969         * misc/Makefile [$(build-bounded) = yes]
28970         ($(objpfx)tst-tsearch-bp): Likewise.
28971         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28972         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28973         Remove dependency.
28974         * string/Makefile (o-objects.ob): Remove variable.
28975         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28976         (CFLAGS-.ob): Remove variable.
28977         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28978         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28979         both definitions of variable.
28980         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28981         (ASFLAGS-.ob): Remove variable.
28982
28983 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28984
28985         [BZ #13550]
28986         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28987         Remove __BOUNDED_POINTERS__ from condition.
28988         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28989         * string/bits/string2.h [!__NO_STRING_INLINES &&
28990         !__BOUNDED_POINTERS__]: Likewise.
28991         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28992         Likewise.
28993         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28994         Remove conditional code.
28995         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28996         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28997         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28998         condition.
28999
29000         [BZ #13550]
29001         * csu/libc-start.c: Do not include <bp-sym.h>.
29002         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29003         * elf/dl-open.c: Do not include <bp-sym.h>.
29004         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29005         * math/fegetenv.c: Do not include <bp-sym.h>.
29006         (fegetenv): Do not use BP_SYM in versioned symbols.
29007         * nptl/sysdeps/pthread/bits/libc-lockP.h
29008         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29009         <bp-sym.h>.
29010         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29011         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29012         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29013         (__pthread_mutex_destroy): Likewise.
29014         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29015         (__pthread_mutex_lock): Likewise.
29016         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29017         (__pthread_mutex_trylock): Likewise.
29018         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29019         (__pthread_mutex_unlock): Likewise.
29020         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29021         (__pthread_mutexattr_init): Likewise.
29022         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29023         (__pthread_mutexattr_destroy): Likewise.
29024         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29025         (__pthread_mutexattr_settype): Likewise.
29026         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29027         (__pthread_rwlock_init): Likewise.
29028         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29029         (__pthread_rwlock_destroy): Likewise.
29030         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29031         (__pthread_rwlock_rdlock): Likewise.
29032         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29033         (__pthread_rwlock_tryrdlock): Likewise.
29034         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29035         (__pthread_rwlock_wrlock): Likewise.
29036         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29037         (__pthread_rwlock_trywrlock): Likewise.
29038         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29039         (__pthread_rwlock_unlock): Likewise.
29040         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29041         (__pthread_key_create): Likewise.
29042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29043         (__pthread_setspecific): Likewise.
29044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29045         (__pthread_getspecific): Likewise.
29046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29047         Likewise.
29048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29049         (_pthread_cleanup_push_defer): Likewise.
29050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29051         (_pthread_cleanup_pop_restore): Likewise.
29052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29053         (pthread_setcancelstate): Likewise.
29054         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29055         <bp-sym.h>.
29056         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29057         (memchr): Do not use BP_SYM in weak_alias.
29058         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29059         (fegetenv): Do not use BP_SYM in versioned symbols.
29060         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29061         (fesetenv): Do not use BP_SYM in versioned symbols.
29062         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29063         (feupdateenv): Do not use BP_SYM in versioned symbols.
29064         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29065         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29066         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29067         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29068         (open64): Do not use BP_SYM in weak_alias.
29069         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29070         (fegetenv): Do not use BP_SYM in versioned symbols.
29071         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29072         (fesetenv): Do not use BP_SYM in versioned symbols.
29073         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29074         (feupdateenv): Do not use BP_SYM in versioned symbols.
29075         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29076         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29077         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29078         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29079         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29080         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29081         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29082         <bp-sym.h>.
29083         (__libc_start_main): Do not use BP_SYM.
29084
29085 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29086
29087         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29088         redundant return line.
29089         (norm): Likewise.
29090         (denorm): Likewise.
29091         (dbl_mp): Likewise.
29092         (sub_magnitudes): Likewise.
29093         (__add): Likewise.
29094         (__sub): Likewise.
29095         (__mul): Likewise.
29096         (__inv): Likewise.
29097         (__dvd): Likewise.
29098         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29099         (norm): Likewise.
29100         (denorm): Likewise.
29101         (dbl_mp): Likewise.
29102         (sub_magnitudes): Likewise.
29103         (__add): Likewise.
29104         (__sub): Likewise.
29105         (__mul): Likewise.
29106         (__inv): Likewise.
29107         (__dvd): Likewise.
29108
29109         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29110         instead of __mul.
29111         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29112         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29113         (cc32): Likewise.
29114
29115         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29116         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29117         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29118         of __mul for squares.
29119         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29120         function
29121         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29122         Likewise.
29123         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29124         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29125
29126 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29127
29128         [BZ #13550]
29129         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29130         code.
29131         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29132         prototype or function definition.  Rename ubp_* variables and
29133         parameters.  Remove argv definitions conditional on
29134         [__BOUNDED_POINTERS__].
29135         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29136         * elf/dl-runtime.c (_dl_fixup): Likewise.
29137         * include/set-hooks.h (RUN_HOOK): Likewise.
29138         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29139         definition.
29140         * string/strcpy.c (strcpy): Do not use __unbounded.
29141         * sysdeps/generic/frame.h (struct layout): Likewise.
29142         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29143         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29144         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29145         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29146         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29147         (__backtrace): Likewise.
29148         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29149         use __ptrvalue.
29150         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29151         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29152         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29153         Likewise.
29154         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29155         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29156         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29157         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29158         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29159         Do not use __unbounded.
29160         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29161         Rename __unboundedrlimits parameter to rlimits in prototype.
29162         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29163         Do not use __unbounded.
29164         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29165         not use __ptrvalue.
29166         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29167         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29168         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29169         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29170         __ptrvalue or __unbounded.
29171         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29172         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29173         use __unbounded.
29174         (__new_msgctl): Do not use __ptrvalue.
29175         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29176         __unbounded.
29177         (__libc_msgrcv): Do not use __ptrvalue.
29178         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29179         startup_info): Do not use __unbounded.
29180         (__libc_start_main): Likewise.  Rename ubp_* variables and
29181         parameters.  Remove argv definitions conditional on
29182         [__BOUNDED_POINTERS__].
29183         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29184         __ptrvalue.
29185         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29186         use __unbounded.
29187         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29188         or __ptrvalue.
29189         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29190         use __unbounded.
29191         (__new_shmctl): Do not use __ptrvalue.
29192         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29193         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29194         Likewise.
29195         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29196         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29197         (__libc_sigaction): Likewise.
29198         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29199         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29200         Likewise.
29201         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29202
29203 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29204
29205         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29206
29207         * string/mempcpy.c: Implement by calling memcpy.
29208
29209 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29210
29211         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29212
29213         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29214         evaluation.
29215
29216         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29217         values in the mantissa.
29218
29219         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29220         minimize writes to Z.
29221         (sub_magnitudes): Simplify code a bit.
29222
29223 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29224
29225         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29226         from the message.  The linker prefixes all warnings with that already.
29227
29228 2013-02-12  Andreas Schwab  <schwab@suse.de>
29229
29230         [BZ #15078]
29231         * posix/regexec.c (extend_buffers): Add parameter min_len.
29232         (check_matching): Pass minimum needed length.
29233         (clean_state_log_if_needed): Likewise.
29234         (get_subexp): Likewise.
29235         * posix/Makefile (tests): Add bug-regex34.
29236         (bug-regex34-ENV): Define.
29237         * posix/bug-regex34.c: New file.
29238
29239         [BZ #11561]
29240         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29241         elements compare against the byte sequence of it, not its name.
29242         * posix/Makefile (tests): Add bug-regex35.
29243         (bug-regex35-ENV): Define.
29244         * posix/bug-regex35.c: New file.
29245
29246 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29247
29248         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29249         comment.
29250         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29251         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29252         (CHECK_EOL): Add undef.
29253
29254 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29255
29256         * bits/stdlib-bsearch.h: New file.
29257         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29258         * stdlib/stdlib.h: Likewise.
29259
29260 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29261
29262         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29263         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29264         declaration.
29265         * manual/search.texi (Array Search Function): Add missing const in
29266         lfind prototype.
29267         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29268         declaration to use rlim_t.
29269         (Basic Scheduling Functions): Remove erroneous const from
29270         sched_getparam prototype.  Remove erroneous * from
29271         sched_get_priority_max and sched_get_priority_min prototypes.
29272         (Resource Usage): Fix summary @comment on vtimes to refer to
29273         sys/vtimes.h rather than vtimes.h.
29274         Add missing *s in vtimes prototype.
29275         (Limits on Resources): Fix ulimit prototype to return long int.
29276         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29277         prototypes to use long int rather than double.
29278         (BSD Random): Fix initstate and setstate to use char *, not void *.
29279         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29280         prototype to make second argument 'struct aiocb64 *const[]'.
29281         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29282         (Status of AIO Operations): Remove erroneous const in aio_return and
29283         aio_return64 prototypes.
29284         (Synchronizing I/O): Fix sync prototype to return void.
29285         * manual/startup.texi (Suboptions): Remove an erroneous const in
29286         getsubopt prototype.
29287         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29288         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29289         use size_t rather than int.
29290         (Scanning All Users): Likewise for getpwent_r.
29291         (Setting Groups): Add missing const to setgroups prototype.
29292         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29293         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29294         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29295         'const void *' rather than 'const char *'.
29296         (Host Address Functions): Likewise for inet_ntop.
29297         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29298         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29299         ssize_t for return value.
29300         (Sending Data): Likewise for send, sendto, sendmsg.
29301         (Socket Option Functions): Add a missing const in setsockopt prototype.
29302         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29303         use wchar_t for the argument.
29304         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29305         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29306         take no arguments.
29307         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29308         double/float/long double for second argument.
29309         Fix return types of significand, significandf, significandl.
29310         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29311         argument in fchmod prototype.
29312         (File Owner): Use uid_t and gid_t in fchown prototype.
29313         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29314         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29315         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29316         use 'const struct dirent **' as argument types to CMP function pointer
29317         argument.
29318         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29319         (File Times): Fix summary magic @comment for struct utimbuf and utime
29320         to refer to utime.h, not time.h.
29321         * manual/string.texi (Argz Functions): Add missing const in
29322         argz_extract and argz_next prototypes.
29323         (Finding Tokens in a String): Likewise for basename.
29324         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29325         (Copying and Concatenation): Fix typo in wmemmove prototype.
29326         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29327         (Signal Stack): Remove erroneous const in sigstack prototype.
29328         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29329         prototype.
29330         (Simple Calendar Time): Likewise for stime.
29331         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29332         prototype.
29333         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29334         say sys/sysctl.h instead.
29335         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29336         and vsyslog prototypes.
29337
29338 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29339
29340         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29341         Remove.
29342
29343 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29344
29345         * misc/sys/mman.h: Fix typo in mremap comment.
29346
29347 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29348
29349         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29350         the '\0' terminator.
29351
29352 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29353
29354         [BZ #13550]
29355         * debug/segfault.c: Don't include <bp-checks.h>.
29356         * sysdeps/generic/bp-checks.h: Remove file.
29357         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29358         (__GETDENTS): Don't use CHECK_N.
29359         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29360         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29361         (__getgroups): Don't use CHECK_N.
29362         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29363         (setgroups): Don't use CHECK_N.
29364         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29365         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29366         (__libc_msgrcv): Don't use CHECK_N.
29367         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29368         (__libc_msgsnd): Don't use CHECK_N.
29369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29370         <bp-checks.h>.
29371         (__libc_pread): Don't use CHECK_N.
29372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29373         include <bp-checks.h>.
29374         (__libc_pread64): Don't use CHECK_N.
29375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29376         include <bp-checks.h>.
29377         (__libc_pwrite): Don't use CHECK_N.
29378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29379         include <bp-checks.h>.
29380         (__libc_pwrite64): Don't use CHECK_N.
29381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29382         <bp-checks.h>.
29383         (__libc_pread): Don't use CHECK_N.
29384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29385         include <bp-checks.h>.
29386         (__libc_pread64): Don't use CHECK_N.
29387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29388         include <bp-checks.h>.
29389         (__libc_pwrite): Don't use CHECK_N.
29390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29391         include <bp-checks.h>.
29392         (__libc_pwrite64): Don't use CHECK_N.
29393         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29394         (do_pread): Don't use CHECK_N.
29395         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29396         (do_pread64): Don't use CHECK_N.
29397         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29398         (do_pwrite): Don't use CHECK_N.
29399         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29400         (do_pwrite64): Don't use CHECK_N.
29401         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29402         (__libc_readv): Don't use CHECK_N.
29403         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29404         (semop): Don't use CHECK_N.
29405         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29406         <bp-checks.h>.
29407         (semtimedop): Don't use CHECK_N.
29408         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29409         (__libc_pread): Don't use CHECK_N.
29410         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29411         <bp-checks.h>.
29412         (__libc_pread64): Don't use CHECK_N.
29413         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29414         <bp-checks.h>.
29415         (__libc_pwrite): Don't use CHECK_N.
29416         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29417         <bp-checks.h>.
29418         (__libc_pwrite64): Don't use CHECK_N.
29419         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29420         <bp-checks.h>.
29421         (__libc_msgrcv): Don't use CHECK_N.
29422         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29423         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29424         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29425         (__libc_writev): Don't use CHECK_N.
29426
29427 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29428
29429         * string/strcpy.c: Removed unused variable.
29430
29431         * Makeconfig (+sysdep-includes): Define with := rather than =.
29432         Use an existing include/ subdir of each sysdeps dir before it.
29433
29434 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29435
29436         * nscd/connection.c (register_traced_file): Comment function.
29437         [HAVE_INOTIFY] (union __inev): Define.
29438         [HAVE_INOTIFY] (inotify_check_files): New function.
29439         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29440         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29441         clear_db_cache.
29442         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29443
29444 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29445
29446         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29447         loaded if not already and that a failure is permanent.
29448
29449 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29450
29451         [BZ #15006]
29452         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29453         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29454
29455 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29456
29457         [BZ #13550]
29458         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29459         (CHECK_1_NULL_OK): Likewise.
29460         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29461         (__fxstat): Do not use CHECK_1.
29462         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29463         <bp-checks.h>.
29464         (___fxstat64): Do not use CHECK_1.
29465         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29466         <bp-checks.h>.
29467         (__fxstatat): Do not use CHECK_1.
29468         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29469         <bp-checks.h>.
29470         (__fxstatat64): Do not use CHECK_1.
29471         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29472         <bp-checks.h>.
29473         (__fxstat): Do not use CHECK_1.
29474         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29475         <bp-checks.h>.
29476         (__fxstatat): Do not use CHECK_1.
29477         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29478         <bp-checks.h>.
29479         (__getresgid): Do not use CHECK_1.
29480         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29481         <bp-checks.h>.
29482         (__getresuid): Do not use CHECK_1.
29483         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29484         <bp-checks.h>.
29485         (__lxstat): Do not use CHECK_1.
29486         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29487         <bp-checks.h>.
29488         (__old_msgctl): Do not use CHECK_1.
29489         (__new_msgctl): Likewise.
29490         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29491         <bp-checks.h>.
29492         (__new_setrlimit): Do not use CHECK_1.
29493         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29494         <bp-checks.h>.
29495         (__old_shmctl): Do not use CHECK_1.
29496         (__new_shmctl): Likewise.
29497         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29498         <bp-checks.h>.
29499         (__xstat): Do not use CHECK_1.
29500         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29501         (__lxstat): Do not use CHECK_1.
29502         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29503         <bp-checks.h>.
29504         (___lxstat64): Do not use CHECK_1.
29505         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29506         (__old_msgctl): Do not use CHECK_1.
29507         (__new_msgctl): Likewise.
29508         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29509         <bp-checks.h>.
29510         (__gettimeofday): Do not use CHECK_1.
29511         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29512         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29513         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29514         <bp-checks.h>.
29515         (__gettimeofday): Do not use CHECK_1.
29516         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29517         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29518         (__new_shmctl): Do not use CHECK_1.
29519         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29520         <bp-checks.h>.
29521         (do_sigtimedwait): Do not use CHECK_1.
29522         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29523         <bp-checks.h>.
29524         (do_sigwaitinfo): Do not use CHECK_1.
29525         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29526         <bp-checks.h>.
29527         (msgctl): Do not use CHECK_1.
29528         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29529         <bp-checks.h>.
29530         (shmctl): Do not use CHECK_1.
29531         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29532         (ustat): Do not use CHECK_1.
29533         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29534         <bp-checks.h>.
29535         (__fxstat): Do not use CHECK_1.
29536         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29537         <bp-checks.h>.
29538         (__fxstatat): Do not use CHECK_1.
29539         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29540         <bp-checks.h>.
29541         (__lxstat): Do not use CHECK_1.
29542         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29543         <bp-checks.h>.
29544         (__xstat): Do not use CHECK_1.
29545         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29546         (__xstat): Do not use CHECK_1.
29547         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29548         (___xstat64): Do not use CHECK_1.
29549
29550         [BZ #13550]
29551         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29552         definitions.
29553         (CHECK_BOUNDS_HIGH): Likewise.
29554         * string/strcpy.c: Do not include <bp-checks.h>.
29555         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29556
29557 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29558
29559         * nscd/nscd-client.h (__nscd_drop_map_ref):
29560         Add __attribute__ ((unused)).
29561         * nis/nss-nisplus.h (niserr2nss): Likewise.
29562
29563         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29564         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29565
29566         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29567         Remove inline keyword.
29568         * include/rounding-mode.h (round_away): Likewise.
29569         * libio/wfileops.c (adjust_wide_data): Likewise.
29570         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29571         (__m128i_strloadu_tolower): Likewise.
29572         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29573         (__m128i_strloadu_tolower): Likewise.
29574         * time/mktime.c (ydhms_diff): Likewise.
29575         * locale/elem-hash.h (elem_hash): Likewise.
29576         * locale/setlocale.c (setdata): Likewise.
29577         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29578         (re_string_wchar_at): Likewise.
29579         (bitset_not, bitset_merge, bitset_mask): Likewise.
29580         [!(__GNUC__ > 3)] (inline): Remove macro.
29581         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29582         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29583         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29584         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29585         * string/memcmp.c (memcmp_bytes): Likewise.
29586         * locale/programs/locarchive.c (compute_hashval): Likewise.
29587         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29588         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29589         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29590         * nss/getent.c (print_rpc, print_protocols): Likewise.
29591         (print_passwd, print_group, print_aliases): Likewise.
29592         * nis/nss-nisplus.h (niserr2nss): Likewise.
29593         * nscd/connections.c (restart_p): Likewise.
29594         Change return type to bool.
29595
29596 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29597
29598         * Makeconfig (all-Depend-files): Add existing
29599         $(sorted-subdirs:=/Depend) files.
29600         (all-subdirs): Remove nss.
29601         * sysdeps/unix/inet/Subdirs: Add it here instead.
29602         * hesiod/Depend: New file.
29603
29604         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29605         instead of calling alloca.
29606
29607         * io/lseek.c (__lseek): Rename to __libc_lseek.
29608         Define __lseek as an alias.
29609
29610         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29611
29612 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29613
29614         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29615         else clause and remove check for non-standard endianness.
29616
29617 2013-02-04  David S. Miller  <davem@davemloft.net>
29618
29619         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29620
29621 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29622
29623         [BZ #13550]
29624         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29625         (__ubp_memchr): Remove prototype.
29626         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29627         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29628         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29629         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29630         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29631         Remove alias.
29632         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29633         (__ubp_memchr): Likewise.
29634         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29635         (__ubp_memchr): Likewise.
29636         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29637         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29638         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29639         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29640         CHECK_STRING.
29641         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29642         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29643         (__getcwd): Do not use CHECK_STRING.
29644         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29645         <bp-checks.h>.
29646         (__real_chown): Do not use CHECK_STRING.
29647         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29648         <bp-checks.h>.
29649         (fchownat): Do not use CHECK_STRING.
29650         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29651         CHECK_STRING.
29652         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29653         <bp-checks.h>.
29654         (__lchown): Do not use CHECK_STRING.
29655         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29656         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29657         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29658         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29660         include <bp-checks.h>.
29661         (truncate64): Do not use CHECK_STRING.
29662         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29663         <bp-checks.h>.
29664         (__real_chown): Do not use CHECK_STRING.
29665         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29666         <bp-checks.h>.
29667         (__lchown): Do not use CHECK_STRING.
29668         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29669         <bp-checks.h>.
29670         (__chown): Do not use CHECK_STRING.
29671         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29672         <bp-checks.h>.
29673         (truncate64): Do not use CHECK_STRING.
29674         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29675         Likewise.
29676         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29677         (__xmknod): Do not use CHECK_STRING.
29678         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29679         <bp-checks.h>.
29680         (__xmknodat): Do not use CHECK_STRING.
29681         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29682         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29683
29684 2013-02-04  Andreas Schwab  <schwab@suse.de>
29685
29686         [BZ #14142]
29687         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29688         * include/netdb.h: Likewise for h_errno.
29689         * elf/tst-stackguard1.c: Include <tls.h>.
29690
29691 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29692
29693         * elf/link.h (struct link_map): Extend the l_addr comment.
29694         * include/link.h (struct link_map): Likewise.
29695
29696 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29697
29698         [BZ #13550]
29699         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29700         (BOUNDED_1): Remove macro.
29701         * debug/backtrace.c: Don't include <bp-checks.h>.
29702         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29703         (__backtrace): Likewise.
29704         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29705         <bp-checks.h>.
29706         (__backtrace): Don't use BOUNDED_1.
29707         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29708         <bp-checks.h>.
29709         (__backtrace): Don't use BOUNDED_1.
29710         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29711         (__backtrace): Don't use BOUNDED_1.
29712         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29713         (shmat): Don't use BOUNDED_N.
29714
29715 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29716
29717         [BZ #13550]
29718         * sysdeps/generic/bp-start.h: Remove file.
29719         * csu/libc-start.c: Don't include <bp-start.h>.
29720         (LIBC_START_MAIN): Set up __environ directly instead of using
29721         INIT_ARGV_and_ENVIRON.
29722         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29723         <bp-start.h>.
29724
29725         [BZ #13550]
29726         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29727         definitions.
29728         (CHECK_FCNTL): Likewise.
29729         (CHECK_N_PAGES): Likewise.
29730
29731         [BZ #13550]
29732         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29733         definitions.
29734         (CHECK_SIGSET_NULL_OK): Likewise.
29735         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29736         <bp-checks.h>.
29737         (sigpending): Don't use CHECK_SIGSET.
29738         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29739         <bp-checks.h>.
29740         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29741         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29742         <bp-checks.h>.
29743         (do_sigsuspend): Don't use CHECK_SIGSET.
29744         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29745         use CHECK_SIGSET.
29746         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29747         (do_sigwait): Don't use CHECK_SIGSET.
29748         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29749         use CHECK_SIGSET.
29750         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29751         include <bp-checks.h>.
29752         (sigpending): Don't use CHECK_SIGSET.
29753         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29754         include <bp-checks.h>.
29755         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29756         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29757         <bp-checks.h>.
29758         (sigpending): Don't use CHECK_SIGSET.
29759         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29760         <bp-checks.h>.
29761         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29762
29763         [BZ #13550]
29764         * sysdeps/generic/bp-semctl.h: Remove file.
29765         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29766         <bp-checks.h> and <bp-semctl.h>.
29767         (__old_semctl): Don't use CHECK_SEMCTL.
29768         (__new_semctl): Likewise.
29769         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29770         and <bp-semctl.h>.
29771         (__old_semctl): Don't use CHECK_SEMCTL.
29772         (__new_semctl): Likewise.
29773         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29774         <bp-checks.h> and <bp-semctl.h>.
29775         (__old_semctl): Don't use CHECK_SEMCTL.
29776         (__new_semctl): Likewise.
29777         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29778         <bp-checks.h> and <bp-semctl.h>.
29779         (semctl): Don't use CHECK_SEMCTL.
29780
29781         [BZ #13550]
29782         * Makerules (elide-bp-thunks): Remove variable.
29783         (elide-routines.oS): Don't use $(elide-bp-thunks).
29784         (elide-routines.os): Likewise.
29785         (elide-routines.o): Likewise.
29786         (elide-routines.op): Likewise.
29787         (elide-routines.og): Likewise.
29788         (objects): Don't use $(bp-thunks).
29789         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29790         include.
29791         (common-generated): Do not add s-proto-bp.d.
29792         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29793         (int): Likewise.
29794         (typ): Likewise.
29795         Do not generate makefile rules for bounded-pointer thunks.
29796         * sysdeps/generic/bp-thunks.h: Remove file.
29797         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29798         * sysdeps/unix/s-proto-bp.S: Likewise.
29799
29800         [BZ #15062]
29801         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29802         parts of result separately when argument is not close to line from
29803         -i to i and one part of argument is small.
29804         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29805         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29806         * math/libm-test.inc (cacos_test): Add more tests.
29807         (casin_test): Likewise.
29808         (casinh_test): Likewise.
29809         * sysdeps/i386/fpu/libm-test-ulps: Update.
29810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29811
29812 2013-01-31  David S. Miller  <davem@davemloft.net>
29813
29814         * po/de.po: Update from translation team.
29815
29816 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29817
29818         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29819
29820 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29821
29822         * configure.in (_AC_PROG_CC_C89): New definition.
29823         * configure: Regenerate.
29824
29825         * configure.in (AC_PROG_CPP): New definition.
29826         * configure: Regenerate.
29827
29828 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29829
29830         * debug/tst-backtrace.h: New file.
29831         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29832         (ret): Remove variable.
29833         (x): Likewise.
29834         (FAIL): Remove macro.
29835         (NO_INLINE): Likewise.
29836         (fn1): Use match function instead of strstr.
29837         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29838         (ret): Remove variable.
29839         (x): Likewise.
29840         (FAIL): Remove macro.
29841         (NO_INLINE): Likewise.
29842         (fn): Use match function instead of strstr.
29843         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29844         (ret): Remove variable.
29845         (x): Likewise.
29846         (FAIL): Remove macro.
29847         (NO_INLINE): Likewise.
29848         (handle_signal): Use match function instead of strstr.
29849         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29850         (ret): Remove variable.
29851         (x): Likewise.
29852         (FAIL): Remove macro.
29853         (NO_INLINE): Likewise.
29854         (handle_signal): Use match function instead of strstr.
29855
29856 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29857
29858         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29859
29860 2013-01-23  David S. Miller  <davem@davemloft.net>
29861
29862         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29863         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29864         argument of CAS if possible.
29865         * sysdeps/sparc/sparc64/bits/atomic.h
29866         (__arch_compare_and_exchange_val_32_acq): Likewise.
29867         (__arch_compare_and_exchange_val_64_acq): Likewise.
29868
29869 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29870
29871         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29872         * sysdeps/posix/ulimit.c: ... this.
29873         Include <limits.h>.
29874         * sysdeps/unix/bsd/ulimit.c: Remove file.
29875
29876 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29877
29878         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29879         (LDFLAGS-tst-array5): Likewise.
29880
29881 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29882
29883         [BZ #15036]
29884         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29885         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29886         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29887         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29888
29889 2013-01-21  David S. Miller  <davem@davemloft.net>
29890
29891         * sysdeps/sparc/backtrace.c: New file.
29892         * sysdeps/sparc/sparc32/backtrace.h: New file.
29893         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29894         * sysdeps/sparc/sparc64/backtrace.h: New file.
29895         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29896         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29897         -funwind-tables.
29898
29899 2013-01-21  Andreas Schwab  <schwab@suse.de>
29900
29901         [BZ #15020]
29902         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29903         closed its stdout.
29904
29905 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29906
29907         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29908         "mpa2.h".
29909         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29910
29911 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29912             Mark Mitchell  <mark@codesourcery.com>
29913             Tom de Vries  <tom@codesourcery.com>
29914             Paul Pluzhnikov  <ppluzhnikov@google.com>
29915
29916         * debug/tst-backtrace2.c: New file.
29917         * debug/tst-backtrace3.c: Likewise.
29918         * debug/tst-backtrace4.c: Likewise.
29919         * debug/tst-backtrace5.c: Likewise.
29920         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29921         (CFLAGS-tst-backtrace3.c): Likewise.
29922         (CFLAGS-tst-backtrace4.c): Likewise.
29923         (CFLAGS-tst-backtrace5.c): Likewise.
29924         (LDFLAGS-tst-backtrace2): Likewise.
29925         (LDFLAGS-tst-backtrace3): Likewise.
29926         (LDFLAGS-tst-backtrace4): Likewise.
29927         (LDFLAGS-tst-backtrace5): Likewise.
29928         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29929         tst-backtrace4 and tst-backtrace5.
29930
29931 2013-01-18  Anton Blanchard  <anton@samba.org>
29932             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29933
29934         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29935         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29936         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29937         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29939         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29940         "+r" and remove output regs list as redundant.  Add explicit inline
29941         asm to specify register of return val to work around compiler codegen
29942         bug.  Remove (int) cast on return value.  Add return type parameter to
29943         use in macro so that this macro does not truncate return value for
29944         64-bit values.
29945         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29946         pass to INTERNAL_VSYSCALL_NCS.
29947         (INLINE_VSYSCALL): Add 'long int' as return type to
29948         INTERNAL_VSYSCALL_NCS macro invocation.
29949         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29950         INTERNAL_VSYSCALL_NCS macro invocation.
29951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29952
29953 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29954
29955         [BZ #14496]
29956         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29957         Fix application of SIMD FP exception mask.
29958
29959         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29960         mp_no from a power of two.
29961         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29962         __mpexp_twomm1.  Use __pow_mp.
29963
29964         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29965         multiplication.
29966
29967 2013-01-17  David S. Miller  <davem@davemloft.net>
29968
29969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29970
29971 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29972
29973         [BZ #15023]
29974         * include/complex.h: Condition contents on [!_COMPLEX_H].
29975         (__kernel_casinhf): New prototype.
29976         (__kernel_casinh): Likewise.
29977         (__kernel_casinhl): Likewise.
29978         * math/Makefile (libm_calls): Add k_casinh.
29979         * math/k_casinh.c: New file.
29980         * math/k_casinhf.c: Likewise.
29981         * math/k_casinhl.c: Likewise.
29982         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29983         finite nonzero arguments.
29984         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29985         finite nonzero arguments.
29986         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29987         finite nonzero arguments.
29988         * math/s_casinh.c: Do not include <float.h>.
29989         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29990         * math/s_casinhf.c: Do not include <float.h>.
29991         (__casinhf): Move code for finite nonzero arguments to
29992         k_casinhf.c.
29993         * math/s_casinhl.c: Do not include <float.h>.
29994         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29995         redefine.
29996         (__casinhl): Move code for finite nonzero arguments to
29997         k_casinhl.c.
29998         * math/libm-test.inc (cacos_test): Add more tests.
29999         * sysdeps/i386/fpu/libm-test-ulps: Update.
30000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30001
30002 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30003
30004         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30005         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30006         [!HAVE_MREMAP]: Remove [defined linux] case.
30007         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30008
30009 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30010
30011         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30012
30013 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30014
30015         * elf/elf.h (R_386_SIZE32): New relocation.
30016         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30017         R_386_SIZE32.
30018         (elf_machine_rela): Likewise.
30019         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30020         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30021
30022 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30023
30024         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30025         (FP_FAST_FMA): Do not define.
30026         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30027         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30028         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30029         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30030         !_SOFT_FLOAT]: Likewise.
30031         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30032         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30033         value.
30034         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30035         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30036         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30037         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30038         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30039         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30040         file.
30041
30042 2013-01-16  Andreas Schwab  <schwab@suse.de>
30043
30044         [BZ #14327]
30045         * include/stdlib.h (__mktemp): Add declaration.
30046         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30047         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30048
30049 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30050
30051         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30052         definitions.
30053         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30054         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30055         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30056         definitions here.
30057         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30058         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30059         definitions.
30060         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30061         and ONE.
30062         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30063         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30064         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30065         definitions.
30066         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30067         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30068         definitions.
30069         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30070
30071         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30072
30073 2013-01-15  David S. Miller  <davem@davemloft.net>
30074
30075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30076         trunc{,f} to libm-sysdep_routes.
30077         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30079         file.
30080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30082         file.
30083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30084         file.
30085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30087         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30088         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30089         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30090         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30091         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30092         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30093
30094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30095         nearbyint{,f} to libm-sysdep_routes.
30096         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30098         New file.
30099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30100         file.
30101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30102         New file.
30103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30104         file.
30105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30107         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30108         file.
30109         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30110         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30111         file.
30112         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30113         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30114         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30115
30116         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30117         libc_feholdexcept and libc_fesetenv.
30118
30119 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30120
30121         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30122
30123 2013-01-14  David S. Miller  <davem@davemloft.net>
30124
30125         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30126         (SPARC_ASM_VIS2_IFUNC): Likewise.
30127         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30129         use of 'siam' instruction.
30130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30131         Likewise.
30132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30133         Likewise.
30134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30135         Likewise.
30136         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30137         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30138         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30139         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30141         file.
30142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30143         file.
30144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30145         file.
30146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30147         file.
30148         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30149         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30150         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30151         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30153         new VIS2 routines.
30154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30157         Likewise.
30158         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30159         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30160         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30161         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30163         routines to libm-sysdep_routines.
30164         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30165
30166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30167         fdim/fdimf to libm-sysdep_routines.
30168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30169         file.
30170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30172         file.
30173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30176         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30177         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30178         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30179         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30180
30181 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30182
30183         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30184         to optimize copies.
30185
30186         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30187         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30188         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30189
30190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30191         local variable MPTWO.
30192         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30193         Likewise.
30194
30195 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30196
30197         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30198         GLOB_NOESCAPE.
30199
30200 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30201
30202         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30203
30204 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30205
30206         * manual/pattern.texi (glob_t): Document gl_flags.
30207         (glob64_t): Likewise.
30208
30209 2013-01-11  David S. Miller  <davem@davemloft.net>
30210
30211         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30212         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30213         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30214         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30215         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30216         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30217         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30218         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30219         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30220         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30221         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30222         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30223         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30224
30225         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30226         sparc V9 rather than using V8 code.
30227         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30228         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30229
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30231         Move to...
30232         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30233         Here.
30234
30235 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30236
30237         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30238         not in the main loop.
30239         * configure: Regenerated.
30240
30241 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30242
30243         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30244         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30245         to just #else.
30246         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30247         [!__GLIBC_HAVE_LONG_LONG] case.
30248         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30249         condition to just #else.
30250         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30251         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30252         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30253         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30254         unconditional.
30255         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30256         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30257         #elif condition to just #else.
30258         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30259         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30260         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30261         #elif condition to just #else.
30262
30263 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30264
30265         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30266         (EF_MIPS_ARCH_64): Fix value.
30267         (EF_MIPS_ARCH_32R2): New.
30268         (EF_MIPS_ARCH_64R2): New.
30269
30270 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30271
30272         * Makeconfig (+link-pie-before-libc): New.
30273         (+link-pie-after-libc): Likewise.
30274         (+link-pie-tests): Likewise.
30275         (+link-pie): Rewritten.
30276         (link-before-libc): Remove $(config-LDFLAGS).
30277         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30278         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30279         (config-LDFLAGS): Renamed to ...
30280         (rtld-LDFLAGS): This.
30281         (rtld-tests-LDFLAGS): New macro.
30282         (link-libc-rpath-link): Likewise.
30283         (link-libc-tests-rpath-link): Likewise.
30284         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30285         (link-libc): Prepand $(link-libc-rpath-link).
30286         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30287         (test-program-prefix): New macro.
30288         (test-via-rtld-prefix): Likewise.
30289         (test-program-cmd): Likewise.
30290         (host-test-program-cmd): Likewise.
30291         * Makefile ($(common-objpfx)testrun.sh): Replace
30292         $(run-program-prefix) with $(test-program-prefix).
30293         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30294         $(rtld-LDFLAGS).
30295         ($(common-objpfx)shlib.lds): Likewise.
30296         (build-module-helper): Likewise.
30297         ($(common-objpfx)format.lds): Likewise.
30298         * Rules (binaries-pie-tests): New.
30299         (binaries-pie-notests): Likewise.
30300         (binaries-pie): Rewritten.
30301         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30302         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30303         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30304         (make-test-out): Replace $(host-built-program-cmd) with
30305         $(host-test-program-cmd).
30306         * config.make.in (build-hardcoded-path-in-tests): New variable.
30307         * configure.in (--enable-hardcoded-path-in-tests): New configure
30308         option.
30309         (hardcoded_path_in_tests): New AC_SUBST.
30310         * configure: Regenerated.
30311         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30312         $(built-program-cmd) with $(test-program-cmd).
30313         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30314         (test_program_cmd): This.
30315         * elf/Makefile ($(objpfx)order.out): Run test with
30316         $(test-program-prefix).
30317         ($(objpfx)order2.out): Likewise.
30318         ($(objpfx)tst-initorder.out): Likewise.
30319         ($(objpfx)tst-initorder2.out): Likewise.
30320         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30321         $(test-program-cmd).
30322         ($(objpfx)tst-array1-static.out): Likewise.
30323         ($(objpfx)tst-array2.out): Likewise.
30324         ($(objpfx)tst-array3.out): Likewise.
30325         ($(objpfx)tst-array4.out): Likewise.
30326         ($(objpfx)tst-array5.out): Likewise.
30327         ($(objpfx)tst-array5-static.out): Likewise.
30328         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30329         $(test-program-cmd).
30330         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30331         $(run-program-prefix) with $(test-program-prefix).
30332         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30333         (test_program_prefix): This.
30334         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30335         $(run-program-prefix) with $(test-program-prefix).
30336         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30337         (test_program_prefix): This.
30338         * iconvdata/tst-tables.sh: Likewise.
30339         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30340         $(run-program-prefix) with $(test-program-prefix).
30341         ($(objpfx)tst-translit.out): Likewise.
30342         ($(objpfx)tst-gettext2.out): Likewise.
30343         ($(objpfx)tst-gettext4.out): Likewise.
30344         ($(objpfx)tst-gettext6.out): Likewise.
30345         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30346         (test_program_prefix): This.
30347         * intl/tst-gettext2.sh: Likewise.
30348         * intl/tst-gettext4.sh  Likewise.
30349         * intl/tst-gettext6.sh: Likewise.
30350         * intl/tst-translit.sh: Likewise.
30351         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30352         with $(test-program-cmd).
30353         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30354         $(run-program-prefix) with $(test-program-prefix).
30355         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30356         (test_program_prefix): This.
30357         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30358         $(run-program-prefix) with $(test-program-prefix).
30359         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30360         (test_program_prefix): This.
30361         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30362         * posix/Makefile ($(objpfx)globtest.out): Replace
30363         $(run-via-rtld-prefix) and $(test-wrapper) with
30364         $(test-program-prefix) and $(test-via-rtld-prefix).
30365         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30366         $(test-program-prefix).
30367         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30368         $(host-test-program-cmd).
30369         (tst-spawn-ARGS): Likewise.
30370         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30371         $(test-program-prefix).
30372         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30373         (test_via_rtld_prefix): This.
30374         (test_wrapper): Renamed to ...
30375         (test_program_prefix): This.
30376         (run_program_prefix): Replaced by test_program_prefix.
30377         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30378         (test_program_prefix): This.
30379         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30380         with $(host-test-program-cmd).
30381         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30382         $(run-program-prefix) with $(test-program-prefix).
30383         ($(objpfx)tst-printf.out): Likewise.
30384         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30385         $(test-program-cmd).
30386         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30387         (test_program_prefix): This.
30388         * stdio-common/tst-unbputc.sh: Likewise.
30389         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30390         $(run-program-prefix) with $(test-program-prefix).
30391         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30392         (test_program_prefix): This.
30393         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30394         $(built-program-cmd) with $(test-program-cmd).
30395
30396 2013-01-11  Andreas Jaeger  <aj@suse.de>
30397
30398         [BZ #15003]
30399         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30400         value. Sync with Linux 3.7.
30401
30402 2013-01-10  David S. Miller  <davem@davemloft.net>
30403
30404         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30405         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30406         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30407
30408 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30409
30410         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30411         never set.
30412         * configure: Regenerated.
30413
30414 2013-01-10  David S. Miller  <davem@davemloft.net>
30415
30416         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30417         sparc V9 rather than using V8 code.
30418         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30419         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30420
30421 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30422
30423         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30424         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30425         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30426         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30427         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30428         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30429         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30430         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30431         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30432         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30433         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30434         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30435         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30436         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30437         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30438         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30439         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30440         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30441         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30442         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30443         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30444         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30445         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30446         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30447         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30448         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30449         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30450
30451 2013-01-10  David S. Miller  <davem@davemloft.net>
30452
30453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30454
30455 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30456
30457         * posix/Makefile (tests-static): New variable.
30458         (tests): Add $(tests-static).
30459         (tst-exec-static-ARGS): New variable.
30460         (tst-spawn-static-ARGS): Likewise.
30461         * posix/tst-exec-static.c: New file.
30462         * posix/tst-spawn-static.c: Likewise.
30463         * posix/tst-exec.c: Support run directly.
30464         * posix/tst-spawn.c: Likewise.
30465
30466 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30467
30468         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30469         long.
30470         * math/bits/mathcalls.h (llrint): Likewise.
30471         (llround): Likewise.
30472         * stdlib/stdlib.h (struct drand48_data): Likewise.
30473         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30474         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30475         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30476         Likewise.
30477         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30478         Likewise.
30479         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30480         (elf_greg_t): Likewise.
30481         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30482         (__jmp_buf): Likewise.
30483         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30484         definitions.
30485         (llrint): Likewise, for all definitions.
30486         (llrintl): Likewise.
30487
30488         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30489         Remove [__GNUC__] condition.
30490         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30491         condition to just [__USE_ISOC99].
30492         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30493
30494 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30495
30496         [BZ #14200]
30497         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30498         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30499         defined.
30500         (_POSIX_V6_ILP32_OFF32): Likewise.
30501         (_XBS5_ILP32_OFF32): Likewise.
30502         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30503         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30504
30505 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30506
30507         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30508
30509         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30510         doubles __mpexp_twomm1.  Adjust usage.
30511         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30512         Remove.
30513
30514 2013-01-10  Andreas Schwab  <schwab@suse.de>
30515
30516         [BZ #14964]
30517         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30518         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30519
30520 2013-01-09  David S. Miller  <davem@davemloft.net>
30521
30522         [BZ #15003]
30523         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30524         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30525         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30526         (TCP_FASTOPEN): Define.
30527         (tcp_repair_opt): New structure.
30528         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30529         enum values.
30530         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30531         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30532         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30533         (tcp_cookie_transactions): New structure.
30534
30535 2013-01-09  Anton Blanchard  <anton@samba.org>
30536
30537         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30538         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30539         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30540         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30541
30542 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30543
30544         * include/features.h (__USE_ANSI): Remove.
30545
30546 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30547
30548         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30549
30550         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30551
30552 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30553
30554         * sysdeps/s390/fpu/libm-test-ulps: Update.
30555
30556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30557
30558         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30559         (__acr): Likewise.
30560         (__cpy): Likewise.
30561         (norm): Likewise.
30562         (denorm): Likewise.
30563         (__mp_dbl): Likewise.
30564         (__dbl_mp): Likewise.
30565         (add_magnitudes): Likewise.
30566         (sub_magnitudes): Likewise.
30567         (__add): Likewise.
30568         (__sub): Likewise.
30569         (__mul): Likewise.
30570         (__inv): Likewise.
30571         (__dvd): Likewise.
30572         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30573         (__acr): Likewise.
30574         (__cpy): Likewise.
30575         (norm): Likewise.
30576         (denorm): Likewise.
30577         (__mp_dbl): Likewise.
30578         (__dbl_mp): Likewise.
30579         (add_magnitudes): Likewise.
30580         (sub_magnitudes): Likewise.
30581         (__add): Likewise.
30582         (__sub): Likewise.
30583         (__mul): Likewise.
30584         (__inv): Likewise.
30585         (__dvd): Likewise.
30586         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30587         (__acr): Likewise.
30588         (__cpy): Likewise.
30589         (norm): Likewise.
30590         (denorm): Likewise.
30591         (__mp_dbl): Likewise.
30592         (__dbl_mp): Likewise.
30593         (add_magnitudes): Likewise.
30594         (sub_magnitudes): Likewise.
30595         (__add): Likewise.
30596         (__sub): Likewise.
30597         (__mul): Likewise.
30598         (__inv): Likewise.
30599         (__dvd): Likewise.
30600
30601 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30602
30603         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30604         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30605         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30606         2 && __USE_EXTERN_INLINES]: Likewise.
30607
30608 2013-01-08  Andreas Jaeger  <aj@suse.de>
30609
30610         [BZ# 14985]
30611         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30612         Remove.
30613         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30614         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30615
30616 2013-01-07  Anton Blanchard  <anton@samba.org>
30617
30618         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30619         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30620         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30621         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30622         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30623         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30624         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30625         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30626         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30627         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30628         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30629         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30630         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30631         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30632         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30633         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30634         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30635         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30636         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30637         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30638         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30639         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30640         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30641         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30642         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30643         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30644         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30645         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30646         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30647         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30648         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30649         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30650         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30651         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30652         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30653         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30654         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30655         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30656         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30657         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30658         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30659         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30660         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30661
30662 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30663
30664         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30665         (__MALLOC_PMT): Likewise.
30666         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30667         [__GNUC__], only on [_LIBC].
30668         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30669         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30670         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30671         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30672         forward declaration.
30673         (realloc_hook_ini): Likewise.
30674         (memalign_hook_ini): Likewise.
30675         (__libc_memalign): Do not use __MALLOC_PMT in variable
30676         declaration.
30677         (__libc_valloc): Likewise.
30678         (__libc_pvalloc): Likewise.
30679         (__libc_calloc): Likewise.
30680         (__posix_memalign): Likewise.
30681
30682         [BZ #14996]
30683         * math/s_casinh.c: Include <float.h>.
30684         (__casinh): Do not do computation with squaring and square root
30685         for large arguments.
30686         * math/s_casinhf.c: Include <float.h>.
30687         (__casinhf): Do not do computation with squaring and square root
30688         for large arguments.
30689         * math/s_casinhl.c: Include <float.h>.
30690         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30691         (__casinhl): Do not do computation with squaring and square root
30692         for large arguments.
30693         * math/libm-test.inc (casin_test): Add more tests.
30694         (casinh_test): Likewise.
30695         * sysdeps/i386/fpu/libm-test-ulps: Update.
30696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30697
30698 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30699
30700         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30701         (__x86_64_raw_data_cache_size): Likewise.
30702         (__x86_64_data_cache_size_half): Likewise.
30703         (__x86_64_raw_data_cache_size_half): Likewise.
30704         (__x86_64_shared_cache_size): Likewise.
30705         (__x86_64_raw_shared_cache_size): Likewise.
30706         (__x86_64_shared_cache_size_half): Likewise.
30707         (__x86_64_raw_shared_cache_size_half): Likewise.
30708         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30709         to ...
30710         (__x86_data_cache_size): This.
30711         (__x86_64_raw_data_cache_size): Renamed to ...
30712         (__x86_raw_data_cache_size): This.
30713         (__x86_64_data_cache_size_half): Renamed to ...
30714         (__x86_data_cache_size_half): This.
30715         (__x86_64_raw_data_cache_size_half): Renamed to ...
30716         (__x86_raw_data_cache_size_half): This.
30717         (__x86_64_shared_cache_size): Renamed to ...
30718         (__x86_shared_cache_size): This.
30719         (__x86_64_raw_shared_cache_size): Renamed to ...
30720         (__x86_raw_shared_cache_size): This.
30721         (__x86_64_shared_cache_size_half): Renamed to ...
30722         (__x86_shared_cache_size_half): This.
30723         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30724         (__x86_raw_shared_cache_size_half): This.
30725         * sysdeps/x86_64/memcpy.S: Updated.
30726         * sysdeps/x86_64/memset.S: Likewise.
30727         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30728         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30729         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30730
30731 2013-01-04  David S. Miller  <davem@davemloft.net>
30732
30733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30734
30735 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30736
30737         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30738         1 to avoid redefinition warning.
30739         (__USE_GNU): Don't define.
30740         (init_signaling_nan): Protoize.
30741
30742         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30743
30744 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30745
30746         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30747         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30748         (__cpymn): Likewise.
30749         (norm): Remove commented code.
30750         (denorm): Likewise.
30751         (__mp_dbl): Likewise.
30752         (__inv): Likewise.
30753         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30754         (__cpymn): Likewise.
30755         (norm): Remove commented code.
30756         (denorm): Likewise.
30757         (__mp_dbl): Likewise.
30758         (__inv): Likewise.
30759
30760         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30761         mp_no value for 1.0 and 2.0.
30762         (norm): Use RADIXI instead of radixi.d.
30763         (denorm): Likewise.
30764         (__mul): Use 0.0 instead of zero.d.
30765         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30766         mp_no value for 1.0 and 2.0.
30767         (norm): Use RADIXI instead of radixi.d.
30768         (denorm): Likewise.
30769         (__mul): Use 0.0 instead of zero.d.
30770
30771 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30772
30773         [BZ #14994]
30774         * math/s_casinh.c (__casinh): Reduce finite argument to first
30775         quadrant then set signs of results at the end.
30776         * math/s_casinhf.c (__casinhf): Likewise.
30777         * math/s_casinhl.c (__casinhl): Likewise.
30778         * math/libm-test.inc (casin_test): Add more tests.
30779         (casinh_test): Likewise.
30780         * sysdeps/i386/fpu/libm-test-ulps: Update.
30781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30782
30783 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30784
30785         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30786
30787         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30788
30789         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30790         declarations.
30791         (denorm): Likewise.
30792         (__mp_dbl): Likewise.
30793         (__inv): Likewise.
30794
30795         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30796         and adjust the header comment.
30797
30798         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30799         variable name from declaration.
30800
30801 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30802
30803         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30804         Initialize COMMON_CPUID_INDEX_7 element.
30805         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30806         (CPUID_RTM): Likewise.
30807         (HAS_RTM): Likewise.
30808         (COMMON_CPUID_INDEX_7): New enum.
30809
30810 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30811
30812         [BZ #14981]
30813         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30814         size is zero, record memory as freed.
30815
30816 2013-01-03  Andreas Jaeger  <aj@suse.de>
30817
30818         * po/ia.po: Add new Interlingua translation.
30819
30820 2012-01-03  Allan McRae  <allan@archlinux.org>
30821
30822         * locale/programs/localedef.c: Fix description of '--posix' flag.
30823
30824 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30825
30826         * NEWS: Update dates in second copyright notice.
30827         * README: Update copyright dates in example.
30828         * manual/libc.texinfo: Update copyright dates.
30829         * scripts/test-installation.pl: Update copyright date in --version
30830         output.
30831
30832         * hurd/ctty-input.c: Fix copyright notice formatting.
30833         * hurd/ctty-output.c: Likewise.
30834         * hurd/dtable.c: Likewise.
30835         * hurd/hurd-raise.c: Likewise.
30836         * hurd/hurdprio.c: Likewise.
30837         * hurd/msgportdemux.c: Likewise.
30838         * misc/sys/file.h: Likewise.
30839         * misc/sys/ioctl.h: Likewise.
30840         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30841         * sysdeps/mach/hurd/chdir.c: Likewise.
30842         * sysdeps/mach/hurd/fchdir.c: Likewise.
30843         * sysdeps/mach/hurd/rename.c: Likewise.
30844         * sysdeps/mach/hurd/rmdir.c: Likewise.
30845         * sysdeps/mach/hurd/seekdir.c: Likewise.
30846         * sysdeps/mach/hurd/setsid.c: Likewise.
30847         * sysdeps/posix/wait3.c: Likewise.
30848
30849         * All files with FSF copyright notices: Update copyright dates
30850         using scripts/update-copyrights.
30851         * intl/plural.c: Regenerated.
30852         * locale/programs/charmap-kw.h: Likewise.
30853         * locale/programs/locfile-kw.h: Likewise.
30854
30855 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30856
30857         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30858         four values.
30859
30860         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30861         calculation loop and add branch prediction.
30862
30863         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30864         check access beyond bounds of m1np.
30865
30866         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30867         MPTWO.
30868         (__inv): Remove local variable MPTWO to use the global
30869         constant.
30870         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30871         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30872         variable MPTWO.
30873         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30874         MP3HALFS static const.
30875
30876 2013-01-01  David S. Miller  <davem@davemloft.net>
30877
30878         * po/ca.po: Update from translation team.
30879
30880 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30881
30882         * scripts/update-copyrights: New file.
30883         * Makeconfig: Reformat copyright notice.
30884         * ctype/ctype.h: Likewise.
30885         * debug/swprintf_chk.c: Likewise.
30886         * elf/dl-cache.c: Likewise.
30887         * elf/dl-debug.c: Likewise.
30888         * elf/dl-object.c: Likewise.
30889         * grp/initgroups.c: Likewise.
30890         * hurd/Makefile: Likewise.
30891         * hurd/hurd/signal.h: Likewise.
30892         * hurd/hurdfault.c: Likewise.
30893         * hurd/hurdioctl.c: Likewise.
30894         * hurd/hurdlookup.c: Likewise.
30895         * hurd/intr-msg.c: Likewise.
30896         * iconv/gconv_open.c: Likewise.
30897         * libio/swprintf.c: Likewise.
30898         * locale/lc-ctype.c: Likewise.
30899         * locale/nl_langinfo.c: Likewise.
30900         * mach/Machrules: Likewise.
30901         * mach/Makefile: Likewise.
30902         * malloc/obstack.h: Likewise.
30903         * manual/Makefile: Likewise.
30904         * manual/tsort.awk: Likewise.
30905         * misc/bits/stab.def: Likewise.
30906         * nis/nis_print_group_entry.c: Likewise.
30907         * nis/nis_table.c: Likewise.
30908         * nis/nss_compat/compat-pwd.c: Likewise.
30909         * nis/nss_compat/compat-spwd.c: Likewise.
30910         * po/Makefile: Likewise.
30911         * posix/fnmatch.c: Likewise.
30912         * posix/regex.h: Likewise.
30913         * resolv/Makefile: Likewise.
30914         * resolv/nss_dns/dns-network.c: Likewise.
30915         * resolv/res_hconf.c: Likewise.
30916         * scripts/gen-sorted.awk: Likewise.
30917         * soft-fp/soft-fp.h: Likewise.
30918         * stdio-common/printf.h: Likewise.
30919         * stdlib/monetary.h: Likewise.
30920         * stdlib/random.c: Likewise.
30921         * stdlib/random_r.c: Likewise.
30922         * sysdeps/generic/Makefile: Likewise.
30923         * sysdeps/gnu/Makefile: Likewise.
30924         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30925         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30926         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30927         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30928         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30929         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30930         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30931         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30932         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30933         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30934         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30935         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30936         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30937         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30938         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30939         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30940         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30941         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30942         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30943         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30944         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30945         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30946         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30947         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30948         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30949         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30950         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30951         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30952         * sysdeps/mach/hurd/errnos.awk: Likewise.
30953         * sysdeps/mach/hurd/fork.c: Likewise.
30954         * sysdeps/mach/hurd/getcwd.c: Likewise.
30955         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30956         * sysdeps/mach/hurd/mmap.c: Likewise.
30957         * sysdeps/mach/hurd/utimes.c: Likewise.
30958         * sysdeps/mach/hurd/xmknod.c: Likewise.
30959         * sysdeps/posix/profil.c: Likewise.
30960         * sysdeps/posix/readdir_r.c: Likewise.
30961         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30962         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30963         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30964         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30965         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30966         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30967         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30968         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30969         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30970         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30971         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30972         * sysdeps/pthread/lio_listio.c: Likewise.
30973         * sysdeps/sparc/dl-procinfo.h: Likewise.
30974         * sysdeps/unix/i386/sysdep.S: Likewise.
30975         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30976         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30977         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30978         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30980         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30981         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30982         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30983         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30984         * sysdeps/wordsize-32/divdi3.c: Likewise.
30985         * time/sys/time.h: Likewise.
30986         * wcsmbs/Makefile: Likewise.
30987
30988 2013-01-01  David S. Miller  <davem@davemloft.net>
30989
30990         * po/fr.po: Update from translation team.
30991
30992         * catgets/gencat.c: Update copyright year.
30993         * csu/version.c: Likewise.
30994         * debug/catchsegv.sh: Likewise.
30995         * debug/pcprofiledump.c: Likewise.
30996         * debug/xtrace.sh: Likewise.
30997         * elf/ldconfig.c: Likewise.
30998         * elf/ldd.bash.in: Likewise.
30999         * elf/pldd.c: Likewise.
31000         * elf/sotruss.ksh: Likewise.
31001         * elf/sprof.c: Likewise.
31002         * iconv/iconv_prog.c: Likewise.
31003         * iconv/iconvconfig.c: Likewise.
31004         * locale/programs/locale.c: Likewise.
31005         * locale/programs/localedef.c: Likewise.
31006         * login/programs/pt_chown.c: Likewise.
31007         * malloc/memusage.sh: Likewise.
31008         * malloc/memusagestat.c: Likewise.
31009         * malloc/mtrace.pl: Likewise.
31010         * nscd/nscd.c: Likewise.
31011         * nss/getent.c: Likewise.
31012         * nss/makedb.c: Likewise.
31013         * posix/getconf.c: Likewise.
31014
31015 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31016
31017         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31018         numbers.
31019
31020 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31021
31022         * math/bits/mathcalls.h (modf): Use __nonnull.
31023
31024 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31025
31026         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31027         (split): Use macro CN instead of the bare value.
31028         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31029         could be used.
31030         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31031         instead of the bare value.
31032         (power1): Likewise.
31033
31034 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31035
31036         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31037         __ATAN_TWOM.
31038         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31039
31040         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31041         their values.
31042         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31043         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31044         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31045         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31046
31047 2012-12-28  Andreas Jaeger  <aj@suse.de>
31048
31049         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31050         values are from Linux 3.7.
31051
31052         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31053         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31054
31055 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31056
31057         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31058         TRUE case.
31059
31060         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31061         (norm): Likewise.
31062         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31063         variables with preprocessor constants.
31064         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31065         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31066         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31067
31068 2012-12-27  Bruno Haible  <bruno@clisp.org>
31069
31070         [BZ #14317]
31071         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31072         only if needed.
31073
31074 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31075
31076         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31077         and use variable directly.
31078         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31079
31080         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31081         MPONE.
31082         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31083         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31084         variable MPONE.
31085         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31086         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31087         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31088         include directive.  Remove local variable MPONE.
31089         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31090         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31091         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31092
31093 2012-12-25  David S. Miller  <davem@davemloft.net>
31094
31095         * version.h (RELEASE): Set to "development".
31096         (VERSION): Set to "2.17.90".
31097         * NEWS: Add 2.18 section.
31098
31099 2012-12-21  David S. Miller  <davem@davemloft.net>
31100
31101         * po/hr.po: Update from translation team.
31102
31103 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31104
31105         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31106
31107 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31108
31109         * NEWS:  Mention new memcpy for MIPS.
31110
31111 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31112
31113         * manual/contrib.texi (Contributors): Spelling correction.
31114
31115 2012-12-15  David S. Miller  <davem@davemloft.net>
31116
31117         * po/ru.po: Update from translation team.
31118
31119 2012-12-13  David S. Miller  <davem@davemloft.net>
31120
31121         * NEWS: Mention IFUNC testsuite enhancements.
31122
31123         * po/pl.po: Update from translation team.
31124         * po/bg.po: Likewise.
31125
31126         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31127         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31128
31129 2012-12-11  David S. Miller  <davem@davemloft.net>
31130
31131         * po/sv.po: Update from translation team.
31132
31133         * po/vi.po: Update from translation team.
31134
31135         * po/cs.po: Update from translation team.
31136
31137         * po/de.po: Update from translation team.
31138         * po/eo.po: Likewise.
31139         * po/nl.po: Likewise.
31140
31141 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31142
31143         [BZ #14246]
31144         * manual/argp.texi (Argp Helper Functions): Move node to follow
31145         Argp Parsing State.
31146
31147         [BZ #14872]
31148         * manual/conf.texi (Limits on File System Capacity): Mention if
31149         terminating null is included in the max size.
31150
31151 2012-12-10  Andreas Jaeger  <aj@suse.de>
31152
31153         * po/cs.po: Update from translation team.
31154
31155 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31156
31157         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31158         void pointer and cast to uintptr_t.
31159         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31160         path.
31161         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31162         * sysdeps/s390/s390-64/memset.S: Likewise.
31163
31164 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31165
31166         [BZ #14833]
31167         * menual/message.texi (Message Translation): Fix typos.
31168         (Helper programs for gettext): Likewise.
31169
31170 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31171
31172         [BZ #14898]
31173         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31174         Change to -1.
31175
31176 2012-12-07  David S. Miller  <davem@davemloft.net>
31177
31178         * po/libc.pot: Update.
31179
31180 2012-12-07  Richard Henderson  <rth@redhat.com>
31181
31182         [BZ #10114]
31183         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31184         normal/normal case to before the switch.
31185         (_FP_DIV): Likewise.
31186
31187 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31188             Mike Frysinger  <vapier@gentoo.org>
31189
31190         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31191         check for __NR_fadvise64_64.
31192
31193 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31194
31195         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31196         0, not just to plain "0" as a statement.
31197         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31198         with cw.
31199
31200 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31201
31202         * NEWS: Use sourceware.org in Bugzilla URL.
31203
31204 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31205
31206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31207         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31208
31209         * stdio-common/tst-put-error.c (do_test): Add newline to the
31210         padded test to ensure flush.
31211
31212 2012-12-05  Jeff Law  <law@redhat.com>
31213
31214         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31215
31216 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31217
31218         * README: Don't refer to ports add-on as distributed separately.
31219         Mention AArch64 in list of systems supported in the ports add-on.
31220
31221         * LICENSES: Add more non-FSF copyright and license notices.
31222
31223         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31224         ((unused)).
31225
31226         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31227
31228         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31229         10000 as width of padded output.
31230
31231 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31232
31233         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31234
31235         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31236         variable LX with __attribute__ ((unused)).
31237         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31238         Likewise.
31239         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31240         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31241         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31242         with __attribute__ ((unused)).
31243
31244 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31245
31246         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31247
31248 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31249
31250         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31251         (CFLAGS-nldbl-acos.c): New variable.
31252         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31253         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31254         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31255         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31256         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31257         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31258         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31271         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31272         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31273         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31274         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31275         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31276         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31277         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31278         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31279         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31280         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31281         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31282         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31283         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31284         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31285         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31286         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31287         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31288         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31289         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31290         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31291         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31292         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31293         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31294         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31295         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31296         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31297         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31298         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31299         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31300         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31301         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31302         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31303         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31304         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31305         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31306         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31307         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31308         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31309         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31310         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31311         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31312         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31313         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31314         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31315         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31316         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31317         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31318         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31319         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31320         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31321         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31322         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31323         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31324         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31325         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31326         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31327         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31328         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31349
31350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31351         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31352
31353         [BZ #14914]
31354         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31355         whole low double instead of just low 47 bits when splitting values
31356         into two parts.
31357
31358 2012-12-03  Allan McRae  <allan@archlinux.org>
31359
31360         * manual/stdio.texi (Predefined Printf Handlers): Remove
31361         @hsep and @vsep usage.
31362
31363 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31364
31365         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31366         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31367
31368 2012-12-03  Jeff Law  <law@redhat.com>
31369
31370         * time/sys/time.h (settimeofday): Do not mark TV argument
31371         as __nonnull.
31372
31373 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31374
31375         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31376         when currently writing and seek to current position when not.
31377         * libio/Makefile (tests): Remove bug-fclose1.
31378         * libio/bug-fclose1.c: Delete.
31379
31380 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31381
31382         * manual/arith.texi (feenableexcept): Fix typo.
31383         (fedisableexcept): Likewise.
31384
31385 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31386
31387         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31388         second, differently-typed declaration, rather than a cast.
31389
31390 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31391
31392         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31393         * include/rpc/svc.h: ... here.
31394
31395 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31396
31397         [BZ #13013]
31398         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31399         depending n and resplen2 to catch cases where answer
31400         equals answerp2.
31401
31402 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31403
31404         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31405         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31406
31407 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31408
31409         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31410
31411 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31412
31413         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31414
31415 2012-11-28  Jeff Law  <law@redhat.com>
31416
31417         [BZ #13761]
31418         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31419         dataset_temporary.  Track alloca usage into alloca_used.
31420         If dataset is large allocate and release it via malloc/free.
31421
31422 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31423
31424         [BZ #14197]
31425         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31426
31427 2012-11-28  David S. Miller  <davem@davemloft.net>
31428
31429         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31430
31431 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31432
31433         [BZ #14803]
31434         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31435         of pi/2 rounded to nearest to 64 bits.
31436         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31437         nearest to 64 bits.
31438         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31439         bits.
31440
31441 2012-11-28  Jeff Law <law@redhat.com>
31442             Martin Osvald <mosvald@redhat.com>
31443
31444         [BZ #14889]
31445         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31446         * sunrpc/svc.c: Include time.h.
31447         (__svc_accept_failed): New function.
31448         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31449         any reason other than EINTR, call __svc_accept_failed.
31450         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31451         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31452
31453 2012-11-28  Andreas Schwab  <schwab@suse.de>
31454
31455         * scripts/abilist.awk: Also handle indirect functions in .opd
31456         section.
31457
31458 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31459
31460         [BZ #13881]
31461         * sysdeps/x86/fpu/powl_helper.c: New file.
31462         * sysdeps/x86/fpu/Makefile: Likewise.
31463         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31464         (p3): New object.
31465         (__ieee754_powl): Use __powl_helper for finite arguments except
31466         integer exponents below 8.
31467         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31468         (p3): New object.
31469         (__ieee754_powl): Use __powl_helper for finite arguments except
31470         integer exponents below 8.
31471         * math/libm-test.inc (pow_test): Add more tests and enable some
31472         previously disabled tests.
31473         * sysdeps/i386/fpu/libm-test-ulps: Update.
31474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31475
31476 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31477             Carlos O'Donell  <carlos_odonell@mentor.com>
31478
31479         * nss/makedb.c (is_prime): Assert that input is odd and greater
31480         than 4.  Note that fact in a comment too.
31481         (next_prime): Add 4 to input.
31482
31483 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31484
31485         [BZ #11741]
31486         * libio/Makefile (tests): Add test case tst-fwrite-error.
31487         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31488         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31489         * libio/tst-fwrite-error.c: New test case.
31490
31491 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31492
31493         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31494         before casting to void *.
31495         * include/libc-internal.h (__pointer_type): New macro.
31496         (__integer_if_pointer_type_sub): Likewise.
31497         (__integer_if_pointer_type): Likewise.
31498         (cast_to_integer): Likewise.
31499         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31500         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31501         before casting to atomic64_t.
31502         (atomic_exchange_acq): Likewise.
31503         (__arch_exchange_and_add_body): Likewise.
31504         (__arch_add_body): Likewise.
31505         (atomic_add_negative): Likewise.
31506         (atomic_add_zero): Likewise.
31507
31508 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31509
31510         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31511         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31512         (add_fdes): Likewise.
31513         (linear_search_fdes): Likewise.
31514         (binary_search_unencoded_fdes): Likewise.
31515
31516 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31517
31518         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31519
31520 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31521
31522         * configure.in: Autodetect C++ header directories.
31523         * configure: Regenerated.
31524
31525 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31526
31527         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31528
31529 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31530
31531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31532
31533 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31534
31535         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31536         LDBL_MANT_DIG == 106]: Disable some tests.
31537         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31538         Likewise.
31539         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31540         Likewise.
31541
31542         [BZ #14871]
31543         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31544         input for small inputs.  Return +/- pi/2 for large inputs.
31545         * math/libm-test.inc (atan_test): Add more tests.
31546
31547         * sysdeps/generic/unwind-dw2-fde-glibc.c
31548         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31549         __attribute__ ((unused)).
31550
31551         [BZ #14645]
31552         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31553         x * y if x and y are nonzero and z is zero.
31554
31555         [BZ #14811]
31556         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31557         nonzero exponents with absolute value below 0x1p-117 to +/-
31558         0x1p-117.
31559
31560         [BZ #14869]
31561         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31562         up arguments below 2**-450, not just those below 2**-500.
31563         * math/libm-test.inc (hypot_test): Add another test.
31564
31565         [BZ #14868]
31566         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31567         Return a+b for ratio over 2**120, not 2**60.
31568         * math/libm-test.inc (hypot_test): Add another test.
31569
31570         * math/libm-test.inc (clog_test): Use
31571         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31572         (clog10_test): Likewise.
31573
31574         [BZ #6778]
31575         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31576
31577 2012-11-22  Andreas Schwab  <schwab@suse.de>
31578
31579         * sysdeps/i386/fpu/libm-test-ulps: Update.
31580
31581 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31582
31583         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31584         printf output with newline.
31585
31586 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31587
31588         [BZ #14865]
31589         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31590         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31591         -z nodlopen, -z initfirst and -z execstack support.
31592         * configure: Regenerated.
31593
31594         * elf/elf.h (DF_1_NODIRECT): New macro.
31595         (DF_1_IGNMULDEF): Likewise.
31596         (DF_1_NOKSYMS): Likewise.
31597         (DF_1_NOHDR): Likewise.
31598         (DF_1_EDITED): Likewise.
31599         (DF_1_NORELOC): Likewise.
31600         (DF_1_SYMINTPOSE): Likewise.
31601         (DF_1_GLOBAUDIT): Likewise.
31602         (DF_1_SINGLETON): Likewise.
31603         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31604         DT_1_SUPPORTED_MASK bits.
31605         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31606
31607 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31608
31609         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31610
31611 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31612
31613         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31614         macro.
31615
31616         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31617         (sendmmsg): Move declarations...
31618         * socket/sys/socket.h: ... here.
31619         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31620         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31621         include it from...
31622         * socket/recvmmsg.c: ... this new file.
31623         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31624         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31625         definition of __sendmmsg hidden.
31626         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31627         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31628         Move ENOSYS stub into and include it from...
31629         * socket/sendmmsg.c: ... this new file.
31630         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31631         (sysdep_routines): Move recvmmsg and sendmmsg...
31632         * socket/Makefile (routines): ... here.
31633         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31634         (GLIBC_PRIVATE): Add __sendmmsg.
31635         * include/sys/socket.h (__sendmmsg): Add declarations.
31636         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31637         sendmmsg.
31638
31639 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31640
31641         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31642         variable I1 with __attribute__ ((unused)).
31643         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31644
31645 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31646
31647         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31648         DUMMY variables with __attribute__ ((unused)).
31649
31650         * bits/byteswap.h: Include <bits/types.h>.
31651         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31652
31653 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31654
31655         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31656         string_t.  Do not manually set errno.
31657         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31658         length with __strnlen.  Make sure to both set errno and return it on
31659         failure.
31660
31661 2012-11-19  David S. Miller  <davem@davemloft.net>
31662
31663         With help from Joseph Myers.
31664         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31665         very large arguments properly.
31666         * math/libm-test.inc (atan_test): New tests.
31667         (atan2_test): New tests.
31668         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31669         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31670
31671 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31672
31673         [BZ #14856]
31674         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31675         Define to 3.
31676
31677         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31678         [POSIX] (EADDRNOTAVAIL): Likewise.
31679         [POSIX] (EAFNOSUPPORT): Likewise.
31680         [POSIX] (EALREADY): Likewise.
31681         [POSIX] (ECONNABORTED): Likewise.
31682         [POSIX] (ECONNREFUSED): Likewise.
31683         [POSIX] (ECONNRESET): Likewise.
31684         [POSIX] (EDESTADDRREQ): Likewise.
31685         [POSIX] (EDQUOT): Likewise.
31686         [POSIX] (EHOSTUNREACH): Likewise.
31687         [POSIX] (EIDRM): Likewise.
31688         [POSIX] (EISCONN): Likewise.
31689         [POSIX] (ELOOP): Likewise.
31690         [POSIX] (EMULTIHOP): Likewise.
31691         [POSIX] (ENETDOWN): Likewise.
31692         [POSIX] (ENETUNREACH): Likewise.
31693         [POSIX] (ENOBUFS): Likewise.
31694         [POSIX] (ENODATA): Likewise.
31695         [POSIX] (ENOLINK): Likewise.
31696         [POSIX] (ENOMSG): Likewise.
31697         [POSIX] (ENOPROTOOPT): Likewise.
31698         [POSIX] (ENOSR): Likewise.
31699         [POSIX] (ENOSTR): Likewise.
31700         [POSIX] (ENOTCONN): Likewise.
31701         [POSIX] (ENOTSOCK): Likewise.
31702         [POSIX] (EOPNOTSUPP): Likewise.
31703         [POSIX] (EOVERFLOW): Likewise.
31704         [POSIX] (EPROTO): Likewise.
31705         [POSIX] (EPROTONOSUPPORT): Likewise.
31706         [POSIX] (EPROTOTYPE): Likewise.
31707         [POSIX] (ESTALE): Likewise.
31708         [POSIX] (ETIME): Likewise.
31709         [POSIX] (ETXTBSY): Likewise.
31710         [POSIX] (EWOULDBLOCK): Likewise.
31711         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31712         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31713         [POSIX] (SEEK_CUR): Likewise.
31714         [POSIX] (SEEK_END): Likewise.
31715         [POSIX || UNIX98] (mode_t): Do not require.
31716         [POSIX] (off_t): Likewise.
31717         [POSIX] (pid_t): Likewise.
31718         [POSIX] (sys/stat.h): Do not allow header.
31719         [POSIX] (unistd.h): Likewise.
31720         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31721         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31722         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31723         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31724         require.
31725         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31726         sigevent): Specify elements.
31727         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31728         entry.
31729         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31730         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31731
31732         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31733         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31734         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31735         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31736         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31737         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31738         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31739         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31740         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31741         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31742         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31743         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31744         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31745         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31746         Likewise.
31747         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31748         Likewise.
31749         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31750         Likewise.
31751         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31752         Likewise.
31753         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31754         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31755         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31756         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31757         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31758         Specify lower bound on value.
31759         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31760         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31761         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31762         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31763         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31764         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31765         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31766         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31767         value.
31768         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31769         as optional.
31770         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31771         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31772         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31773         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31774         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31775         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31776         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31777         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31778         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31779         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31780         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31781         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31782         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31783         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31784         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31785         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31786         entry.
31787         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31788         optional.
31789         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31790         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31791         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31792         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31793         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31794         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31795         Likewise.
31796         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31797         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31798         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31799         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31800         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31801         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31802         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31803         as optional.
31804         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31805         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31806         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31807         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31808         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31809         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31810         specify as optional.
31811         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31812         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31813         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31814         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31815         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31816         [XPG3] (NL_LANGMAX): Likewise.
31817         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31818         [POSIX || XPG3] (NL_NMAX): Likewise.
31819         [POSIX || XPG3] (NL_SETMAX): Likewise.
31820         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31821         [XPG3] (NZERO): Likewise.
31822         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31823         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31824         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31825         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31826         (REG_ERANGE): Expect.
31827         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31828         optional-constant.
31829         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31830         Use (void) in prototype.
31831         [POSIX] (*_t): Allow.
31832         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31833         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31834         (WRDE_BADVAL): Expect.
31835
31836         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31837         expect.
31838         [XPG3 || XPG4] (O_RSYNC): Likewise.
31839         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31840         Likewise.
31841         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31842         [XPG3 || XPG4] (sigqueue): Likewise.
31843         [XPG3 || XPG4] (sigtimedwait): Likewise.
31844         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31845         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31846         [XPG3 || XPG4] (vsnprintf): Likewise.
31847         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31848         Likewise.
31849         [XPG3 || XPG4] (blksize_t): Likewise.
31850         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31851         Likewise.
31852         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31853         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31854         [XPG3 || XPG4] (struct itimerspec): Likewise.
31855         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31856         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31857         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31858         [XPG3 || XPG4] (clockid_t): Likewise.
31859         [XPG3 || XPG4] (timer_t): Likewise.
31860         [XPG3 || XPG4] (clock_getres): Likewise.
31861         [XPG3 || XPG4] (clock_gettime): Likewise.
31862         [XPG3 || XPG4] (clock_settime): Likewise.
31863         [XPG3 || XPG4] (nanosleep): Likewise.
31864         [XPG3 || XPG4] (timer_create): Likewise.
31865         [XPG3 || XPG4] (timer_delete): Likewise.
31866         [XPG3 || XPG4] (timer_gettime): Likewise.
31867         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31868         [XPG3 || XPG4] (timer_settime): Likewise.
31869         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31870         [XPG3 || XPG4] (getlogin_r): Likewise.
31871         [XPG3 || XPG4] (pread): Likewise.
31872         [XPG3 || XPG4] (pthread_atfork): Likewise.
31873         [XPG3 || XPG4] (pwrite): Likewise.
31874
31875         [BZ #14835]
31876         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31877         <bits/siginfo.h>.
31878
31879 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31880
31881         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31882         finalizing MALLSTREAM.
31883
31884         * sysdeps/mach/hurd/syncfs.c: New file.
31885
31886 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31887
31888         [BZ #14719]
31889         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31890         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31891         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31892         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31893         (_nss_dns_gethostbyname4_r): Likewise.
31894         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31895         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31896
31897 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31898
31899         [BZ #13763]
31900         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31901
31902 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31903
31904         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31905         * elf/cache.c (print_entry): Print ",AArch64" for
31906         FLAG_AARCH64_LIB64
31907
31908         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31909         * elf/cache.c (print_entry): Print ",hard-float" for
31910         FLAG_ARM_LIBHF.
31911
31912 2012-11-18  David S. Miller  <davem@davemloft.net>
31913
31914         With help from Joseph Myers.
31915         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31916         cutoff to 2**-13.
31917         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31918         cutoff to 2**-25.
31919         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31920         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31921         small.
31922         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31923         * math/libm-test.inc (y0_test): New tests.
31924         (y1_test): New tests.
31925         * sysdeps/i386/fpu/libm-test-ulps: Update.
31926         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31927         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31928
31929 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31930
31931         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31932         64-bit targets.
31933         * configure: Regenerated.
31934
31935 2012-11-17  David S. Miller  <davem@davemloft.net>
31936
31937         [BZ #14811]
31938         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31939         nonzero exponents with absolute value below 0x1p-128 to +/-
31940         0x1p-128.
31941
31942 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31943
31944         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31945
31946         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31947
31948         * posix/getconf-speclist.c: New file.
31949         * posix/posix-envs.def: Likewise.
31950         * posix/confstr.c (START_ENV_GROUP): New macro.
31951         (END_ENV_GROUP): Likewise.
31952         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31953         (KNOWN_PRESENT_ENV_STRING): Likewise.
31954         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31955         (UNKNOWN_ENVIRONMENT): Likewise.
31956         (confstr): Include posix-envs.def instead of handling
31957         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31958         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31959         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31960         (END_ENV_GROUP): Likewise.
31961         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31962         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31963         (UNKNOWN_ENVIRONMENT): Likewise.
31964         (__sysconf): Include posix-envs.def instead of handling associated
31965         cases directly here.
31966         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31967         preprocessing getconf-speclist.c rather than running getconf or
31968         generating empty file.
31969
31970 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31971
31972         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31973
31974 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31975
31976         [BZ #14672]
31977         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31978
31979 2012-11-16  David S. Miller  <davem@davemloft.net>
31980
31981         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31982         smaller than LDBL_EPSILON/2.0L, just return xm1.
31983
31984 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31985
31986         * elf/tst-array1.c (init): Set constructor priority to 1000.
31987         (fini): Set destructor priority to 1000.
31988         * elf/tst-array2dep.c: Likewise.
31989
31990 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31991
31992         [BZ #11741]
31993         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31994         (_IO_new_file_xsputn): Also return EOF if none of the input
31995         data was written when overflow failed.
31996         * libio/iopadn.c (_IO_padn): Likewise.
31997         * libio/iowpadn.c (_IO_wpadn): Likewise.
31998         * stdio-common/tst-put-error.c: Add copyright notice.
31999         (do_test): Add case for printing padded string.
32000         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32001         _IO_padn returned error.
32002         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32003         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32004         return EOF.
32005
32006 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32007
32008         * libio/libioP.h: Add comment note that the references to C++
32009         bits are now obsolete.
32010
32011 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32012
32013         * math/libm-test.inc (check_complex): Use asprintf.
32014
32015 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32016
32017         * debug/pcprofiledump.c (print_version): Update copyright year.
32018         * malloc/memusagestat.c (print_version): Likewise.
32019
32020 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32021
32022         [BZ #14831]
32023         * elf/Makefile (tests): Add tst-audit8.
32024         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32025         ($(objpfx)tst-audit8.out): New target.
32026         (tst-audit8-ENV): New variable.
32027         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32028         audit if l_reloc_result is NULL.
32029         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32030         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32031         * elf/tst-audit8.c: New file.
32032
32033 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32034
32035         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32036         * misc/Makefile (CFLAGS-select.c): Define.
32037         * posix/Makefile (CFLAGS-pause.c): Define.
32038
32039 2012-11-13  David S. Miller  <davem@davemloft.net>
32040
32041         * crypt/Makefile: Move test targets after toplevel Rules
32042         inclusion.  Grab any necessary sysdep routines when linking.
32043         * crypt/md5.c (md5_process_block): Remove define, we will always
32044         name it __md5_process_block.
32045         (md5_finish_ctx): Update md5_process_block call.
32046         (md5_stream): Likewise.
32047         (md5_process_bytes): Likewise.
32048         (md5_process_block): Rename to __md5_process_block and move to ...
32049         * crypt/md5-block.c: ... here.
32050         * crypt/sha256.c (sha256_process_block): Move to ...
32051         * crypt/sha256-block.c: ... here.
32052         * crypt/sha512.c (sha512_process_block): Move to ...
32053         * crypt/sha512-block.c: ... here.
32054         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32055         path.
32056         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32057         * sysdeps/sparc/sparc64/multiarch/Makefile
32058         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32059         crypt subdir.
32060         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32061         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32062         multiarch changes.
32063         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32064         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32065         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32066         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32067         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32068         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32069         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32070         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32071         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32072         file.
32073         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32074         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32075         file.
32076         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32077
32078 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32079
32080         * timezone/tzselect.ksh: Update from tzcode git revision
32081         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32082         * timezone/zdump.c: Likewise.
32083         * timezone/zic.c: Likewise.
32084         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32085         in TZVERSION setting, not $(PKGVERSION).
32086         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32087         REPORT_BUGS_TO settings.
32088
32089         [BZ #14838]
32090         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32091         macro.
32092
32093 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32094
32095         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32096         detection to immediately after _FP_ROUND().
32097         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32098         bits are 0.
32099
32100 2012-11-11  David S. Miller  <davem@davemloft.net>
32101
32102         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32103         inttypes.h
32104         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32105         __close rather than their public counterparts.
32106
32107 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32108
32109         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32110         file.
32111         [UNIX98] (sem_timedwait): Do not expect.
32112         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32113         [XPG4 || UNIX98] (sockatmark): Do not expect.
32114         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32115         (clock_getcpuclockid): Do not expect.
32116         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32117         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32118         Do not expect.
32119         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32120         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32121         [UNIX98] (vwscanf): Likewise.
32122         [UNIX98] (vswscanf): Likewise.
32123
32124 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32125
32126         * timezone/version.h: Remove file.
32127         * timezone/README: Do not refer to version.h.
32128         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32129         $(objpfx)version.h.
32130         ($(objpfx)zdump.o): Likewise.
32131         ($(objpfx)version.h): New target.
32132
32133         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32134         2012i.
32135         * timezone/README: Don't mention modification to tzselect.ksh.
32136         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32137         work on unmodified tzselect.ksh.  Substitute version numbers in
32138         tzselect.ksh.
32139
32140         * Makefile (format-me): Remove.
32141         (INSTALL): Adjust indentation.  Use commands directly instead of
32142         using $(format-me).
32143
32144         * aclocal.m4 (ACX_PKGVERSION): New macro.
32145         (ACX_BUGURL): Likewise.
32146         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32147         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32148         (REPORT_BUGS_TO): Likewise.
32149         * configure: Regenerated.
32150         * config.h.in (PKGVERSION): New macro.
32151         (REPORT_BUGS_TO): Likewise.
32152         * config.make.in (PKGVERSION): New variable.
32153         (PKGVERSION_TEXI): Likewise.
32154         (REPORT_BUGS_TO): Likewise.
32155         (REPORT_BUGS_TEXI): Likewise.
32156         * Makefile (format-me): Use -I$(common-objpfx)manual.
32157         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32158         ($(common-objpfx)manual/%): New target.
32159         (manual/%): Remove target.
32160         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32161         (print_version): Use PKGVERSION.
32162         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32163         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32164         and REPORT_BUGS_TO.
32165         ($(objpfx)xtrace): Likewise.
32166         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32167         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32168         (print_version): Use PKGVERSION.
32169         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32170         (do_version): Use PKGVERSION.
32171         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32172         REPORT_BUGS_TO.
32173         (common-ldd-rewrite): Likewise.
32174         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32175         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32176         (print_version): Use PKGVERSION.
32177         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32178         * elf/pldd.c (argp_program_bug_address): Remove variable.
32179         (more_help): New function.
32180         (argp): Use more_help.
32181         (print_version): Use PKGVERSION.
32182         * elf/sln.c (main): Use PKGVERSION.
32183         (usage): Use REPORT_BUGS_TO.
32184         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32185         (top level): Use PKGVERSION.
32186         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32187         (print_version): Use PKGVERSION.
32188         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32189         (print_version): Use PKGVERSION.
32190         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32191         (print_version): Use PKGVERSION.
32192         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32193         (print_version): Use PKGVERSION.
32194         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32195         (print_version): Use PKGVERSION.
32196         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32197         (print_version): Use PKGVERSION.
32198         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32199         and BUGURL.
32200         ($(objpfx)memusage): Likewise.
32201         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32202         (do_version): Use PKGVERSION.
32203         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32204         (print_version): Use PKGVERSION.
32205         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32206         ($PKGVERSION): New variable.
32207         ($REPORT_BUGS_TO): Likewise.
32208         (usage): Use $REPORT_BUGS_TO.
32209         (top level): Use $PKGVERSION.
32210         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32211         ($(objpfx)pkgvers.texi): New rule.
32212         ($(objpfx)stamp-pkgvers): Likewise.
32213         * manual/install.texi: Include pkgvers.texi.
32214         (--with-pkgversion): Document new configure option.
32215         (--with-bugurl): Likewise.
32216         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32217         than necessarily for this particular distribution.  Use
32218         REPORT_BUGS_TO for where to report bugs.
32219         * INSTALL: Regenerated.
32220         * manual/libc.texinfo: Include pkgvers.texi.
32221         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32222         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32223         (print_version): Use PKGVERSION.
32224         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32225         (print_version): Use PKGVERSION.
32226         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32227         (print_version): Use PKGVERSION.
32228         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32229         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32230         macro.
32231         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32232         (print_version): Use PKGVERSION.
32233         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32234         (print_version): Use PKGVERSION.
32235         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32236         and PKGVERSION.
32237
32238         * timezone/checktab.awk: Update from tzcode 2012i.
32239         * timezone/ialloc.c: Likewise.
32240         * timezone/private.h: Likewise.
32241         * timezone/scheck.c: Likewise.
32242         * timezone/tzfile.h: Likewise.
32243         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32244         (TZVERSION): Hardcode tzcode version number.
32245         * timezone/zdump.c: Update from tzcode 2012i.
32246         * timezone/zic.c: Likewise.
32247         * timezone/version.h: New file.
32248         * timezone/README: Describe version.h.  Update upstream location.
32249
32250         [BZ #14824]
32251         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32252         (mktemp): Enable declaration.
32253         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32254         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32255         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32256         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32257         Likewise.
32258         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32259         Likewise.
32260         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32261         Likewise.
32262         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32263         Likewise.
32264         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32265         Likewise.
32266         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32267         Likewise.
32268
32269         [BZ #14821]
32270         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32271         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32272         for copies of such integer values.
32273         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32274         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32275
32276 2012-11-09  Andreas Jaeger  <aj@suse.de>
32277
32278         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32279         definitions and declarations that are provided by
32280         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32281
32282 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32283
32284         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32285         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32286         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32287         definition.
32288
32289 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32290
32291         * elf/elf.h: Update comment before AArch64 relocations.
32292
32293 2012-11-07  David S. Miller  <davem@davemloft.net>
32294
32295         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32296         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32297         (__start_context): Declare.
32298         (__makecontext_ret): Delete.
32299         (__makecontext): Hook up __start_context instead of
32300         __makecontext_ret.
32301         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32302         (sysdep_routines): Add __start_context when in stdlib.
32303
32304 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32305
32306         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32307         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32308         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32309         hardcoded "nm".
32310         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32311         (READELF): New variable.  Use it instead of hardcoded "readelf".
32312
32313 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32314
32315         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32316         * sysdeps/x86/Makefile: Here.
32317         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32318         * sysdeps/x86/tst-xmmymm.sh: This.
32319
32320 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32321
32322         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32323         expectations.
32324         [UNIX98] (pthread_barrier_t): Do not expect.
32325         [UNIX98] (pthread_barrierattr_t): Likewise.
32326         [UNIX98] (pthread_spinlock_t): Likewise.
32327         [UNIX98] (pthread_barrier_destroy): Likewise.
32328         [UNIX98] (pthread_barrier_init): Likewise.
32329         [UNIX98] (pthread_barrier_wait): Likewise.
32330         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32331         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32332         [UNIX98] (pthread_barrierattr_init): Likewise.
32333         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32334         [UNIX98] (pthread_getcpuclockid): Likewise.
32335         [UNIX98] (pthread_mutex_timedlock): Likewise.
32336         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32337         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32338         [UNIX98] (pthread_sigmask): Likewise.
32339         [UNIX98] (pthread_spin_destroy): Likewise.
32340         [UNIX98] (pthread_spin_init): Likewise.
32341         [UNIX98] (pthread_spin_lock): Likewise.
32342         [UNIX98] (pthread_spin_trylock): Likewise.
32343         [UNIX98] (pthread_spin_unlock): Likewise.
32344         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32345         Do not expect.
32346         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32347         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32348         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32349         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32350         [XPG3 || XPG4] (pthread_key_t): Likewise.
32351         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32352         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32353         [XPG3 || XPG4] (pthread_once_t): Likewise.
32354         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32355         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32356         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32357         [XPG3 || XPG4] (pthread_t): Likewise.
32358
32359         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32360         not expect.
32361         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32362
32363         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32364         Change function return type to int.
32365
32366         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32367         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32368         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32369         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32370         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32371         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32372         [!POSIX] (posix_madvise): Likewise.
32373         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32374         && !UNIX98].
32375         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32376         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32377         (mode_t): Likewise.
32378         (posix_mem_offset): Likewise.
32379         (posix_typed_mem_get_info): Likewise.
32380         (posix_typed_mem_open): Likewise.
32381
32382         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32383         Change condition to [XOPEN2K8].
32384
32385         * conform/conformtest.pl: Preprocess allow-header data with -x c
32386         instead of from stdin.
32387         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32388         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32389         [C99-based standards] (cerfc): Likewise.
32390         [C99-based standards] (cexp2): Likewise.
32391         [C99-based standards] (cexpm1): Likewise.
32392         [C99-based standards] (clog10): Likewise.
32393         [C99-based standards] (clog1p): Likewise.
32394         [C99-based standards] (clog2): Likewise.
32395         [C99-based standards] (clgamma): Likewise.
32396         [C99-based standards] (ctgamma): Likewise.
32397         [C99-based standards] (cerff): Likewise.
32398         [C99-based standards] (cerfcf): Likewise.
32399         [C99-based standards] (cexp2f): Likewise.
32400         [C99-based standards] (cexpm1f): Likewise.
32401         [C99-based standards] (clog10f): Likewise.
32402         [C99-based standards] (clog1pf): Likewise.
32403         [C99-based standards] (clog2f): Likewise.
32404         [C99-based standards] (clgammaf): Likewise.
32405         [C99-based standards] (ctgammaf): Likewise.
32406         [C99-based standards] (cerfl): Likewise.
32407         [C99-based standards] (cerfcl): Likewise.
32408         [C99-based standards] (cexp2l): Likewise.
32409         [C99-based standards] (cexpm1l): Likewise.
32410         [C99-based standards] (clog10l): Likewise.
32411         [C99-based standards] (clog1pl): Likewise.
32412         [C99-based standards] (clog2l): Likewise.
32413         [C99-based standards] (clgammal): Likewise.
32414         [C99-based standards] (ctgammal): Likewise.
32415         * conform/data/inttypes.h-data [C99-based standards]: Include
32416         stdint.h-data.  Remove all expectations for stdint.h contents.
32417         [C99-based standards] (PRI*): Do not allow.
32418         [C99-based standards] (SCN*): Likewise.
32419         [C99-based standards] (*_t): Likewise.
32420         [C99-based-standards] (PRId8): Expect macro.
32421         [C99-based-standards] (PRIi8): Likewise.
32422         [C99-based-standards] (PRIo8): Likewise.
32423         [C99-based-standards] (PRIu8): Likewise.
32424         [C99-based-standards] (PRIx8): Likewise.
32425         [C99-based-standards] (PRIX8): Likewise.
32426         [C99-based-standards] (SCNd8): Likewise.
32427         [C99-based-standards] (SCNi8): Likewise.
32428         [C99-based-standards] (SCNo8): Likewise.
32429         [C99-based-standards] (SCNu8): Likewise.
32430         [C99-based-standards] (SCNx8): Likewise.
32431         [C99-based-standards] (PRIdLEAST8): Likewise.
32432         [C99-based-standards] (PRIiLEAST8): Likewise.
32433         [C99-based-standards] (PRIoLEAST8): Likewise.
32434         [C99-based-standards] (PRIuLEAST8): Likewise.
32435         [C99-based-standards] (PRIxLEAST8): Likewise.
32436         [C99-based-standards] (PRIXLEAST8): Likewise.
32437         [C99-based-standards] (SCNdLEAST8): Likewise.
32438         [C99-based-standards] (SCNiLEAST8): Likewise.
32439         [C99-based-standards] (SCNoLEAST8): Likewise.
32440         [C99-based-standards] (SCNuLEAST8): Likewise.
32441         [C99-based-standards] (SCNxLEAST8): Likewise.
32442         [C99-based-standards] (PRIdFAST8): Likewise.
32443         [C99-based-standards] (PRIiFAST8): Likewise.
32444         [C99-based-standards] (PRIoFAST8): Likewise.
32445         [C99-based-standards] (PRIuFAST8): Likewise.
32446         [C99-based-standards] (PRIxFAST8): Likewise.
32447         [C99-based-standards] (PRIXFAST8): Likewise.
32448         [C99-based-standards] (SCNdFAST8): Likewise.
32449         [C99-based-standards] (SCNiFAST8): Likewise.
32450         [C99-based-standards] (SCNoFAST8): Likewise.
32451         [C99-based-standards] (SCNuFAST8): Likewise.
32452         [C99-based-standards] (SCNxFAST8): Likewise.
32453         [C99-based-standards] (PRId16): Likewise.
32454         [C99-based-standards] (PRIi16): Likewise.
32455         [C99-based-standards] (PRIo16): Likewise.
32456         [C99-based-standards] (PRIu16): Likewise.
32457         [C99-based-standards] (PRIx16): Likewise.
32458         [C99-based-standards] (PRIX16): Likewise.
32459         [C99-based-standards] (SCNd16): Likewise.
32460         [C99-based-standards] (SCNi16): Likewise.
32461         [C99-based-standards] (SCNo16): Likewise.
32462         [C99-based-standards] (SCNu16): Likewise.
32463         [C99-based-standards] (SCNx16): Likewise.
32464         [C99-based-standards] (PRIdLEAST16): Likewise.
32465         [C99-based-standards] (PRIiLEAST16): Likewise.
32466         [C99-based-standards] (PRIoLEAST16): Likewise.
32467         [C99-based-standards] (PRIuLEAST16): Likewise.
32468         [C99-based-standards] (PRIxLEAST16): Likewise.
32469         [C99-based-standards] (PRIXLEAST16): Likewise.
32470         [C99-based-standards] (SCNdLEAST16): Likewise.
32471         [C99-based-standards] (SCNiLEAST16): Likewise.
32472         [C99-based-standards] (SCNoLEAST16): Likewise.
32473         [C99-based-standards] (SCNuLEAST16): Likewise.
32474         [C99-based-standards] (SCNxLEAST16): Likewise.
32475         [C99-based-standards] (PRIdFAST16): Likewise.
32476         [C99-based-standards] (PRIiFAST16): Likewise.
32477         [C99-based-standards] (PRIoFAST16): Likewise.
32478         [C99-based-standards] (PRIuFAST16): Likewise.
32479         [C99-based-standards] (PRIxFAST16): Likewise.
32480         [C99-based-standards] (PRIXFAST16): Likewise.
32481         [C99-based-standards] (SCNdFAST16): Likewise.
32482         [C99-based-standards] (SCNiFAST16): Likewise.
32483         [C99-based-standards] (SCNoFAST16): Likewise.
32484         [C99-based-standards] (SCNuFAST16): Likewise.
32485         [C99-based-standards] (SCNxFAST16): Likewise.
32486         [C99-based-standards] (PRId32): Likewise.
32487         [C99-based-standards] (PRIi32): Likewise.
32488         [C99-based-standards] (PRIo32): Likewise.
32489         [C99-based-standards] (PRIu32): Likewise.
32490         [C99-based-standards] (PRIx32): Likewise.
32491         [C99-based-standards] (PRIX32): Likewise.
32492         [C99-based-standards] (SCNd32): Likewise.
32493         [C99-based-standards] (SCNi32): Likewise.
32494         [C99-based-standards] (SCNo32): Likewise.
32495         [C99-based-standards] (SCNu32): Likewise.
32496         [C99-based-standards] (SCNx32): Likewise.
32497         [C99-based-standards] (PRIdLEAST32): Likewise.
32498         [C99-based-standards] (PRIiLEAST32): Likewise.
32499         [C99-based-standards] (PRIoLEAST32): Likewise.
32500         [C99-based-standards] (PRIuLEAST32): Likewise.
32501         [C99-based-standards] (PRIxLEAST32): Likewise.
32502         [C99-based-standards] (PRIXLEAST32): Likewise.
32503         [C99-based-standards] (SCNdLEAST32): Likewise.
32504         [C99-based-standards] (SCNiLEAST32): Likewise.
32505         [C99-based-standards] (SCNoLEAST32): Likewise.
32506         [C99-based-standards] (SCNuLEAST32): Likewise.
32507         [C99-based-standards] (SCNxLEAST32): Likewise.
32508         [C99-based-standards] (PRIdFAST32): Likewise.
32509         [C99-based-standards] (PRIiFAST32): Likewise.
32510         [C99-based-standards] (PRIoFAST32): Likewise.
32511         [C99-based-standards] (PRIuFAST32): Likewise.
32512         [C99-based-standards] (PRIxFAST32): Likewise.
32513         [C99-based-standards] (PRIXFAST32): Likewise.
32514         [C99-based-standards] (SCNdFAST32): Likewise.
32515         [C99-based-standards] (SCNiFAST32): Likewise.
32516         [C99-based-standards] (SCNoFAST32): Likewise.
32517         [C99-based-standards] (SCNuFAST32): Likewise.
32518         [C99-based-standards] (SCNxFAST32): Likewise.
32519         [C99-based-standards] (PRId64): Likewise.
32520         [C99-based-standards] (PRIi64): Likewise.
32521         [C99-based-standards] (PRIo64): Likewise.
32522         [C99-based-standards] (PRIu64): Likewise.
32523         [C99-based-standards] (PRIx64): Likewise.
32524         [C99-based-standards] (PRIX64): Likewise.
32525         [C99-based-standards] (SCNd64): Likewise.
32526         [C99-based-standards] (SCNi64): Likewise.
32527         [C99-based-standards] (SCNo64): Likewise.
32528         [C99-based-standards] (SCNu64): Likewise.
32529         [C99-based-standards] (SCNx64): Likewise.
32530         [C99-based-standards] (PRIdLEAST64): Likewise.
32531         [C99-based-standards] (PRIiLEAST64): Likewise.
32532         [C99-based-standards] (PRIoLEAST64): Likewise.
32533         [C99-based-standards] (PRIuLEAST64): Likewise.
32534         [C99-based-standards] (PRIxLEAST64): Likewise.
32535         [C99-based-standards] (PRIXLEAST64): Likewise.
32536         [C99-based-standards] (SCNdLEAST64): Likewise.
32537         [C99-based-standards] (SCNiLEAST64): Likewise.
32538         [C99-based-standards] (SCNoLEAST64): Likewise.
32539         [C99-based-standards] (SCNuLEAST64): Likewise.
32540         [C99-based-standards] (SCNxLEAST64): Likewise.
32541         [C99-based-standards] (PRIdFAST64): Likewise.
32542         [C99-based-standards] (PRIiFAST64): Likewise.
32543         [C99-based-standards] (PRIoFAST64): Likewise.
32544         [C99-based-standards] (PRIuFAST64): Likewise.
32545         [C99-based-standards] (PRIxFAST64): Likewise.
32546         [C99-based-standards] (PRIXFAST64): Likewise.
32547         [C99-based-standards] (SCNdFAST64): Likewise.
32548         [C99-based-standards] (SCNiFAST64): Likewise.
32549         [C99-based-standards] (SCNoFAST64): Likewise.
32550         [C99-based-standards] (SCNuFAST64): Likewise.
32551         [C99-based-standards] (SCNxFAST64): Likewise.
32552         [C99-based-standards] (PRIdMAX): Likewise.
32553         [C99-based-standards] (PRIiMAX): Likewise.
32554         [C99-based-standards] (PRIoMAX): Likewise.
32555         [C99-based-standards] (PRIuMAX): Likewise.
32556         [C99-based-standards] (PRIxMAX): Likewise.
32557         [C99-based-standards] (PRIXMAX): Likewise.
32558         [C99-based-standards] (SCNdMAX): Likewise.
32559         [C99-based-standards] (SCNiMAX): Likewise.
32560         [C99-based-standards] (SCNoMAX): Likewise.
32561         [C99-based-standards] (SCNuMAX): Likewise.
32562         [C99-based-standards] (SCNxMAX): Likewise.
32563         [C99-based-standards] (PRIdPTR): Likewise.
32564         [C99-based-standards] (PRIiPTR): Likewise.
32565         [C99-based-standards] (PRIoPTR): Likewise.
32566         [C99-based-standards] (PRIuPTR): Likewise.
32567         [C99-based-standards] (PRIxPTR): Likewise.
32568         [C99-based-standards] (PRIXPTR): Likewise.
32569         [C99-based-standards] (SCNdPTR): Likewise.
32570         [C99-based-standards] (SCNiPTR): Likewise.
32571         [C99-based-standards] (SCNoPTR): Likewise.
32572         [C99-based-standards] (SCNuPTR): Likewise.
32573         [C99-based-standards] (SCNxPTR): Likewise.
32574         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32575         allow.
32576         * conform/data/stdint.h-data: Update comments to clarify
32577         requirements.
32578         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32579         type.
32580         [C99-based standards] (INT8_MAX): Likewise.
32581         [C99-based standards] (INT16_MIN): Likewise.
32582         [C99-based standards] (INT16_MAX): Likewise.
32583         [C99-based standards] (INT32_MIN): Likewise.
32584         [C99-based standards] (INT32_MAX): Likewise.
32585         [C99-based standards] (INT64_MIN): Likewise.
32586         [C99-based standards] (INT64_MAX): Likewise.
32587         [C99-based standards] (UINT8_MAX): Likewise.
32588         [C99-based standards] (UINT16_MAX): Likewise.
32589         [C99-based standards] (UINT32_MAX): Likewise.
32590         [C99-based standards] (UINT64_MAX): Likewise.
32591         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32592         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32593         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32594         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32595         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32596         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32597         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32598         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32599         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32600         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32601         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32602         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32603         [C99-based standards] (INT_FAST8_MIN): Likewise.
32604         [C99-based standards] (INT_FAST8_MAX): Likewise.
32605         [C99-based standards] (INT_FAST16_MIN): Likewise.
32606         [C99-based standards] (INT_FAST16_MAX): Likewise.
32607         [C99-based standards] (INT_FAST32_MIN): Likewise.
32608         [C99-based standards] (INT_FAST32_MAX): Likewise.
32609         [C99-based standards] (INT_FAST64_MIN): Likewise.
32610         [C99-based standards] (INT_FAST64_MAX): Likewise.
32611         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32612         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32613         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32614         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32615         [C99-based standards] (INTPTR_MIN): Likewise.
32616         [C99-based standards] (INTPTR_MAX): Likewise.
32617         [C99-based standards] (UINTPTR_MAX): Likewise.
32618         [C99-based standards] (INTMAX_MIN): Likewise.
32619         [C99-based standards] (INTMAX_MAX): Likewise.
32620         [C99-based standards] (UINTMAX_MAX): Likewise.
32621         [C99-based standards] (PTRDIFF_MIN): Likewise.
32622         [C99-based standards] (PTRDIFF_MAX): Likewise.
32623         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32624         [C99-based standards] (SIZE_MAX): Likewise.
32625         [C99-based standards] (WCHAR_MAX): Likewise.
32626         [C99-based standards] (WINT_MAX): Likewise.
32627         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32628         constraint on value.
32629         [C99-based standards] (WCHAR_MIN): Likewise.
32630         [C99-based standards] (WINT_MIN): Likewise.
32631         [C99-based standards] (*_t): Allow.
32632         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32633         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32634         Include math.h-data and complex.h-data.  Remove all expectations
32635         of math.h and complex.h contents.
32636         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32637         at end of line.
32638         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32639         (struct tm): Expect tag.
32640         [C99-based-standards] (wcstof): Expect function.
32641         [C99-based-standards] (wcstold): Likewise.
32642         [C99-based-standards] (wcstoll): Likewise.
32643         [C99-based-standards] (wcstoull): Likewise.
32644         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32645         macro-int-constant.  Specify type.
32646         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32647         constraint on value.
32648         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32649         Specify type.
32650         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32651         Specify value.
32652         [ISO C standards]: Do not allow headers.
32653         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32654         wcs[abcdefghijklmnopqrstuvwxyz]*.
32655         [ISO C standards] (*_t): Do not allow.
32656         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32657         Expect function.
32658         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32659         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32660         Specify type.
32661         [ISO C standards]: Do not allow headers.
32662         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32663         is[abcdefghijklmnopqrstuvwxyz]*.
32664         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32665         to[abcdefghijklmnopqrstuvwxyz]*.
32666         [ISO C standards] (*_t): Do not allow.
32667         * conform/data/stdalign.h-data: New file.
32668         * conform/data/stdbool.h-data: Likewise.
32669         * conform/data/stdnoreturn.h-data: Likewise.
32670
32671 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32672
32673         [BZ #14815]
32674         * manual/filesys.texi (Directory Entries): Typo fix.
32675         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32676
32677 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32678
32679         * elf/elf.h (EM_AARCH64): New macro.
32680         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32681         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32682         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32683         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32684         (R_AARCH64_TLSDESC): Likewise.
32685         (NT_ARM_TLS): Likewise.
32686         (NT_ARM_HW_BREAK): Likewise.
32687         (NT_ARM_HW_WATCH): Likewise.
32688
32689 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32690
32691         [BZ #14811]
32692         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32693         (__ieee754_powl): Saturate nonzero exponents with absolute value
32694         below 0x1p-79 to +/- 0x1p-79.
32695         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32696         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32697         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32698         nonzero exponents with absolute value below 0x1p-32 to +/-
32699         0x1p-32.
32700         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32701         (__ieee754_powl): Saturate nonzero exponents with absolute value
32702         below 0x1p-79 to +/- 0x1p-79.
32703         * math/libm-test.inc (pow_test): Add more tests.
32704
32705 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32706
32707         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32708         _dl_s390_cap_flags with kernel. Increase string length.
32709         (_dl_s390_platforms): Add z196 and zEC12.
32710
32711 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32712
32713         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32714         Change XOPEN21K to XOPEN2K.
32715
32716 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32717
32718         * string/memmove.c: Use memcpy when possible.
32719
32720 2012-11-06  Andreas Jaeger  <aj@suse.de>
32721
32722         * po/eo.po: Update from translation team.
32723
32724 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32725
32726         [BZ #14793]
32727         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32728         exponent and small x and y exponents, scale x or y up.  Increase
32729         by 2 the exponent used in scaling up.
32730         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32731         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32732         * math/libm-test.inc (fma_test): Add more tests.
32733         (fma_test_towardzero): Likewise.
32734         (fma_test_downward): Likewise.
32735         (fma_test_upward): Likewise.
32736
32737 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32738
32739         [BZ #14805]
32740         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32741         fenv_t *.
32742
32743         [BZ #14801]
32744         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32745         namespace for names of struct fields.
32746         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32747         fenv_t fields.
32748         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32749         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32750
32751 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32752
32753         [BZ #3665]
32754         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32755
32756 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32757
32758         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32759         PTR_DEMANGLE.
32760
32761         [BZ #5246]
32762         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32763         PTR_DEMANGLE.
32764
32765 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32766
32767         [BZ #14797]
32768         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32769         definitely overflow as x * y not x * y + z.
32770         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32771         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32772         * math/libm-test.inc (fma_test): Add more tests.
32773         (fma_test_towardzero): Likewise.
32774         (fma_test_downward): Likewise.
32775         (fma_test_upward): Likewise.
32776
32777 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32778
32779         [BZ #157]
32780
32781         * include/stub-tag.h: Remove file.
32782         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32783         '#include' of it.
32784         * manual/maint.texi (Porting): Don't reference it.
32785         * Makerules ($(objpfx)stubs): Likewise.
32786         * dirent/closedir.c: Don't include <stub-tag.h>.
32787         * dirent/dirfd.c: Likewise.
32788         * dirent/fdopendir.c: Likewise.
32789         * dirent/getdents.c: Likewise.
32790         * dirent/getdents64.c: Likewise.
32791         * dirent/opendir.c: Likewise.
32792         * dirent/readdir.c: Likewise.
32793         * dirent/readdir64.c: Likewise.
32794         * dirent/readdir64_r.c: Likewise.
32795         * dirent/readdir_r.c: Likewise.
32796         * dirent/rewinddir.c: Likewise.
32797         * dirent/seekdir.c: Likewise.
32798         * dirent/telldir.c: Likewise.
32799         * gmon/profil.c: Likewise.
32800         * grp/setgroups.c: Likewise.
32801         * inet/if_index.c: Likewise.
32802         * io/access.c: Likewise.
32803         * io/chdir.c: Likewise.
32804         * io/chmod.c: Likewise.
32805         * io/chown.c: Likewise.
32806         * io/close.c: Likewise.
32807         * io/dup.c: Likewise.
32808         * io/dup2.c: Likewise.
32809         * io/dup3.c: Likewise.
32810         * io/euidaccess.c: Likewise.
32811         * io/faccessat.c: Likewise.
32812         * io/fchdir.c: Likewise.
32813         * io/fchmod.c: Likewise.
32814         * io/fchmodat.c: Likewise.
32815         * io/fchown.c: Likewise.
32816         * io/fchownat.c: Likewise.
32817         * io/fcntl.c: Likewise.
32818         * io/flock.c: Likewise.
32819         * io/fstatfs.c: Likewise.
32820         * io/fstatfs64.c: Likewise.
32821         * io/fstatvfs.c: Likewise.
32822         * io/fstatvfs64.c: Likewise.
32823         * io/futimens.c: Likewise.
32824         * io/fxstat.c: Likewise.
32825         * io/fxstat64.c: Likewise.
32826         * io/fxstatat.c: Likewise.
32827         * io/fxstatat64.c: Likewise.
32828         * io/getcwd.c: Likewise.
32829         * io/isatty.c: Likewise.
32830         * io/lchmod.c: Likewise.
32831         * io/lchown.c: Likewise.
32832         * io/link.c: Likewise.
32833         * io/linkat.c: Likewise.
32834         * io/lseek.c: Likewise.
32835         * io/lseek64.c: Likewise.
32836         * io/lxstat64.c: Likewise.
32837         * io/mkdir.c: Likewise.
32838         * io/mkdirat.c: Likewise.
32839         * io/mkfifo.c: Likewise.
32840         * io/mkfifoat.c: Likewise.
32841         * io/open.c: Likewise.
32842         * io/open64.c: Likewise.
32843         * io/openat.c: Likewise.
32844         * io/openat64.c: Likewise.
32845         * io/pipe.c: Likewise.
32846         * io/pipe2.c: Likewise.
32847         * io/poll.c: Likewise.
32848         * io/posix_fadvise.c: Likewise.
32849         * io/posix_fadvise64.c: Likewise.
32850         * io/posix_fallocate.c: Likewise.
32851         * io/posix_fallocate64.c: Likewise.
32852         * io/read.c: Likewise.
32853         * io/readlink.c: Likewise.
32854         * io/readlinkat.c: Likewise.
32855         * io/rmdir.c: Likewise.
32856         * io/sendfile.c: Likewise.
32857         * io/sendfile64.c: Likewise.
32858         * io/statfs.c: Likewise.
32859         * io/statfs64.c: Likewise.
32860         * io/statvfs.c: Likewise.
32861         * io/statvfs64.c: Likewise.
32862         * io/symlink.c: Likewise.
32863         * io/symlinkat.c: Likewise.
32864         * io/ttyname.c: Likewise.
32865         * io/ttyname_r.c: Likewise.
32866         * io/umask.c: Likewise.
32867         * io/unlink.c: Likewise.
32868         * io/unlinkat.c: Likewise.
32869         * io/utime.c: Likewise.
32870         * io/utimensat.c: Likewise.
32871         * io/write.c: Likewise.
32872         * io/xmknod.c: Likewise.
32873         * io/xmknodat.c: Likewise.
32874         * io/xstat.c: Likewise.
32875         * io/xstat64.c: Likewise.
32876         * login/getpt.c: Likewise.
32877         * login/grantpt.c: Likewise.
32878         * login/unlockpt.c: Likewise.
32879         * math/e_acoshl.c: Likewise.
32880         * math/e_acosl.c: Likewise.
32881         * math/e_asinl.c: Likewise.
32882         * math/e_atan2l.c: Likewise.
32883         * math/e_atanhl.c: Likewise.
32884         * math/e_coshl.c: Likewise.
32885         * math/e_expl.c: Likewise.
32886         * math/e_fmodl.c: Likewise.
32887         * math/e_gammal_r.c: Likewise.
32888         * math/e_hypotl.c: Likewise.
32889         * math/e_j0l.c: Likewise.
32890         * math/e_j1l.c: Likewise.
32891         * math/e_jnl.c: Likewise.
32892         * math/e_lgammal_r.c: Likewise.
32893         * math/e_log10l.c: Likewise.
32894         * math/e_log2l.c: Likewise.
32895         * math/e_logl.c: Likewise.
32896         * math/e_powl.c: Likewise.
32897         * math/e_rem_pio2l.c: Likewise.
32898         * math/e_sinhl.c: Likewise.
32899         * math/e_sqrtl.c: Likewise.
32900         * math/fclrexcpt.c: Likewise.
32901         * math/fedisblxcpt.c: Likewise.
32902         * math/feenablxcpt.c: Likewise.
32903         * math/fegetenv.c: Likewise.
32904         * math/fegetexcept.c: Likewise.
32905         * math/fegetround.c: Likewise.
32906         * math/feholdexcpt.c: Likewise.
32907         * math/fesetenv.c: Likewise.
32908         * math/fesetround.c: Likewise.
32909         * math/feupdateenv.c: Likewise.
32910         * math/fgetexcptflg.c: Likewise.
32911         * math/fraiseexcpt.c: Likewise.
32912         * math/fsetexcptflg.c: Likewise.
32913         * math/ftestexcept.c: Likewise.
32914         * math/k_cosl.c: Likewise.
32915         * math/k_rem_pio2l.c: Likewise.
32916         * math/k_sinl.c: Likewise.
32917         * math/k_tanl.c: Likewise.
32918         * math/s_asinhl.c: Likewise.
32919         * math/s_atanl.c: Likewise.
32920         * math/s_cbrtl.c: Likewise.
32921         * math/s_erfl.c: Likewise.
32922         * math/s_expm1l.c: Likewise.
32923         * math/s_log1pl.c: Likewise.
32924         * math/s_tanhl.c: Likewise.
32925         * misc/acct.c: Likewise.
32926         * misc/brk.c: Likewise.
32927         * misc/chflags.c: Likewise.
32928         * misc/chroot.c: Likewise.
32929         * misc/fchflags.c: Likewise.
32930         * misc/fgetxattr.c: Likewise.
32931         * misc/flistxattr.c: Likewise.
32932         * misc/fremovexattr.c: Likewise.
32933         * misc/fsetxattr.c: Likewise.
32934         * misc/fsync.c: Likewise.
32935         * misc/ftruncate.c: Likewise.
32936         * misc/futimes.c: Likewise.
32937         * misc/futimesat.c: Likewise.
32938         * misc/getdomain.c: Likewise.
32939         * misc/getdtsz.c: Likewise.
32940         * misc/gethostid.c: Likewise.
32941         * misc/gethostname.c: Likewise.
32942         * misc/getloadavg.c: Likewise.
32943         * misc/getpagesize.c: Likewise.
32944         * misc/getsysstats.c: Likewise.
32945         * misc/getxattr.c: Likewise.
32946         * misc/gtty.c: Likewise.
32947         * misc/ioctl.c: Likewise.
32948         * misc/lgetxattr.c: Likewise.
32949         * misc/listxattr.c: Likewise.
32950         * misc/llistxattr.c: Likewise.
32951         * misc/lremovexattr.c: Likewise.
32952         * misc/lsetxattr.c: Likewise.
32953         * misc/lutimes.c: Likewise.
32954         * misc/madvise.c: Likewise.
32955         * misc/mincore.c: Likewise.
32956         * misc/mlock.c: Likewise.
32957         * misc/mlockall.c: Likewise.
32958         * misc/mmap.c: Likewise.
32959         * misc/mprotect.c: Likewise.
32960         * misc/msync.c: Likewise.
32961         * misc/munlock.c: Likewise.
32962         * misc/munlockall.c: Likewise.
32963         * misc/munmap.c: Likewise.
32964         * misc/preadv.c: Likewise.
32965         * misc/preadv64.c: Likewise.
32966         * misc/ptrace.c: Likewise.
32967         * misc/pwritev.c: Likewise.
32968         * misc/pwritev64.c: Likewise.
32969         * misc/readv.c: Likewise.
32970         * misc/reboot.c: Likewise.
32971         * misc/remap_file_pages.c: Likewise.
32972         * misc/removexattr.c: Likewise.
32973         * misc/revoke.c: Likewise.
32974         * misc/select.c: Likewise.
32975         * misc/setdomain.c: Likewise.
32976         * misc/setegid.c: Likewise.
32977         * misc/seteuid.c: Likewise.
32978         * misc/sethostid.c: Likewise.
32979         * misc/sethostname.c: Likewise.
32980         * misc/setregid.c: Likewise.
32981         * misc/setreuid.c: Likewise.
32982         * misc/setxattr.c: Likewise.
32983         * misc/sstk.c: Likewise.
32984         * misc/stty.c: Likewise.
32985         * misc/swapoff.c: Likewise.
32986         * misc/swapon.c: Likewise.
32987         * misc/sync.c: Likewise.
32988         * misc/syncfs.c: Likewise.
32989         * misc/syscall.c: Likewise.
32990         * misc/truncate.c: Likewise.
32991         * misc/ualarm.c: Likewise.
32992         * misc/usleep.c: Likewise.
32993         * misc/ustat.c: Likewise.
32994         * misc/utimes.c: Likewise.
32995         * misc/vhangup.c: Likewise.
32996         * misc/writev.c: Likewise.
32997         * posix/_exit.c: Likewise.
32998         * posix/alarm.c: Likewise.
32999         * posix/execve.c: Likewise.
33000         * posix/fexecve.c: Likewise.
33001         * posix/fork.c: Likewise.
33002         * posix/fpathconf.c: Likewise.
33003         * posix/getaddrinfo.c: Likewise.
33004         * posix/getegid.c: Likewise.
33005         * posix/geteuid.c: Likewise.
33006         * posix/getgid.c: Likewise.
33007         * posix/getgroups.c: Likewise.
33008         * posix/getlogin.c: Likewise.
33009         * posix/getlogin_r.c: Likewise.
33010         * posix/getpgid.c: Likewise.
33011         * posix/getpid.c: Likewise.
33012         * posix/getppid.c: Likewise.
33013         * posix/getresgid.c: Likewise.
33014         * posix/getresuid.c: Likewise.
33015         * posix/getsid.c: Likewise.
33016         * posix/getuid.c: Likewise.
33017         * posix/glob64.c: Likewise.
33018         * posix/nanosleep.c: Likewise.
33019         * posix/pathconf.c: Likewise.
33020         * posix/pause.c: Likewise.
33021         * posix/posix_madvise.c: Likewise.
33022         * posix/pread.c: Likewise.
33023         * posix/pread64.c: Likewise.
33024         * posix/pwrite.c: Likewise.
33025         * posix/pwrite64.c: Likewise.
33026         * posix/sched_getaffinity.c: Likewise.
33027         * posix/sched_getp.c: Likewise.
33028         * posix/sched_gets.c: Likewise.
33029         * posix/sched_primax.c: Likewise.
33030         * posix/sched_primin.c: Likewise.
33031         * posix/sched_rr_gi.c: Likewise.
33032         * posix/sched_setaffinity.c: Likewise.
33033         * posix/sched_setp.c: Likewise.
33034         * posix/sched_sets.c: Likewise.
33035         * posix/sched_yield.c: Likewise.
33036         * posix/setgid.c: Likewise.
33037         * posix/setlogin.c: Likewise.
33038         * posix/setpgid.c: Likewise.
33039         * posix/setresgid.c: Likewise.
33040         * posix/setresuid.c: Likewise.
33041         * posix/setsid.c: Likewise.
33042         * posix/setuid.c: Likewise.
33043         * posix/sleep.c: Likewise.
33044         * posix/spawni.c: Likewise.
33045         * posix/sysconf.c: Likewise.
33046         * posix/times.c: Likewise.
33047         * posix/wait.c: Likewise.
33048         * posix/wait3.c: Likewise.
33049         * posix/wait4.c: Likewise.
33050         * posix/waitpid.c: Likewise.
33051         * resolv/gai_sigqueue.c: Likewise.
33052         * resource/getpriority.c: Likewise.
33053         * resource/getrlimit.c: Likewise.
33054         * resource/getrusage.c: Likewise.
33055         * resource/nice.c: Likewise.
33056         * resource/setpriority.c: Likewise.
33057         * resource/setrlimit.c: Likewise.
33058         * resource/ulimit.c: Likewise.
33059         * rt/aio_cancel.c: Likewise.
33060         * rt/aio_fsync.c: Likewise.
33061         * rt/aio_read.c: Likewise.
33062         * rt/aio_sigqueue.c: Likewise.
33063         * rt/aio_suspend.c: Likewise.
33064         * rt/aio_write.c: Likewise.
33065         * rt/clock_getres.c: Likewise.
33066         * rt/clock_gettime.c: Likewise.
33067         * rt/clock_nanosleep.c: Likewise.
33068         * rt/clock_settime.c: Likewise.
33069         * rt/lio_listio.c: Likewise.
33070         * rt/mq_close.c: Likewise.
33071         * rt/mq_getattr.c: Likewise.
33072         * rt/mq_notify.c: Likewise.
33073         * rt/mq_open.c: Likewise.
33074         * rt/mq_receive.c: Likewise.
33075         * rt/mq_send.c: Likewise.
33076         * rt/mq_setattr.c: Likewise.
33077         * rt/mq_timedreceive.c: Likewise.
33078         * rt/mq_timedsend.c: Likewise.
33079         * rt/mq_unlink.c: Likewise.
33080         * rt/shm_open.c: Likewise.
33081         * rt/shm_unlink.c: Likewise.
33082         * rt/timer_create.c: Likewise.
33083         * rt/timer_delete.c: Likewise.
33084         * rt/timer_getoverr.c: Likewise.
33085         * rt/timer_gettime.c: Likewise.
33086         * rt/timer_settime.c: Likewise.
33087         * setjmp/__longjmp.c: Likewise.
33088         * setjmp/setjmp.c: Likewise.
33089         * signal/kill.c: Likewise.
33090         * signal/killpg.c: Likewise.
33091         * signal/raise.c: Likewise.
33092         * signal/sigaction.c: Likewise.
33093         * signal/sigaltstack.c: Likewise.
33094         * signal/sigblock.c: Likewise.
33095         * signal/sigignore.c: Likewise.
33096         * signal/sigintr.c: Likewise.
33097         * signal/signal.c: Likewise.
33098         * signal/sigpause.c: Likewise.
33099         * signal/sigpending.c: Likewise.
33100         * signal/sigqueue.c: Likewise.
33101         * signal/sigreturn.c: Likewise.
33102         * signal/sigset.c: Likewise.
33103         * signal/sigsetmask.c: Likewise.
33104         * signal/sigstack.c: Likewise.
33105         * signal/sigsuspend.c: Likewise.
33106         * signal/sigtimedwait.c: Likewise.
33107         * signal/sigvec.c: Likewise.
33108         * signal/sigwait.c: Likewise.
33109         * signal/sigwaitinfo.c: Likewise.
33110         * signal/sysv_signal.c: Likewise.
33111         * socket/accept.c: Likewise.
33112         * socket/accept4.c: Likewise.
33113         * socket/bind.c: Likewise.
33114         * socket/connect.c: Likewise.
33115         * socket/getpeername.c: Likewise.
33116         * socket/getsockname.c: Likewise.
33117         * socket/getsockopt.c: Likewise.
33118         * socket/isfdtype.c: Likewise.
33119         * socket/listen.c: Likewise.
33120         * socket/recv.c: Likewise.
33121         * socket/recvfrom.c: Likewise.
33122         * socket/recvmsg.c: Likewise.
33123         * socket/send.c: Likewise.
33124         * socket/sendmsg.c: Likewise.
33125         * socket/sendto.c: Likewise.
33126         * socket/setsockopt.c: Likewise.
33127         * socket/shutdown.c: Likewise.
33128         * socket/sockatmark.c: Likewise.
33129         * socket/socket.c: Likewise.
33130         * socket/socketpair.c: Likewise.
33131         * stdio-common/ctermid.c: Likewise.
33132         * stdio-common/cuserid.c: Likewise.
33133         * stdio-common/remove.c: Likewise.
33134         * stdio-common/rename.c: Likewise.
33135         * stdio-common/renameat.c: Likewise.
33136         * stdio-common/tempname.c: Likewise.
33137         * stdlib/getcontext.c: Likewise.
33138         * stdlib/makecontext.c: Likewise.
33139         * stdlib/setcontext.c: Likewise.
33140         * stdlib/swapcontext.c: Likewise.
33141         * stdlib/system.c: Likewise.
33142         * streams/fattach.c: Likewise.
33143         * streams/fdetach.c: Likewise.
33144         * streams/getmsg.c: Likewise.
33145         * streams/getpmsg.c: Likewise.
33146         * streams/putmsg.c: Likewise.
33147         * streams/putpmsg.c: Likewise.
33148         * sysdeps/unix/bsd/getpt.c: Likewise.
33149         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33150         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33151         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33153         Likewise.
33154         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33155         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33156         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33157         * sysvipc/msgctl.c: Likewise.
33158         * sysvipc/msgget.c: Likewise.
33159         * sysvipc/msgrcv.c: Likewise.
33160         * sysvipc/msgsnd.c: Likewise.
33161         * sysvipc/semctl.c: Likewise.
33162         * sysvipc/semget.c: Likewise.
33163         * sysvipc/semop.c: Likewise.
33164         * sysvipc/semtimedop.c: Likewise.
33165         * sysvipc/shmat.c: Likewise.
33166         * sysvipc/shmctl.c: Likewise.
33167         * sysvipc/shmdt.c: Likewise.
33168         * sysvipc/shmget.c: Likewise.
33169         * termios/tcdrain.c: Likewise.
33170         * termios/tcflow.c: Likewise.
33171         * termios/tcflush.c: Likewise.
33172         * termios/tcgetattr.c: Likewise.
33173         * termios/tcgetpgrp.c: Likewise.
33174         * termios/tcsendbrk.c: Likewise.
33175         * termios/tcsetattr.c: Likewise.
33176         * termios/tcsetpgrp.c: Likewise.
33177         * time/adjtime.c: Likewise.
33178         * time/clock.c: Likewise.
33179         * time/getitimer.c: Likewise.
33180         * time/gettimeofday.c: Likewise.
33181         * time/setitimer.c: Likewise.
33182         * time/settimeofday.c: Likewise.
33183         * time/stime.c: Likewise.
33184         * time/time.c: Likewise.
33185
33186 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33187
33188         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33189         /usr/old/bin.
33190
33191         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33192         instead of spaces.
33193         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33194
33195 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33196
33197         [BZ #14796]
33198         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33199         FE_TONEAREST before applying Dekker multiplication and Knuth
33200         addition.  Clear inexact exceptions and check for exact zero
33201         results afterwards.
33202         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33203         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33204         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33205         * math/libm-test.inc (fma_test): Add more tests.
33206         (fma_test_towardzero): Likewise.
33207         (fma_test_downward): Likewise.
33208         (fma_test_upward): Likewise.
33209         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33210         function.
33211         (libc_fesetround): New macro.
33212         (libc_fesetroundf): Likewise.
33213         (libc_fesetroundl): Likewise.
33214         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33215         function.
33216         (libc_fesetround_387): Likewise.
33217         (libc_fesetroundf): New macro.
33218         (libc_fesetround): Likewise.
33219         (libc_fesetroundl): Likewise.
33220         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33221         function.
33222         (libc_fesetroundf): New macro.
33223         (libc_fesetround): Likewise.
33224         (libc_fesetroundl): Likewise.
33225         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33226         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33227         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33228         libm_hidden_ver.
33229         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33230         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33231         libm_hidden_def.
33232         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33233         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33234         libm_hidden_ver.
33235         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33236         libm_hidden_def.
33237
33238         [BZ #3439]
33239         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33240         integer constant usable in #if and use that to give value to enum
33241         constant.
33242         (FE_DIVBYZERO): Likewise.
33243         (FE_UNDERFLOW): Likewise.
33244         (FE_OVERFLOW): Likewise.
33245         (FE_INVALID): Likewise.
33246         (FE_INVALID_SNAN): Likewise.
33247         (FE_INVALID_ISI): Likewise.
33248         (FE_INVALID_IDI): Likewise.
33249         (FE_INVALID_ZDZ): Likewise.
33250         (FE_INVALID_IMZ): Likewise.
33251         (FE_INVALID_COMPARE): Likewise.
33252         (FE_INVALID_SOFTWARE): Likewise.
33253         (FE_INVALID_SQRT): Likewise.
33254         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33255         (FE_TONEAREST): Likewise.
33256         (FE_TOWARDZERO): Likewise.
33257         (FE_UPWARD): Likewise.
33258         (FE_DOWNWARD): Likewise.
33259         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33260         (FE_DIVBYZERO): Likewise.
33261         (FE_OVERFLOW): Likewise.
33262         (FE_UNDERFLOW): Likewise.
33263         (FE_INEXACT): Likewise.
33264         (FE_TONEAREST): Likewise.
33265         (FE_DOWNWARD): Likewise.
33266         (FE_UPWARD): Likewise.
33267         (FE_TOWARDZERO): Likewise.
33268         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33269         (FE_UNDERFLOW): Likewise.
33270         (FE_OVERFLOW): Likewise.
33271         (FE_DIVBYZERO): Likewise.
33272         (FE_INVALID): Likewise.
33273         (FE_TONEAREST): Likewise.
33274         (FE_TOWARDZERO): Likewise.
33275         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33276         (FE_OVERFLOW): Likewise.
33277         (FE_UNDERFLOW): Likewise.
33278         (FE_DIVBYZERO): Likewise.
33279         (FE_INEXACT): Likewise.
33280         (FE_TONEAREST): Likewise.
33281         (FE_TOWARDZERO): Likewise.
33282         (FE_UPWARD): Likewise.
33283         (FE_DOWNWARD): Likewise.
33284         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33285         (FE_DIVBYZERO): Likewise.
33286         (FE_OVERFLOW): Likewise.
33287         (FE_UNDERFLOW): Likewise.
33288         (FE_INEXACT): Likewise.
33289         (FE_TONEAREST): Likewise.
33290         (FE_DOWNWARD): Likewise.
33291         (FE_UPWARD): Likewise.
33292         (FE_TOWARDZERO): Likewise.
33293
33294 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33295
33296         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33297
33298 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33299
33300         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33301         commands.  Quote $PWD.
33302         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33303         -x" by "export".
33304         (remove_newlines): Remove.
33305
33306 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33307
33308         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33309         * stdlib/stdlib.h (atof): Moved to ...
33310         * include/bits/stdlib-float.h: Here.  New file.
33311         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33312         * stdlib/bits/stdlib-float.h: New file.
33313         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33314         -mno-sse -mno-mmx.
33315         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33316         <xmmintrin.h>.
33317
33318 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33319
33320         * conform/conformtest.pl (@headers): Add fenv.h.
33321         * conform/data/fenv.h-data: New file.
33322         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33323         include of <math/fenv.h>.
33324
33325         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33326         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33327         && !UNIX98].  Enables tests for XOPEN2K8.
33328         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33329         POSIX2008]: Likewise.
33330
33331         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33332         (struct rusage): Do not expect type or its members.
33333
33334         [BZ #3439]
33335         * math/math.h (FP_NAN): Define macro to integer constant usable in
33336         #if and use that to give value to enum constant.
33337         (FP_INFINITE): Likewise.
33338         (FP_ZERO): Likewise.
33339         (FP_SUBNORMAL): Likewise.
33340         (FP_NORMAL): Likewise.
33341
33342 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33343
33344         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33345         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33346         arguments.
33347
33348 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33349
33350         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33351         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33352         autoconf-time if not.
33353         * configure.in: Remove AC_PREREQ.
33354
33355 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33356
33357         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33358         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33359         of the internal implementation.
33360
33361 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33362
33363         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33364         except include of <misc/sys/syslog.h>.
33365
33366 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33367
33368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33369         function returns with a NULL context exit with zero.
33370
33371 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33372
33373         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33374
33375 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33376
33377         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33378         (run_program_cmd): This.
33379         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33380         (tst_langinfo): New variable.  Use it.
33381
33382 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33383
33384         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33385         floating point opcodes.
33386
33387 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33388
33389         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33390         variable.
33391
33392         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33393
33394         * sysdeps/mach/hurd/powerpc: Remove directory.
33395         * sysdeps/mach/powerpc: Likewise.
33396
33397 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33398
33399         * scripts/check-local-headers.sh: Ignore c++ headers.
33400
33401 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33402
33403         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33404         __libc_cleanup_region_start argument.
33405
33406 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33407
33408         [BZ #14784]
33409         [BZ #14785]
33410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33411         x * y using scaling, not as x * y + z.
33412         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33413         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33414         * math/libm-test.inc (fma_test): Add more tests.
33415         (fma_test_towardzero): Likewise.
33416         (fma_test_downward): Likewise.
33417         (fma_test_upward): Likewise.
33418
33419 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33420
33421         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33422
33423 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33424
33425         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33426         New variable.
33427
33428 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33429
33430         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33431
33432 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33433
33434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33435         Fix sort order.
33436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33437         Likewise.
33438
33439 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33440
33441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33442         Fix the order of the list for glibc 2.17.
33443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33444         Likewise.
33445
33446 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33447
33448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33449
33450 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33451
33452         [BZ #14610]
33453         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33454         for low part of x being zero before using __atanl (y).
33455         * math/libm-test.inc (atan2_test): Add another test.
33456
33457         * manual/install.texi (Configuring and compiling): Document
33458         general use of test-wrapper and test-wrapper-env.
33459         * INSTALL: Regenerated.
33460
33461         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33462         (__fma): Do not extract and scale down low bits on after-rounding
33463         systems when result rounded to normal precision would have normal
33464         exponent.
33465         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33466         (__fmal): Do not extract and scale down low bits on after-rounding
33467         systems when result rounded to normal precision would have normal
33468         exponent.
33469         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33470         (__fmal): Do not extract and scale down low bits on after-rounding
33471         systems when result rounded to normal precision would have normal
33472         exponent.
33473         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33474         macro.
33475         (fma_test): Add more tests.
33476         (fma_test_towardzero): Likewise.
33477         (fma_test_downward): Likewise.
33478         (fma_test_upward): Likewise.
33479
33480 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33481
33482         * sysdeps/i386/tininess.h: Renamed to ...
33483         * sysdeps/x86/tininess.h: This.
33484         * sysdeps/x86_64/tininess.h: Removed.
33485
33486 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33487
33488         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33489         input.  Use $(build-program-cmd).
33490         ($(objpfx)tst-array1-static.out): Likewise.
33491         ($(objpfx)tst-array2.out): Likewise.
33492         ($(objpfx)tst-array3.out): Likewise.
33493         ($(objpfx)tst-array4.out): Likewise.
33494         ($(objpfx)tst-array5.out): Likewise.
33495         ($(objpfx)tst-array5-static.out): Likewise.
33496
33497 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33498
33499         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33500         if defined.
33501
33502         * nss/nsswitch.h (nss_interface_function): Provide new
33503         macro for use with NSS functions.
33504         * grp/initgroups.c: Use new macro.
33505         * nss/getXXbyYY.c: Likewise.
33506         * nss/getXXbyYY_r.c: Likewise.
33507         * nss/getXXent.c: Likewise.
33508         * nss/getXXent_r.c: Likewise.
33509         * sysdeps/posix/getaddrinfo.c: Likewise.
33510
33511 2012-10-30  Andreas Jaeger  <aj@suse.de>
33512
33513         * po/ru.po: Update Russion translation from translation project.
33514
33515 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33516
33517         [BZ #14152]
33518         [BZ #14783]
33519         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33520         result and shift together with sticky bit instead of replicating
33521         round-to-nearest rounding.
33522         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33523         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33524         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33525         missing underflow exceptions.
33526         (fma_test_towardzero): Add more tests.
33527         (fma_test_downward): Likewise.
33528         (fma_test_upward): Likewise.
33529
33530         [BZ #14047]
33531         * sysdeps/generic/tininess.h: New file.
33532         * sysdeps/i386/tininess.h: Likewise.
33533         * sysdeps/sh/tininess.h: Likewise.
33534         * sysdeps/x86_64/tininess.h: Likewise.
33535         * stdlib/tst-strtod-underflow.c: Likewise.
33536         * stdlib/tst-tininess.c: Likewise.
33537         * stdlib/strtod_l.c: Include <tininess.h>.
33538         (round_and_return): Do not set errno for exact underflow cases.
33539         Force an underflow exception when setting errno for underflow.
33540         Determine underflow based on rounding to normal precision if
33541         TININESS_AFTER_ROUNDING.
33542         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33543         ERANGE for exact underflow cases.
33544         * stdlib/Makefile (tests): Add tst-tininess and
33545         tst-strtod-underflow.
33546         ($(objpfx)tst-tininess): Use $(link-libm).
33547         ($(objpfx)tst-strtod-underflow): Likewise.
33548
33549 2012-10-30  Andreas Jaeger  <aj@suse.de>
33550
33551         [BZ#14767]
33552         * elf/Makefile (tests): Remove conditional for have-initfini-array
33553         since this is now always required and the variable does not exist
33554         anymore.
33555         (tests-static): Likewise.
33556         (modules-names): Likewise.
33557
33558         * po/eo.po: Add Esperanto translation from translation project.
33559
33560         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33561         merged with constructor/destructor.
33562         (init_array): Likewise.
33563         * elf/tst-array2dep.c (fini_array): Likewise.
33564         (init_array): Likewise.
33565
33566 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33567
33568         * manual/message.texi: Delete @cartouche tags.
33569
33570 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33571
33572         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33573         EOPNOTSUPP.
33574         * sysdeps/mach/hurd/fsync.c: Likewise.
33575
33576         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33577         [_POSIX_REALTIME_SIGNALS]: Change condition to
33578         [_POSIX_REALTIME_SIGNALS > 0].
33579
33580 2012-10-27  Andreas Jaeger  <aj@suse.de>
33581
33582         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33583         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33584         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33585         [__WORDSIZE != 64]: Likewise.
33586
33587 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33588
33589         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33590         *  iconvdata/tst-tables.sh: Likewise.
33591
33592 2012-10-25  David S. Miller  <davem@davemloft.net>
33593
33594         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33595         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33596         of strtoull.
33597
33598         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33599         ifunc-impl-list.c
33600         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33601         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33602         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33603         file.
33604
33605 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33606
33607         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33608         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33609         __getdirentries.
33610
33611 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33612             Jim Blandy  <jimb@codesourcery.com>
33613
33614         * scripts/cross-test-ssh.sh: New file.
33615         * manual/install.texi (Configuring and compiling): Document use of
33616         cross-test-ssh.sh.
33617         * INSTALL: Regenerated.
33618
33619 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33620
33621         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33622         EOPNOTSUPP.
33623
33624 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33625
33626         * Makeconfig (run-program-prefix): Fix comment.
33627
33628 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33629             Jim Blandy  <jimb@codesourcery.com>
33630
33631         * Makeconfig (test-wrapper): New variable,
33632         (test-wrapper-env): Likewise.
33633         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33634         (run-built-tests): Define to yes.
33635         (run-program-prefix): Use $(test-wrapper).
33636         (built-program-cmd): Likewise.
33637         * Rules (make-test-out): Use $(test-wrapper-env) and
33638         $(host-built-program-cmd).
33639         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33640         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33641         tst-pathopt.sh.
33642         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33643         $(test-wrapper-env) to tst-rtld-load-self.sh.
33644         ($(objpfx)order2.out): Use $(test-wrapper).
33645         ($(objpfx)tst-initorder.out): Likewise.
33646         ($(objpfx)tst-initorder2.out): Likewise.
33647         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33648         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33649         (test_wrapper_env): New variable.  Use it to run ld.so.
33650         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33651         Use it to run ld.so.
33652         (test_wrapper_env): Likewise.
33653         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33654         $(test-wrapper) to run-iconv-test.sh.
33655         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33656         (ICONV): Use $test_wrapper.
33657         * posix/Makefile ($(objpfx)globtest.out): Pass
33658         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33659         globtest.sh, not $(run-program-prefix).
33660         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33661         (test_wrapper): Likewise.
33662         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33663         set together with run_via_rtld_prefix.
33664         (run_program_prefix): Define in terms of test_wrapper and
33665         run_via_rtld_prefix.
33666
33667 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33668
33669         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33670         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33671         Targets removed.
33672
33673         [BZ #14743]
33674         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33675         Declare __clock_getres, __clock_gettime, __clock_settime,
33676         __clock_nanosleep, and __clock_getcpuclockid.
33677         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33678         Remove librt_hidden_def (clock_gettime).
33679         * sysdeps/unix/clock_gettime.c: Likewise.
33680         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33681         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33682         * rt/clock_getres.c: Define __clock_getres as an alias.
33683         * sysdeps/posix/clock_getres.c: Likewise.
33684         * rt/clock_settime.c: Define __clock_settime as an alias.
33685         * sysdeps/unix/clock_settime.c: Likewise.
33686         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33687         * sysdeps/unix/clock_nanosleep.c: Likewise.
33688         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33689         * rt/clock-compat.c: New file.
33690         * rt/Makefile (librt-routines): Add clock-compat and move
33691         $(clock-routines) to ...
33692         (routines): ... here, new variable.
33693         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33694         Don't add get_clockfreq here.
33695         * rt/Versions (libc: GLIBC_2.17): New version set.
33696         Add clock_* symbols here.
33697         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33698         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33699         (GLIBC_2.17): Add clock_* symbols.
33700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33702         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33704         Likewise.
33705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33706         Likewise.
33707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33710         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33711         * NEWS: Mention the move.
33712
33713         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33714         Use __open, __read, __close rather than their public counterparts.
33715         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33716         (__get_clockfreq_via_cpuinfo): Likewise.
33717         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33718         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33719
33720         * config.h.in (HAVE_IFUNC): New #undef.
33721         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33722         was successful.
33723         * configure: Regenerated.
33724
33725 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33726
33727         * configure.in: Move READELF check to start of file.
33728         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33729         libc_cv_asm_gnu_indirect_function in the process.
33730         * configure: Regenerated.
33731
33732 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33733
33734         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33735         send the output to /dev/null.
33736         (libc_cv_cc_with_libunwind): Likewise.
33737         (libc_cv_as_noexecstack): Likewise.
33738         * configure: Regenerate.
33739
33740 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33741
33742         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33743
33744         * posix/globtest.sh (TMPDIR): Do not set.
33745         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33746         (testout): Likewise.
33747
33748 2012-10-24  Andreas Jaeger  <aj@suse.de>
33749
33750         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33751         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33752         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33753         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33754         posix_fadvise64, posix_fallocate64.
33755
33756         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33757         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33758         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33759         Likewise.
33760         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33761         Likewise.
33762         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33763
33764         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33765         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33766         <bits/fcntl-linux.h>.
33767         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33768
33769         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33770         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33771         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33772         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33773         [__WORDSIZE != 64]: Likewise.
33774
33775 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33776
33777         * Makeconfig (run-built-tests): New variable.
33778         * Rules [$(cross-compiling) = yes]: Change condition to
33779         [$(run-built-tests) = no].
33780         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33781         to [$(run-built-tests) = yes].
33782         * elf/Makefile [$(cross-compiling) = no]: Likewise
33783         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33784         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33785         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33786         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33787         * io/Makefile [$(cross-compiling) = no]: Likewise.
33788         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33789         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33790         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33791         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33792         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33793         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33794         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33795         * string/Makefile [$(cross-compiling) = no]: Likewise.
33796
33797         * posix/Makefile ($(objpfx)globtest.out): Pass
33798         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33799         $(rtld-installed-name).
33800         * posix/globtest.sh (elf_objpfx): Remove variable.
33801         (rtld_installed_name): Likewise.
33802         (library_path): Likewise.
33803         (run_program_prefix): New variable.  Use for running globtest
33804         binary.
33805
33806 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33807             Joseph Myers  <joseph@codesourcery.com>
33808
33809         * Makeconfig (host-built-program-cmd): New variable.
33810         * elf/Makefile (tst-stackguard1-ARGS): Use
33811         $(host-built-program-cmd).
33812         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33813         (tst-spawn-ARGS): Likewise.
33814         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33815
33816 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33817             Jim Blandy  <jimb@codesourcery.com>
33818
33819         * Makeconfig (run-via-rtld-prefix): New variable.
33820         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33821         (built-program-cmd): Likewise.
33822
33823 2012-10-22  Andreas Jaeger  <aj@suse.de>
33824
33825         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33826         __O_RSYNC if it exists, otherwise to O_SYNC.
33827
33828 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33829             Joseph Myers  <joseph@codesourcery.com>
33830
33831         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33832         /dev/null.
33833         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33834         from /dev/null
33835         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33836         /dev/null.
33837
33838 2012-10-22  Andreas Jaeger  <aj@suse.de>
33839
33840         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33841         Define always.
33842         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33843
33844         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33845         bits/fcntl-linux.h.
33846
33847         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33848         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33849
33850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33851         to __O_LARGEFILE.
33852         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33853         to __O_LARGEFILE.
33854
33855 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33856             Joseph Myers  <joseph@codesourcery.com>
33857
33858         * config.make.in (NM): New variable.
33859
33860 2012-10-21  Andreas Jaeger  <aj@suse.de>
33861
33862         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33863         definitions and declarations that are provided by
33864         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33865
33866 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33867
33868         [BZ #14683]
33869         * elf/Makefile (tests-static): Add tst-leaks1-static.
33870         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33871         ($(objpfx)tst-leaks1-static): New rule.
33872         ($(objpfx)tst-leaks1-static-mem): Likewise.
33873         (tst-leaks1-static-ENV): New macro.
33874         * elf/dl-open.c (dl_open_worker): Check the main application
33875         only if SHARED is defined.
33876         * elf/tst-leaks1-static.c: New file.
33877
33878 2012-10-20  Andreas Jaeger  <aj@suse.de>
33879
33880         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33881         generic values for Linux.
33882         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33883         and declarations that are provided by <bits/fcntl-linux.h> and
33884         include <bits/fcntl-linux.h>.
33885         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33886         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33887
33888 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33889
33890         * io/fcntl.h: Move include of <bits/types.h> to the top and
33891         include it unconditionally.
33892
33893 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33894
33895         * wcsmbs/Makefile (tests-ifunc): New variable.
33896         (tests): Add $(tests-ifunc).
33897         * wcsmbs/test-wcschr-ifunc.c: New file.
33898         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33899         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33900         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33901         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33902         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33903
33904         * string/Makefile (tests-ifunc): New variable.
33905         (tests): Add $(tests-ifunc).
33906         * string/test-memccpy.c (TEST_NAME): New macro.
33907         * string/test-memchr.c (TEST_NAME): Likewise.
33908         * string/test-memcmp.c (TEST_NAME): Likewise.
33909         * string/test-memcpy.c (TEST_NAME): Likewise.
33910         * string/test-memmem.c (TEST_NAME): Likewise.
33911         * string/test-memmove.c (TEST_NAME): Likewise.
33912         * string/test-memset.c (TEST_NAME): Likewise.
33913         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33914         * string/test-stpcpy.c (TEST_NAME): Likewise.
33915         * string/test-stpncpy.c (TEST_NAME): Likewise.
33916         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33917         * string/test-strcasestr.c (TEST_NAME): Likewise.
33918         * string/test-strcat.c (TEST_NAME): Likewise.
33919         * string/test-strchr.c (TEST_NAME): Likewise.
33920         * string/test-strcmp.c(TEST_NAME): Likewise.
33921         * string/test-strcpy.c (TEST_NAME): Likewise.
33922         * string/test-strcspn.c (TEST_NAME): Likewise.
33923         * string/test-strlen.c (TEST_NAME): Likewise.
33924         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33925         * string/test-strncmp.c (TEST_NAME): Likewise.
33926         * string/test-strncpy.c (TEST_NAME): Likewise.
33927         * string/test-strnlen.c (TEST_NAME): Likewise.
33928         * string/test-strpbrk.c (TEST_NAME): Likewise.
33929         * string/test-strrchr.c (TEST_NAME): Likewise.
33930         * string/test-strspn.c (TEST_NAME): Likewise.
33931         * string/test-strstr.c (TEST_NAME): Likewise.
33932         * string/test-bcopy-ifunc.c: New file.
33933         * string/test-bzero-ifunc.c: Likewise.
33934         * string/test-memccpy-ifunc.c: Likewise.
33935         * string/test-memchr-ifunc.c: Likewise.
33936         * string/test-memcmp-ifunc.c: Likewise.
33937         * string/test-memcpy-ifunc.c: Likewise.
33938         * string/test-memmem-ifunc.c: Likewise.
33939         * string/test-memmove-ifunc.c: Likewise.
33940         * string/test-mempcpy-ifunc.c: Likewise.
33941         * string/test-memset-ifunc.c: Likewise.
33942         * string/test-rawmemchr-ifunc.c: Likewise.
33943         * string/test-stpcpy-ifunc.c: Likewise.
33944         * string/test-stpncpy-ifunc.c: Likewise.
33945         * string/test-strcasecmp-ifunc.c: Likewise.
33946         * string/test-strcasestr-ifunc.c: Likewise.
33947         * string/test-strcat-ifunc.c: Likewise.
33948         * string/test-strchr-ifunc.c: Likewise.
33949         * string/test-strchrnul-ifunc.c: Likewise.
33950         * string/test-strcmp-ifunc.c: Likewise.
33951         * string/test-strcpy-ifunc.c: Likewise.
33952         * string/test-strcspn-ifunc.c: Likewise.
33953         * string/test-strlen-ifunc.c: Likewise.
33954         * string/test-strncasecmp-ifunc.c: Likewise.
33955         * string/test-strncat-ifunc.c: Likewise.
33956         * string/test-strncmp-ifunc.c: Likewise.
33957         * string/test-strncpy-ifunc.c: Likewise.
33958         * string/test-strnlen-ifunc.c: Likewise.
33959         * string/test-strpbrk-ifunc.c: Likewise.
33960         * string/test-strrchr-ifunc.c: Likewise.
33961         * string/test-strspn-ifunc.c: Likewise.
33962         * string/test-strstr-ifunc.c: Likewise.
33963
33964         * debug/Makefile (tests-ifunc): New variable.
33965         (tests): Add $(tests-ifunc).
33966         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33967         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33968         * debug/test-stpcpy_chk-ifunc.c: New file.
33969         * debug/test-strcpy_chk-ifunc.c: Likewise.
33970
33971 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33972
33973         [BZ #13601]
33974         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33975         header is not read in.
33976
33977 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33978
33979         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33980         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33981         directly.  Pass built executable to script as
33982         $(built-program-cmd).
33983         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33984         $testprogram without using LD_LIBRARY_PATH and $ldso.
33985
33986         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33987         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33988         $(rtld-installed-name).
33989         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33990         (rtld_installed_name): Likewise.
33991         (library_path): Likewise.
33992         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33993         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33994         $(run-program-prefix) to tst-tables.sh.
33995         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33996         it to run tst-table-from and tst-table-to.
33997         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33998         Pass it to tst-table.sh.
33999         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34000         $(run-program-prefix) to tst-gettext.sh.
34001         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34002         tst-translit.sh.
34003         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34004         tst-gettext2.sh.
34005         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34006         to run tst-gettext.
34007         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34008         to run tst-gettext2.
34009         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34010         to run tst-translit.
34011         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34012         $(run-program-prefix) to tst-mtrace.sh.
34013         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34014         to run tst-mtrace.
34015         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34016         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34017         $(rtld-installed-name).
34018         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34019         (rtld_installed_name): Likewise.
34020         (run_program_prefix): New variable.  Use it to run wordexp-test.
34021
34022         * Makeconfig (ARCH): Remove all definitions.
34023         (machine): Likewise.
34024         [ARCH]: Remove conditional code.
34025         [!objdir]: Give error.
34026         [!objdir] (objpfx): Remove.
34027         [!objdir] (common-objpfx): Likewise.
34028         [!objdir] (common-objdir): Likewise.
34029         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34030         AC_CONFIG_FILES call.
34031         * configure: Regenerated.
34032
34033         [BZ #13888]
34034         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34035         or TMPDIR.
34036         (testout): Likewise.
34037
34038         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34039         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34040         $(rtld-installed-name).
34041         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34042         (rtld_installed_name): Likwise.
34043         (runit): Remove function.
34044         (run_getconf): New variable,  Use it for running getconf binary.
34045
34046 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34047
34048         [BZ #14716]
34049         * string/test-memmem.c (check_result): New function.
34050         (do_one_test): Use it.
34051         (check1): New function.
34052         (test_main): Use it.
34053
34054 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34055
34056         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34057
34058 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34059
34060         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34061         (_G_LSEEK64): Likewise.
34062         (_G_MMAP64): Likewise.
34063         (_G_FSTAT64): Likewise.
34064         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34065         (_G_LSEEK64): Likewise.
34066         (_G_MMAP64): Likewise.
34067         (_G_FSTAT64): Likewise.
34068         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34069         unconditional.  Call __mmap64 directly.
34070         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34071         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34072         __lseek64 directly.
34073         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34074         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34075         __mmap64 directly.
34076         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34077         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34078         __lseek64 directly.
34079         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34080         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34081         __lseek64 directly.
34082         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34083         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34084         __lseek64 directly.
34085         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34086         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34087         __fxstat64 directly.
34088         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34089         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34090         unconditional.
34091         (freopen64) [!_G_OPEN64]: Remove conditional code.
34092         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34093         unconditional.
34094         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34095         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34096         unconditional.
34097         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34098         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34099         unconditional.
34100         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34101         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34102         unconditional.
34103         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34104         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34105         unconditional.
34106         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34107         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34108         unconditional.
34109         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34110         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34111         unconditional.
34112         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34113
34114 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34115
34116         [BZ #12140]
34117         * manual/memory.texi (Malloc Tunable Parameters): Add note
34118         about free list pointers overwriting some perturb bytes.
34119         Wording suggested by Roland McGrath.
34120
34121 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34122
34123         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34124         (lgamma_test): Likewise.
34125         (tgamma_test): Likewise.
34126
34127 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34128
34129         [BZ #14700]
34130         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34131         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34132
34133 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34134
34135         * NEWS: Mention BZ #14716.
34136         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34137         when removing AVAILABLE1_USES_J macro.
34138
34139 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34140
34141         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34142         (__bswap_64): __uint64_t for unsigned 64-bit int.
34143
34144 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34145
34146         * include/string.h (memmem): Declare libc hidden alias.
34147         * string/memmem.c (memmem): Define libc hidden alias.
34148         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34149         __read, __close instead of open, read, close.
34150
34151 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34152
34153         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34154         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34155         global and hidden.
34156         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34157         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34158         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34159         Likewise.
34160         (__rawmemchr_sse2): Likewise.
34161         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34162         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34163         (__strchr_sse2): Likewise.
34164         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34165         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34166         (__strcasecmp_sse2): Likewise.
34167         (__strncasecmp_sse2): Likewise.
34168         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34169         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34170         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34171         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34172         (__strrchr_sse2): Likewise.
34173         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34174         ifunc-impl-list.c.
34175         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34176         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34177         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34178         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34179         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34180         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34181         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34182         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34183         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34184         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34185         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34186         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34187         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34188         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34189         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34190         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34191         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34192         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34193         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34194         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34195         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34196         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34197         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34198         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34199         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34200         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34201         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34202         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34203         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34204         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34205
34206         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34207         global and hidden.
34208         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34209         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34210         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34211         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34212         Likewise.
34213         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34214         Likewise.
34215         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34216         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34217         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34218         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34219         ifunc-impl-list.c.
34220         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34221         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34222         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34223         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34224         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34225         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34226         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34227         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34228         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34229         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34230         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34231         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34232         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34233         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34234         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34235         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34236         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34237         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34238         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34239         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34240         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34241         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34242         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34243         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34244         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34245         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34246         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34247         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34248         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34249         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34250         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34251         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34252         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34253         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34254         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34255         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34256         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34257         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34258         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34259         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34260         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34261
34262         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34263         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34264         * include/ifunc-impl-list.h: New file.
34265         * misc/ifunc-impl-list.c: Likewise.
34266         * misc/Makefile (routines): Add ifunc-impl-list.
34267         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34268         * string/test-string.h: Include <ifunc-impl-list.h>.
34269         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34270         TEST_NAME]: New variables.
34271         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34272         are defined.
34273         (test_init): Call __libc_ifunc_impl_list to initialize
34274         func_list if TEST_IFUNC and TEST_NAME are defined.
34275
34276         * string/Makefile (strop-tests): Add bcopy and bzero.
34277         * string/test-bcopy.c: New file.
34278         * string/test-bzero.c: Likewise.
34279         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34280         defined.
34281         * string/test-memset.c: Support bzero test if TEST_BZERO is
34282         defined.
34283         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34284         __libc_memmove.
34285         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34286         __libc_memset.
34287         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34288         of memset.
34289
34290 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34291
34292         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34293         * configure: Regenerated.
34294
34295         * Makeconfig (+link-static-before-libc): Don't include
34296         $(link-static-libc).
34297
34298         * libio/libio.h (_IO_pos_t): Remove.
34299
34300 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34301
34302         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34303         McGrath.
34304
34305 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34306
34307         * crypt/crypt-entry.c: Include fips-private.h.
34308         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34309         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34310         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34311         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34312
34313 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34314
34315         * crypt/crypt-private.h: Include stdbool.h.
34316         (_ufc_setup_salt_r): Return bool.
34317         * crypt/crypt-entry.c: Include errno.h.
34318         (__crypt_r): Return NULL with EINVAL for bad salt.
34319         * crypt/crypt_util.c (bad_for_salt): New.
34320         (_ufc_setup_salt_r): Check that salt is long enough and within
34321         the specified alphabet.
34322         * crypt/badsalttest.c: New file.
34323         * crypt/Makefile (tests): Add it.
34324         ($(objpfx)badsalttest): New.
34325
34326 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34327
34328         * NEWS: Add entry for BZ #14602.
34329
34330 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34331
34332         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34333         type-generic.
34334         * math/libm-test.inc: Update comment listing what functions and
34335         macros are tested.
34336         (isgreater_test): New function.
34337         (isgreaterequal_test): Likewise.
34338         (isless_test): Likewise.
34339         (islessequal_test): Likewise.
34340         (islessgreater_test): Likewise.
34341         (isunordered_test): Likewise.
34342         (main): Call the new functions.
34343
34344 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34345
34346         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34347         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34348         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34349         * sysdeps/i386/configure: Regenerated.
34350         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34351         * sysdeps/mach/configure: Regenerated.
34352         * sysdeps/mach/hurd/configure: Regenerated.
34353         * sysdeps/powerpc/configure: Regenerated.
34354         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34355         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34356         * sysdeps/s390/s390-32/configure: Regenerated.
34357         * sysdeps/s390/s390-64/configure: Regenerated.
34358         * sysdeps/sh/configure: Regenerated.
34359         * sysdeps/sparc/configure: Regenerated.
34360         * sysdeps/unix/sysv/linux/configure: Regenerated.
34361         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34362         * sysdeps/x86_64/configure: Regenerated.
34363
34364         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34365         defined.  Don't check if MAP is NULL.
34366
34367 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34368
34369         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34370         (_G_stat64): Likewise.
34371         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34372         (_G_stat64): Likewise.
34373         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34374         instead of struct _G_stat64.
34375         * libio/fileops.c (mmap_remap_check): Likewise.
34376         (decide_maybe_mmap): Likewise.
34377         (_IO_new_file_seekoff): Likewise.
34378         (_IO_file_stat): Likewise.
34379         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34380         _G_off64_t.
34381         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34382         instead of struct _G_stat64.
34383         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34384
34385 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34386
34387         [BZ #14602]
34388         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34389         Replace with ...
34390         (CHECK_EOL): New macro.
34391         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34392         CHECK_EOL.
34393         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34394         Replace with CHECK_EOL.
34395         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34396         Replace with CHECK_EOL.
34397
34398 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34399
34400         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34401         type-generic.
34402         * math/libm-test.inc: Update comment listing what functions and
34403         macros are tested.
34404         (finite_test): New function.
34405         (isinf_test): Likewise.
34406         (isnan_test): Likewise.
34407         (fpclassify_test): Test subnormal input.
34408         (isfinite_test): Likewise.
34409         (isnormal_test): Likewise.
34410         (main): Call the new functions.
34411
34412 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34413
34414         [BZ #14660]
34415         * Makerules (%.dynsym): Force C locale when running
34416         $(OBJDUMP) --dynamic-syms.
34417
34418 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34419
34420         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34421         <stdint.h>.
34422
34423 2012-10-06  David S. Miller  <davem@davemloft.net>
34424
34425         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34426         upper 32-bits of the length value in %o2 since we use branch-on-register
34427         tests which consider the entire 64-bit register.
34428
34429 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34430
34431         * string/test-strstr.c (check2): Add a test for page boundary.
34432
34433 2012-10-05  David S. Miller  <davem@davemloft.net>
34434
34435         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34436         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34437         file.
34438         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34439         sysdep_routines.
34440         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34441         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34442         and bzero when HWCAP_SPARC_CRYPTO is present.
34443
34444 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34445
34446         [BZ #14602]
34447         * string/test-strstr.c (check2): New function.
34448         (test_main): Call check2.
34449
34450         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34451         and bug-strchr1.
34452         * string/bug-strcasestr1.c (do_test): Moved to ...
34453         * string/test-strcasestr.c (check1): Here.  New function.
34454         (do_one_test): Break out result checking code into ...
34455         (check_result): This.  New function.
34456         (do_one_test): Call check_result.
34457         (test_main): Call check1.
34458         * string/bug-strchr1.c (do_test): Moved to ...
34459         * string/test-strchr.c (check1): Here.  New function.
34460         (do_one_test): Break out result checking code into ...
34461         (check_result): This.  New function.
34462         (do_one_test): Call check_result.
34463         (test_main): Call check1.
34464         * string/bug-strstr1.c (main): Moved to ...
34465         * string/test-strstr.c (check1): Here.  New function.
34466         (do_one_test): Break out result checking code into ...
34467         (check_result): This.  New function.
34468         (do_one_test): Call check_result.
34469         (test_main): Call check1.
34470         * string/bug-strcasestr1.c: Removed.
34471         * string/bug-strchr1.c: Likewise.
34472         * string/bug-strstr1.c: Likewise.
34473
34474         * elf/Makefile (dl-routines): Add hwcaps.
34475         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34476         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34477         (_dl_important_hwcaps): Moved to ...
34478         * elf/dl-hwcaps.c: Here.  New file.
34479         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34480
34481         [BZ #14557]
34482         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34483         if IS_IN_rtld isn't defined.
34484
34485         * elf/dl-support.c (_dl_sysinfo_map): New.
34486         Include "get-dynamic-info.h" and "setup-vdso.h".
34487         (_dl_non_dynamic_init): Call setup_vdso.
34488         * elf/dynamic-link.h: Don't include <assert.h>.
34489         (elf_get_dynamic_info): Moved to ...
34490         * elf/get-dynamic-info.h: Here.  New file.
34491         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34492         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34493         * elf/setup-vdso.h: Here.  New file.
34494         * elf/rtld.c: Include "setup-vdso.h".
34495         (dl_main): Call setup_vdso.
34496
34497 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34498
34499         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34500         creal in comment listing functions tested.  List finite, isinf,
34501         isnan, isless, islessequal, isgreater, isgreaterequal,
34502         islessgreater, isunordered, lgamma_r and pow10 as functions and
34503         macros not tested.  Mention which functions not tested are aliases
34504         for other functions.  Fix typo.  Note that signs of NaNs are not
34505         tested.
34506
34507         * scripts/config.guess: Update from config.git.
34508         * scripts/config.sub: Likewise.
34509
34510 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34511
34512         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34513         * misc/madvise.c (madvise): Renamed to __madvise.
34514         Make madvise a weak alias.
34515         * include/sys/mman.h: Declare __madvise.
34516         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34517         * sysdeps/unix/syscalls.list
34518         (madvise): Make __madvise the strong name, and madvise a weak alias.
34519         * sysdeps/unix/sysv/linux/syscalls.list
34520         (madvise, mmap): Remove redundant entries.
34521         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34522         * malloc/malloc.c (mtrim): Likewise.
34523         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34524
34525 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34526
34527         * sysdeps/mach/hurd/dl-cache.c: File removed.
34528         * config.h.in (USE_LDCONFIG): New #undef.
34529         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34530         * configure: Regenerated.
34531         * elf/Makefile (dl-routines): Add dl-cache only under
34532         [$(use-ldconfig) = yes].
34533         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34534         cache on [USE_LDCONFIG].
34535         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34536         [USE_LDCONFIG].
34537         * elf/rtld.c (dl_main): Likewise.
34538
34539 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34540
34541         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34542         _SC_LEVEL4_CACHE_LINESIZE.
34543
34544 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34545
34546         * sysdeps/unix/bsd/confstr.h: File removed.
34547
34548 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34549
34550         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34551         sys/sdt-config.h.
34552
34553 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34554
34555         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34556         Make 'mapoff' field ElfW(Off) rather than off_t.
34557
34558 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34559
34560         * nscd/Makefile: Remove nscd-cflags and all its users.
34561         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34562         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34563
34564         [BZ #10631]
34565         * malloc.c (malloc_printerr): Clarify error message.
34566
34567 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34568
34569         [BZ #14648]
34570         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34571         Set bit_FMA_Usable if FMA is supported.
34572         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34573         macro.
34574         (bit_FMA4_Usable): Updated.
34575         (index_FMA_Usable): New macro.
34576         (CPUID_FMA): Likewise
34577         (HAS_FMA): Defined with bit_FMA_Usable.
34578
34579 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34580
34581         * bits/types.h (__swblk_t): Type removed.
34582         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34583         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34584         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34585         (__SWBLK_T_TYPE): Likewise.
34586         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34587         (__SWBLK_T_TYPE): Likewise.
34588         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34589         (__SWBLK_T_TYPE): Likewise.
34590         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34591         (__SWBLK_T_TYPE): Likewise.
34592
34593 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34594             Honza Horak <hhorak@redhat.com>
34595
34596         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34597         (xdr_mapname): Use YPMAXMAP as maxsize.
34598         (xdr_peername): Use YPMAXPEER as maxsize.
34599         (xdr_keydat): Use YPAXRECORD as maxsize.
34600         (xdr_valdat): Use YPMAXRECORD as maxsize.
34601
34602 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34603
34604         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34605
34606         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34607         * csu/init-first.c: ... here.
34608         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34609         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34610         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34611         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34612         * sysdeps/i386/init-first.c: File removed.
34613         * sysdeps/sh/init-first.c: File removed.
34614
34615 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34616
34617         [BZ #14645]
34618         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34619         if x * y might underflow to zero and z is zero.
34620         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34621         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34622         * math/libm-test.inc (min_subnorm_value): New variable.
34623         (fma_test): Add more tests.
34624         (fma_test_towardzero): Likewise.
34625         (fma_test_downward): Likewise
34626         (fma_test_upward): Likewise.
34627         (initialize): Set min_subnorm_value.
34628
34629 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34630
34631         [BZ #14638]
34632         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34633         0 + 0.
34634         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34635         mode for addition resulting in exact zero.
34636         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34637         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34638         exact 0 + 0.
34639         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34640         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34641         * math/libm-test.inc (fma_test): Add more tests.
34642         (fma_test_towardzero): New function.
34643         (fma_test_downward): Likewise.
34644         (fma_test_upward): Likewise.
34645         (main): Call the new functions.
34646
34647 2012-09-28  David S. Miller  <davem@davemloft.net>
34648
34649         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34650
34651 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34652
34653         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34654         instead of SIGALRM.
34655
34656         * sysdeps/gnu/_G_config.h: Moved to ...
34657         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34658         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34659         * sysdeps/generic/_G_config.h: ... here.
34660
34661         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34662
34663         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34664
34665         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34666         Conditionalize target on [libnss_test1.so-version].
34667
34668         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34669
34670         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34671         (elfobjdir): Move out of conditionals.
34672
34673         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34674         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34675         (__nss_lookup_function): Conditionalize label remove_from_tree on
34676         [!DO_STATIC_NSS || SHARED], matching its only use.
34677
34678 2012-09-28  David S. Miller  <davem@davemloft.net>
34679
34680         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34681         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34682         file.
34683         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34684         sysdep_routines.
34685         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34686         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34687         when HWCAP_SPARC_CRYPTO is present.
34688
34689 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34690
34691         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34692
34693 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34694
34695         [BZ #6530]
34696         * stdio-common/vfprintf.c (process_string_arg): Revert
34697         2000-07-22 change.
34698
34699 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34700
34701         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34702         for testcase.
34703         * stdio-common/tst-sprintf.c: Include <locale.h>
34704         (main): Test sprintf's handling of incomplete multibyte
34705         characters.
34706
34707 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34708
34709         * elf/dl-runtime.c (VERSYMIDX): Removed.
34710         * elf/dl-version.c (VERSYMIDX): Likewise.
34711         * elf/do-rel.h (VERSYMIDX): Likewise.
34712         (VALIDX): Likewise.
34713         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34714         * elf/rtld.c (VALIDX): Likewise.
34715         (ADDRIDX): Likewise.
34716         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34717         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34718         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34719         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34720         (VALIDX): Likewise.
34721         (ADDRIDX): Likewise.
34722
34723 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34724
34725         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34726
34727 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34728
34729         [BZ #11438]
34730         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34731         to global scope.
34732         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34733         addresses are in the same scope as 192.0.2/24.
34734         * posix/gai.conf: Document new scope table defaults.
34735
34736 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34737
34738         [BZ #5298]
34739         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34740         for ftell.  Compute offsets from write pointers instead.
34741         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34742
34743 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34744
34745         [BZ #14543]
34746         * libio/Makefile (tests): New test case tst-fseek.
34747         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34748         combination works in wide mode.
34749         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34750         state when the external buffer state changes.
34751
34752 2012-09-27  David S. Miller  <davem@davemloft.net>
34753
34754         [BZ #14376]
34755         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34756         pass reloc->r_addend in as the 'high' argument to
34757         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34758
34759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34760
34761 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34762
34763         * rt/tst-aio2.c: Include <pthread.h>.
34764         * rt/tst-aio3.c: Likewise.
34765
34766 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34767
34768         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34769
34770 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34771
34772         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34773         contents on [SHARED].
34774
34775 2012-09-26  Marek Polacek  <polacek@redhat.com>
34776
34777         [BZ #14530]
34778         [BZ #13741]
34779         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34780         for C++ and GCC <4.3 as well as for non GCC compilers.
34781
34782 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34783
34784         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34785
34786 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34787
34788         * Makefile.in (all, install): Declare with .PHONY.
34789         Reported by Michael Hope <michael.hope@linaro.org>.
34790
34791 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34792
34793         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34794         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34795         system header.
34796         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34797         Likewise.
34798         (sydep_routines): Add the new and the internal functions.
34799         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34800         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34802         (GLIBC_2.17): Add the new function.
34803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34804         (GLIBC_2.17): Likewise.
34805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34806         (GLIBC_2.17): Likewise.
34807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34808         (GLIBC_2.17): Likewise.
34809         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34810
34811 2012-09-25  Alan Modra  <amodra@gmail.com>
34812
34813         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34814         Add release barrier before setting once_control to say
34815         initialisation is done.  Add hints on lwarx.  Use macro in
34816         place of isync.
34817         (clear_once_control): Add release barrier.
34818
34819 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34820
34821         [BZ #13629]
34822         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34823         specially.
34824         * math/s_clog10.c (__clog10): Likewise.
34825         * math/s_clog10f.c (__clog10f): Likewise.
34826         * math/s_clog10l.c (__clog10l): Likewise.
34827         * math/s_clogf.c (__clogf): Likewise.
34828         * math/s_clogl.c (__clogl): Likewise.
34829         * math/Makefile (libm-calls): Add x2y2m1.
34830         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34831         (__x2y2m1): Likewise.
34832         (__x2y2m1l): Likewise.
34833         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34834         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34835         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34836         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34837         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34838         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34839         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34840         * sysdeps/i386/fpu/libm-test-ulps: Update.
34841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34842
34843         [BZ #14621]
34844         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34845         int as type of variable DEPTH.
34846         (glob): Use size_t instead of int as type of variables NEWCOUNT
34847         and OLD_PATHC.
34848
34849 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34850
34851         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34852         Add s_sincosf-sse2.
34853         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34854         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34855         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34856         macros for using routine as __sincosf_ia32.
34857         Use macro for function declaration and weak_alias.
34858         * sysdeps/i386/fpu/libm-test-ulps: Update.
34859
34860         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34861         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34862
34863         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34864         subnormal argument.
34865         * math/s_cexpf.c (__cexpf): Likewise.
34866         * math/s_csinf.c (__csinf): Likewise.
34867         * math/s_csinhf.c (__csinhf): Likewise.
34868         * math/s_ctanf.c (__ctanf): Likewise.
34869         * math/s_ctanhf.c (__ctanhf): Likewise.
34870         * math/s_ccosh.c (__ccoshf): Likewise.
34871         * math/s_cexp.c (__cexpl): Likewise.
34872         * math/s_csin.c (__csin): Likewise.
34873         * math/s_csinh.c (__csinh): Likewise.
34874         * math/s_ctan.c (__ctan): Likewise.
34875         * math/s_ctanh.c (ctanh): Likewise.
34876         * math/s_ccoshl.c (__ccoshl): Likewise.
34877         * math/s_cexpl.c (__cexpl): Likewise.
34878         * math/s_csinl.c (__csinl): Likewise.
34879         * math/s_csinhl.c (__csinhl): Likewise.
34880         * math/s_ctanl.c (__ctanl): Likewise.
34881         * math/s_ctanhl.c (__ctanhl): Likewise.
34882
34883 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34884
34885         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34886         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34887         (_IO_off_t): Define to __off_t, not _G_off_t.
34888         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34889         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34890         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34891         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34892         type of __dummy and __dummy2 fields.
34893         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34894         (_G_ssize_t): Likewise.
34895         (_G_off_t): Likewise.
34896         (_G_pid_t): Likewise.
34897         (_G_uid_t): Likewise.
34898         (_G_wchar_t): Likewise.
34899         (_G_wint_t): Likewise.
34900         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34901         (_G_ssize_t): Likewise.
34902         (_G_off_t): Likewise.
34903         (_G_pid_t): Likewise.
34904         (_G_uid_t): Likewise.
34905         (_G_wchar_t): Likewise.
34906         (_G_wint_t): Likewise.
34907         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34908         (_G_ssize_t): Likewise.
34909         (_G_off_t): Likewise.
34910         (_G_pid_t): Likewise.
34911         (_G_uid_t): Likewise.
34912         (_G_wchar_t): Likewise.
34913         (_G_wint_t): Likewise.
34914
34915 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34916
34917         * malloc/arena.c: Include malloc-sysdep.h.
34918         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34919         is sufficient to shrink the heap or an unmap is needed.
34920         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34921         new function check_may_shrink_heap.
34922         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34923         new function check_may_shrink_heap.
34924
34925 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34926
34927         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34928         comments.
34929
34930 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34931
34932         * catgets/test-gencat.sh: Add "set -e".
34933         * elf/tst-pathopt.sh: Likewise.
34934         * grp/tst_fgetgrent.sh: Likewise.
34935         * iconvdata/run-iconv-test.sh: Likewise.
34936         * intl/tst-gettext.sh: Likewise.
34937         * intl/tst-gettext2.sh: Likewise.
34938         * intl/tst-gettext4.sh: Likewise.
34939         * intl/tst-gettext6.sh: Likewise.
34940         * intl/tst-translit.sh: Likewise.
34941         * io/ftwtest-sh: Likewise.
34942         * libio/test-freopen.sh: Likewise.
34943         * malloc/tst-mtrace.sh: Likewise.
34944         * posix/globtest.sh: Likewise.
34945         * posix/tst-getconf.sh: Likewise.
34946         * posix/wordexp-tst.sh: Likewise.
34947         * stdio-common/tst-printf.sh: Likewise.
34948         * stdio-common/tst-unbputc.sh: Likewise.
34949         * stdlib/tst-fmtmsg.sh: Likewise.
34950         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34951         * catgets/Makefile: Do not specify -e option when running
34952         testsuite shell scripts.
34953         * elf/Makefile: Likewise.
34954         * grp/Makefile: Likewise.
34955         * iconvdata/Makefile: Likewise.
34956         * intl/Makefile: Likewise.
34957         * io/Makefile: Likewise.
34958         * libio/Makefile: Likewise.
34959         * malloc/Makefile: Likewise.
34960         * posix/Makefile: Likewise.
34961         * stdio-common/Makefile: Likewise.
34962         * stdlib/Makefile: Likewise.
34963         * sysdeps/x86_64/Makefile: Likewise.
34964
34965         * io/ftwtest-sh: Add copyright header.
34966         * posix/globtest.sh: Likewise.
34967         * posix/tst-getconf.sh: Likewise.
34968         * posix/wordexp-tst.sh: Likewise.
34969         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34970
34971 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34972
34973         [BZ #13679]
34974         * Makeconfig (+link): Defined as $(+link-static) if
34975         $(build-shared) isn't yes.
34976         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34977         isn't yes.
34978         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34979
34980         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34981
34982         [BZ #14562]
34983         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34984         new chunk size with MALLOC_ALIGN_MASK.
34985
34986 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34987
34988         [BZ #5044]
34989         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34990         <rounding-mode.h>.
34991         (__printf_fphex): Determine rounding using get_rounding_mode and
34992         round_away.
34993         * stdio-common/tst-printf-round.c (struct hex_test): New
34994         structure.
34995         (hex_tests): New variable.
34996         (test_hex_in_one_mode): New function.
34997         (do_test): Also run tests for hex float output.
34998
34999 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35000
35001         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35002         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35003         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35004         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35005         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35006         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35007         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35008         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35009
35010 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35011
35012         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35013         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35014         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35015         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35016
35017 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35018
35019         [BZ #14579]
35020         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35021         mode only.
35022         * elf/tst-rtld-load-self.sh: New test.
35023         * elf/Makefile: Run it.
35024
35025 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35026
35027         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35028         (tst-writev-ENV): Remove.
35029         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35030
35031 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35032
35033         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35034
35035 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35036
35037         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35038         unconditional.
35039         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35040         Likewise.
35041         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35042         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35043         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35044         Likewise.
35045
35046 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35047
35048         [BZ #14587]
35049         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35050         * config.make.in (have-cpp-asm-debuginfo): Removed.
35051         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35052         * configure: Regenerated.
35053
35054 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35055
35056         [BZ #5044]
35057         * stdio-common/printf_fp.c: Include <stdbool.h> and
35058         <rounding-mode.h>.
35059         (___printf_fp): Determine rounding using get_rounding_mode and
35060         round_away.
35061         * stdio-common/tst-printf-round.c: New file.
35062         * stdio-common/Makefile (tests): Add tst-printf-round.
35063         (link-libm): New variable.
35064         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35065
35066 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35067
35068         [BZ #14576]
35069         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35070         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35071         Likewise.
35072         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35073         Likewise.
35074
35075 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35076
35077         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35078         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35079         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35080         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35081
35082 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35083
35084         [BZ #14518]
35085         * include/rounding-mode.h: New file.
35086         * sysdeps/generic/get-rounding-mode.h: Likewise.
35087         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35088         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35089         (MAX_VALUE): New macro.
35090         (MIN_VALUE): Likewise.
35091         (overflow_value): New function.
35092         (underflow_value): Likewise.
35093         (round_and_return): Use overflow_value and underflow_value to
35094         determine return values in overflow and underflow cases.  Use
35095         round_away to determine rounding depending on rounding mode.
35096         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35097         determine return values in overflow and underflow cases.
35098         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35099         (struct test_results): New structure.
35100         (struct test): Use struct test_results to store expected results
35101         for all rounding modes.
35102         (TEST): Include expected results for all rounding modes.
35103         (test_in_one_mode): New function.
35104         (do_test): Use test_in_one_mode to compute and check results.
35105         Check results for all rounding modes.
35106         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35107         $(link-libm).
35108
35109 2012-12-09  Allan McRae  <allan@archlinux.org>
35110
35111         * sysdeps/i386/fpu/libm-test-ulps: Update
35112
35113 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35114
35115         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35116         (_G_int32_t): Likewise.
35117         (_G_uint16_t): Likewise.
35118         (_G_uint32_t): Likewise.
35119         (_G_HAVE_BOOL): Likewise.
35120         (_G_HAVE_ATEXIT): Likewise.
35121         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35122         (_G_HAVE_IO_FILE_OPEN): Likewise.
35123         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35124         (_G_int32_t): Likewise.
35125         (_G_uint16_t): Likewise.
35126         (_G_uint32_t): Likewise.
35127         (_G_HAVE_BOOL): Likewise.
35128         (_G_HAVE_ATEXIT): Likewise.
35129         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35130         (_G_HAVE_IO_FILE_OPEN): Likewise.
35131         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35132         (_G_int32_t): Likewise.
35133         (_G_uint16_t): Likewise.
35134         (_G_uint32_t): Likewise.
35135         (_G_HAVE_BOOL): Likewise.
35136         (_G_HAVE_ATEXIT): Likewise.
35137         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35138         (_G_HAVE_IO_FILE_OPEN): Likewise.
35139
35140 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35141
35142         * csu/libc-tls.c: Update copyright years.
35143
35144 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35145
35146         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35147         [!_G_USING_THUNKS]: Remove conditional code.
35148         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35149         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35150
35151         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35152         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35153         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35154         (_G_VTABLE_LABEL_PREFIX): Likewise.
35155         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35156         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35157         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35158         (_G_VTABLE_LABEL_PREFIX): Likewise.
35159         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35160         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35161         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35162         (_G_VTABLE_LABEL_PREFIX): Likewise.
35163         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35164
35165 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         * libio/Makefile: Include ../Makeconfig before tests.
35168         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35169         only if $(build-shared) is yes.
35170
35171         * iconv/gconv_db.c: Update copyright years.
35172
35173 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35174
35175         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35176         unwind info if defined PIC. Fix special cases description.
35177         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35178
35179         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35180         DP_HI_MASK entry.
35181         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35182
35183 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35184
35185         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35186
35187         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35188         is NULL.
35189
35190         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35191         (LDLIBS-tst-chk4): This.
35192         (LDFLAGS-tst-chk5): Renamed to ...
35193         (LDLIBS-tst-chk5): This.
35194         (LDFLAGS-tst-chk6): Renamed to ...
35195         (LDLIBS-tst-chk6): This.
35196         (LDFLAGS-tst-lfschk4): Renamed to ...
35197         (LDLIBS-tst-lfschk4): This.
35198         (LDFLAGS-tst-lfschk5): Renamed to ...
35199         (LDLIBS-tst-lfschk5): This.
35200         (LDFLAGS-tst-lfschk6): Renamed to ...
35201         (LDLIBS-tst-lfschk6): This.
35202
35203         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35204         on $(common-objpfx)soversions.mk.
35205
35206 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35207
35208         [BZ #10014]
35209         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35210         example host name.
35211
35212 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35213
35214         * malloc/arena.c (arena_get_retry): New function that gets
35215         another arena for the caller to try its request on.
35216         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35217         current arena cannot fulfill the request.
35218         (__libc_memalign): Likewise.
35219         (__libc_memalign): Likewise.
35220         (__libc_pvalloc): Likewise.
35221         (__libc_calloc): Likewise.
35222
35223 2012-09-05  John Tobey  <john.tobey@gmail.com>
35224
35225         [BZ #13542]
35226         * manual/arith.texi (Operations on Complex): Fix description
35227         of carg branch cut.
35228
35229 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35230
35231         [BZ #10014]
35232         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35233         host name.
35234
35235         [BZ #10038]
35236         * manual/memory.texi (Memory): Make order of menu items match
35237         order of sections.
35238
35239 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35240
35241         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35242         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35243         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35244
35245 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35246
35247         * csu/libc-tls.c (static_dtv): Renamed to ...
35248         (_dl_static_dtv): This.  Make it global.
35249         (_dl_initial_dtv): Removed.
35250         (__libc_setup_tls): Updated.
35251         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35252         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35253         DL_INITIAL_DTV.
35254
35255 2012-09-06  Petr Machata  <pmachata@redhat.com>
35256
35257         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35258         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35259         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35260         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35261
35262 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35263
35264         [BZ #14545]
35265         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35266         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35267         freeing dtv[-1].
35268
35269 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35270
35271         [BZ #14544]
35272         * Makeconfig (link-static-before-libc): Replace $(+prector)
35273         with $(+prectorT).
35274         (link-static-after-libc): Replace $(+postctor) with
35275         $(+postctorT).
35276         (link-bounded): Replace $(+prector)/$(+postctor) with
35277         $(+prectorT)/$(+postctorT).
35278         (+prectorT): New macro.
35279         (+postctorT): Likewise.
35280
35281 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35282
35283         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35284         (round_str): Handle values above the maximum for IBM long double
35285         as inexact.
35286         * stdlib/tst-strtod-round.c (tests): Regenerated.
35287
35288 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35289
35290         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35291         assembler flag.
35292         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35293         zarch_nohighgprs around the zarch optimized routines.
35294         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35295         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35296         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35297         for zarch.
35298
35299 2012-09-05  David S. Miller  <davem@davemloft.net>
35300
35301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35302
35303         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35304         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35305         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35306         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35307         entries.
35308
35309 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35310
35311         * malloc/arena.c: Fold copyright years.
35312         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35313
35314 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35315
35316         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35317
35318 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35319
35320         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35321
35322 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35323
35324         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35325         change internal state upon failure.
35326
35327 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35328
35329         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35330         * malloc/memusage.c (mmap): Likewise.
35331         (mmap64, mremap): Likewise.  Adjust name in comment.
35332
35333 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35334
35335         * libio/fileops.c: Fix typos in comments.
35336         * libio/oldfileops.c: Likewise.
35337         * libio/wfileops.c: Likewise.
35338
35339 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35340
35341         [BZ #1349]
35342         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35343         (tst-malloc-usable-ENV): Set environment for test case.
35344         * malloc/hooks.c (malloc_check_get_size): New function to get
35345         requested size.
35346         * malloc/malloc.c (musable): Use malloc_check_get_size.
35347         * malloc/tst-malloc-usable.c: New test case.
35348
35349 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35350
35351         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35352
35353 2012-09-05  Allan McRae  <allan@archlinux.org>
35354
35355         [BZ #13966]
35356         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35357         determine header location.
35358         * configure: Regenerated.
35359
35360 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35361
35362         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35363         float format.
35364         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35365         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35366         format.
35367         (test): Regenerate.
35368
35369 2012-09-04  David S. Miller  <davem@davemloft.net>
35370
35371         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35372         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35373         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35374
35375 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35376
35377         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35378         failures.
35379
35380         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35381
35382 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35383
35384         [BZ #9914]
35385         * libio/iogetdelim.c: Include <limits.h>.
35386         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35387         + len + 1 would overflow.
35388
35389 2012-09-03  Andreas Jaeger  <aj@suse.de>
35390
35391         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35392         * sysdeps/i386/fpu/libm-test-ulps: Update.
35393
35394 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35395
35396         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35397         Add s_sinf-sse2, s_conf-sse2.
35398
35399         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35400         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35401         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35402         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35403
35404         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35405         for using routine as __sinf_ia32.
35406         Use macro for function declaration and weak_alias.
35407         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35408         for using routine as __cosf_ia32.
35409         Use macro for function declaration and weak_alias.
35410
35411         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35412         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35413
35414         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35415         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35417
35418         * math/libm-test.inc (cos_test): Add more test cases.
35419         (sin_test): Likewise.
35420         (sincos_test): Likewise.
35421
35422 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35423
35424         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35425         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35426         hidden.
35427         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35428
35429 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35430
35431         [BZ #14538]
35432         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35433         first element of the GOT.
35434         (elf_machine_load_address): Return the difference between
35435         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35436
35437 2012-09-01  Allan McRae  <allan@archlinux.org>
35438
35439         [BZ #13412]
35440         * configure.in (AWK): Require gawk version 3.0 or later.
35441         * configure: Regenerated.
35442
35443 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35444
35445         * sysdeps/unix/sysv/linux/kernel-features.h
35446         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35447         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35448         [__NR_clock_getres]: Make code unconditional.
35449         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35450         (clock_getcpuclockid): Remove code left unreachable by removal of
35451         conditionals.
35452         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35453         code unconditional.
35454         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35455         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35456         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35457         Make code unconditional.
35458         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35459         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35460         * sysdeps/unix/sysv/linux/clock_settime.c
35461         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35462         conditional code.
35463         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35464         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35465
35466 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35467
35468         [BZ #14476]
35469         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35470         scripts/test-installation.pl.
35471
35472         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35473         and $ld_so_version if it is set.
35474
35475 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35476
35477         [BZ #14516]
35478         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35479         failure if reading from procfs failed.
35480         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35481
35482 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35483
35484         * sysdeps/unix/sysv/linux/kernel-features.h
35485         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35486         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35487         Remove conditional code.
35488         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35489         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35490         Remove conditional code.
35491         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35492         * sysdeps/unix/sysv/linux/i386/fxstat.c
35493         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35494         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35495         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35496         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35497         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35498         * sysdeps/unix/sysv/linux/i386/lxstat.c
35499         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35500         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35501         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35502         Remove conditional code.
35503         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35504         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35505         Remove conditional code.
35506         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35507         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35508         <kernel-features.h>.
35509         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35510         Remove.
35511         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35512         Remove conditional code.
35513         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35514         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35515         Remove conditional.
35516
35517 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35518
35519         [BZ #5400]
35520         * NEWS: Add fixed bug number.
35521
35522 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35523
35524         [BZ #14519]
35525         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35526         underflowing exponent in case of negative sign.
35527         * stdlib/tst-strtod-round-data: Add more tests.
35528         * stdlib/tst-strtod-round.c (tests): Regenerated.
35529
35530         [BZ #3479]
35531         * stdlib/strtod_l.c (NDIG): Remove.
35532         (HEXNDIG): Likewise.
35533         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35534         smallest representable value.
35535         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35536         lie within an exact representation of 1/2 ulp of the result.
35537         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35538         unconditionally.
35539         (TENS_P9_IDX): Define unconditionally.
35540         (TENS_P9_SIZE): Likewise.
35541         (TENS_P10_IDX): Likewise.
35542         (TENS_P10_SIZE): Likewise.
35543         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35544         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35545         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35546         entries for 10^2^13 and 10^2^14.
35547         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35548         (TENS_P13_IDX): Define.
35549         (TENS_P13_SIZE): Likewise.
35550         (TENS_P14_IDX): Likewise.
35551         (TENS_P14_SIZE): Likewise.
35552         (_fpioconst_pow10): Change array size to
35553         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35554         unconditional.
35555         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35556         1024]: Add entries for 10^2^13 and 10^2^14.
35557         [LAST_POW10 > _LAST_POW10]: Remove #error.
35558         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35559         (_fpioconst_pow10): Change array size to
35560         FPIOCONST_POW10_ARRAY_SIZE.
35561         * stdlib/gen-fpioconst.c: New file.
35562         * stdlib/gen-tst-strtod-round.c: Likewise.
35563         * stdlib/tst-strtod-round-data: Likewise.
35564         * stdlib/tst-strtod-round.c: Likewise.
35565         * stdlib/Makefile (tests): Add tst-strtod-round.
35566
35567         [BZ #14459]
35568         * stdlib/strtod_l.c: Include <stdint.h>.
35569         (NDEBUG): Do not define.
35570         (round_and_return): Change EXPONENT parameter to type intmax_t.
35571         Rearrange calculations to avoid internal overflow possibilities.
35572         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35573         Rearrange calculations to avoid internal overflow possibilities.
35574         Assert that number fits inside MPNSIZE limbs.
35575         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35576         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35577         calculations and add assertions to avoid internal overflow
35578         possibilities.  Add casts to avoid signed/unsigned operations.
35579         * stdlib/tst-strtod-overflow.c: New file.
35580         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35581
35582 2012-08-25  Marek Polacek  <polacek@redhat.com>
35583
35584         * time/time.h: Fix some typos in comments.
35585
35586 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35587
35588         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35589         * posix/tst-rfc3484-2.c: Likewise.
35590         * posix/tst-rfc3484-3.c: Likewise.
35591
35592 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35593
35594         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35595         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35596
35597 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35598
35599         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35600         #include of fxstatat64.c.
35601
35602 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35603
35604         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35605         * shadow/getspent_r.c: Likewise.
35606         * shadow/getspnam.c: Likewise.
35607         * shadow/getspnam_r.c: Likewise.
35608         * gshadow/getsgent.c: Likewise.
35609         * gshadow/getsgent_r.c: Likewise.
35610         * gshadow/getsgnam.c: Likewise.
35611         * gshadow/getsgnam_r.c: Likewise.
35612         * inet/getnetbyad.c: Likewise.
35613         * inet/getnetbyad_r.c: Likewise.
35614         * inet/getnetbynm.c: Likewise.
35615         * inet/getnetbynm_r.c: Likewise.
35616         * inet/getnetent.c: Likewise.
35617         * inet/getnetent_r.c: Likewise.
35618         * inet/getproto.c: Likewise.
35619         * inet/getproto_r.c: Likewise.
35620         * inet/getprtent.c: Likewise.
35621         * inet/getprtent_r.c: Likewise.
35622         * inet/getprtname.c: Likewise.
35623         * inet/getprtname_r.c: Likewise.
35624         * inet/getrpcbyname.c: Likewise.
35625         * inet/getrpcbyname_r.c: Likewise.
35626         * inet/getrpcbynumber.c: Likewise.
35627         * inet/getrpcbynumber_r.c: Likewise.
35628         * inet/getrpcent.c: Likewise.
35629         * inet/getrpcent_r.c: Likewise.
35630         * inet/getaliasent.c: Likewise.
35631         * inet/getaliasent_r.c: Likewise.
35632         * inet/getaliasname.c: Likewise.
35633         * inet/getaliasname_r.c: Likewise.
35634         * nscd/getgrgid_r.c: Likewise.
35635         * nscd/getgrnam_r.c: Likewise.
35636         * nscd/gethstbyad_r.c: Likewise.
35637         * nscd/gethstbynm3_r.c: Likewise.
35638         * nscd/getpwnam_r.c: Likewise.
35639         * nscd/getpwuid_r.c: Likewise.
35640         * nscd/getsrvbynm_r.c: Likewise.
35641         * nscd/getsrvbypt_r.c: Likewise.
35642         * nscd/gai.c: Likewise.
35643
35644         * configure.in (build_nscd): New substituted variable, set
35645         by --disable-build-nscd and defaults to $use_nscd.
35646         * configure: Regenerated.
35647         * config.make.in (build-nscd): New substituted variable.
35648         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35649         Change conditional to require [$(build-nscd) = yes] as well.
35650         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35651
35652         [BZ# 13696]
35653         * configure.in (use_nscd): New substituted variable, set by
35654         --disable-nscd.  If enabled, define USE_NSCD.
35655         * configure: Regenerated.
35656         * config.h.in: Add USE_NSCD.
35657         * config.make.in (use-nscd): New substituted variable.
35658         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35659         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35660         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35661         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35662         (CFLAGS-getgrnam_r.c): Likewise.
35663         (CFLAGS-initgroups.c): Likewise.
35664         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35665         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35666         Variables removed.
35667         * inet/getnetgrent_r.c
35668         (nscd_setnetgrent): New function, broken out of ...
35669         (setnetgrent): ... here.  Call it.
35670         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35671         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35672         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35673         * nscd/Makefile (routines, aux): Move definitions after include of
35674         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35675         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35676         Conditionalize on [USE_NSCD].
35677         (is_nscd, nscd_init_cb): Likewise.
35678         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35679         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35680         * nss/nss_db/db-init.c: Likewise.
35681         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35682         [USE_NSCD].
35683         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35684         (make_request): Use it.
35685         (cache_valid_p): New function.
35686         (__check_pf): Use it.
35687         * NEWS: Add item for --disable-nscd.
35688
35689 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35690
35691         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35692         to support sed >= 4.2.1-20-ga9bf076.
35693         * configure: Regenerated.
35694
35695 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35696
35697         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35698         Conditionalize whole body on [IREL].
35699
35700 2012-08-22  Jeff Law <law@redhat.com>
35701
35702         [BZ #14505]
35703         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35704         if the family is PF_UNSPEC.
35705
35706 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35707
35708         * Makerules (lib-version): Rename from V.
35709         (install-lib-nosubdir): Change V to lib-version.
35710
35711 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35712
35713         [BZ #14252]
35714         * powerpc32/power6/wcschr.c: New file.
35715         * powerpc32/power6/wcscpy.c: New file.
35716         * powerpc32/power6/wcsrchr.c: New file.
35717         * powerpc64/power6/wcschr.c: New file.
35718         * powerpc64/power6/wcscpy.c: New file.
35719         * powerpc64/power6/wcsrchr.c: New file.
35720
35721 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35722
35723         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35724         (two_way_short_needle): Use it.
35725         * string/strstr.c (AVAILABLE1_USES_J): Define.
35726         * string/strcasestr.c: Likewise.
35727
35728         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35729         array references.
35730         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35731
35732         [BZ #11607]
35733         * NEWS: Add an entry.
35734         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35735         define their defaults.
35736         (two_way_short_needle): Detect end-of-string on-the-fly.
35737         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35738         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35739         * string/bug-strcasestr1.c: New test.
35740         * string/Makefile: Run it.
35741
35742 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35743
35744         [BZ #11607]
35745         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35746         the first character.
35747
35748 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35749
35750         * csu/elf-init.c (__libc_csu_irel): Function removed.
35751         * csu/libc-start.c (apply_irel): New function.
35752         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35753
35754 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35755
35756         * sysdeps/unix/sysv/linux/kernel-features.h
35757         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35758         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35759         <kernel-features.h>.
35760         [__NR_fadvise64_64]: Make code unconditional.
35761         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35762         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35763         !__NR_fadvise64_64)]: Likewise.
35764         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35765         !__NR_fadvise64_64))]: Likewise.
35766         [__NR_fadvise64]: Make code unconditional.
35767         [!__NR_fadvise64]: Remove conditional code.
35768         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35769         <kernel-features.h>.
35770         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35771         unconditional.
35772         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35773         conditional code.
35774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35775         not include <kernel-features.h>.
35776         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35777         unconditional.
35778         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35779         conditional code.
35780         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35781         include <kernel-features.h>.
35782         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35783         unconditional.
35784         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35785         conditional code.
35786
35787 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35788
35789         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35790         slight instruction rearrangements per scrollpipe analysis.
35791         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35792
35793 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35794
35795         * manual/syslog.texi (syslog; vsyslog, closelog):
35796         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35797         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35798
35799         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35800         DSOCAPS to match condition on defining it.
35801
35802 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35803
35804         * sysdeps/unix/sysv/linux/kernel-features.h
35805         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35807         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35808         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35810         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35811         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35813         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35814         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35815
35816         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35817         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35818
35819         * sysdeps/unix/sysv/linux/kernel-features.h
35820         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35821         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35822         unconditional.
35823         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35824         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35825         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35826         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35827         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35828         Make code unconditional.
35829         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35830         (__mmap64) [!__NR_mmap2]: Likewise.
35831         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35832         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35833         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35834         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35835         [__NR_mmap2]: Make code unconditional.
35836         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35837         (__mmap64) [!__NR_mmap2]: Likewise.
35838
35839 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35840
35841         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35842
35843 2012-08-18  Andreas Jaeger  <aj@suse.de>
35844
35845         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35846
35847 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35848
35849         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35850         * include/unistd.h (__have_sock_cloexec): Likewise.
35851         (__have_pipe2): Likewise.
35852         (__have_dup3): Likewise.
35853
35854 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35855
35856         [BZ #9685]
35857         * include/unistd.h (__have_pipe2): Change define into an extern int.
35858         (__have_dup3): Likewise.
35859         * socket/have_sock_cloexec.c: Include fcntl.h.
35860         (__have_pipe2): New variable.
35861         (__have_dup3): Likewise.
35862
35863 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35864
35865         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35866
35867 2012-08-17  Marek Polacek  <polacek@redhat.com>
35868
35869         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35870         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35871
35872 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35873
35874         * configure.in: Add AC_SUBST for sysheaders.
35875         * configure: Regenerated.
35876         * config.make.in (sysheaders): New substituted variable.
35877
35878         * sysdeps/unix/mkfifo.c: Moved ...
35879         * sysdeps/posix/mkfifo.c: ... here.
35880         * sysdeps/unix/mkfifoat.c: Moved ...
35881         * sysdeps/posix/mkfifoat.c: ... here.
35882
35883         * sysdeps/unix/utime.c: Moved ...
35884         * sysdeps/posix/utime.c: ... here.
35885
35886         * sysdeps/unix/time.c: Moved ...
35887         * sysdeps/posix/time.c: ... here.
35888         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35889         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35890
35891         * sysdeps/unix/nice.c: Moved ...
35892         * sysdeps/posix/nice.c: ... here.
35893
35894         * sysdeps/unix/alarm.c: Moved ...
35895         * sysdeps/posix/alarm.c: ... here.
35896
35897         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35898
35899 2012-08-17  Jeff Law <law@redhat.com>
35900
35901         * intl/Makefile (codeset_mo): New variable.
35902         ($(codeset_mo)): New target.
35903         (tst-codeset.out): Depend on that.  Remove explicit rule.
35904         (tst-gettext3.out, tst-gettext5.out): Likewise.
35905         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35906         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35907         * intl/tst-codeset.sh: Remove.
35908         * intl/tst-gettext3.sh: Likewise.
35909         * intl/tst-gettext5.sh: Likewise.
35910
35911 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35912
35913         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35914         * sysdeps/unix/syscalls.list: ... here.
35915
35916         * sysdeps/posix/getaddrinfo.c
35917         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35918         (gaiconf_init, gaiconf_reload): Use them.
35919         [!_STATBUF_ST_NSEC]
35920         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35921         Define using time_t rather than struct timespec.
35922
35923         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35924         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35925         Macros removed.
35926         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35927         [!NO_THREADS].
35928         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35929         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35930         Likewise.
35931
35932         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35933         __libc_cleanup_push argument.
35934
35935         * bits/param.h: New file.
35936         * misc/sys/param.h: New file.
35937         * include/sys/param.h: New file.
35938         * misc/Makefile (headers): Add bits/param.h.
35939         * sysdeps/generic/sys/param.h: File removed.
35940         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35941         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35942         * sysdeps/mach/hurd/bits/param.h: New file.
35943         * sysdeps/mach/hurd/sys/param.h: File removed.
35944
35945         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35946         last change.
35947
35948         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35949         [_IO_MTSAFE_IO].
35950         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35951         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35952         New macros.
35953
35954         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35955         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35956         rather than -D_IO_MTSAFE_IO conditionally.
35957         * stdio-common/Makefile (CPPFLAGS): Likewise.
35958         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35959         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35960         Use $(libio-mtsafe).
35961         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35962         of -D_IO_MTSAFE_IO.
35963         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35964         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35965         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35966         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35967         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35968         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35969         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35970         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35971         (CFLAGS-fread_u_chk.c): Likewise.
35972         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35973         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35974         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35975         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35976         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35977         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35978         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35979         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35980         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35981
35982         * libio/Makefile: Test [$(libc-reentrant) = yes]
35983         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35984
35985         * Makeconfig
35986         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35987         * sysdeps/pthread/configure: File removed.
35988         * sysdeps/pthread/Makeconfig: New file.
35989         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35990         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35991
35992 2012-08-16  Gary Benson  <gbenson@redhat.com>
35993
35994         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35995         unmapping the first object in a namespace.
35996
35997 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35998
35999         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36000         (__internal_setnetgrent): ... this.  Add internal_function to
36001         definition.  Add libc_hidden_def.
36002         (setnetgrent): Update caller.
36003         (internal_endnetgrent): Renamed to ...
36004         (__internal_endnetgrent): ... this.  Add internal_function to
36005         definition.  Add libc_hidden_def.
36006         (endnetgrent): Update caller.
36007         (internal_getnetgrent_r): Renamed to ...
36008         (__internal_getnetgrent_r): ... this.  Add internal_function to
36009         definition.  Add libc_hidden_def.
36010         (__getnetgrent_r): Update caller.
36011         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36012
36013 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36014
36015         * stdlib/longlong.h: Update from GCC.
36016
36017 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36018
36019         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36020         on _QL, which is set by umul_ppmm but never used.
36021         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36022         variables, which are set by GMP macros but never used.
36023         * stdio-common/_itowa.c (_itowa): Likewise.
36024         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36025         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36026
36027 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36028
36029         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36030         struct La_sh_regs is not constant.
36031         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36032         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36033         and struct La_sparc64_regs are not constant.
36034
36035 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36036
36037         * sysdeps/unix/sysv/linux/kernel-features.h
36038         (__ASSUME_POSIX_TIMERS): Remove.
36039         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36040         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36041         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36042         Make code unconditional.
36043         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36044         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36045         Make code unconditional.
36046         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36047         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36048         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36049         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36050         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36051         Make code unconditional.
36052         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36053         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36054         (__libc_missing_posix_timers): Remove.
36055
36056 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36057
36058         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36059         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36060
36061         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36062
36063         * elf/dl-sym.c: Include <stdlib.h>.
36064
36065         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36066         constants, which avoids warnings in 32-bit builds.
36067
36068         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36069         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36070
36071         * misc/lseek.c: File moved to ...
36072         * io/lseek.c: ... here.
36073
36074         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36075
36076         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36077         shifting LEN more than 31 bits at once.
36078
36079 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36080
36081         [BZ #14195]
36082         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36083         segmentation fault for a case of two empty input strings.
36084         * string/test-strncasecmp.c (check1): Renamed to...
36085         (bz12205): ...this.
36086         (bz14195): Add new testcase for two empty input strings and N > 0.
36087         (test_main): Call new testcase, adapt for renamed function.
36088
36089 2012-08-15  Andreas Jaeger  <aj@suse.de>
36090
36091         [BZ #14090]
36092         * crypt/md5test2.c: New test, based on test supplied by Serge
36093         Belyshev <belyshev@depni.sinp.msu.ru>.
36094         * crypt/Makefile (xtests): Add md5test-giant..
36095         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36096
36097 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36098
36099         [BZ #14090]
36100         * crypt/md5.c (md5_process_block): Don't assume the buffer
36101         length is less than 2**32.
36102         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36103         length is less than 2**64.
36104
36105 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36106
36107         * string/str-two-way.h: Include <sys/param.h>.
36108         (MAX): Macro removed.
36109
36110         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36111         Move #define and #undef of memmove to just before and after
36112         including <string.h>.
36113
36114         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36115         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36116         and after including <string.h>.  Move declarations of
36117         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36118         to before #include "string/memmove.c".
36119
36120         * include/dirent.h: Declare __getdirentries.
36121
36122         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36123         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36124
36125 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36126
36127         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36128         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36129         * sysdeps/i386/configure: Regenerated.
36130         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36131         STABS_CURRENT_FILE, and STABS_FUN.
36132         (END): Remove call to STABS_FUN_END.
36133         (STABS_CURRENT_FILE1): Delete.
36134         (STABS_CURRENT_FILE): Likewise.
36135         (STABS_FUN): Likewise.
36136         (STABS_FUN_END): Likewise.
36137         (STABS_FUN2): Likewise.
36138         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36139         * sysdeps/x86_64/configure: Regenerated.
36140
36141 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36142
36143         * elf/dl-open.c: Include <atomic.h>.
36144         * elf/dl-lookup.c: Likewise.
36145
36146 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36147
36148         * sysdeps/unix/sysv/linux/kernel-features.h
36149         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36150         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36151         unconditionally.
36152         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36153         unconditionally.
36154         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36155         condition on __ASSUME_CLONE_THREAD_FLAGS.
36156
36157 2012-08-14  Andreas Jaeger  <aj@suse.de>
36158
36159         * sysdeps/i386/fpu/libm-test-ulps: Update.
36160
36161 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36162
36163         * include/atomic.h (atomic_exchange_and_add): Split into ...
36164         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36165         New atomic macros.
36166
36167 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36168
36169         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36170
36171 2012-08-13  Jeff Law <law@redhat.com>
36172
36173         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36174         null byte in the output string.
36175
36176 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36177
36178         * sysdeps/unix/sysv/linux/kernel-features.h
36179         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36180         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36181         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36182         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36183         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36184         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36185         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36186
36187 2012-08-09  Jeff Law <law@redhat.com>
36188
36189         [BZ #13939]
36190         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36191         When avoid_arena is set, don't retry in the that arena.  Pick the
36192         next one, whatever it might be.
36193         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36194         (arena_lock): Pass in new parameter to arena_get2.
36195         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36196         arena_get2.
36197         (__libc_malloc): Unify retrying after main arena failure with
36198         __libc_memalign version.
36199         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36200
36201 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36202
36203         [BZ #14166]
36204         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36205         to __redirect_strstr.
36206         (__strstr_sse42): Use typeof __redirect_strstr.
36207         (__strstr_ia32): Likewise.
36208         (__libc_strstr): New prototype.
36209         (strstr): Renamed to ...
36210         (__libc_strstr): This.
36211         (strstr): New strong alias of __libc_strstr.
36212         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36213         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36214         __redirect_time.
36215         Include <time.h>.
36216         (__libc_time): New prototype.
36217         (time_ifunc): Replace time with __libc_time.
36218         (time): New strong alias and hidden definition of __libc_time.
36219         (__GI_time): Remove strong alias.
36220         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36221         Include <stddef.h>.
36222         (memmove): Redefined to __redirect_memmove.
36223         (__memmove_sse2): Use typeof __redirect_memmove.
36224         (__memmove_ssse3): Likewise.
36225         (__memmove_ssse3_back): Likewise.
36226         (__libc_memmove): New prototype.
36227         (memmove): Renamed to ...
36228         (__libc_memmove): This.
36229         (memmove): New strong alias of __libc_memmove.
36230
36231 2012-08-08  Mark Salter  <msalter@redhat.com>
36232
36233         * elf/elf.h
36234         (R_MN10300_TLS_GD): Define.
36235         (R_MN10300_TLS_LD): Likewise.
36236         (R_MN10300_TLS_LDO): Likewise.
36237         (R_MN10300_TLS_GOTIE): Likewise.
36238         (R_MN10300_TLS_IE): Likewise.
36239         (R_MN10300_TLS_LE): Likewise.
36240         (R_MN10300_TLS_DTPMOD): Likewise.
36241         (R_MN10300_TLS_DTPOFF): Likewise.
36242         (R_MN10300_TLS_TPOFF): Likewise.
36243         (R_MN10300_SYM_DIFF): Likewise.
36244         (R_MN10300_ALIGN): Likewise.
36245         (R_MN10300_NUM): Update.
36246
36247 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36248
36249         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36250         Remove.
36251
36252 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36253
36254         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36255
36256         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36257         sysdeps/unix -> sysdeps/posix move.
36258         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36259
36260 2012-08-07      Allan McRae     <allan@archlinux.org>
36261
36262         [BZ #14303]
36263         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36264         (SUNOS_CPP): Likewise.
36265         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36266         not found.
36267         (open_input): Call CPP using execvp.
36268
36269 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36270
36271         * sysdeps/unix/sysv/linux/kernel-features.h
36272         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36273         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36274         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36275         (__ASSUME_WAITID_SYSCALL): Likewise.
36276         * sysdeps/unix/sysv/linux/dl-execstack.c
36277         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36278         code unconditional.
36279         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36280         conditional code.
36281         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36282         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36283         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36284         code.
36285         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36286         unconditional.
36287         [__ASSUME_WAITID_SYSCALL]: Likewise.
36288         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36289
36290 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36291
36292         * sysdeps/unix/closedir.c: Renamed to ...
36293         * sysdeps/posix/closedir.c: ... here.
36294         * sysdeps/unix/dirfd.c: Renamed to ...
36295         * sysdeps/posix/dirfd.c: ... here.
36296         * sysdeps/unix/dirstream.h: Renamed to ...
36297         * sysdeps/posix/dirstream.h: ... here.
36298         * sysdeps/unix/fdopendir.c: Renamed to ...
36299         * sysdeps/posix/fdopendir.c: ... here.
36300         * sysdeps/unix/opendir.c: Renamed to ...
36301         * sysdeps/posix/opendir.c: ... here.
36302         * sysdeps/unix/readdir.c: Renamed to ...
36303         * sysdeps/posix/readdir.c: ... here.
36304         * sysdeps/unix/readdir_r.c: Renamed to ...
36305         * sysdeps/posix/readdir_r.c: ... here.
36306         * sysdeps/unix/rewinddir.c: Renamed to ...
36307         * sysdeps/posix/rewinddir.c: ... here.
36308         * sysdeps/unix/seekdir.c: Renamed to ...
36309         * sysdeps/posix/seekdir.c: ... here.
36310         * sysdeps/unix/telldir.c: Renamed to ...
36311         * sysdeps/posix/telldir.c: ... here.
36312         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36313         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36314         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36315         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36316
36317         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36318         * bits/fcntl.h: ... here.
36319
36320         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36321         not 0.
36322         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36323         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36324         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36325         (struct flock): Move l_start, l_len to the beginning.
36326         Use __pid_t for l_pid.
36327         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36328         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36329         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36330         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36331         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36332         [__USE_LARGEFILE64] (struct flock64): New type.
36333         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36334
36335         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36336         * bits/dirent.h: ... here.
36337
36338         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36339         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36340
36341 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36342
36343         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36344         Change from 2.6.0 to 2.6.16.
36345         * sysdeps/unix/sysv/linux/configure: Regenerated.
36346         * sysdeps/unix/sysv/linux/kernel-features.h
36347         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36348         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36349         version.
36350         (__ASSUME_UTIMES): Likewise.
36351         (__ASSUME_CLONE_STOPPED): Remove.
36352         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36353         architectures, not kernel version.
36354         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36355         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36356         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36357         (__ASSUME_WAITID_SYSCALL): Likewise.
36358         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36359         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36360         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36361         refer to older versions.
36362
36363 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36364
36365         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36366         Define alphasort64 as an alias.
36367         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36368         Define versionsort64 as an alias.
36369         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36370         Define scandir64 as an alias.
36371         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36372         Define scandirat64 as an alias.
36373         * dirent/alphasort64.c (alphasort64):
36374         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36375         * dirent/versionsort64.c: Likewise.
36376         * dirent/scandir64.c: Likewise.
36377         * dirent/scandirat64.c: Likewise.
36378         * sysdeps/wordsize-64/alphasort.c: File removed.
36379         * sysdeps/wordsize-64/alphasort64.c: File removed.
36380         * sysdeps/wordsize-64/scandir.c: File removed.
36381         * sysdeps/wordsize-64/scandir64.c: File removed.
36382         * sysdeps/wordsize-64/scandirat.c: File removed.
36383         * sysdeps/wordsize-64/scandirat64.c: File removed.
36384         * sysdeps/wordsize-64/versionsort.c: File removed.
36385         * sysdeps/wordsize-64/versionsort64.c: File removed.
36386         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36387         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36388         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36389         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36390         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36391         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36392         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36393         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36394
36395         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36396         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36397         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36398         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36399         [defined __arch64__ || defined __sparcv9]
36400         (__INO_T_MATCHES_INO64_T): New macro.
36401         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36402         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36403         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36404         * sysdeps/unix/sysv/linux/bits/dirent.h
36405         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36406         (_DIRENT_MATCHES_DIRENT64): New macro.
36407
36408         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36409         Define lockf64 as an alias.
36410         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36411         Define fseeko64 as an alias.
36412         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36413         Define ftello64 as an alias.
36414         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36415         Define _IO_fgetpos64 and fgetpos64 as aliases.
36416         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36417         Define _IO_fsetpos64 and fsetpos64 as aliases.
36418         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36419         Conditionalize body on this.
36420         * libio/fseeko64.c: Likewise.
36421         * libio/ftello64.c: Likewise.
36422         * libio/iofgetpos64.c: Likewise.
36423         * libio/iofsetpos64.c: Likewise.
36424         * sysdeps/wordsize-64/lockf.c: File removed.
36425         * sysdeps/wordsize-64/lockf64.c: File removed.
36426         * sysdeps/wordsize-64/fseeko.c: File removed.
36427         * sysdeps/wordsize-64/fseeko64.c: File removed.
36428         * sysdeps/wordsize-64/ftello.c: File removed.
36429         * sysdeps/wordsize-64/ftello64.c: File removed.
36430         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36431         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36432         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36433         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36434         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36435         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36436         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36437         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36438         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36439         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36440         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36441         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36442         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36443         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36444
36445         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36446         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36447         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36448         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36449         [defined __arch64__ || defined __sparcv9]
36450         (__OFF_T_MATCHES_OFF64_T): New macro.
36451         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36452         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36453         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36454         (__OFF_T_MATCHES_OFF64_T): New macro.
36455
36456 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36457
36458         * stdlib/secure-getenv.c (__secure_getenv): Replace
36459         GLIBC_2_16 with GLIBC_2_17.
36460
36461 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36462
36463         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36464         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36465
36466 2012-08-03  David S. Miller  <davem@davemloft.net>
36467
36468         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36469
36470 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36471
36472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36473         Remove.
36474         (__ASSUME_CORRECT_SI_PID): Likewise.
36475         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36476         (__ASSUME_TMPFS_NAME): Likewise.
36477         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36478         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36479         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36480         (HAVE_AUX_SECURE): Make definition unconditional.
36481         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36482         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36483
36484 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36485
36486         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36487         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36488         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36489         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36490         __eloop_threshold instead of SYMLOOP_MAX.
36491
36492         * sysdeps/generic/eloop-threshold.h: New file.
36493         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36494         of MAXSYMLINKS.
36495         * elf/chroot_canon.c (chroot_canon): Likewise.
36496
36497 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36498
36499         [BZ #13717]
36500         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36501         Change to 2.6.0 everywhere.
36502         * sysdeps/unix/sysv/linux/configure: Regenerated.
36503         * sysdeps/unix/sysv/linux/kernel-features.h
36504         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36505         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36506         kernel versions.
36507         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36508         (__ASSUME_FUTEX_REQUEUE): Remove.
36509         (__ASSUME_STATFS64): Define unconditionally.
36510         (__ASSUME_AT_SECURE): Likewise.
36511         (__ASSUME_CORRECT_SI_PID): Likewise.
36512         (__ASSUME_TGKILL): Define without depending on kernel version for
36513         i386.
36514         (__ASSUME_UTIMES): Likewise.
36515         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36516         kernel version.
36517         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36518         (__ASSUME_TMPFS_NAME): Likewise.
36519         * README: Update reference to Linux kernel versions.
36520
36521 2012-08-02  Marek Polacek  <polacek@redhat.com>
36522
36523         [BZ# 14150]
36524         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36525         libc_cv_asm_type_prefix with %.
36526         * configure: Regenerated.
36527         * include/libc-symbols.h: Remove comment about
36528         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36529         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36530         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36531         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36532         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36533         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36534         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36535         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36536         * elf/tst-unique2mod1.c: Likewise.
36537         * elf/tst-unique1mod2.c: Likewise.
36538         * elf/tst-unique1mod1.c: Likewise.
36539         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36540         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36541         Replace ASM_TYPE_DIRECTIVE with .type.
36542         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36543         * sysdeps/i386/sysdep.h: Likewise.
36544         * sysdeps/x86_64/sysdep.h: Likewise.
36545         * sysdeps/sh/sysdep.h: Likewise.
36546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36547         Do not define ASM_TYPE_DIRECTIVE.
36548         * sysdeps/powerpc/sysdep.h: Likewise.
36549         * sysdeps/powerpc/powerpc32/sysdep.h:
36550         Replace ASM_TYPE_DIRECTIVE with .type.
36551         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36552         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36553         * sysdeps/i386/fpu/e_powf.S: Likewise.
36554         * sysdeps/i386/fpu/e_expl.S: Likewise.
36555         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36556         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36557         * sysdeps/i386/fpu/e_pow.S: Likewise.
36558         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36559         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36560         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36561         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36562         * sysdeps/i386/fpu/e_log2.S: Likewise.
36563         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36564         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36565         * sysdeps/i386/fpu/e_powl.S: Likewise.
36566         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36567         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36568         * sysdeps/i386/fpu/e_logl.S: Likewise.
36569         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36570         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36571         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36572         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36573         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36574         * sysdeps/i386/fpu/e_log.S: Likewise.
36575         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36576         * sysdeps/i386/fpu/e_logf.S: Likewise.
36577         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36578         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36579         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36580         * sysdeps/i386/fpu/e_log10.S: Likewise.
36581         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36582         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36583         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36584         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36585         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36586         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36587         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36588         * sysdeps/i386/i686/strtok.S: Likewise.
36589         * sysdeps/i386/i386-mcount.S: Likewise.
36590         * sysdeps/i386/strtok.S: Likewise.
36591         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36592         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36593         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36594         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36595         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36596         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36597         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36598         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36599         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36600         * sysdeps/x86_64/_mcount.S: Likewise.
36601         * sysdeps/x86_64/strtok.S: Likewise.
36602         * sysdeps/sh/_mcount.S: Likewise.
36603
36604 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36605
36606         * libio/iofopen.c: Include <fcntl.h>.
36607         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36608         (_IO_fopen64, fopen64): Define as aliases.
36609         * libio/iofopen64.c: Include <fcntl.h>.
36610         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36611         Conditionalize body on this.
36612         * sysdeps/wordsize-64/iofopen.c: File removed.
36613         * sysdeps/wordsize-64/iofopen64.c: File removed.
36614
36615 2012-08-01  Marek Polacek  <polacek@redhat.com>
36616
36617         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36618         Use dlfcn directly instead of a variable.
36619         (binfmt-subdir): Do not define.
36620         (dlfcn): Likewise.
36621
36622 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36623
36624         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36625         Remove all definitions.
36626         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36627         <kernel-features.h>.
36628         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36629         (miss_F_GETOWN_EX): Remove all definitions.
36630         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36631         macro definition.
36632         [!__ASSUME_FCNTL64]: Remove conditional code.
36633         [__ASSUME_FCNTL64]: Make code unconditional.
36634         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36635         <kernel-features.h>.
36636         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36637         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36638         (lockf64) [__NR_fcntl64]: Make code unconditional.
36639         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36640
36641         * sysdeps/unix/sysv/linux/kernel-features.h
36642         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36643         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36644         Make code unconditional.
36645         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36646         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36648         [__NR_vfork]: Make code unconditional.
36649         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36650         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36652         [__NR_vfork]: Make code unconditional.
36653         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36654         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36655
36656 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36657
36658         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36659         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36660
36661         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36662         Define mkstemp64 as an alias.
36663         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36664         Define mkstemps64 as an alias.
36665         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36666         Define mkostemp64 as an alias.
36667         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36668         Define mkostemps64 as an alias.
36669         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36670         Conditionalize body on this.
36671         * misc/mkostemp64.c: Likewise.
36672         * misc/mkostemps64.c: Likewise.
36673         * misc/mkstemps64.c: Likewise.
36674         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36675         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36676         * sysdeps/wordsize-64/mkostemp.c: File removed.
36677         * sysdeps/wordsize-64/mkstemp.c: File removed.
36678         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36679         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36680         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36681         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36682
36683         [BZ #14138]
36684         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36685         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36686         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36687         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36688
36689         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36690         compat_symbol macros from <shlib-compat.h> rather than the underlying
36691         default_symbol_version and symbol_version macros, so that DEFAULT
36692         lines in shlib-versions are respected.
36693         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36694
36695 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36696
36697         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36698         Declare with warn_unused_result.
36699         (setgid, setregid, setegid, setresgid): Likewise.
36700         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36701         Likewise.
36702         * WUR-REPORT: Remove set*id functions.
36703
36704 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36705
36706         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36707
36708 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36709
36710         [BZ #10191]
36711         * include/sys/socket.h (__libc_accept, __libc_accept4):
36712         Add attribute_hidden.
36713         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36714
36715         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36716         use of PTR_MANGLE.
36717         * inet/getnetgrent_r.c (setup): Likewise.
36718
36719         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36720
36721 2012-07-31  David S. Miller  <davem@davemloft.net>
36722
36723         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36724
36725 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36726
36727         [BZ #13629]
36728         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36729         value between 1.0 and 2.0 and smaller part has absolute value less
36730         than 1.0.
36731         * math/s_clog10.c (__clog10): Likewise.
36732         * math/s_clog10f.c (__clog10f): Likewise.
36733         * math/s_clog10l.c (__clog10l): Likewise.
36734         * math/s_clogf.c (__clogf): Likewise.
36735         * math/s_clogl.c (__clogl): Likewise.
36736         * math/libm-test.inc (clog_test): Add more tests.
36737         (clog10_test): Likewise.
36738         * sysdeps/i386/fpu/libm-test-ulps: Update.
36739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36740
36741 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36742
36743         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36744         Exit with zero in case no suitable GID is found, and write a
36745         message to standard error.
36746
36747 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36748
36749         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36750         rather than to 1.
36751         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36752         (MAXPATHLEN): Removed.
36753         (NOGROUP, NODEV): New macros.
36754         (setbit, clrbit, isset, isclr): New macros.
36755         (howmany, roundup, powerof2): New macros.
36756         (DEV_BSIZE): New macro.
36757
36758         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36759         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36760
36761         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36762         definition on [!__NO_LONG_DOUBLE_MATH].
36763
36764         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36765         PTR_MANGLE and PTR_DEMANGLE.
36766
36767         * socket/accept4.c (accept4): Rename to __libc_accept4.
36768         Define accept4 as a weak alias.
36769
36770         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36771         on [_DIRENT_HAVE_D_TYPE].
36772         * io/ftw.c (ftw_dir): Likewise.
36773
36774         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36775
36776         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36777
36778         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36779         Use the BSD numbers rather than the arbitrary ones we had.
36780         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36781         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36782         (SIGXCPU, SIGXFSZ): New macros.
36783         (_NSIG): Now 32.
36784
36785         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36786         initializer on [_LIBC_REENTRANT].
36787
36788         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36789         definitions inside [_POSIX_MAPPED_FILES].
36790
36791         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36792
36793         * dirent/opendir.c: Include <fcntl.h>.
36794
36795         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36796         (__libc_getspecific): Likewise.
36797         (__libc_key_create): Likewise.
36798
36799         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36800         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36801         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36802         (tmpfile64): Define as alias.
36803         * sysdeps/wordsize-64/tmpfile.c: File removed.
36804         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36805         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36806         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36807
36808         * stdio-common/vfscanf.c: Include <stdbool.h>.
36809         * nss/makedb.c: Likewise.
36810         * stdio-common/_i18n_number.h: Likewise.
36811         * argp/argp-help.c: Likewise.
36812         * posix/wordexp.c: Likewise.
36813         * sysdeps/posix/spawni.c: Likewise.
36814         * nss/nss_files/files-initgroups.c: Likewise.
36815         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36816         * nss/nss_files/files-initgroups.c: Likewise.
36817         * nss/nss_db/db-netgrp.c: Likewise.
36818         * nss/nss_db/db-initgroups.c: Likewise.
36819         * io/fchmodat.c: Include <sys/stat.h>.
36820
36821         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36822         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36823
36824         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36825         [HAVE_MMAP].
36826
36827         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36828         Add multiple inclusion protection.
36829
36830 2012-07-27  David S. Miller  <davem@davemloft.net>
36831
36832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36833
36834 2012-07-27  Gary Benson  <gbenson@redhat.com>
36835
36836         [BZ #14298]
36837         * elf/rtld.c: Include <stap-probe.h>.
36838         (dl_main): Added static probes "init_start" and "init_complete".
36839         * elf/dl-load.c: Include <stap-probe.h>.
36840         (lose): Take new parameter "nsid".
36841         Added static probe "map_failed".
36842         (_dl_map_object_from_fd): Pass namespace id to lose.
36843         Added static probe "map_start".
36844         (open_verify): Pass namespace id to lose.
36845         * elf/dl-open.c: Include <stap-probe.h>.
36846         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36847         and "reloc_complete".
36848         * elf/dl-close.c: Include <stap-probe.h>.
36849         (_dl_close_worker): Added static probes "unmap_start" and
36850         "unmap_complete".
36851         * elf/rtld-debugger-interface.txt: New file documenting the above.
36852
36853 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36854
36855         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36856         rather than a string variable.
36857         * sunrpc/rpc_main.c (h_output): Likewise.
36858         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36859
36860 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36861
36862         * inet/check_native.c: New file.
36863
36864 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36865
36866         [BZ #13629]
36867         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36868         if larger part has absolute value 1.0.
36869         * math/s_clog10.c (__clog10): Likewise.
36870         * math/s_clog10f.c (__clog10f): Likewise.
36871         * math/s_clog10l.c (__clog10l): Likewise.
36872         * math/s_clogf.c (__clogf): Likewise.
36873         * math/s_clogl.c (__clogl): Likewise.
36874         * math/libm-test.inc (clog_test): Add more tests.
36875         (clog10_test): Likewise.
36876         * sysdeps/i386/fpu/libm-test-ulps: Update.
36877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36878
36879         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36880         (pltexit): Likewise.
36881         (La_regs): Likewise.
36882         (La_retval): Likewise.
36883         (int_retval): Likewise.
36884         Update #error for removed macros to refer only to definitions in
36885         tst-audit.h.
36886         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36887         macro.
36888         (pltexit): Likewise.
36889         (La_regs): Likewise.
36890         (La_retval): Likewise.
36891         (int_retval): Likewise.
36892         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36893         macro.
36894         (pltexit): Likewise.
36895         (La_regs): Likewise.
36896         (La_retval): Likewise.
36897         (int_retval): Likewise.
36898         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36899         macro.
36900         (pltexit): Likewise.
36901         (La_regs): Likewise.
36902         (La_retval): Likewise.
36903         (int_retval): Likewise.
36904         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36905         macro.
36906         (pltexit): Likewise.
36907         (La_regs): Likewise.
36908         (La_retval): Likewise.
36909         (int_retval): Likewise.
36910         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36911         macro.
36912         (pltexit): Likewise.
36913         (La_regs): Likewise.
36914         (La_retval): Likewise.
36915         (int_retval): Likewise.
36916         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36917         macro.
36918         (pltexit): Likewise.
36919         (La_regs): Likewise.
36920         (La_retval): Likewise.
36921         (int_retval): Likewise.
36922         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36923         macro definitions in tst-audit.h.
36924         * sysdeps/i386/tst-audit.h: New file.
36925         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36926         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36927         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36928         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36929         * sysdeps/sh/tst-audit.h: Likewise.
36930         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36931         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36932         * sysdeps/x86_64/tst-audit.h: Likewise.
36933
36934 2012-07-26  Andreas Jaeger  <aj@suse.de>
36935
36936         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36937         ptrace.
36938
36939         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36940         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36941         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36942         PTRACE_O_MASK.
36943         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36944         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36945         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36946
36947         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36948         value.
36949
36950         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36951         _sigsys.
36952         (si_call_addr, si_syscall, si_arch): Define new macro.
36953         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36954         _sigsys.
36955         (si_call_addr, si_syscall, si_arch): Define new marcro.
36956         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36957         _sigsys.
36958         (si_call_addr, si_syscall, si_arch): Define new macro.
36959         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36960         _sigsys.
36961         (si_call_addr, si_syscall, si_arch): Define new macro.
36962
36963 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36964
36965         [BZ #13717]
36966         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36967         Change to 2.4.21 where previously 2.4.1.
36968         * sysdeps/unix/sysv/linux/configure: Regenerated.
36969         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36970         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36971         Linux kernel version.
36972         (__ASSUME_STD_AUXV): Remove.
36973         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36974         kernel version.
36975         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36976         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36977         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36978         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36979         (__ASSUME_NETLINK_SUPPORT): Likewise.
36980         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36981         (__no_netlink_support): Remove conditional definition.
36982         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36983         Remove.
36984         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36985         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36986         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36987         (if_nameindex_ioctl): Remove.
36988         (if_nameindex_netlink): Do not handle __no_netlink_support.
36989         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36990         code.
36991         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36992         Remove conditional code.
36993         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36994         code.
36995         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36996         unconditional.
36997         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36998         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36999         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37000         Remove.
37001         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37002         [!__ASSUME_STD_AUXV]: Remove conditional code.
37003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37004         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37005         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37007         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37008         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37009         code.
37010         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37012         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37013         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37014         conditional code.
37015         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37017         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37018         code.
37019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37020         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37021         conditional code.
37022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37023         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37024         code unconditional.
37025         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37026         conditional code.
37027         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37028         unconditional.
37029         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37030         conditional code.
37031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37032         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37033         unconditional.
37034         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37035         conditional code.
37036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37037         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37038         code unconditional.
37039         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37040         conditional code.
37041         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37042         unconditional.
37043         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37044         conditional code.
37045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37046         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37047         code unconditional.
37048         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37049         conditional code.
37050         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37051         unconditional.
37052         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37053         conditional code.
37054
37055 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37056
37057         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37058         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37059         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37060         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37061         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37062         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37063         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37064         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37065         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37066         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37067         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37068         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37069         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37070         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37071         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37072         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37073         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37074         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37075         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37076         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37077         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37078         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37079         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37080
37081 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37082
37083         * Versions.def: Add GLIBC_2.17.
37084         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37085         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37086         Introduce __libc_secure_getenv.
37087         * stdlib/Versions (2.17): Add secure_getenv
37088         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37089         * stdlib/secure-getenv.c: Rename __secure_getenv to
37090         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37091         symbol __secure_getenv for GLIBC_2.0.
37092         * stdlib/tst-secure-getenv.c: New.
37093         * stdlib/Makefile (tests): Add testcase.
37094         * manual/startup.texi (Environment Access): Document
37095         secure_getenv.
37096         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37097         __libc_secure_getenv.
37098         * inet/ruserpass.c (ruserpass): Likewise.
37099         * malloc/mtrace.c (mtrace): Likewise.
37100         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37101         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37102         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37103         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37104         HAVE_SECURE_GETENV.
37105         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37106         __secure_getenv to __libc_secure_getenv.
37107         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37109         Likewise.
37110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37111         Likewise.
37112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37114         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37115         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37119
37120 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37121
37122         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37123         (struct La_i86_retval): Likewise.
37124         (struct La_x86_64_regs): Likewise.
37125         (struct La_x86_64_retval): Likewise.
37126         (struct La_x32_regs): Likewise.
37127         (struct La_x32_retval): Likewise.
37128         (struct La_ppc32_regs): Likewise.
37129         (struct La_ppc32_retval): Likewise.
37130         (struct La_ppc64_regs): Likewise.
37131         (struct La_ppc64_retval): Likewise.
37132         (struct La_sh_regs): Likewise.
37133         (struct La_sh_retval): Likewise.
37134         (struct La_s390_32_regs): Likewise.
37135         (struct La_s390_32_retval): Likewise.
37136         (struct La_s390_64_regs): Likewise.
37137         (struct La_s390_64_retval): Likewise.
37138         (struct La_sparc32_regs): Likewise.
37139         (struct La_sparc32_retval): Likewise.
37140         (struct La_sparc64_regs): Likewise.
37141         (struct La_sparc64_retval): Likewise.
37142         (struct audit_ifaces): Remove architecture-specific pltenter and
37143         pltexit members.
37144         * sysdeps/i386/ldsodefs.h: New file.
37145         * sysdeps/powerpc/ldsodefs.h: Likewise.
37146         * sysdeps/s390/ldsodefs.h: Likewise.
37147         * sysdeps/sh/ldsodefs.h: Likewise.
37148         * sysdeps/sparc/ldsodefs.h: Likewise.
37149         * sysdeps/x86_64/ldsodefs.h: Likewise.
37150
37151 2012-07-25  Marek Polacek  <polacek@redhat.com>
37152
37153         [BZ #6808]
37154         * math/libm-test.inc (yn_test): Add another test.
37155         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37156         to ERANGE when the result is +-Inf.
37157         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37158         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37159         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37160         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37161
37162 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37163
37164         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37165         equal to 0.
37166         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37167         clock_t.
37168         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37169
37170 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37171
37172         * configure.in <sysdeps resolving>: Correct printing
37173         Implies_before.
37174         * configure: Regenerate.
37175
37176 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37177
37178         * math/w_ilogb.c: Include <limits.h>.
37179         * math/w_ilogbl.c: Likewise.
37180
37181 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37182
37183         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37184         va_copy.  Document allowing for unavailable va_copy only as
37185         pre-C99 compatibility.
37186         * manual/string.texi (Copying and Concatenation): Use va_copy
37187         instead of __va_copy in concat example.
37188
37189 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37190
37191         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37192         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37193         it if not null.
37194
37195         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37196         with O_NOLINK passed to __file_name_lookup.
37197
37198         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37199         with O_NOLINK passed to __file_name_lookup.
37200
37201         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37202         negative N or less than NGIDS.
37203
37204         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37205         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37206         enough.  Use memcpy instead of strncpy.
37207
37208 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37209
37210         * elf/Makefile (check-data): Remove.
37211         (localplt.data): New vpath directive.
37212         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37213         instead of $(check-data).
37214         * scripts/data/localplt-generic.data: Move to ...
37215         * sysdeps/generic/localplt.data: ... here.
37216         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37217         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37218         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37220         ... here.
37221         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37223         ... here.
37224         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37226         ... here.
37227         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37229         ... here.
37230         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37232         ... here.
37233         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37234         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37235         ... here.
37236
37237 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37238
37239         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37240         PPC32 and PPC64 files.
37241         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37242         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37243
37244 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37245
37246         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37247         __makecontext_ret to ...
37248         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37249         ... here and call exit if uc_link is NULL.  New file.
37250         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37251         __makecontext_ret.S.
37252         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37253         __makecontext_ret to ...
37254         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37255         ... here and call exit if uc_link is NULL.  New file.
37256         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37257         __makecontext_ret.S.
37258
37259 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37260
37261         * elf/elf.h (R_390_IRELATIVE): New definition.
37262         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37263         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37264         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37265         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37266         (elf_machine_lazy_rel): Likewise.
37267         * sysdeps/s390/dl-irel.h: New file.
37268         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37269         * sysdeps/s390/s390-64/memset.S: New asm code.
37270         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37271         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37272         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37273         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37274         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37275         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37276         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37277         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37278         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37279         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37280         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37281         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37282         * sysdeps/s390/s390-32/memset.S: New asm code.
37283         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37284
37285 2012-07-17  Marek Polacek  <polacek@redhat.com>
37286
37287         [BZ #14349]
37288         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37289         * sysdeps/s390/s390-64/configure.in: Likewise.
37290         * sysdeps/sparc/configure.in: Likewise.
37291         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37292         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37293         * sysdeps/i386/configure.in: Likewise.
37294         * sysdeps/x86_64/configure.in: Likewise.
37295         * sysdeps/sh/configure.in: Likewise.
37296         * sysdeps/s390/s390-32/configure: Regenerated.
37297         * sysdeps/s390/s390-64/configure: Likewise.
37298         * sysdeps/x86_64/configure: Likewise.
37299         * sysdeps/sh/configure: Likewise.
37300         * sysdeps/powerpc/powerpc64/configure: Likewise.
37301         * sysdeps/powerpc/powerpc32/configure: Likewise.
37302         * sysdeps/sparc/configure: Likwise.
37303         * sysdeps/i386/configure: Likewise.
37304
37305         * elf/dl-open.c: Comment fixes.
37306
37307 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37308
37309         * Makefile [CXX] (check-data): Remove.
37310         [CXX] (c++-types.data): New vpath directive.
37311         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37312         vpath.  Do not allow for C++ type data being missing.
37313         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37314         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37315         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37316         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37317         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37318         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37319         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37321         ... here.
37322         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37324         ... here.
37325         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37327         ... here.
37328         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37330         ... here.
37331         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37332         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37333         ... here.
37334         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37336         ... here.
37337         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37338         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37339         ... here.
37340         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37341         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37342
37343         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37344         definitions to architecture-specific files.
37345         (TLS_IE): Likewise.
37346         (TLS_LD): Likewise.
37347         (TLS_GD): Likewise.
37348         * sysdeps/i386/tls-macros.h: New file.
37349         * sysdeps/powerpc/tls-macros.h: Likewise.
37350         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37351         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37352         * sysdeps/sh/tls-macros.h: Likewise.
37353         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37354         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37355         * sysdeps/x86_64/tls-macros.h: Likewise.
37356
37357 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37358
37359         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37360         zero value for regular exit case.
37361
37362         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37363         (__start_context): Preserve zero value for regular exit case.
37364
37365 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37366             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37367
37368         * manual/setjmp.texi (setcontext): Clarify normal process
37369         termination when uc_link is the null pointer.
37370         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37371         exit call.
37372
37373 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37374
37375         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37376         preprocessor.  Test for each exception mask separately.
37377
37378 2012-07-16  Andreas Jaeger  <aj@suse.de>
37379
37380         * po/ru.po: Update from translation team.
37381
37382 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37383
37384         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37385         equal to 0.
37386         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37387         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37388         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37389         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37390         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37391
37392 2012-07-13  Andreas Jaeger  <aj@suse.de>
37393
37394         * po/fr.po: Update from translation team.
37395
37396 2012-07-12  Marek Polacek  <polacek@redhat.com>
37397
37398         [BZ #14173]
37399         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37400         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37401         loop condition.
37402
37403 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37404
37405         [BZ #13717]
37406         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37407         Change to 2.4.1 where previously 2.4.0.
37408         * sysdeps/unix/sysv/linux/configure: Regenerated.
37409         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37410         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37411         version.
37412         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37413         (__ASSUME_AT_CLKTCK): Remove.
37414         (__ASSUME_AT_PAGESIZE): Likewise.
37415         (__ASSUME_AT_XID): Likewise.
37416         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37417         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37418         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37419         unconditionally.
37420         (HAVE_AUX_PAGESIZE): Likewise.
37421         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37422         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37423         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37424
37425 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37426
37427         [BZ #14307]
37428         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37429         the temporary buffer used to invoke __gethostbyname2_r,
37430         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37431         host_data / struct gaih_addrtuple.
37432         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37433         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37434         header file nss/nsswitch.h.
37435         * nss/nsswitch.h (global scope): Add definition of implementation
37436         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37437         resolv/nss_dns/dns-host.c).
37438
37439 2012-07-11  Andreas Jaeger  <aj@suse.de>
37440
37441         * po/fr.po: Update from translation team.
37442
37443         * po/sv.po: Update from translation team
37444         * po/fr.po: Another update from translation team.
37445
37446 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37447
37448         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37449         for subnormals or multiply small sinh result by itself.
37450         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37452
37453 2012-07-11  David S. Miller  <davem@davemloft.net>
37454
37455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37456
37457 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37458
37459         [BZ #14347]
37460         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37461         (INTERNAL_MARK): Shift it here.
37462
37463 2012-07-10  Marek Polacek  <polacek@redhat.com>
37464
37465         [BZ #14151]
37466         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37467         libc_cv_asm_global_directive with .globl.
37468         * configure: Regenerated.
37469         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37470         with .globl.
37471         * sysdeps/i386/configure: Regenerated.
37472         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37473         with .globl.
37474         * sysdeps/x86_64/configure: Regenerated.
37475         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37476         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37477         * elf/tst-unique2mod2.c: Likewise.
37478         * elf/tst-unique2mod1.c: Likewise.
37479         * elf/tst-unique1mod2.c: Likewise.
37480         * elf/tst-unique1mod1.c: Likewise.
37481         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37482         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37483         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37484         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37485         * sysdeps/mach/sysdep.h: Likewise.
37486         * sysdeps/i386/sysdep.h: Likewise.
37487         * sysdeps/i386/i386-mcount.S: Likewise.
37488         * sysdeps/x86_64/_mcount.S: Likewise.
37489         * sysdeps/x86_64/sysdep.h: Likewise.
37490         * sysdeps/sh/_mcount.S: Likewise.
37491         * sysdeps/sh/sysdep.h: Likewise.
37492         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37493         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37494         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37495         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37496         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37497         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37498         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37499         * locale/localeinfo.h: Likewise.
37500         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37501         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37502
37503 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37504
37505         [BZ #14336]
37506         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37507         system".
37508         * manual/message.texi (The Uniforum approach): Likewise.
37509         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37510         (glibc iconv Implementation): Likewise.
37511
37512 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37513
37514         [BZ #14337]
37515         * math/s_clog.c (__clog): Avoid scaling a value down where that
37516         could result in underflow.
37517         * math/s_clog10.c (__clog10): Likewise.
37518         * math/s_clog10f.c (__clog10f): Likewise.
37519         * math/s_clog10l.c (__clog10l): Likewise.
37520         * math/s_clogf.c (__clogf): Likewise.
37521         * math/s_clogl.c (__clogl): Likewise.
37522         * math/libm-test.inc (clog_test): Add more tests.
37523         (clog10_test): Likewise.
37524         * sysdeps/i386/fpu/libm-test-ulps: Update.
37525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37526
37527 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37528
37529         [BZ #14283]
37530         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37531         by 7 not 8 to examine high bit of fractional part.
37532
37533         [BZ #14042]
37534         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37535         for call to __mcount_internal.
37536         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37537         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37538         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37539
37540 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37541
37542         [BZ #14154]
37543         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37544         approximation for values within 0x1p-13f of an odd multiple of
37545         pi/4.
37546         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37547         exception.  Add more tests.
37548         * sysdeps/i386/fpu/libm-test-ulps: Update.
37549
37550         [BZ #6778]
37551         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37552         inputs and return -1 for them.  Do not check for +Inf in case not
37553         reachable for +Inf.
37554         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37555         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37556         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37557         and return -1 for them.  Do not check for +Inf in case not
37558         reachable for +Inf.
37559         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37560         define.
37561         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37562         and return -1 for them.  Do not check for +Inf in case not
37563         reachable for +Inf.
37564         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37565         spurious underflow.
37566         * sysdeps/i386/fpu/libm-test-ulps: Update.
37567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37568
37569 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37570
37571         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37572
37573 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37574
37575         [BZ #14157]
37576         [BZ #14331]
37577         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37578         could result in spurious underflow.  Scale down values above
37579         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37580         * math/s_csqrtf.c (__csqrtf): Likewise.
37581         * math/s_csqrtl.c (__csqrtl): Likewise.
37582         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37583         spurious underflow.
37584         * sysdeps/i386/fpu/libm-test-ulps: Update.
37585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37586
37587 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37588
37589         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37590         xopen-msg.sed.
37591         * catgets/xopen-msg.awk: New file.
37592         * catgets/xopen-msg.sed: Removed.
37593
37594         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37595         po2text.sed.
37596         * intl/po2test.awk: New file.
37597         * intl/po2test.sed: Removed.
37598
37599 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37600
37601         [BZ #14328]
37602         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37603         or multiply small sinh result by itself.
37604         * math/s_ctanf.c (__ctanf): Likewise.
37605         * math/s_ctanh.c (__ctanh): Likewise.
37606         * math/s_ctanhf.c (__ctanhf): Likewise.
37607         * math/s_ctanhl.c (__ctanhl): Likewise.
37608         * math/s_ctanl.c (__ctanl): Likewise.
37609         * math/libm-test.inc (ctan_test_tonearest): New function.
37610         (ctan_test_towardzero): Likewise.
37611         (ctan_test_downward): Likewise.
37612         (ctan_test_upward): Likewise.
37613         (ctanh_test_tonearest): Likewise.
37614         (ctanh_test_towardzero): Likewise.
37615         (ctanh_test_downward): Likewise.
37616         (ctanh_test_upward): Likewise.
37617         (main): Call these new functions.
37618         * sysdeps/i386/fpu/libm-test-ulps: Update.
37619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37620
37621 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37622
37623         * .gitignore: Delete /ports entry.
37624
37625 2012-07-03  Andreas Jaeger  <aj@suse.de>
37626
37627         * po/bg.po: Update from translation team.
37628         * po/cs.po: Likewise.
37629         * po/de.po: Likewise.
37630         * po/hr.po: Likewise.
37631         * po/nl.pl: Likewise.
37632         * po/pl.po: Likewise.
37633         * po/vi.po: Likewise.
37634
37635 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37636
37637         * Makeconfig [!+link] (+link-before-libc): New variable.
37638         [!+link] (+link-after-libc): Likewise.
37639         [!+link] (+link-tests): Likewise.
37640         [!+link] (+link): Define in terms of $(+link-before-libc) and
37641         $(+link-after-libc).
37642         [!+link-static] (+link-static-before-libc): New variable.
37643         [!+link-static] (+link-static-after-libc): Likewise.
37644         [!+link-static] (+link-static-tests): Likewise.
37645         [!+link-static] (+link-static): Define in terms of
37646         $(+link-static-before-libc) and $(+link-static-after-libc).
37647         [build-shared] (link-libc-before-gnulib): New variable.
37648         [build-shared] (link-libc-tests): Likewise.
37649         [build-shared] (link-libc): Define in terms of
37650         $(link-libc-before-gnulib).
37651         [!build-shared] (link-libc-tests): New variable.
37652         (link-libc-static-tests): New variable.
37653         [!gnulib] (gnulib-arch): New variable.
37654         [!gnulib] (gnulib-tests): Likewise.
37655         [!gnulib] (static-gnulib-arch): Likewise.
37656         [!gnulib] (static-gnulib-tests): Likewise.
37657         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37658         Define with "=" instead of ":=".
37659         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37660         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37661         * Rules (binaries-all-notests): New variable.
37662         (binaries-all-tests): Likewise.
37663         (binaries-static-notests): Likewise.
37664         (binaries-static-tests): Likewise.
37665         (binaries-all): Define using $(binaries-all-notests) and
37666         $(binaries-all-tests).
37667         (binaries-static): Define using $(binaries-static-notests) and
37668         $(binaries-static-tests).
37669         (binaries-shared-tests): New variable.
37670         (binaries-shared-notests): Likewise.
37671         (binaries-shared): Remove variable.
37672         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37673         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37674         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37675         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37676         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37677         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37678         * elf/Makefile (sln-modules): New variable.
37679         (extra-objs): Add $(sln-modules:=.o).
37680         (ldconfig-modules): Add static-stubs.
37681         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37682         * elf/static-stubs.c: New file.
37683
37684         [BZ #14283]
37685         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37686         by 7 not 8 to examine high bit of fractional part.  Use volatile
37687         variables when splitting into final array of floats if
37688         __FLT_EVAL_METHOD__ != 0.
37689         * math/libm-test.inc (cos_test): Add another test.
37690         (sin_test): Likewise.
37691         * sysdeps/i386/fpu/libm-test-ulps: Update.
37692
37693         [BZ #14273]
37694         * math/libm-test.inc (cosh_test): Add more tests.
37695
37696         * version.h (RELEASE): Set to "development".
37697         (VERSION): Set to "2.16.90".
37698
37699 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37700
37701         * NEWS: Update copyright. Remove last-updated date.
37702         Mention math library bug fixes and timezone data changes.
37703         * README: Mention GNU/Hurd, x32, and HPPA support status.
37704
37705 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37706
37707         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37708
37709 2012-06-27  Andreas Jaeger  <aj@suse.de>
37710
37711         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37712
37713 2012-06-25  Andreas Jaeger  <aj@suse.de>
37714
37715         * sysdeps/s390/fpu/libm-test-ulps: Update.
37716
37717 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37718             Thomas Schwinge  <thomas@codesourcery.com>
37719
37720         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37721         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37722         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37723         fanotify_mark.
37724
37725 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37726
37727         * sysdeps/mach/start.c: Remove file.
37728         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37729         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37730         * sysdeps/sh/init-first.c: Likewise.
37731
37732         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37733         registers for frame unwinding purposes, add CFI directives.
37734         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37735         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37736         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37737         Likewise.
37738
37739         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37740         __fortify_fail returning.
37741         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37742
37743         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37744         sysdeps/sh/____longjmp_chk.S.
37745         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37746         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37747         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37748         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37749
37750         * sysdeps/sh/abort-instr.h: New file.
37751         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37752         process in case exit returns.
37753
37754         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37755         initialize the GOT register before use.
37756
37757         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37758         calculation of ARGC > 4.
37759
37760         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37761         meaningful names to some local labels.
37762
37763 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37764             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37765
37766         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37767         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37768         (__arch_compare_and_exchange_val_16_acq): Likewise.
37769         (__arch_compare_and_exchange_val_32_acq): Likewise.
37770         (atomic_exchange_and_add): Fix gUSA sequence.
37771         (atomic_add): Likewise.
37772         (atomic_add_negative): Likewise.
37773         (atomic_add_zero): Likewise.
37774         (atomic_bit_test_set): Likewise.
37775
37776 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37777
37778         [BZ #13579]
37779         * include/link.h (struct link_map): Add l_free_initfini.
37780         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37781         l_initfini.
37782         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37783         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37784         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37785         set.
37786
37787 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37788
37789         * configure.in: Use AC_LANG_SOURCE.
37790         * configure: Regenerate.
37791
37792 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37793
37794         * configure.in (libc_cv_localstatedir): New substituted variable.
37795         * configure: Regenerated.
37796         * config.make.in (localstatedir): New variable, substituted from
37797         libc_cv_localstatedir.
37798         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37799         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37800         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37801         * sysdeps/gnu/configure: Regenerated.
37802
37803 2012-06-21  Jeff Law  <law@redhat.com>
37804
37805         [BZ #14277]
37806         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37807         free.  Simplify list management for _LIBC case.
37808
37809 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37810
37811         [BZ #14273]
37812         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37813         Clear sign bit of 64-bit integer value before comparing against
37814         overflow value.
37815
37816         * sysdeps/mach/configure: Regenerated.
37817
37818 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37819
37820         [BZ #14278]
37821         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37822
37823 2012-06-21  Jeff Law  <law@redhat.com>
37824
37825         [BZ #13882]
37826         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37827         uint16_t for elements in the "seen" array to avoid char overflows.
37828         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37829         * elf/dl-open.c (dl_open_worker): Likewise.
37830
37831 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37832
37833         * scripts/list-sources.sh: Scan PORTS for translations.
37834         * po/libc.pot: Regenerated.
37835
37836 2012-06-21  Andreas Jaeger  <aj@suse.de>
37837
37838         [BZ #12194]
37839         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37840         warning.
37841         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37842         * bits/byteswap-16.h (__bswap_16): Likewise.
37843         * bits/byteswap.h (__bswap_constant_16): Likewise.
37844
37845 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37846
37847         [BZ #14117]
37848         * sysdeps/i386/fpu_control.h: Removed.
37849         * sysdeps/x86_64/fpu_control.h: Moved to ...
37850         * sysdeps/x86/fpu_control.h: Here.
37851
37852         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37853         (_FPU_SETCW): Likewise.
37854
37855 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37856
37857         [BZ #14117]
37858         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37859         * sysdeps/x86/fpu/bits/mathinline.h: This.
37860         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37861
37862         [BZ #14050]
37863         [BZ #14117]
37864         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37865         functions if __x86_64__ is defined.
37866
37867 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37868
37869         * string/endian.h: Add !__ASSEMBLER__ condition for including
37870         conversion interfaces.
37871
37872 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37873
37874         [BZ #14241]
37875         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37876         of ABS(x) in calculating zero to negative powers other than odd
37877         integers.
37878         * math/libm-test.inc (pow_test): Add more tests.
37879
37880 2012-06-15  Andreas Jaeger  <aj@suse.de>
37881
37882         * manual/contrib.texi (Contributors): Update entry of Liubov
37883         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37884         Machado Filho.
37885
37886 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37887
37888         * string/string.h: Add __wur to GNU version of strerror_r.
37889
37890 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37891
37892         [BZ #14229]
37893         * string/Makefile (tests): Add tst-strtok_r.
37894         * string/tst-strtok_r.c: New file.
37895         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37896         RAX_LP/RDX_LP on SAVE_PTR.
37897
37898 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37899
37900         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37901
37902 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37903
37904         * libm_test.inc (csqrt_test): Allow more spurious underflow
37905         exceptions.
37906         (j0_test): Likewise.
37907         (j1_test): Likewise.
37908         (y0_test): Likewise.
37909         (y1_test): Likewise.
37910
37911 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37912
37913         * po/Makefile (libc.pot): Use UTF-8 charset.
37914
37915 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37916
37917         [BZ #14210]
37918         Suppress sign-conversion warning from FD_SET.
37919         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37920         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37921         not unsigned long int.
37922         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37923
37924 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37925
37926         [BZ #14050]
37927         [BZ #14117]
37928         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37929         __extern_always_inline instead of __extern_inline.
37930         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37931         (__signbit): Likewise.
37932         (__signbitl): Support C++ namespace.
37933         (lrintf): New inline function.
37934         (lrint): Likewise.
37935         (llrintf): Likewise.
37936         (llrint): Likewise.
37937         (fmaxf): Likewise.
37938         (fmax): Likewise.
37939         (fminf): Likewise.
37940         (fmin): Likewise.
37941         (rint): Likewise.
37942         (rintf): Likewise.
37943         (ceil): Likewise.
37944         (ceilf): Likewise.
37945         (floor): Likewise.
37946         (floorf): Likewise.
37947         (nearbyint): Likewise.
37948         (nearbyintf): Likewise.
37949
37950 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37951
37952         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37953         non-default versions.
37954
37955 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37956
37957         [BZ #14218]
37958         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37959
37960 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37961
37962         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37963         (FE_UPWARD, FE_DOWNWARD): Don't define.
37964         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37965         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37966
37967         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37968         reading it.
37969         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37970         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37971
37972 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37973
37974         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37975         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37976         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37977         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37978
37979 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37980
37981         [BZ #14117]
37982         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37983         * sysdeps/i386/fpu/Implies: New file.
37984         * sysdeps/x86_64/fpu/Implies: Likewise.
37985         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37986         * sysdeps/x86/fpu/bits/fenv.h: This.
37987
37988         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37989         __SSE_MATH__.
37990
37991 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37992
37993         [BZ #14134]
37994         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37995         character 0xffff that matches the last element of the
37996         conversion table.
37997
37998 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37999
38000         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38001         fmodl commit.
38002
38003 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38004
38005         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38006         values higher than 25.6283.
38007
38008 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38009
38010         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38011         subnormal exponent extraction and add some __builtin_expect.
38012         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38013         Fix for subnormal mantissa calculation.
38014
38015 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38016
38017         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38018         cpu2 is -1 and errno is not ENOSYS.
38019
38020 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38021
38022         [BZ #14117]
38023         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38024         * sysdeps/x86/bits/string.h: This.
38025         * sysdeps/x86_64/bits/string.h: Removed.
38026
38027         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38028         if not compiling for x86-64, but compiling for >= i486.
38029
38030         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38031         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38032
38033         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38034         New macro from Linux kernel 3.4.0.
38035         (FP_XSTATE_MAGIC2): Likewise.
38036         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38037         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38038         (struct _fpx_sw_bytes): New struct.
38039         (struct _xsave_hdr): Likewise.
38040         (struct _ymmh_state): Likewise.
38041         (struct _xstate): Likewise.
38042
38043         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38044         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38045         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38046         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38047         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38048         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38049
38050         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38051         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38052         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38053         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38054         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38055         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38056
38057 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38058
38059         [BZ #13743]
38060         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38061         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38062         (sysdep_headers): Include sys/platform/ppc.h.
38063         * sysdeps/powerpc/test-gettimebase.c: Test for
38064         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38065         * manual/Makefile (appendices): Include platform.texi.
38066         * manual/contrib.texi (Contributors): Update @node pointers.
38067         * manual/maint.texi (Maintenance): Likewise.
38068         (Platform): New node.
38069         * manual/platform.texi: New file.  Document the new features.
38070
38071 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38072             Jakub Jelinek  <jakub@redhat.com>
38073
38074         [BZ #14188]
38075         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38076         where __builtin_expect is unavailable.
38077
38078 2012-06-03  David S. Miller  <davem@davemloft.net>
38079
38080         * stdlib/longlong.h: Updated from GCC.
38081
38082 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38083
38084         [BZ #14042]
38085         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38086         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38087         __mcount_internal.
38088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38089         (GLIBC_2.16): Likewise.
38090
38091 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38092
38093         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38094
38095 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38096
38097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38098         (default-abi): New variable.
38099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38100         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38101         variable.
38102         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38103         Likewise.
38104         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38105         Likewise.
38106         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38107         Likewise.
38108
38109         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38110         definition.  Document in comment.
38111
38112 2012-06-01  David S. Miller  <davem@davemloft.net>
38113
38114         * stdlib/longlong.h: Updated from GCC.
38115
38116 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38117
38118         [BZ #14117]
38119         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38120         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38121         sys/debugreg.h sys/io.h here.
38122         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38123         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38124         sys/io.h.
38125         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38126         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38127         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38128         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38129         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38130         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38131
38132         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38133         Define only if __x86_64__ is defined.
38134
38135 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38136
38137         [BZ #14048]
38138         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38139         Use int64_t for variable i.
38140         * math/libm-test.inc (fmod_test): Add more tests.
38141
38142         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38143         z computation is not scheduled after fetestexcept.
38144         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38145         Use math_force_eval instead of asm to ensure calculation scheduled
38146         before exception test.
38147         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38148         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38149
38150 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38151
38152         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38153         computation is not scheduled after fetestexcept.
38154
38155 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38156
38157         [BZ #14117]
38158         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38159         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38160
38161 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38162
38163         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38164         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38165
38166 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38167
38168         [BZ #14117]
38169         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38170         <bits/wordsize.h>.
38171         (__WCHAR_MIN): Support __WORDSIZE == 64.
38172         (__WCHAR_MAX): Likewise.
38173
38174         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38175         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38176
38177         [BZ #14183]
38178         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38179         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38180
38181         [BZ #14117]
38182         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38183         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38184
38185         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38186         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38187
38188         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38189         Defined to 1 if __x86_64__ isn't defined.
38190         (_STAT_VER_LINUX_OLD): New.
38191         (st_atime): Remove duplicate.
38192         (st_mtime): Likewise.
38193         (st_ctime): Likewise.
38194
38195 2012-05-31  David S. Miller  <davem@davemloft.net>
38196
38197         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38198         entries.
38199
38200 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38201
38202         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38203         gen-libm-test.pl.
38204
38205         [BZ #14132]
38206         * elf/dl-reloc.c: Include <_itoa.h>.
38207         (_dl_reloc_bad_type): Remove use of INTUSE.
38208         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38209         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38210         * stdio-common/psiginfo.c (psiginfo): Likewise.
38211         * stdio-common/psignal.c (psignal): Likewise.
38212         * string/strsignal.c (strsignal): Likewise.
38213         * include/signal.h (_sys_siglist): Declare hidden proto.
38214         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38215         INTVARDEF with libc_hidden_data_def.
38216         * stdio-common/itoa-udigits.c: Likewise.
38217         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38218         (_itoa_lower_digits_internal): Remove declaration.
38219         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38220         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38221         (_sys_sigabbrev_internal): Remove aliases.
38222         (_sys_siglist): Define hidden alias.
38223
38224 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38225
38226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38227         bits/sysctl.h.
38228
38229 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38230
38231         [BZ #14117]
38232         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38233         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38234
38235         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38236         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38237         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38238         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38239         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38240         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38241
38242         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38243         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38244         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38245
38246         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38247         with __addr.
38248         (insw): Likewise.
38249         (insl): Likewise.
38250         (outsb): Likewise.
38251         (outsw): Likewise.
38252         (outsl): Likewise.
38253
38254         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38255         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38256         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38257
38258         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38259         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38260         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38261         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38262         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38263         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38264
38265         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38266         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38267
38268         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38269         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38270
38271         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38272         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38273         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38274
38275         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38276         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38277         to ...
38278         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38279
38280         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38281         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38282         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38283
38284         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38285         for x86-64.
38286         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38287
38288 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38289
38290         * math/math.h (M_El): Use two more decimal places.
38291         (M_LOG2El): Likewise.
38292         (M_LOG10El): Likewise.
38293         (M_LN2l): Likewise.
38294         (M_LN10l): Likewise.
38295         (M_PIl): Likewise.
38296         (M_PI_2l): Likewise.
38297         (M_PI_4l): Likewise.
38298         (M_1_PIl): Likewise.
38299         (M_2_PIl): Likewise.
38300         (M_2_SQRTPIl): Likewise.
38301         (M_SQRT2l): Likewise.
38302         (M_SQRT1_2l): Likewise.
38303
38304 2012-05-31  David S. Miller  <davem@davemloft.net>
38305
38306         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38307         values between float registers.
38308         * sysdeps/sparc/sparc64/memset.S: Likewise.
38309         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38310
38311 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38312
38313         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38314         -D_FORTIFY_SOURCE=1.
38315         (CPPFLAGS-tst-longjmp_chk.c): Define.
38316         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38317         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38318         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38319         CFLAGS-tst-wchar-h.c.
38320
38321 2012-05-31  Marek Polacek  <polacek@redhat.com>
38322
38323         [BZ #14132]
38324         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38325         __endmntent_internal): Remove declaration.
38326         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38327         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38328         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38329
38330 2012-05-30  David S. Miller  <davem@davemloft.net>
38331
38332         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38333         (___Q_simulate_exceptions): Use real FP ops rather than writing
38334         into the %fsr.
38335         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38336         Likewise.
38337
38338 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38339
38340         [BZ #14117]
38341         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38342         * sysdeps/x86/bits/xtitypes.h: This.
38343
38344         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38345         * sysdeps/x86/bits/wordsize.h: This.
38346
38347         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38348         * sysdeps/x86/bits/huge_vall.h: This.
38349
38350         * sysdeps/i386/bits/select.h: Removed.
38351         * sysdeps/x86_64/bits/select.h: Renamed to ...
38352         * sysdeps/x86/bits/select.h: This.
38353
38354         * sysdeps/i386/bits/setjmp.h: Removed.
38355         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38356         * sysdeps/x86/bits/setjmp.h: This.
38357
38358         * sysdeps/i386/bits/mathdef.h: Removed.
38359         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38360         * sysdeps/x86/bits/mathdef.h: This.
38361
38362 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38363
38364         [BZ #14132]
38365         * include/sys/socket.h (__connect_internal)
38366         (__libc_sa_len_internal): Remove declaration.
38367         (__connect, __libc_sa_len): Declare hidden_proto.
38368         (SA_LEN): Remove use of INTUSE.
38369         * socket/connect.c: Add libc_hidden_def.
38370         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38371         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38372         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38373         alias.
38374         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38375         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38376         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38377         of adding _internal alias.
38378
38379 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38380
38381         [BZ #14117]
38382         * sysdeps/i386/bits/link.h: Removed.
38383         * sysdeps/i386/bits/linkmap.h: Likewise.
38384         * sysdeps/x86_64/bits/link.h: Renamed to ...
38385         * sysdeps/x86/bits/link.h: This.
38386         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38387         * sysdeps/x86/bits/linkmap.h: This.
38388
38389         * sysdeps/i386/bits/endian.h: Removed.
38390         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38391         * sysdeps/x86/bits/endian.h: This.
38392
38393         * sysdeps/i386/bits/byteswap.h: Removed.
38394         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38395         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38396         * sysdeps/x86/bits/byteswap.h: This.
38397         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38398         * sysdeps/x86/bits/byteswap-16.h: This.
38399         * sysdeps/i386/Implies: Add x86.
38400         * sysdeps/x86_64/Implies: Likewise.
38401
38402 2012-05-30  David S. Miller  <davem@davemloft.net>
38403
38404         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38405         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38406         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38407         (FP_TRAPPING_EXCEPTIONS): Define.
38408         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38409         (FP_TRAPPING_EXCEPTIONS): Define.
38410         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38411         subnormals only when inexact has been signalled or underflow
38412         exceptions are enabled.
38413         (_FP_PACK_CANONICAL): Likewise.
38414
38415 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38416
38417         [BZ #14183]
38418         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38419         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38420
38421 2012-05-30  Richard Henderson  <rth@twiddle.net>
38422
38423         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38424         with #ifndef NOT_IN_libc.
38425
38426         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38427         marked to avoid plt entry.
38428
38429 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38430
38431         [BZ #14112]
38432         * Makeconfig (default-abi): New macro.
38433         (abi-includes): Likewise.
38434         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38435         $(abi-$(default-abi)-lib-soname) for soname if defined.
38436         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38437         abi-variants.
38438         * Makefile (installed-stubs): Likewise.
38439         * include/stubs-biarch.h: Removed.
38440         * scripts/lib-names.awk: Only handle one library at a time.
38441         * scripts/soversions.awk: Remove WORDSIZE support.
38442         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38443         entries.
38444         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38445         Removed.
38446         (syscall-list-default-condition): Likewise.
38447         (syscall-list-default-condition): Likewise.
38448         (syscall-list-includes): Likewise.
38449         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38450         syscall-list-* with abi-*.  Handle undefined abi-variants.
38451         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38452         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38453         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38454         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38455         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38456         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38457         Removed.
38458         (syscall-list-32-options): Likewise.
38459         (syscall-list-32-condition): Likewise.
38460         (syscall-list-64-options): Likewise.
38461         (syscall-list-64-condition): Likewise.
38462         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38463         macro.
38464         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38465         Renamed to ...
38466         (abi-*): This.
38467         (abi-64-ld-soname): New macro.
38468         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38469         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38470         Renamed to ...
38471         (abi-*): This.
38472         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38473         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38474
38475 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38476
38477         * sysdeps/unix/sysv/linux/kernel-features.h
38478         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38479         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38480         include <kernel-features.h>.
38481         [!__NR_ftruncate64]: Remove conditional code.
38482         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38483         [__NR_ftruncate64]: Make code unconditional.
38484         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38485         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38486         include <kernel-features.h>.
38487         [!__NR_ftruncate64]: Remove conditional code.
38488         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38489         [__NR_ftruncate64]: Make code unconditional.
38490         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38492         include <kernel-features.h>.
38493         [!__NR_ftruncate64]: Remove conditional code.
38494         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38495         [__NR_ftruncate64]: Make code unconditional.
38496         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38498         include <kernel-features.h>.
38499         [!__NR_ftruncate64]: Remove conditional code.
38500         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38501         [__NR_ftruncate64]: Make code unconditional.
38502         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38503
38504         * configure.in (libc_cv_fpie): Weaken to a compile test using
38505         LIBC_TRY_CC_OPTION.
38506         * configure: Regenerated.
38507
38508 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38509
38510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38511         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38514         Refreshed.
38515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38521         Refreshed.
38522
38523 2012-05-27  David S. Miller  <davem@davemloft.net>
38524
38525         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38526         (___Q_zero): New.
38527         (__Q_simulate_exceptions): Return void.  Change to simulate
38528         exceptions by writing into the %fsr.
38529         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38530         (__Qp_handle_exceptions): Likewise.
38531         (numbers): Delete.
38532         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38533         __Qp_handle_exceptions.
38534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38535         __Qp_handle_exceptions.
38536         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38537         as unused and give dummy FP_RND_NEAREST initializer.
38538         (FP_INHIBIT_RESULTS): Define.
38539         (___Q_simulate_exceptions): Update declaration.
38540         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38541         formatting.
38542         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38543         as unused and give dummy FP_RND_NEAREST initializer.
38544         (__Qp_handle_exceptions): Update declaration.
38545         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38546         formatting.
38547
38548 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38549
38550         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38551         the temporary FPU control word.
38552         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38553         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38554         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38555         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38556         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38557         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38558         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38559         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38560         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38561         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38562         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38563
38564 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38565
38566         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38567         fields.
38568
38569 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38570
38571         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38572         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38573         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38574         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38575         Likewise.
38576         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38577         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38578         Likewise.
38579
38580 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38581
38582         * po/h.po: Update from translation team.
38583
38584 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38585
38586         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38587
38588         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38589         handling of denormals.
38590         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38591         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38592         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38593         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38594         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38595         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38596         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38597         Likewise.
38598
38599 2012-05-26  Marek Polacek  <polacek@redhat.com>
38600
38601         [BZ #14152]
38602         * math/libm-test.inc (fma_test): Don't always expect underflow
38603         exception.
38604
38605 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38606
38607         [BZ #12416]
38608         * elf/tst-execstack.c: Include stackinfo.h.
38609         (do_test): Adjust test case to ensure that pthread_getattr_np
38610         behaviour remains the same after marking stack executable.
38611
38612 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38613
38614         * sysdeps/unix/sysv/linux/kernel-features.h
38615         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38616         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38617         kernel-features.h.
38618         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38619         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38620         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38621         kernel-features.h.
38622         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38623         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38624
38625 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38626
38627         * configure.in: Define the default includes to being none.
38628         * configure: Regenerated.
38629
38630 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38631
38632         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38633         * sysdeps/x86_64/setjmp.S: Likewise.
38634         * sysdeps/i386/bsd-setjmp.S: Likewise.
38635         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38636         * sysdeps/i386/setjmp.S: Likewise.
38637         * sysdeps/i386/__longjmp.S: Likewise.
38638         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38639         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38640
38641         * include/stap-probe.h: New file.
38642         * configure.in: Handle --enable-systemtap.
38643         * configure: Regenerated.
38644         * config.h.in (USE_STAP_PROBE): New #undef.
38645         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38646         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38647         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38648
38649 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38650
38651         [BZ #13717]
38652         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38653         to 2.4.0 where earlier.
38654         * sysdeps/unix/sysv/linux/configure: Regenerated.
38655         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38656         <kernel-features.h>.
38657         [__ASSUME_32BITUIDS]: Make code unconditional.
38658         [!__ASSUME_32BITUIDS]: Remove conditional code.
38659         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38660         <kernel-features.h>.
38661         [__ASSUME_32BITUIDS]: Make code unconditional.
38662         [!__ASSUME_32BITUIDS]: Remove conditional code.
38663         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38664         [__ASSUME_32BITUIDS]: Make code unconditional.
38665         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38666         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38667         <kernel-features.h>.
38668         [__ASSUME_32BITUIDS]: Make code unconditional.
38669         [!__ASSUME_32BITUIDS]: Remove conditional code.
38670         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38671         <kernel-features.h>.
38672         [__ASSUME_32BITUIDS]: Make code unconditional.
38673         [!__ASSUME_32BITUIDS]: Remove conditional code.
38674         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38675         <kernel-features.h>.
38676         [__ASSUME_32BITUIDS]: Make code unconditional.
38677         [!__ASSUME_32BITUIDS]: Remove conditional code.
38678         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38679         <kernel-features.h>.
38680         [__ASSUME_32BITUIDS]: Make code unconditional.
38681         [!__ASSUME_32BITUIDS]: Remove conditional code.
38682         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38683         <kernel-features.h>.
38684         [__ASSUME_32BITUIDS]: Make code unconditional.
38685         [!__ASSUME_32BITUIDS]: Remove conditional code.
38686         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38687         <kernel-features.h>.
38688         [__ASSUME_32BITUIDS]: Make code unconditional.
38689         [!__ASSUME_32BITUIDS]: Remove conditional code.
38690         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38691         <kernel-features.h>.
38692         [__ASSUME_32BITUIDS]: Make code unconditional.
38693         [!__ASSUME_32BITUIDS]: Remove conditional code.
38694         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38695         <kernel-features.h>.
38696         [__ASSUME_32BITUIDS]: Make code unconditional.
38697         [!__ASSUME_32BITUIDS]: Remove conditional code.
38698         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38699         <kernel-features.h>.
38700         [__ASSUME_32BITUIDS]: Make code unconditional.
38701         [!__ASSUME_32BITUIDS]: Remove conditional code.
38702         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38703         <kernel-features.h>.
38704         [__ASSUME_32BITUIDS]: Make code unconditional.
38705         [!__ASSUME_32BITUIDS]: Remove conditional code.
38706         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38707         <kernel-features.h>.
38708         [__NR_setresgid] (__setresgid): Do not declare.
38709         [__ASSUME_32BITUIDS]: Make code unconditional.
38710         [!__ASSUME_32BITUIDS]: Remove conditional code.
38711         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38712         <kernel-features.h>.
38713         [__NR_setresuid] (__setresuid): Do not declare.
38714         [__ASSUME_32BITUIDS]: Make code unconditional.
38715         [!__ASSUME_32BITUIDS]: Remove conditional code.
38716         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38717         <kernel-features.h>.
38718         [__ASSUME_32BITUIDS]: Make code unconditional.
38719         [!__ASSUME_32BITUIDS]: Remove conditional code.
38720         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38721         <kernel-features.h>.
38722         [__ASSUME_32BITUIDS]: Make code unconditional.
38723         [!__ASSUME_32BITUIDS]: Remove conditional code.
38724         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38725         <kernel-features.h>.
38726         [__ASSUME_32BITUIDS]: Make code unconditional.
38727         [!__ASSUME_32BITUIDS]: Remove conditional code.
38728         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38729         <kernel-features.h>.
38730         [__ASSUME_32BITUIDS]: Make code unconditional.
38731         [!__ASSUME_32BITUIDS]: Remove conditional code.
38732         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38733         <kernel-features.h>.
38734         [__ASSUME_32BITUIDS]: Make code unconditional.
38735         [!__ASSUME_32BITUIDS]: Remove conditional code.
38736         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38737         <kernel-features.h>.
38738         [__ASSUME_32BITUIDS]: Make code unconditional.
38739         [!__ASSUME_32BITUIDS]: Remove conditional code.
38740         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38741         <kernel-features.h>.
38742         [__ASSUME_32BITUIDS]: Make code unconditional.
38743         [!__ASSUME_32BITUIDS]: Remove conditional code.
38744         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38745         <kernel-features.h>.
38746         [__ASSUME_32BITUIDS]: Make code unconditional.
38747         [!__ASSUME_32BITUIDS]: Remove conditional code.
38748         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38749         <kernel-features.h>.
38750         [__ASSUME_32BITUIDS]: Make code unconditional.
38751         [!__ASSUME_32BITUIDS]: Remove conditional code.
38752         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38753         <kernel-features.h>.
38754         [__ASSUME_32BITUIDS]: Make code unconditional.
38755         [!__ASSUME_32BITUIDS]: Remove conditional code.
38756         * sysdeps/unix/sysv/linux/kernel-features.h
38757         (__ASSUME_SETRESUID_SYSCALL): Remove.
38758         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38759         (__ASSUME_32BITUIDS): Likewise.
38760         (__ASSUME_LDT_WORKS): Likewise.
38761         (__ASSUME_O_DIRECTORY): Likewise.
38762         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38763         architecture but not kernel version.
38764         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38765         (__ASSUME_MMAP2_SYSCALL): Likewise.
38766         (__ASSUME_STAT64_SYSCALL): Likewise.
38767         (__ASSUME_IPC64): Likewise.
38768         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38769         <kernel-features.h>.
38770         [__ASSUME_32BITUIDS]: Make code unconditional.
38771         [!__ASSUME_32BITUIDS]: Remove conditional code.
38772         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38773         <kernel-features.h>.
38774         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38775         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38776         132096]: Remove conditional code.
38777         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38778         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
38783         <kernel-features.h>.
38784         [__ASSUME_32BITUIDS]: Make code unconditional.
38785         [!__ASSUME_32BITUIDS]: Remove conditional code.
38786         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38787         <kernel-features.h>.
38788         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38789         unconditional.
38790         (__setresgid): Do not declare.
38791         [__ASSUME_32BITUIDS]: Make code unconditional.
38792         [!__ASSUME_32BITUIDS]: Remove conditional code.
38793         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38794         <kernel-features.h>.
38795         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38796         unconditional.
38797         (__setresuid): Do not declare.
38798         [__ASSUME_32BITUIDS]: Make code unconditional.
38799         [!__ASSUME_32BITUIDS]: Remove conditional code.
38800         * sysdeps/unix/sysv/linux/sh/chown.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/sparc/sparc32/semctl.c: Do not include
38805         <kernel-features.h>.
38806         [__ASSUME_32BITUIDS]: Make code unconditional.
38807         [!__ASSUME_32BITUIDS]: Remove conditional code.
38808
38809 2012-05-25  Richard Henderson  <rth@twiddle.net>
38810
38811         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38812         dl_hwcap to ifunc resolver.
38813         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38814         elf_ifunc_invoke.
38815         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38816         dl_hwcap to ifunc resolver.
38817         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38818
38819 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38820
38821         [BZ #14153]
38822         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38823         for |x| <= 2**-26, not 2**-57.
38824         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38825         exception.
38826
38827 2012-05-24  Jeff Law  <law@redhat.com>
38828
38829         * stdio-common/Makefile (tests): Add bug25.
38830         * stdio-common/bug25.c: New test.
38831
38832 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38833
38834         [BZ #13576]
38835         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38836         multiple of MALLOC_ALIGNMENT in size.
38837         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38838
38839 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38840
38841         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38842         Require >= 256.
38843         (FILENAME_MAX): Use macro-int-constant.
38844         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38845         (_IOFBF): Use macro-int-constant.
38846         (_IOLBF): Likewise.
38847         (_IONBF): Likewise.
38848         (SEEK_CUR): Likewise.
38849         (SEEK_END): Likewise.
38850         (SEEK_SET): Likewise.
38851         (TMP_MAX): Likewise.
38852         (EOF): Use macro-int-constant.  Require < 0.
38853         (NULL): Use macro-constant.  Require == 0.
38854         (stdin): Require type to be FILE *.
38855         (stdout): Likewise.
38856         (stderr): Likewise.
38857         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38858         macro-int-constant.
38859         (EXIT_SUCCESS): Likewise.
38860         (NULL): Use macro-constant.  Require == 0.
38861         (RAND_MAX): Use macro-int-constant.
38862         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38863         [C99-based standards] (strtof): Require function.
38864         [C99-based standards] (strtold): Likewise.
38865         [C99-based standards] (strtoll): Likewise.
38866         [C99-based standards] (strtoull): Likewise.
38867         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38868         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38869         [ISO || ISO99 || ISO11] (math.h): Likewise.
38870         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38871         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38872         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38873
38874 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38875
38876         [BZ #14132]
38877         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38878         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38879         * intl/dgettext.c (DCGETTEXT): Likewise.
38880         * intl/gettext.c (DCGETTEXT): Likewise.
38881         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38882         * posix/regex_internal.h (gettext): Likewise.
38883         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38884         Remove declaration.
38885         * include/argz.h (__argz_count_internal)
38886         (__argz_stringify_internal): Remove declaration.
38887         (__argz_count, __argz_stringify): Declare hidden proto.
38888         * intl/dcgettext.c: Remove use of INTDEF.
38889         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38890         * string/argz-stringify.c: Likewise.
38891         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38892         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38893         Declare hidden proto.
38894         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38895         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38896         Declare hidden proto.
38897         * include/stdio.h (__asprintf_internal): Don't declare.
38898         (__asprintf): Don't define as macro.  Declare hidden proto.
38899         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38900         (__fsetlocking): Declare hidden proto.
38901         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38902         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38903         hidden proto.
38904         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38905         (_IO_setlinebuf): Remove use of INTUSE.
38906         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38907         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38908         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38909         Remove declaration.
38910         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38911         (_IO_do_flush): Remove use of INTUSE.
38912         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38913         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38914         (_IO_adjust_column, _IO_least_wmarker)
38915         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38916         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38917         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38918         (_IO_default_doallocate, _IO_wdefault_doallocate)
38919         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38920         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38921         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38922         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38923         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38924         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38925         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38926         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38927         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38928         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38929         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38930         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38931         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38932         proto.
38933         (_IO_flush_all_internal, _IO_adjust_column_internal)
38934         (_IO_default_uflow_internal, _IO_default_finish_internal)
38935         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38936         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38937         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38938         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38939         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38940         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38941         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38942         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38943         (_IO_file_close_internal, _IO_file_close_it_internal)
38944         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38945         (_IO_file_init_internal, _IO_file_attach_internal)
38946         (_IO_file_fopen_internal, _IO_file_read_internal)
38947         (_IO_file_sync_internal, _IO_file_seek_internal)
38948         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38949         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38950         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38951         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38952         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38953         (_IO_list_all_internal, _IO_link_in_internal)
38954         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38955         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38956         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38957         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38958         (_IO_do_write_internal, _IO_padn_internal)
38959         (_IO_getline_info_internal, _IO_getline_internal)
38960         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38961         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38962         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38963         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38964         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38965         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38966         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38967         with libc_hidden_ver, remove use of INTUSE.
38968         * libio/genops.c: Likewise.
38969         * libio/freopen.c: Likewise.
38970         * libio/freopen64.c: Likewise.
38971         * libio/iofclose.c: Likewise.
38972         * libio/iofdopen.c: Likewise.
38973         * libio/iofflush.c: Likewise.
38974         * libio/iofflush_u.c: Likewise.
38975         * libio/iofgets.c: Likewise.
38976         * libio/iofgets_u.c: Likewise.
38977         * libio/iofopen.c: Likewise.
38978         * libio/iofopncook.c: Likewise.
38979         * libio/iofread.c: Likewise.
38980         * libio/iofread_u.c: Likewise.
38981         * libio/ioftell.c: Likewise.
38982         * libio/iofwrite.c: Likewise.
38983         * libio/iogetline.c: Likewise.
38984         * libio/iogets.c: Likewise.
38985         * libio/iogetwline.c: Likewise.
38986         * libio/iopadn.c: Likewise.
38987         * libio/iopopen.c: Likewise.
38988         * libio/ioseekoff.c: Likewise.
38989         * libio/ioseekpos.c: Likewise.
38990         * libio/iosetbuffer.c: Likewise.
38991         * libio/iosetvbuf.c: Likewise.
38992         * libio/ioungetc.c: Likewise.
38993         * libio/ioungetwc.c: Likewise.
38994         * libio/iovdprintf.c: Likewise.
38995         * libio/iovsprintf.c: Likewise.
38996         * libio/iovsscanf.c: Likewise.
38997         * libio/memstream.c: Likewise.
38998         * libio/obprintf.c: Likewise.
38999         * libio/oldfileops.c: Likewise.
39000         * libio/oldiofclose.c: Likewise.
39001         * libio/oldiofdopen.c: Likewise.
39002         * libio/oldiofopen.c: Likewise.
39003         * libio/oldiopopen.c: Likewise.
39004         * libio/oldstdfiles.c: Likewise.
39005         * libio/putc.c: Likewise.
39006         * libio/setbuf.c: Likewise.
39007         * libio/setlinebuf.c: Likewise.
39008         * libio/stdfiles.c: Likewise.
39009         * libio/strops.c: Likewise.
39010         * libio/vasprintf.c: Likewise.
39011         * libio/vscanf.c: Likewise.
39012         * libio/vsnprintf.c: Likewise.
39013         * libio/vswprintf.c: Likewise.
39014         * libio/wfiledoalloc.c: Likewise.
39015         * libio/wfileops.c: Likewise.
39016         * libio/wgenops.c: Likewise.
39017         * libio/wmemstream.c: Likewise.
39018         * libio/wstrops.c: Likewise.
39019         * libio/__fpurge.c: Likewise.
39020         * libio/__fsetlocking.c: Likewise.
39021         * assert/assert.c: Likewise.
39022         * debug/fgets_chk.c: Likewise.
39023         * debug/fgets_u_chk.c: Likewise.
39024         * debug/fread_chk.c: Likewise.
39025         * debug/fread_u_chk.c: Likewise.
39026         * debug/gets_chk.c: Likewise.
39027         * debug/obprintf_chk.c: Likewise.
39028         * debug/vasprintf_chk.c: Likewise.
39029         * debug/vdprintf_chk.c: Likewise.
39030         * debug/vsnprintf_chk.c: Likewise.
39031         * debug/vsprintf_chk.c: Likewise.
39032         * malloc/mtrace.c: Likewise.
39033         * misc/error.c: Likewise.
39034         * misc/syslog.c: Likewise.
39035         * stdio-common/asprintf.c: Likewise.
39036         * stdio-common/fxprintf.c: Likewise.
39037         * stdio-common/getw.c: Likewise.
39038         * stdio-common/isoc99_fscanf.c: Likewise.
39039         * stdio-common/isoc99_scanf.c: Likewise.
39040         * stdio-common/isoc99_vfscanf.c: Likewise.
39041         * stdio-common/isoc99_vscanf.c: Likewise.
39042         * stdio-common/isoc99_vsscanf.c: Likewise.
39043         * stdio-common/printf-prs.c: Likewise.
39044         * stdio-common/printf_fp.c: Likewise.
39045         * stdio-common/printf_fphex.c: Likewise.
39046         * stdio-common/printf_size.c: Likewise.
39047         * stdio-common/putw.c: Likewise.
39048         * stdio-common/scanf.c: Likewise.
39049         * stdio-common/sprintf.c: Likewise.
39050         * stdio-common/tmpfile.c: Likewise.
39051         * stdio-common/vfprintf.c: Likewise.
39052         * stdio-common/vfscanf.c: Likewise.
39053         * stdlib/strfmon_l.c: Likewise.
39054         * sunrpc/openchild.c: Likewise.
39055         * sunrpc/xdr_stdio.c: Likewise.
39056         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39057         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39058
39059 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39060
39061         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39062
39063         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39064         in the third column, to generate for the shared library an IFUNC
39065         that uses _dl_vdso_vsym.
39066         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39067         * Makeconfig (object-suffixes-noshared): New variable.
39068
39069         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39070         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39071         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39072         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39073
39074         [BZ #14132]
39075         * include/sys/time.h (__gettimeofday): Remove macro.
39076         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39077         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39078         Remove INTDEF.
39079         (__gettimeofday): Add libc_hidden_def.
39080         (gettimeofday): Add libc_hidden_weak.
39081         * sysdeps/mach/gettimeofday.c: Likewise.
39082         * sysdeps/posix/gettimeofday.c: Likewise.
39083         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39084         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39085         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39086         (__gettimeofday_internal): Remove strong_alias.
39087         (__gettimeofday): Add libc_hidden_def.
39088         (gettimeofday): Add libc_hidden_weak.
39089         * sysdeps/unix/syscalls.list (gettimeofday):
39090         Remove __gettimeofday_internal alias.
39091
39092 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39093             H.J. Lu  <hongjiu.lu@intel.com>
39094
39095         [BZ #12495]
39096         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39097         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39098         (largebin_index_32_big): New.
39099         (largebin_index): Use it for 16-byte alignment.
39100         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39101         correction with front_misalign.
39102
39103 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39104
39105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39106         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39107         Likewise.
39108         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39109         Likewise.
39110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39111         Likewise.
39112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39113         Likewise.
39114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39115         Likewise.
39116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39117         Likewise.
39118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39119         Likewise.
39120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39121         Likewise.
39122         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39123         Likewise.
39124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39125         Likewise.
39126         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39127         Likewise.
39128         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39129         Likewise.
39130
39131         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39132         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39133
39134 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39135
39136         [BZ #10846]
39137         [BZ #14036]
39138         * math/libm-test.inc (exp_test): Add test from bug 14036.
39139         (pow_test): Add test from bug 10846.
39140
39141         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39142         and other flags.
39143         (special_function): Do not include flags in test name.
39144         (parse_args): Likewise.
39145         * sysdeps/i386/fpu/libm-test-ulps: Update.
39146         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39147         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39148         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39150
39151         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39152         exceptions.
39153         * math/libm-test.inc ("Philosophy"): Update comment about
39154         exception testing.
39155         (UNDERFLOW_EXCEPTION): New macro.
39156         (UNDERFLOW_EXCEPTION_OK): Likewise.
39157         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39158         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39159         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39160         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39161         (INVALID_EXCEPTION_OK): Update value.
39162         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39163         (OVERFLOW_EXCEPTION_OK): Likewise.
39164         (IGNORE_ZERO_INF_SIGN): Likewise.
39165         (test_exceptions): Handle underflow exceptions.
39166         (acos_test): Update for underflow exception expectations.
39167         (cexp_test): Likewise.
39168         (clog_test): Likewise.
39169         (clog10_test): Likewise.
39170         (csqrt_test): Likewise.
39171         (ctan_test): Likewise.
39172         (ctanh_test): Likewise.
39173         (exp_test): Likewise.
39174         (exp10_test): Likewise.
39175         (exp2_test): Likewise.
39176         (expm1_test): Likewise.
39177         (fma_test): Likewise.
39178         (j0_test): Likewise.
39179         (jn_test): Likewise.
39180         (nexttoward_test): Likewise.
39181         (pow_test): Likewise.
39182         (scalbn_test): Likewise.
39183         (scalbln_test): Likewise.
39184         (tan_test): Likewise.
39185         (y1_test): Likewise.
39186         * sysdeps/i386/fpu/libm-test-ulps: Update.
39187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39188
39189 2012-05-23  David S. Miller  <davem@davemloft.net>
39190
39191         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39192         (__libc_sigaction): Remove unused local variables.
39193
39194 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39195
39196         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39197
39198 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39199
39200         mktime: avoid signed integer overflow
39201         * time/mktime.c (__mktime_internal): Do not mishandle the case
39202         where diff == INT_MIN.
39203
39204         mktime: simplify computation of average
39205         * time/mktime.c (ranged_convert): Use new time_t_avg function
39206         instead of rolling our own (probably-slower) code.
39207
39208         mktime: do not assume signed right shift propagates sign bit
39209         * time/mktime.c (isdst_differ): New static function.
39210         (__mktime_internal): No need to normalize tm_isdst now.
39211         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39212         tm_isdst values.
39213
39214         mktime: merge another wrapv change from gnulib
39215         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39216         from some compilers.
39217
39218         mktime: remove incorrect attempt at unusual arithmetics
39219         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39220         The code didn't really work on such machines anyway.
39221         (TYPE_MINIMUM): Assume two's complement.
39222         (twos_complement_arithmetic): Verify that long_int and time_t
39223         are two's complement (or unsigned, in the latter case).
39224
39225         mktime: check signed shifts on long_int and time_t, too
39226         * time/mktime.c (SHR): Check that shifts work as desired
39227         on the types long_int and time_t too, as SHR is used on
39228         such types.
39229
39230         mktime: do not assume 'long' is wide enough
39231         * time/mktime.c (verify): Move decl up.
39232         (long_int): New type.
39233         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39234         to remove assumption in the code that 'long' is wide enough to
39235         store year values.  This assumption is not true on x32 and on
39236         some non-glibc platforms.
39237
39238         mktime: merge wrapv change from gnulib
39239         * time/mktime.c (WRAPV): New macro.
39240         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39241         (guess_time_tm, __mktime_internal): Do not assume that signed
39242         integer overflow wraps around; modern compilers generate code
39243         where this assumption is no longer valid.
39244
39245 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39246
39247         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39248         Replace "jmp L(pseudo_end)" with "ret".
39249         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39250         Likewise.
39251
39252 2012-05-23  Andreas Jaeger  <aj@suse.de>
39253
39254         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39255         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39256
39257 2012-05-23  Andreas Jaeger  <aj@suse.de>
39258             Maximilian Attems  <max@stro.at>
39259
39260         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39261         New macros.
39262
39263 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39264
39265         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39266         code so that pseudo_end is just ret and the stack pointer is
39267         correct also for static library in error case.
39268
39269 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39270
39271         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39272         move to syscalls.list.
39273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39277
39278         * manual/install.texi (Running make install): Do not mention Linux
39279         kernel version for which pt_chown is not needed.
39280         (Linux): Do not mention problems with nscd with 2.0 kernels.
39281         * INSTALL: Regenerated.
39282
39283 2012-05-23  Andreas Jaeger  <aj@suse.de>
39284
39285         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39286         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39287         macro.
39288         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39289         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39290         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39291         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39292         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39293         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39294         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39295         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39296         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39297         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39298         * sysdeps/unix/sysv/linux/bits/in.h
39299         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39300
39301 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39302
39303         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39304         (PREPARE_VERSION): Just use assert instead, it will be elided
39305         under [NDEBUG] anyway.
39306
39307 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39308
39309         * sysdeps/unix/sysv/linux/Makefile: Include
39310         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39311         (sysdep_routines): Remove sysctl.
39312         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39313         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39314         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39315         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39316         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39317
39318 2012-05-22  Andreas Jaeger  <aj@suse.de>
39319
39320         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39321         that pseudo_end is just ret and the stack pointer is correct also
39322         for static library in error case.
39323
39324 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39325
39326         [BZ #14122]
39327         * nss/nsswitch.c (defconfig_entries): New variable.
39328         (__nss_database_lookup): Don't leak defconfig entries.
39329         (nss_parse_service_list): Don't leak on error paths.
39330         (free_database_entries): New function.
39331         (free_defconfig): New function.
39332         (free_mem): Move common code to free_database_entries.
39333
39334 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39335
39336         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39337         Add arch_prctl.
39338         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39339
39340         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39341         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39342         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39343         New macro.
39344         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39345         (INTERNAL_SYSCALL_TYPES): Likewise.
39346         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39347         (LOAD_REGS_TYPES_[1-6]): Likewise.
39348         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39349         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39350
39351 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39352
39353         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39354         copysignl for GLIBC_2_0.
39355         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39356         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39357         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39358         logbl for GLIBC_2_0.
39359         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39360         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39361
39362 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39363
39364         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39365         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39366
39367         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39368         Use "neg %eax".
39369
39370         * time/mktime.c: Update copyright years.
39371
39372 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39373
39374         mktime: merge comment-quoting-style change from gnulib
39375         * time/mktime.c: Quote 'like this' in comments.
39376         The GNU coding standards suggest that we no longer quote `like this',
39377         as "`" and "'" are typically rendered asymmetrically nowadays.
39378         The typical gnulib style is to quote 'like this' when quoting
39379         code, and "like this" when quoting English.
39380
39381         * time/mktime.c (compile-command): Add "-I.".
39382
39383         mktime: merge mktime-internal.h change from gnulib
39384         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39385
39386         mktime: merge time_r change from gnulib
39387         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39388
39389         mktime: merge DEBUG change from gnulib
39390         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39391         case system <time.h> has a #define.
39392
39393         mktime: merge <sys/types.h> change from gnulib
39394         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39395         since <time.t> is now guaranteed to define time_t.
39396
39397         mktime: merge HAVE_CONFIG_H change from gnulib
39398         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39399
39400 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39401
39402         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39403         Use "neg %eax".
39404
39405         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39406         __rlim_t cast.
39407         (struct rusage): Use anonymous union to pad each field to
39408         __syscall_slong_t.
39409
39410 2012-05-21  David S. Miller  <davem@davemloft.net>
39411
39412         * Makefules (o-iterator): Remove .s cases.
39413         (compile-command.s): Delete.
39414         (COMPILE.s): Delete.
39415         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39416
39417 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39418
39419         * configure.in (libc_cv_predef_stack_protector): Only consider
39420         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39421         * configure: Regenerated.
39422
39423 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39424
39425         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39426         New macro.  Use R*LP on int and pointer.
39427         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39428         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39429         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39430         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39431
39432         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39433         [__WORDSIZE_TIME64_COMPAT32] instead of
39434         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39435         (struct utmp): Likewise.
39436         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39437         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39438         Renamed to ...
39439         (__WORDSIZE_TIME64_COMPAT32): This.
39440         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39441         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39442         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39443         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39444         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39445         (__WORDSIZE_TIME64_COMPAT32): New macro.
39446
39447 2012-05-21  Andreas Jaeger  <aj@suse.de>
39448
39449         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39450         only if [SHARED]. Add prototype for __wcschr_ia32.
39451
39452 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39453
39454         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39455         of %rbp unmolested in the jmp_buf while mangling the low bits.
39456         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39457         unmolested high bits of %rbp while demangling the low bits.
39458         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39459
39460 2012-05-21  Andreas Jaeger  <aj@suse.de>
39461
39462         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39463         * sunrpc/svc_simple.c: Use it for registerrpc.
39464         * sunrpc/xcrypt.c: Use it for passwd2des.
39465
39466         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39467
39468 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39469
39470         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39471         Don't define if [__SYSCALL_WORDSIZE != 32].
39472         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39473         New macro.
39474
39475 2012-05-21  Bruno Haible  <bruno@clisp.org>
39476             Andreas Jaeger  <aj@suse.de>
39477
39478         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39479         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39480         inptr and inend for must_buffer_ch.
39481         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39482         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39483         * stdio-common/Makefile (tests): Remove bug15.
39484         (bug15-ENV): Remove macro.
39485         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39486         anymore.
39487
39488 2012-05-19  Andreas Jaeger  <aj@suse.de>
39489             Roland McGrath  <roland@hack.frob.com>
39490
39491         * manual/contrib.texi: Completely rewritten. It contains now an
39492         alphabetical list of contributors and their contributions.
39493
39494 2012-05-21  Richard Henderson  <rth@twiddle.net>
39495
39496         * misc/getauxval.c (__getauxval): Use unsigned long int.
39497         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39498         (getauxval): Use unsigned long int.
39499
39500 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39501
39502         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39503
39504 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39505
39506         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39507         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39508         __alignof__ (long double).
39509
39510 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39511
39512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39513
39514 2012-05-20  Richard Henderson  <rth@twiddle.net>
39515
39516         * misc/getauxval.c: New file.
39517         * misc/sys/auxv.h: New file.
39518         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39519         (routines): Add getauxval.
39520         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39521         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39522         * elf/dl-sysdep.c (_dl_auxv): Remove.
39523         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39524         * elf/dl-support.c (_dl_auxv): New variable.
39525         (_dl_aux_init): Initialize it.
39526         * manual/startup.texi (Auxiliary Vector): New node.
39527         * sysdeps/generic/bits/hwcap.h: New file.
39528         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39529         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39530         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39531         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39532         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39533         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39535         Update.
39536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39539         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39544
39545 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39546
39547         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39548
39549 2012-05-19  David S. Miller  <davem@davemloft.net>
39550
39551         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39552
39553 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39554
39555         [BZ #14123]
39556         * math/s_ccosh.c: Include <float.h>
39557         (__ccosh): Avoid internal overflow calculating sinh and cosh
39558         values before multiplying by sin and cos values.
39559         * math/s_ccoshf.c: Likewise.
39560         * math/s_ccoshl.c: Likewise.
39561         * math/s_csin.c: Likewise.
39562         * math/s_csinf.c: Likewise.
39563         * math/s_csinl.c: Likewise.
39564         * math/s_csinh.c: Likewise.
39565         * math/s_csinhf.c: Likewise.
39566         * math/s_csinhl.c: Likewise.
39567         * math/libm-test.inc (ccos_test): Add more tests.
39568         (ccosh_test): Likewise.
39569         (csin_test): Likewise.
39570         (csinh_test): Likewise.
39571         * sysdeps/i386/fpu/libm-test-ulps: Update.
39572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39573
39574 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39575
39576         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39577         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39578
39579         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39580
39581 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39582
39583         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39584         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39585         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39586         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39587         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39588         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39589         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39590         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39591         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39592         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39593         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39594         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39595         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39596         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39597         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39598         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39599         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39600         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39601         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39602         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39603         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39604         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39605         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39606         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39607         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39608         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39609         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39610         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39611         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39612         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39613         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39614
39615 2012-05-18  Andreas Jaeger  <aj@suse.de>
39616
39617         * csu/.gitignore: Delete.
39618
39619 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39620
39621         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39622         (timex): Use __syscall_slong_t.
39623
39624 2012-05-18  Andreas Jaeger  <aj@suse.de>
39625             Carlos O'Donell  <carlos_odonell@mentor.com>
39626
39627         * manual/install.texi (Configuring and compiling): Update
39628         description about files modified in the source directory.
39629         * INSTALL: Regenerated.
39630
39631 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39632
39633         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39634         value.  Use "or" to set return value to -1.
39635         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39636         negate return value.
39637
39638 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39639
39640         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39641         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39642         failure if the compiler has Graphite support disabled.
39643         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39644         Likewise.
39645         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39646         (CFLAGS-memmove.c): Likewise.
39647         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39648         Likewise.
39649
39650 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39651
39652         * sysdeps/x86_64/x32/_itoa.h: New file.
39653
39654         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39655         getdents system call only if kernel and user dirents have the
39656         same d_ino and d_off.
39657
39658         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39659         LLONG_MAX != LONG_MAX.
39660         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39661         (_fitoa_word): Likewise.
39662
39663         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39664         years.
39665         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39666         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39667         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39668
39669         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39670         include <bits/wordsize.h>.  Check __x86_64__ instead of
39671         __WORDSIZE.
39672         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39673         if __x86_64__ is defined.  Use anonymous union on fpstate.
39674
39675         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39676         anonymous union.
39677
39678 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39679
39680         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39681         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39682         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39683         Refer to _rtld_local_ro instead of _rtld_global_ro.
39684         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39685         Likewise.
39686         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39687         Likewise.
39688         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39689         Likewise.
39690         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39691         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39692         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39693
39694         * sysdeps/powerpc/powerpc32/dl-machine.c
39695         (__elf_machine_runtime_setup) [PROF]: Don't reference
39696         _dl_prof_resolve.
39697
39698 2012-05-18  Andreas Jaeger  <aj@suse.de>
39699
39700         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39701         function only available for GCCs before 3.4 since GCC 3.4
39702         introduced a builtin.
39703         (lrint): Likewise.
39704         (llrintf): Likewise.
39705         (llrint): Likewise.
39706         (fmaxf): Likewise.
39707         (fmax): Likewise.
39708         (fminf): Likewise.
39709         (fmin): Likewise.
39710         (rint): Likewise.
39711         (rintf): Likewise.
39712         (nearbyint): Likewise.
39713         (nearbyintf): Likewise.
39714         (ceil): Likewise.
39715         (ceilf): Likewise.
39716         (floor): Likewise.
39717         (floorf): Likewise.
39718
39719 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39720
39721         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39722         on both fields and cast pointer to __syscall_ulong_t.
39723
39724         * bits/types.h (__fsword_t): New type.
39725         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39726         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39727         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39728         (__FSWORD_T_TYPE): Likewise.
39729         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39730         (__FSWORD_T_TYPE): Likewise.
39731         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39732         (__FSWORD_T_TYPE): Likewise.
39733         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39734         (__FSWORD_T_TYPE): Likewise.
39735         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39736         __SWORD_TYPE with __fsword_t.
39737         (statfs64): Likewise.
39738
39739 2012-05-17  David S. Miller  <davem@davemloft.net>
39740
39741         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39742
39743 2012-05-17  Andreas Jaeger  <aj@suse.de>
39744
39745         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39746         warning.
39747
39748 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39749
39750         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39751
39752 2012-05-17  Andreas Jaeger  <aj@suse.de>
39753
39754         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39755         when it is used.
39756
39757 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39758
39759         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39760
39761 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39762
39763         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39764         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39765
39766 2012-05-17  Andreas Jaeger  <aj@suse.de>
39767             Carlos O'Donell  <carlos_odonell@mentor.com>
39768
39769         [BZ #14059]
39770         * sysdeps/x86_64/multiarch/init-arch.h
39771         (bit_YMM_Usable): Rename to...
39772         (bit_AVX_Usable): ... this.
39773         (bit_FMA4_Usable): New macro.
39774         (bit_XMM_state): New macro.
39775         (bit_YMM_state): New macro.
39776         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39777         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39778         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39779         (CPUID_OSXSAVE): New macro.
39780         (CPUID_AVX): New macro.
39781         (CPUID_FMA4): New macro.
39782         (index_YMM_Usable): Rename to...
39783         (index_AVX_Usable): ... this.
39784         (HAS_AVX): Use HAS_ARCH_FEATURE.
39785         (HAS_FMA4): Likewise.
39786         (HAS_YMM_USABLE): Remove.
39787         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39788         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39789         are present.
39790         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39791         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39792         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39793         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39794         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39795
39796 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39797
39798         * math/libm-test.c: Support platforms without multiple rounding modes.
39799         * math/bug-nextafter.c: Support platforms without FP exceptions.
39800         * math/bug-nexttoward.c: Likewise.
39801         * math/test-fenv.c: Likewise.
39802         * math/test-misc.c: Likewise.
39803         * stdlib/bug-getcontext.c: Likewise.
39804
39805 2012-05-17  Andreas Jaeger  <aj@suse.de>
39806
39807         * manual/examples/search.c (critter_cmp): Change signature to
39808         avoid warnings.
39809         * manual/string.texi (Collation Functions): Likewise.
39810
39811 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39812
39813         * bits/types.h: Fold copyright years.
39814         * bits/typesizes.h: Likewise.
39815         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39816         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39817         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39818         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39819         * time/time.h: Likewise.
39820
39821 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39822
39823         [BZ #208]
39824         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39825         in instead of returning them.  Return void.
39826         (__libc_mallinfo): Accumulate over all arenas.
39827         (__malloc_stats): Adjust for change in int_mallinfo interface.
39828
39829 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39830
39831         [BZ #10375]
39832         * configure.in (NM): Add AC_CHECK_TOOL for it.
39833         (libc_extra_cflags): New substituted variable.
39834         Check for -fstack-protector being used implicitly.
39835         * configure: Regenerated.
39836         * config.make.in (config-extra-cflags): New variable,
39837         gets @libc_extra_cflags@.
39838         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39839
39840         [BZ #10375]
39841         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39842         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39843         * configure: Regenerated.
39844         * config.make.in (CPPUNDEFS): New substituted variable.
39845         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39846         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39847         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39848
39849 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39850
39851         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39852         (mq_attr): Use __syscall_slong_t.
39853
39854 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39855
39856         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39857         Check __x86_64__ instead of __WORDSIZE.
39858         (_STAT_VER_LINUX): Likewise.
39859         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39860         __syscall_ulong_t and __syscall_slong_t.
39861         (stat64): Likewise.
39862
39863 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39864
39865         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39866
39867 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39868
39869         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39870
39871 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39872
39873         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39874         __syscall_ulong_t.
39875
39876         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39877         include <bits/wordsize.h>.  Check __x86_64__ instead of
39878         __WORDSIZE.
39879         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39880         defined.
39881         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39882
39883         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39884         include <bits/wordsize.h>.  Check __x86_64__ instead of
39885         __WORDSIZE.
39886         (user_regs_struct): Use "__extension__ unsigned long long"
39887         instead of "unsigned long" if __x86_64__ is defined.
39888         (user): Likewise.  Pad after pointer field if __ILP32__ is
39889         defined.
39890
39891 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39892
39893         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39894         versions 5 to 9.
39895         * configure: Regenerated.
39896         * manual/install.texi (texinfo): Increase version requirement to
39897         4.5 or later.
39898         * INSTALL: Regenerated.
39899
39900         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39901
39902 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39903
39904         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39905
39906         * sysdeps/x86_64/x32/ffs.c: New file.
39907
39908         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39909         __syscall_ulong_t.
39910         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39911         defined.  Use __syscall_ulong_t.
39912         (shminfo): Use __syscall_ulong_t.
39913         (shm_info): Likewise.
39914
39915         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39916         __syscall_ulong_t.
39917
39918         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39919         <bits/wordsize.h>.
39920         (msgqnum_t): Use __syscall_ulong_t.
39921         (msglen_t): Likewise.
39922         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39923         __syscall_ulong_t.
39924
39925         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39926         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39927
39928         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39929
39930         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39931         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39932
39933         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39934         __syscall_slong_t.
39935
39936         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39937         include <bits/wordsize.h>.  Check __x86_64__ instead of
39938         __WORDSIZE.
39939
39940         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39941         "unsigned long long int" if __x86_64__ is defined.
39942         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39943
39944         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39945         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39946         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39947
39948         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39949         <stdint.h>.
39950         (GET_PC): Cast to uintptr_t first.
39951         (GET_FRAME): Likewise.
39952         (GET_STACK): Likewise.
39953
39954         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39955         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39956         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39957         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39958         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39959         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39960         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39961         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39962         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39963         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39964         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39965         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39966         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39967         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39968         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39969         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39970         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39971         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39972         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39973         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39974         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39975         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39976         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39977         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39978         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39979         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39980         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39981         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39982         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39983
39984 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39985
39986         * Makerules (+depfiles): Also collect depfiles from .oS in
39987         $(extra-objs).
39988         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39989         .oS, $(libnldbl-routines)).
39990
39991         * Makerules (native-compile-mkdep-flags): Define.
39992         * sunrpc/Makefile (extra-objs): Add $(addprefix
39993         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39994         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39995         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39996         calling $(make-target-directory).
39997
39998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39999
40000         * bits/types.h (__snseconds_t): Removed.
40001         * time/time.h (struct timespec): Replace __snseconds_t with
40002         __syscall_slong_t.
40003         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40004         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40005         Likewise.
40006         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40007         (__SNSECONDS_T_TYPE): Likewise.
40008         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40009         (__SNSECONDS_T_TYPE): Likewise.
40010         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40011         (__SNSECONDS_T_TYPE): Likewise.
40012
40013 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40014
40015         * sysdeps/mach/hurd/bits/typesizes.h
40016         (__SYSCALL_SLONG_TYPE): New macro.
40017         (__SYSCALL_ULONG_TYPE): Likewise.
40018
40019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * bits/types.h (__syscall_slong_t): New type.
40022         (__syscall_ulong_t): Likewise.
40023
40024         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40025         (__SYSCALL_ULONG_TYPE): Likewise.
40026         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40027         (__SYSCALL_SLONG_TYPE): Likewise.
40028         (__SYSCALL_ULONG_TYPE): Likewise.
40029         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40030         (__SYSCALL_SLONG_TYPE): Likewise.
40031         (__SYSCALL_ULONG_TYPE): Likewise.
40032         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40033         (__SYSCALL_SLONG_TYPE): Likewise.
40034         (__SYSCALL_ULONG_TYPE): Likewise.
40035
40036 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40037
40038         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40039         Add sigaltstack-offsets.sym.
40040         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40041         <sigaltstack-offsets.h>.
40042         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40043         longjmp_msg pointer.
40044         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40045         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40046         signal stack.
40047         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40048
40049 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40050
40051         * elf/stackguard-macros.h: Remove file.
40052         * sysdeps/generic/stackguard-macros.h: New file.
40053         * sysdeps/i386/stackguard-macros.h: Likewise.
40054         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40055         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40056         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40057         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40058         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40059         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40060         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40061         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40062         <elf/stackguard-macros.h>.
40063
40064         [BZ #14109]
40065         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40066         __aligned__ in attribute.
40067         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40068         (gregset_t): Likewise.
40069
40070 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40071
40072         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40073         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40074         * sysdeps/x86_64/x32/Implies-after: New file.
40075
40076 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40077
40078         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40079         and access return value for _dl_profile_fixup.  Use R10_LP to
40080         load frame size.
40081
40082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40083
40084         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40085
40086 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40087
40088         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40089         * sysdeps/x86_64/x32/sysdep.h: New file.
40090
40091 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40092
40093         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40094         * sysdeps/x86_64/setjmp.S: Likewise.
40095
40096 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40097
40098         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40099         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40100         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40101         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40102         remove unused global constant.
40103
40104 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40105
40106         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40107         include of <not-cancel.h>.
40108
40109 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40110
40111         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40112
40113 2012-05-15  Jeff Law  <law@redhat.com>
40114             Andreas Jaeger  <aj@suse.de>
40115
40116         [BZ #13594]
40117         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40118         out from...
40119         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40120         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40121         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40122         code changing __hst_map_handle.map.
40123
40124 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40125
40126         * configure.in (sysnames): Look for Implies-before and Implies-after
40127         files.
40128         * configure: Regenerated.
40129
40130 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40131
40132         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40133         8-byte data alignment with LP_SIZE alignment.
40134
40135 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40136
40137         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40138         into R10_LP.
40139
40140 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40141
40142         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40143
40144 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40145
40146         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40147         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40148         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40149         Likewise.
40150         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40151
40152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40153
40154         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40155         (stackinfo_sub_sp): Likewise.
40156
40157 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40158
40159         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40160         RAX_LP.
40161
40162 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40163
40164         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40165         into R*_LP.
40166
40167 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40168
40169         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40170         sizes into R*_LP.
40171
40172 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40173
40174         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40175
40176 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40177
40178         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40179         into R11_LP and load __x86_64_shared_cache_size_half into
40180         R8_LP.
40181
40182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40183
40184         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40185         R8_LP.
40186
40187 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40188
40189         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40190         logb for POWER7.
40191         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40192         logbf for POWER7.
40193         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40194         logbl for POWER7.
40195         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40196         powerpc32/power7/fpu/s_logb.c via #include.
40197         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40198         powerpc32/power7/fpu/s_logbf.c via #include.
40199         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40200         powerpc32/power7/fpu/s_logbl.c via #include.
40201
40202 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40203
40204         * README.libm: Remove file.
40205
40206 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40207
40208         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40209         count for x32.  Use R*_LP and omit operand-size suffix.
40210
40211 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40212
40213         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40214         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40215         * sysdeps/x86_64/x32/shlib-versions: New file.
40216
40217 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40218
40219         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40220         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40221         Use _dl_fatal_printf instead.
40222
40223 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40224
40225         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40226         set if not set by the user.  Do not allow for being unset.
40227         * sysdeps/unix/sysv/linux/configure: Regenerated.
40228
40229 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40230
40231         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40232         the `q' suffix from lea and replace .quad with ASM_ADDR.
40233
40234 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40235
40236         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40237         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40238         instead of $17.
40239         (PTR_DEMANGLE): Likewise.
40240
40241 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40242
40243         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40244         (LP_OP): Likewise.
40245         (ASM_ADDR): Likewise.
40246         (RAX_LP): Likewise.
40247         (RBP_LP): Likewise.
40248         (RBX_LP): Likewise.
40249         (RCX_LP): Likewise.
40250         (RDI_LP): Likewise.
40251         (RSI_LP): Likewise.
40252         (RSP_LP): Likewise.
40253         (R8_LP): Likewise.
40254         (R9_LP): Likewise.
40255         (R10_LP): Likewise.
40256         (R10_LP): Likewise.
40257         (R11_LP): Likewise.
40258         (R12_LP): Likewise.
40259         (R13_LP): Likewise.
40260         (R14_LP): Likewise.
40261         (R15_LP): Likewise.
40262
40263 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40264
40265         * sysdeps/x86_64/x32/dl-machine.h: New file.
40266
40267 2012-05-14  Andreas Jaeger  <aj@suse.de>
40268
40269         * manual/Makefile (subdir): Remove export of subdir.
40270         (all): Remove target.
40271         (.PHONY): Remove all from list.
40272         (mkinstalldirs): Remove.
40273         (.PHONY): Remove installdirs from list.
40274         ($(inst_infodir)/libc.info): Use make-target-directory.
40275         (installdirs): Remove.
40276         (subdir_%): Remove.
40277         (glibc-targets): Remove.
40278         (lib): Remove.
40279         (stubs): Remove.
40280         ($(objpfx)stubs ../po/manual.pot): Remove.
40281         ($(objpfx)stamp%): Remove.
40282         (make-target-directory): Remove.
40283         (subdir_install): Remove.
40284         (routines): Remove.
40285         (aux): Remove.
40286         (sources): Remove.
40287         (objects): Remove.
40288         (headers): Remove.
40289
40290         [BZ #13750]
40291         * manual/.gitignore: Remove, it's not needed anymore.
40292         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40293         all files in it.
40294         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40295         directory.
40296         (texis): Renamed to $(objpfx)texis.
40297         (texis-path): New, contains path to generated files.
40298         (chapters.%): Use texis-path for complete path, add extra argument
40299         libc-texinfo.sh.
40300         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40301         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40302         (summary,texi, stamp-summary): Use complete path of
40303         files. Generate files in build dir.
40304         (dir-add.texi): Build in build dir.
40305         (libm-err.texi,stamp-libm-err): Likewise.
40306         (version.texi, stamp-version): Likewise.
40307         (.%c.texi): Likewise.
40308         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40309         (mostlyclean): Remove target.
40310         (realclean): Remove target.
40311         (generated): Add new variable with contents from mostlyclean and
40312         realclean, remove entries duplicated in common-mostlyclean, add
40313         stamp-libm-err and stamp-version.
40314         (generated-dirs): Add libc directory.
40315         ($(inst_infodir)/libc.info): Install files from build dir.
40316
40317         * manual/install.texi (Configuring and compiling): Adjust since
40318         the info files are not part of the tar ball anymore.
40319
40320 2012-05-14  Andreas Jaeger  <aj@suse.de>
40321
40322         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40323         variable.
40324
40325 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40326
40327         [BZ #13717]
40328         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40329         to 2.2.0 where earlier.
40330         * sysdeps/unix/sysv/linux/configure: Regenerated.
40331         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40332         Remove conditional code.
40333         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40334         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40335         Remove conditional code.
40336         [!__NR_lchown]: Likewise.
40337         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40338         [__NR_lchown]: Likewise.
40339         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40340         comment referencing __ASSUME_LCHOWN_SYSCALL.
40341         * sysdeps/unix/sysv/linux/i386/sigaction.c
40342         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40343         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40344         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40345         Remove conditional code.
40346         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40347         (__protocol_available): Remove #if 0 code.
40348         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40349         conditional code.
40350         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40351         * sysdeps/unix/sysv/linux/kernel-features.h
40352         (__ASSUME_GETCWD_SYSCALL): Don't define.
40353         (__ASSUME_REALTIME_SIGNALS): Likewise.
40354         (__ASSUME_PREAD_SYSCALL): Likewise.
40355         (__ASSUME_PWRITE_SYSCALL): Likewise.
40356         (__ASSUME_POLL_SYSCALL): Likewise.
40357         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40358         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40359         non-SPARC.
40360         (__ASSUME_SIOCGIFNAME): Don't define.
40361         (__ASSUME_MSG_NOSIGNAL): Likewise.
40362         (__ASSUME_SENDFILE): Define unconditionally.
40363         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40364         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40365         conditional code.
40366         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40367         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40368         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40369         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40370         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40371         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40372         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40374         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40375         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40377         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40378         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40380         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40381         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40383         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40384         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40386         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40387         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40389         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40390         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40392         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40393         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40395         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40396         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40397         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40398         Remove conditional code.
40399         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40400         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40401         Remove conditional code.
40402         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40403         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40404         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40405         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40406         Remove conditional code.
40407         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40408         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40409         Remove conditional code.
40410         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40411         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40412         Remove conditional code.
40413         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40414         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40415         Remove conditional code.
40416         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40417         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40418         Remove conditional code.
40419         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40420         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40421         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40422         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40423         * sysdeps/unix/sysv/linux/sigaction.c
40424         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40425         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40426         * sysdeps/unix/sysv/linux/sigpending.c
40427         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40428         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40429         * sysdeps/unix/sysv/linux/sigprocmask.c
40430         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40431         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40432         * sysdeps/unix/sysv/linux/sigsuspend.c
40433         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40434         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40435         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40436         (__libc_missing_rt_sigs): Remove.
40437         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40438         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40439         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40440         Remove conditional code.
40441         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40442         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40443         return 1.
40444         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40445         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40446         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40447         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40448
40449 2012-05-14  Andreas Jaeger  <aj@suse.de>
40450
40451         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40452         it's not used in glibc.
40453         (__coshm1): Likewise.
40454         (__acosh1p): Likewise.
40455         (__sgn): Likewise.
40456
40457         * manual/string.texi (Copying and Concatenation): Add missing
40458         variable in concat example.
40459         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40460
40461 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40462
40463         [BZ #14103]
40464         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40465         __builtin_clzl with __builtin_clzll.
40466
40467 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40468
40469         [BZ #14104]
40470         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40471         libc_freeres_ptr.
40472
40473 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40474
40475         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40476         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40477         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40478         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40479
40480 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40481
40482         * NEWS: Update ia64 info.
40483
40484 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40485
40486         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40487         used as bcopy.
40488
40489 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40490
40491         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40492         * sysdeps/unix/syscalls.list (dup3): Likewise.
40493         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40494         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40495
40496 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40497
40498         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40499         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40500
40501 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40502
40503         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40504         thread pointer.
40505         (TLS_IE): Use mov/add instead of movq/addq to load thread
40506         pointer.
40507         (TLS_GD_PREFIX): New.
40508         (TLS_GD): Use it.
40509
40510 2012-05-11  David S. Miller  <davem@davemloft.net>
40511
40512         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40513         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40514         (_FPU_SETCW): Likewise.
40515
40516 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40517
40518         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40519         is 32-byte aligned.
40520
40521 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40522
40523         [BZ #11837]
40524         * iconvdata/gb18030.c: Update tables.
40525         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40526         characters specially.
40527         (BODY for TO_LOOP): Add encoding of missing ranges.
40528
40529 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40530
40531         [BZ #13673]
40532         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40533         * sysdeps/mach/hurd/dup3.c: Likewise.
40534         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40535         * sysdeps/powerpc/memmove.c:: Likewise.
40536
40537 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40538
40539         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40540         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40541
40542 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40543
40544         * elf/elf.h (R_X86_64_RELATIVE64): New.
40545         (R_X86_64_NUM): Updated.
40546         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40547         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40548         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40549         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40550         tst-quad1pie tst-quad2pie
40551         (modules-names): Add tst-quadmod1 tst-quadmod2.
40552         ($(objpfx)tst-quad1): New dependency.
40553         ($(objpfx)tst-quad2): Likewise.
40554         ($(objpfx)tst-quad1pie): Likewise.
40555         ($(objpfx)tst-quad2pie): Likewise.
40556         * sysdeps/x86_64/tst-quad1.c: New file.
40557         * sysdeps/x86_64/tst-quad1pie.c: New file.
40558         * sysdeps/x86_64/tst-quad2.c: Likewise.
40559         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40560         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40561         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40562         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40563         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40564
40565 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40566
40567         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40568         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40569         * streams/stropts.h (t_scalar_t): Define type.
40570
40571         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40572         (_PATH_PRESERVE): Set to "/var/lib".
40573         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40574
40575         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40576         instead of int.
40577
40578         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40579         if __dir_mkfile succeeded.
40580
40581         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40582         checking for _hurd_dtablesize.  Unlock it right after having
40583         finished _hurd_dtable allocation.
40584
40585 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40586
40587         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40588         * sysdeps/mach/hurd/configure: Regenerated.
40589         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40590         special-casing to...
40591         * sysdeps/gnu/configure.in: ... this new file.
40592         * sysdeps/unix/sysv/linux/configure: Regenerated.
40593         * sysdeps/gnu/configure: New generated file.
40594
40595         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40596         for Linux: use nsec instead of usec, as well as:
40597         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40598         members of type struct timespec.
40599         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40600         New macros.
40601         (struct stat64): Likewise.
40602         (_STATBUF_ST_NSEC): New macro.
40603         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40604
40605         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40606         __strtoul_internal rather than strtoul.
40607
40608 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40609
40610         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40611         and reject them.
40612
40613 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40614
40615         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40616         which preserves existing values.
40617         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40618
40619 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40620
40621         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40622         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40623         greater than FD_SETSIZE.
40624
40625 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40626
40627         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40628         allocated, call __vm_protect to finish enabling the existing space, and
40629         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40630         allocate the remainder.
40631
40632 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40633
40634         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40635         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40636
40637 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40638
40639         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40640         sysdeps/mach/hurd/readlink.c.
40641
40642         * posix/tst-sysconf.c (posix_options): Only use
40643         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40644         _POSIX_SYNCHRONIZED_IO when they are defined
40645         * sysdeps/mach/hurd/bits/posix_opt.h:
40646         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40647         (_XOPEN_REALTIME): Undefine macro.
40648         (_XOPEN_REALTIME_THREADS): Undefine macro.
40649         (_XOPEN_SHM): Undefine macro.
40650         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40651         macro to -1.
40652         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40653         macro to -1.
40654         (_POSIX_ASYNC_IO): Undefine macro.
40655         (_POSIX_PRIORITIZED_IO): Undefine macro.
40656         (_POSIX_SPIN_LOCKS): Define macro to -1.
40657
40658         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40659         SA_NODEFER, SA_RESETHAND.
40660         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40661         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40662         F_DUPFD_CLOEXEC.
40663
40664 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40665
40666         * elf/Makefile (pldd-modules): Define unconditionally.
40667
40668 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40669
40670         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40671
40672 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40673
40674         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40675         Return ENOENT when name is empty.
40676         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40677
40678 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40679
40680         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40681
40682         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40683
40684 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40685
40686         Fix mlock in all cases except non-readable pages.
40687         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40688         instead of VM_PROT_ALL as parameter to __vm_wire function.
40689
40690         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40691         (__mkdir): When path is `/', just fail with EEXIST.
40692         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40693
40694 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40695
40696         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40697         <sys/uio.h> (for writev).
40698         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40699         and <sys/param.h> (for MIN).
40700
40701 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40702
40703         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40704         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40705         if interrupted.
40706
40707 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40708
40709         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40710         Depend on against $(link-rpcuserlibs).
40711
40712 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40713
40714         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40715         (__libc_stack_end): Do not use attribute_relro.
40716         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40717         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40718         to libthread-provided value.
40719         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40720         attribute_relro.
40721
40722 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40723
40724         [BZ #3748]
40725         * bits/libc-lock.h (__libc_once_get): New macro.
40726         * sysdeps/mach/bits/libc-lock.h: Likewise.
40727         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40728         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40729         instead of using implementation details.
40730
40731         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40732         * libio/freopen.c: Likewise.
40733         * libio/freopen64.c: Likewise.
40734         * misc/syslog.c: Likewise.
40735         * nscd/connections.c: Likewise.
40736         * nscd/netgroupcache.c: Likewise.
40737         * sysdeps/posix/getcwd.c: Likewise.
40738
40739 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40740
40741         * math/w_ilogbf.c: Add #include <limits.h>.
40742
40743 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40744
40745         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40746         path instead of returning without unlocking.
40747
40748         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40749         immediate-write ioctls.
40750         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40751
40752 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40753
40754         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40755         __builtin_frame_address instead of making assumptions about the
40756         location of the return address relative to DATA.  Force early load of
40757         the return address.
40758         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40759         __builtin_frame_address.
40760
40761         dup3 for GNU Hurd.
40762         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40763         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40764         implement dup3 and do some further code clean-ups.
40765         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40766         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40767
40768 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40769
40770         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40771
40772         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40773         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40774         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40775         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40776         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40777         d->port.lock.
40778
40779         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40780         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40781         when handler == SIG_ERR, not when handler != SIG_ERR.
40782
40783 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40784
40785         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40786         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40787         definitions.
40788
40789         accept4 for GNU Hurd.
40790         * include/sys/socket.h (__libc_accept4): New prototype.
40791         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40792         to implement __libc_accept4.
40793         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40794         __libc_accept4.
40795         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40796
40797         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40798         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40799         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40800         signal-defines.sym.
40801
40802 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40803
40804         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40805
40806 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40807
40808         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40809         assertion on O_CLOEXEC flag.
40810         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40811         * hurd/intern-fd.c: Likewise.
40812         * hurd/port2fd.c: Likewise.
40813
40814 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40815
40816         [BZ #3906]
40817         * bits/in.h (IPV6_PKTINFO): Define new macro.
40818         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40819
40820 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40821
40822         [BZ #13954]
40823         [BZ #13955]
40824         [BZ #13956]
40825         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40826         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40827         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40828         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40829         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40830         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40831         * math/libm-test.inc (logb_test) : Additional logb tests.
40832
40833 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40834             Andreas Jaeger  <aj@suse.de>
40835
40836         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40837         * configure: Regenerated.
40838         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40839         * config.make.in (link-obsolete-rpc): New substituted variable.
40840         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40841         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40842         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40843         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40844         so that libc.a contains the symbols.
40845         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40846         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40847         * sunrpc/auth_none.c: Likewise.
40848         * sunrpc/auth_unix.c: Likewise.
40849         * sunrpc/authdes_prot.c: Likewise.
40850         * sunrpc/authuxprot.c: Likewise.
40851         * sunrpc/clnt_gen.c: Likewise.
40852         * sunrpc/clnt_perr.c: Likewise.
40853         * sunrpc/clnt_raw.c: Likewise.
40854         * sunrpc/clnt_simp.c: Likewise.
40855         * sunrpc/clnt_tcp.c: Likewise.
40856         * sunrpc/clnt_udp.c: Likewise.
40857         * sunrpc/clnt_unix.c: Likewise.
40858         * sunrpc/des_crypt.c: Likewise.
40859         * sunrpc/des_soft.c: Likewise.
40860         * sunrpc/get_myaddr.c: Likewise.
40861         * sunrpc/key_call.c: Likewise.
40862         * sunrpc/key_prot.c: Likewise.
40863         * sunrpc/netname.c: Likewise.
40864         * sunrpc/pm_getmaps.c: Likewise.
40865         * sunrpc/pm_getport.c: Likewise.
40866         * sunrpc/pmap_clnt.c: Likewise.
40867         * sunrpc/pmap_prot.c: Likewise.
40868         * sunrpc/pmap_prot2.c: Likewise.
40869         * sunrpc/pmap_rmt.c: Likewise.
40870         * sunrpc/publickey.c: Likewise.
40871         * sunrpc/rpc_cmsg.c: Likewise.
40872         * sunrpc/rpc_common.c: Likewise.
40873         * sunrpc/rpc_dtable.c: Likewise.
40874         * sunrpc/rpc_prot.c: Likewise.
40875         * sunrpc/rpc_thread.c: Likewise.
40876         * sunrpc/rtime.c: Likewise.
40877         * sunrpc/svc.c: Likewise.
40878         * sunrpc/svc_auth.c: Likewise.
40879         * sunrpc/svc_raw.c: Likewise.
40880         * sunrpc/svc_run.c: Likewise.
40881         * sunrpc/svc_tcp.c: Likewise.
40882         * sunrpc/svc_udp.c: Likewise.
40883         * sunrpc/svc_unix.c: Likewise.
40884         * sunrpc/svcauth_des.c: Likewise.
40885         * sunrpc/xcrypt.c: Likewise.
40886         * sunrpc/xdr.c: Likewise.
40887         * sunrpc/xdr_array.c: Likewise.
40888         * sunrpc/xdr_float.c: Likewise.
40889         * sunrpc/xdr_intXX_t.c: Likewise.
40890         * sunrpc/xdr_mem.c: Likewise.
40891         * sunrpc/xdr_rec.c: Likewise.
40892         * sunrpc/xdr_ref.c: Likewise.
40893         * sunrpc/xdr_sizeof.c: Likewise.
40894         * sunrpc/xdr_stdio.c: Likewise.
40895
40896 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40897
40898         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40899         change.  Update copyright years.
40900
40901 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40902
40903         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40904
40905 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40906             Joseph Myers  <joseph@codesourcery.com>
40907             Paul Pluzhnikov  <ppluzhnikov@google.com>
40908
40909         [BZ #14012]
40910         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40911         requiring rpcgen.
40912         [cross-compiling] (extra-libs): Likewise.
40913         [cross-compiling] (extra-libs-others): Likewise.
40914         [cross-compiling] (librpcsvc-routines): Likewise.
40915         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40916         [cross-compiling] (omit-deps): Likewise.
40917         (sunrpc-CPPFLAGS): New variable.
40918         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40919         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40920         (cross-rpcgen-objs): New variable.
40921         (extra-objs): Append $(cross-rpcgen-objs).
40922         ($(cross-rpcgen-objs)): New rule.
40923         ($(objpfx)cross-rpcgen): Likewise.
40924         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40925         comment.
40926         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40927         ($(objpfx)x%.stmp): Likewise.
40928         * sunrpc/proto.h [IS_IN_build] (_): Define.
40929         [IS_IN_build] (_libc_intl_domainname): Likewise.
40930
40931 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40932
40933         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40934         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40935         and R_X86_64_TPOFF64.
40936
40937 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40938
40939         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40940         sysdeps/unix/sysv/syscalls.list.
40941         (stime): Likewise.
40942         (utime): Likewise.
40943         * sysdeps/unix/sysv/syscalls.list: Remove file.
40944
40945 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40946
40947         [BZ #3440]
40948         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40949         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40950         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40951         (__LC_IDENTIFICATION): Make these macros useful in #if
40952         expressions, as required by C99.
40953
40954 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40955
40956         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40957         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40958         after this.
40959
40960 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40961
40962         * stdlib/longlong.h: Updated from GCC.
40963
40964 2012-05-09  Andreas Jaeger  <aj@suse.de>
40965
40966         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40967         default is first entry.
40968         (run_mode): Set type.
40969         (main): Remove informal message about syslog.
40970         (options): Fix typo.
40971
40972         [BZ #14053]
40973         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40974         to asm.
40975         (lrint): Likewise.
40976         (llrintf): Likewise.
40977         (llrint): Likewise.
40978         (rint): Likewise.
40979         (rintf): Likewise.
40980         (nearbyint): Likewise.
40981         (nearbyintf): Likewise.
40982
40983 2012-05-09  Andreas Jaeger  <aj@suse.de>
40984             Pedro Alves  <palves@redhat.com>
40985
40986         * nscd/nscd.c (run_mode): Use enum.
40987         (main): Cleanup coding style issue.
40988
40989 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40990             Andreas Jaeger  <aj@suse.de>
40991
40992         * nscd/nscd.c (go_background): Replaced with...
40993         (run_mode): ... this.
40994         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40995         (options): Add -F --foreground.
40996         (main): Implement it.
40997         (parse_opt): Parse it.
40998
40999 2012-05-09  Andreas Jaeger  <aj@suse.de>
41000
41001         [BZ #14083]
41002         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41003         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41004         -Wconversion warning.
41005         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41006         Likewise.
41007
41008 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41009
41010         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41011         == 0.
41012         (LC_ALL): Use macro-int-constant.
41013         (LC_COLLATE): Likewise.
41014         (LC_CTYPE): Likewise.
41015         (LC_MESSAGES): Likewise.
41016         (LC_MONETARY): Likewise.
41017         (LC_NUMERIC): Likewise.
41018         (LC_TIME): Likewise.
41019         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41020         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41021         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41022         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41023         Specify type.
41024         [C99-based standards] (float_t): Expect type.
41025         [C99-based standards] (double_t): Expect type.
41026         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41027         type.
41028         [C99-based standards] (HUGE_VALL): Likewise.
41029         [C99-based standards] (INFINITY): Likewise.
41030         [C99-based standards] (NAN): Likewise.
41031         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41032         [C99-based standards] (FP_NAN): Likewise.
41033         [C99-based standards] (FP_NORMAL): Likewise.
41034         [C99-based standards] (FP_SUBNORMAL): Likewise.
41035         [C99-based standards] (FP_ZERO): Likewise.
41036         [C99-based standards] (FP_FAST_FMA): Use
41037         optional-macro-int-constant.  Specify type.  Require == 1.
41038         [C99-based standards] (FP_FAST_FMAF): Likewise.
41039         [C99-based standards] (FP_FAST_FMAL): Likewise.
41040         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41041         [C99-based standards] (FP_ILOGBNAN): Likewise.
41042         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41043         Specify type.
41044         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41045         [C99-based standards] (math_errhandling): Specify type.
41046         [ISO99 || ISO11] (signgam): Do not allow.
41047         [non-C99-based standards] (copysignf): Do not allow.
41048         [non-C99-based standards] (exp2f): Likewise.
41049         [non-C99-based standards] (log2f): Likewise.
41050         [non-C99-based standards] (modff): Allow.
41051         [non-C99-based standards] (erff): Do not allow.
41052         [non-C99-based standards] (erfcf): Likewise.
41053         [non-C99-based standards] (gammaf): Likewise.
41054         [non-C99-based standards] (hypotf): Likewise.
41055         [non-C99-based standards] (j0f): Likewise.
41056         [non-C99-based standards] (j1f): Likewise.
41057         [non-C99-based standards] (jnf): Likewise.
41058         [non-C99-based standards] (lgammaf): Likewise.
41059         [non-C99-based standards] (tgammaf): Likewise.
41060         [non-C99-based standards] (y0f): Likewise.
41061         [non-C99-based standards] (y1f): Likewise.
41062         [non-C99-based standards] (ynf): Likewise.
41063         [non-C99-based standards] (isnanf): Likewise.
41064         [non-C99-based standards] (acoshf): Likewise.
41065         [non-C99-based standards] (asinhf): Likewise.
41066         [non-C99-based standards] (atanhf): Likewise.
41067         [non-C99-based standards] (cbrtf): Likewise.
41068         [non-C99-based standards] (expm1f): Likewise.
41069         [non-C99-based standards] (ilogbf): Likewise.
41070         [non-C99-based standards] (log1pf): Likewise.
41071         [non-C99-based standards] (logbf): Likewise.
41072         [non-C99-based standards] (nextafterf): Likewise.
41073         [non-C99-based standards] (remainderf): Likewise.
41074         [non-C99-based standards] (rintf): Likewise.
41075         [non-C99-based standards] (scalbf): Likewise.
41076         [non-C99-based standards] (copysignl): Likewise.
41077         [non-C99-based standards] (exp2l): Likewise.
41078         [non-C99-based standards] (log2l): Likewise.
41079         [non-C99-based standards] (modfl): Allow.
41080         [non-C99-based standards] (erfl): Do not allow.
41081         [non-C99-based standards] (erfcl): Likewise.
41082         [non-C99-based standards] (gammal): Likewise.
41083         [non-C99-based standards] (hypotl): Likewise.
41084         [non-C99-based standards] (j0l): Likewise.
41085         [non-C99-based standards] (j1l): Likewise.
41086         [non-C99-based standards] (jnl): Likewise.
41087         [non-C99-based standards] (lgammal): Likewise.
41088         [non-C99-based standards] (tgammal): Likewise.
41089         [non-C99-based standards] (y0l): Likewise.
41090         [non-C99-based standards] (y1l): Likewise.
41091         [non-C99-based standards] (ynl): Likewise.
41092         [non-C99-based standards] (isnanl): Likewise.
41093         [non-C99-based standards] (acoshl): Likewise.
41094         [non-C99-based standards] (asinhl): Likewise.
41095         [non-C99-based standards] (atanhl): Likewise.
41096         [non-C99-based standards] (cbrtl): Likewise.
41097         [non-C99-based standards] (expm1l): Likewise.
41098         [non-C99-based standards] (ilogbl): Likewise.
41099         [non-C99-based standards] (log1pl): Likewise.
41100         [non-C99-based standards] (logbl): Likewise.
41101         [non-C99-based standards] (nextafterl): Likewise.
41102         [non-C99-based standards] (remainderl): Likewise.
41103         [non-C99-based standards] (rintl): Likewise.
41104         [non-C99-based standards] (scalbl): Likewise.
41105         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41106         [non-C99-based standards] (FP_*): Do not allow.
41107         [C99-based standards] (FP_*): Change to
41108         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41109         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41110         allow.
41111         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41112         (SIG_ERR): Likewise.
41113         [X/Open-based standards] (SIG_HOLD): Likewise.
41114         (SIG_IGN): Likewise.
41115         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41116         positive value.
41117         (SIGFPE): Likewise.
41118         (SIGILL): Likewise.
41119         (SIGINT): Likewise.
41120         (SIGSEGV): Likewise.
41121         (SIGTER): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41140         [X/Open-based standards] (SIGTRAP): Likewise.
41141         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41142         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41143         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41144         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41145         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41146         allow.
41147
41148 2012-05-08  Ian Wienand  <ianw@vmware.com>
41149
41150         [BZ #14080]
41151         * time/tzset.c (__tzset_parse_tz): Update default rules for
41152         daylight time changes in the Energy Policy Act of 2005.
41153
41154 2012-05-09  Andreas Jaeger  <aj@suse.de>
41155
41156         [BZ #13983]
41157         * elf/ldconfig.c (parse_conf): Change string to make clear that
41158         ldconfig only issued a warning if ld.so.conf does not exist.
41159
41160 2012-05-08  David S. Miller  <davem@davemloft.net>
41161
41162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41163         movxtod instead of popping the value on the stack.
41164
41165         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41166
41167 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41168
41169         * config.h.in: Add HAVE_ARM_PCS_VFP.
41170
41171 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41172
41173         [BZ #13979]
41174         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41175         checking but the checks are disabled for any reason.
41176
41177 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41178
41179         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41180         and ELF64_R_TYPE with ELFW(R_TYPE).
41181
41182 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41183
41184         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41185         (ulimit): Likewise.
41186
41187         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41188         (settimeofday): Likewise.
41189
41190 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41191
41192         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41193         a struct th_u2 inside the union, and move tu_block/tu_code into
41194         a new th_u3 union of tu_block/tu_code inside of that.  Move
41195         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41196         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41197         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41198         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41199         (th_stuff): Change to th_u1.tu_stuff.
41200         (th_data): Define.
41201         (th_msg): Change to th_u1.th_u2.tu_data.
41202
41203 2012-05-07  David S. Miller  <davem@davemloft.net>
41204
41205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41206
41207         [BZ #14074]
41208         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41209         (SETUP_PIC_REG): Use it.
41210         (SETUP_PIC_REG_LEAF): Use it.
41211
41212 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41213
41214         [BZ #13885]
41215         [BZ #13923]
41216         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41217         USE_AS_EXPM1L.
41218         (EXPL_FINITE): Likewise.
41219         (FLDLOG): Likewise.
41220         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41221         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41222         e_expl.S.
41223         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41224         USE_AS_EXPM1L.
41225         (EXPL_FINITE): Likewise.
41226         (FLDLOG): Likewise.
41227         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41228         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41229         e_expl.S.
41230         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41231         test of -max_value argument for long double.
41232         * sysdeps/i386/fpu/libm-test-ulps: Update.
41233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41234
41235 2012-05-06  David S. Miller  <davem@davemloft.net>
41236
41237         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41238         quad soft-float symbols whose references which are compiler
41239         generated.
41240         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41241
41242 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41243
41244         [BZ #13884]
41245         [BZ #13914]
41246         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41247         USE_AS_EXP10L.
41248         (EXPL_FINITE): Likewise.
41249         (FLDLOG): Likewise.
41250         (c0): Likewise.
41251         (c1): Likewise.
41252         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41253         Adjust comments for base varying.
41254         (__expl_finite): Change alias to EXPL_FINITE.
41255         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41256         e_expl.S.
41257         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41258         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41259         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41260         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41261         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41262         USE_AS_EXP10L.
41263         (EXPL_FINITE): Likewise.
41264         (FLDLOG): Likewise.
41265         (c0): Likewise.
41266         (c1): Likewise.
41267         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41268         Adjust comments for base varying.
41269         (__expl_finite): Change alias to EXPL_FINITE.
41270         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41271         tests for bugs.
41272         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41273
41274         [BZ #14064]
41275         * math/libm-test.inc (check_float_internal): Correct ulp
41276         calculation for subnormal expected results.
41277
41278 2012-05-06  Andreas Jaeger  <aj@suse.de>
41279
41280         * Makeconfig (+math-flags): New, set to -frounding-math.
41281         (+cflags): Add +math-flags so that all of glibc gets compiled with
41282         it.
41283
41284         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41285
41286 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41287
41288         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41289         Disable one test.
41290
41291         [BZ #13787]
41292         [BZ #13922]
41293         [BZ #14036]
41294         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41295         (__ieee754_expl): Allow for and saturate large arguments.
41296         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41297         (u_threshold): Likewise.
41298         (__exp): Call __ieee754_exp before checking for overflow and
41299         underflow.
41300         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41301         (u_threshold): Likewise.
41302         (__expf): Call __ieee754_expf before checking for overflow and
41303         underflow.
41304         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41305         (u_threshold): Likewise.
41306         (__expl): Call __ieee754_expl before checking for overflow and
41307         underflow.
41308         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41309         (__ieee754_expl): Allow for and saturate large arguments.
41310         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41311         missing overflow exception on overflow.
41312         (expm1_test): Do not allow missing overflow exception on overflow.
41313
41314         * sysdeps/i386/fpu/e_expl.c: Move to ...
41315         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41316         rather than using inline asm.
41317         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41318         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41319         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41320
41321         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41322         (nice): Likewise.
41323         (poll): Likewise.
41324         (signal): Likewise.
41325         (time): Likewise.
41326         (times): Likewise.
41327
41328 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41329
41330         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41331         sysdeps/unix/common/syscalls.list.
41332         (fchmod): Likewise.
41333         (fchown): Likewise.
41334         (ftruncate): Likewise.
41335         (getrusage): Likewise.
41336         (gettimeofday): Likewise.
41337         (setpgid): Likewise.
41338         (setregid): Likewise.
41339         (setreuid): Likewise.
41340         (sigaction): Likewise.
41341         (truncate): Likewise.
41342         (vhangup): Likewise.
41343         * sysdeps/unix/common/syscalls.list: Remove file.
41344         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41345         * sysdeps/unix/sysv/linux/Implies: Likewise.
41346
41347 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41348
41349         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41350         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41351         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41352         Moved to ...
41353         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41354         Here.
41355         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41356         to ...
41357         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41358         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41359         to ...
41360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41361         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41362         to ...
41363         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41364         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41365         to ...
41366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41367         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41368         to ...
41369         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41370         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41371         to ...
41372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41373         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41374         to ...
41375         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41376         Here.
41377         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41378         to ...
41379         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41380         Here.
41381         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41382         to ...
41383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41384         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41385         Moved to ...
41386         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41387         Here.
41388         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41389         to ...
41390         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41391
41392 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41393
41394         * sysdeps/unix/common/bits/dirent.h: Remove file.
41395         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41396
41397         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41398         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41399         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41400         * sysdeps/unix/bsd/isatty.c: Likewise.
41401         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41402         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41403         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41404
41405 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41406
41407         [BZ #13563]
41408         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41409         long double comparison inaccuracies.
41410         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41412
41413 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41414
41415         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41416         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41417
41418 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41419
41420         [BZ #14049]
41421         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41422         nonzero digits before rounding a hex value.
41423         * stdlib/tst-strtod.c (tests): Add another test.
41424
41425 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41426
41427         * sysdeps/s390/fpu/libm-test-ulps: Update.
41428
41429 2012-05-03  Andreas Jaeger  <aj@suse.de>
41430
41431         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41432         does not get optimized out.
41433         (malloc_opt_barrier): New.
41434
41435 2012-05-03  Andreas Jaeger  <aj@suse.de>
41436             Roland McGrath  <roland@hack.frob.com>
41437
41438         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41439         intermediate file deletion.
41440         (generated): Add .symlist files.
41441
41442 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41443
41444         [BZ #13775]
41445         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41446         Redirect under this condition.
41447         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41448         [__USE_GNU] (__dprintf_chk): Not under this condition.
41449         [__USE_GNU] (__vdprintf_chk): Likewise.
41450         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41451         under this condition.
41452         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41453         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41454         [__USE_XOPEN2K8] (vdprintf): Likewise.
41455         [__USE_GNU] (__dprintf_chk): Not under this condition.
41456         [__USE_GNU] (__vdprintf_chk): Likewise.
41457         [__USE_GNU] (dprintf): Likewise.
41458         [__USE_GNU] (vdprintf): Likewise.
41459
41460 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41461
41462         * elf/Makefile (common-generated): Set this instead of generated for
41463         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41464         $(all-built-dso)-derived lists.
41465
41466 2012-05-03  Andreas Jaeger  <aj@suse.de>
41467
41468         * sysdeps/i386/fpu/libm-test-ulps: Update.
41469
41470         * FAQ: Removed.
41471         * FAQ.in: Likewise.
41472         * scripts/gen-FAQ.pl: Likewise.
41473         * manual/install.texi (Installation): Point to online location of
41474         FAQ.
41475         * Makefile (files-for-dist): Remove FAQ.
41476         (FAQ): Remove.
41477
41478 2012-05-02  Allan McRae  <allan@archlinux.org>
41479
41480         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41481         (LDFLAGS-reldepmod5.so): Likewise.
41482         (LDFLAGS-reldep6mod1.so): Likewise.
41483         (LDFLAGS-reldep6mod4.so): Likewise.
41484         (LDFLAGS-reldep8mod3.so): Likewise.
41485         (LDFLAGS-unload4mod1.so): Likewise.
41486         (LDFLAGS-unload4mod2.so): Likewise.
41487         (LDFLAGS-tst-initorder): Likewise.
41488         (LDFLAGS-tst-initordera2.so): Likewise.
41489         (LDFLAGS-tst-initordera3.so): Likewise.
41490         (LDFLAGS-tst-initordera4.so): Likewise.
41491         (LDFLAGS-tst-initorderb2.so): Likewise.
41492         (LDFLAGS-noload): Likewise.
41493         (LDFLAGS-next): Likewise.
41494         (LDFLAGS-order2mod1.so): Likewise.
41495         (LDFLAGS-order2mod2.so): Likewise.
41496         (LDFLAGS-tst-initorder2): Likewise.
41497         (LDFLAGS-tst-initorder2a.so): Likewise.
41498         (LDFLAGS-tst-initorder2b.so): Likewise.
41499         (LDFLAGS-tst-initorder2c.so): Likewise.
41500         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41501
41502 2012-05-02  David S. Miller  <davem@davemloft.net>
41503
41504         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41505
41506 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41507
41508         [BZ #14055]
41509         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41510
41511 2012-05-02  Andreas Jaeger  <aj@suse.de>
41512
41513         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41514         since we manipulate rounding mode.
41515         (CPPFLAGS-test-idouble.c): Likewise.
41516         (CPPFLAGS-test-ifloat.c): Likewise.
41517         (CFLAGS-test-ldouble.c): Likewise.
41518         (CFLAGS-test-double.c): Likewise.
41519         (CFLAGS-test-float.c): Likewise.
41520         (CFLAGS-test-misc.c): Likewise.
41521         (CFLAGS-test-test-fenv.c): Likewise.
41522
41523 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41524
41525         [BZ #2550]
41526         [BZ #2570]
41527         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41528         comparisons to determine direction to adjust input.
41529
41530 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41531
41532         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41533         output to the target.
41534
41535         * scripts/localplt.awk: New file.
41536         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41537         (check-localplt-CFLAGS): Variable removed.
41538         ($(all-built-dso:=.jmprel)): New static pattern rule.
41539         (generated): Add those targets.
41540         (localplt-built-dso): New variable.
41541         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41542
41543         * elf/check-localplt.c: File removed.
41544
41545         * scripts/check-execstack.awk: New file.
41546         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41547         (check-execstack-CFLAGS): Variable removed.
41548         ($(objpfx)check-execstack.h): Target removed.
41549         ($(objpfx)execstack-default): New target.
41550         (generated): Add that instead of check-execstack.h.
41551         ($(all-built-dso:=.phdr)): New static pattern rule.
41552         (generated): Add those targets.
41553         * elf/check-execstack.c: File removed.
41554
41555         * scripts/check-textrel.awk: New file.
41556         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41557         (check-textrel-CFLAGS): Variable removed.
41558         (all-built-dso): Use := to define.o
41559         ($(all-built-dso:=.dyn)): New static pattern rule.
41560         (generated): Add those targets.
41561         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41562         * config.make.in (READELF): New substituted variable.
41563         * elf/check-textrel.c: File removed.
41564
41565 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41566
41567         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41568         allow.
41569         * conform/data/ctype.h-data [C99-based standards] (isblank):
41570         Expect function.
41571         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41572         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41573         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41574         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41575         Specify type.  Require positive value.
41576         (EILSEQ): Likewise.
41577         (ERANGE): Likewise.
41578         [ISO || POSIX] (EILSEQ): Do not expect.
41579         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41580         Specify type.  Require positive value.
41581         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41582         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41583         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41584         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41585         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41586         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41587         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41588         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41589         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41590         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41591         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41592         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41593         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41594         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41595         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41596         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41597         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41598         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41599         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41600         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41601         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41602         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41603         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41604         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41605         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41606         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41607         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41608         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41609         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41610         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41611         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41612         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41613         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41614         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41615         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41616         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41617         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41618         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41619         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41620         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41621         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41622         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41623         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41624         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41625         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41626         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41631         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41632         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41633         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41634         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41635         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41636         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41637         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41638         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41639         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41640         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41641         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41642         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41643         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41644         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41645         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41646         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41647         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41648         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41649         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41650         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41651         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41652         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41653         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41654         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41655         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41656         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41657         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41658         Require >= 2.
41659         (FLT_ROUNDS): Expect as macro, not constant.
41660         (FLT_MANT_DIG): Use macro-int-constant.
41661         (DBL_MANT_DIG): Likewise.
41662         (LDBL_MANT_DIG): Likewise.
41663         (FLT_DIG): Likewise.
41664         (DBL_DIG): Likewise.
41665         (LDBL_DIG): Likewise.
41666         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41667         (DBL_MIN_EXP): Likewise.
41668         (LDBL_MIN_EXP): Likewise.
41669         (FLT_MAX_EXP): Use macro-int-constant.
41670         (DBL_MAX_EXP): Likewise.
41671         (LDBL_MAX_EXP): Likewise.
41672         (FLT_MAX_10_EXP): Likewise.
41673         (DBL_MAX_10_EXP): Likewise.
41674         (LDBL_MAX_10_EXP): Likewise.
41675         (FLT_MAX): Use macro-constant.
41676         (DBL_MAX): Likewise.
41677         (LDBL_MAX): Likewise.
41678         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41679         (DBL_EPSILON): Likewise.
41680         (LDBL_EPSILON): Likewise.
41681         (FLT_MIN): Likewise.
41682         (DBL_MIN): Likewise.
41683         (LDBL_MIN): Likewise.
41684         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41685         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41686         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41687         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41688         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41689         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41690         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41691         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41692         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41693         [ISO11] (FLT_TRUE_MIN): Likewise.
41694         [ISO11] (LDBL_TRUE_MIN): Likewise.
41695         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41696         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41697         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41698         (SCHAR_MAX): Likewise.
41699         (UCHAR_MAX): Likewise.
41700         (CHAR_MIN): Likewise.
41701         (CHAR_MAX): Likewise.
41702         (MB_LEN_MAX): Use macro-int-constant.
41703         (SHRT_MIN): Use macro-int-constant.  Specify type.
41704         (SHRT_MAX): Likewise.
41705         (USHRT_MAX): Likewise.
41706         (INT_MAX): Likewise.
41707         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41708         bound negative.
41709         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41710         bound with "U".
41711         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41712         bound with "L".
41713         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41714         bound negative.  Suffix upper bound with "L".
41715         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41716         bound with "UL".
41717         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41718         Specify type.
41719         [C99-based standards] (LLONG_MAX): Likewise.
41720         [C99-based standards] (ULLONG_MAX): Likewise.
41721         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41722         == 0.
41723         [ISO11] (max_align_t): Require type.
41724         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41725
41726         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41727         from $CFLAGS, without defining away __attribute__ calls.
41728         (checknamespace): Use $CFLAGS_namespace.
41729
41730         * conform/conformtest.pl (@keywords): Only include C99 keywords
41731         for standards based on C99 or C11.
41732
41733         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41734         Disable tests.
41735         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41736         UNIX98]: Likewise.
41737
41738         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41739         usability of symbols in #if.
41740
41741         * conform/conformtest.pl: If macro or constant types start
41742         "promoted:", expect the symbol to be of the following type
41743         promoted by the integer promotions.
41744
41745         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41746         in one place.  Also handle "macro-constant".
41747
41748         * conform/conformtest.pl: Only accept expected macro values with
41749         "==".  Parse all "macro" lines in one place.
41750         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41751
41752         * conform/conformtest.pl: Handle braced types on "constant" lines
41753         instead of handling "typed-constant".
41754         * conform/data/signal.h-data: Use "constant" instead of
41755         "typed-constant".
41756
41757         * conform/conformtest.pl: Handle "optional-" at start of lines in
41758         one place rather than duplicating several cases.  Handle each
41759         format of "macro" line with initial "optional-".
41760
41761         * conform/conformtest.pl: Only accept expected constant or
41762         optional-constant values with "==".  Parse all "constant" lines in
41763         one place.  Parse all "optional-constant" lines in one place.
41764         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41765         * conform/data/fmtmsg.h-data: Likewise.
41766         * conform/data/netinet/in.h-data: Likewise.
41767         * conform/data/tar.h-data: Likewise.
41768         * conform/data/limits.h-data: Use "==" form on "constant" and
41769         "optional-constant" lines.
41770
41771         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41772         Use -std=c99 for XOPEN2K.
41773         (@knownproblems): Remove.
41774         (newtoken): Don't check %isknown.
41775
41776         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41777         Do not expect macro.
41778         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41790         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41791         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41808         [XPG3] (acosh): Likewise.
41809         [XPG3] (asinh): Likewise.
41810         [XPG3] (atanh): Likewise.
41811         [XPG3] (cbrt): Likewise.
41812         [XPG3] (expm1): Likewise.
41813         [XPG3] (ilogb): Likewise.
41814         [XPG3] (log1p): Likewise.
41815         [XPG3] (logb): Likewise.
41816         [XPG3] (nextafter): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41819         [XPG3] (remainder): Likewise.
41820         [XPG3] (rint): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41828         [UNIX98 || XOPEN2K] (scalb): Expect.
41829         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41830         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41966
41967         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41968         _XOPEN_SOURCE_EXTENDED for XPG4.
41969
41970         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41971
41972         * Makeconfig (localtime): Remove variable.
41973         (inst_localtime-file): Likewise.
41974
41975 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41976
41977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41978         Update.
41979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41980         Update.
41981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41982         Update.
41983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41984         Update.
41985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41986         Update.
41987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41988         Update.
41989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41990         Update.
41991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41992         Update.
41993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41994         Update.
41995
41996 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41997
41998         [BZ #2550]
41999         [BZ #2570]
42000         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42001         comparisons to determine direction to adjust input.
42002         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42003         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42004         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42005         Likewise.
42006         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42007         Likewise.
42008         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42009         Likewise.
42010         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42011         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42012         Likewise.
42013         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42014         Likewise.
42015         * math/libm-test.inc (nexttoward_test): Add more tests.
42016
42017 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42018
42019         [BZ #14040]
42020         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42021         in version GLIBC_2.1, not GLIBC_2.0.
42022         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42023         Likewise.
42024
42025 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42026
42027         [BZ #13942]
42028         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42029         (1 - x) * (1 + x).
42030         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42031         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42032         * math/libm-test.inc (acos_test): Add more tests.
42033         (asin_test): Likewise.
42034         * sysdeps/i386/fpu/libm-test-ulps: Update.
42035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42036
42037         [BZ #14034]
42038         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42039         of square root.
42040         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42041         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42042         * math/libm-test.inc (acos_test_tonearest): New function.
42043         (acos_test_towardzero): Likewise.
42044         (acos_test_downward): Likewise.
42045         (acos_test_upward): Likewise.
42046         (asin_test_tonearest): Likewise.
42047         (asin_test_towardzero): Likewise.
42048         (asin_test_downward): Likewise.
42049         (asin_test_upward): Likewise.
42050         (main): Call the new functions.
42051         * sysdeps/i386/fpu/libm-test-ulps: Update.
42052         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42053
42054         [BZ #13884]
42055         [BZ #13924]
42056         * math/e_exp10.c: Include <float.h>.
42057         (__ieee754_exp10): Handle underflow here rather than multiplying
42058         large negative argument by M_LN10.
42059         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42060         of __ieee754_expf.
42061         * math/e_exp10l.c: Include <float.h>.
42062         (__ieee754_exp10l): Handle underflow here rather than multiplying
42063         large negative argument by M_LN10l.
42064         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42065         spurious overflow exception on underflow.
42066
42067 2012-04-29  Marek Polacek  <polacek@redhat.com>
42068
42069         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42070         (__fortify_function): New macro.
42071         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42072         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42073         __extern_always_inline.
42074         * libio/bits/stdio2.h: Likewise.
42075         * libio/bits/stdio.h: Likewise.
42076         * string/string.h: Likewise.
42077         * string/bits/string3.h: Likewise.
42078         * include/stdio.h: Likewise.
42079         * stdlib/bits/stdlib.h: Likewise.
42080         * stdlib/stdlib.h: Likewise.
42081         * rt/bits/mqueue2.h: Likewise.
42082         * rt/mqueue.h: Likewise.
42083         * posix/bits/unistd.h: Likewise.
42084         * posix/unistd.h: Likewise.
42085         * io/bits/poll2.h: Likewise.
42086         * io/bits/fcntl2.h: Likewise.
42087         * io/fcntl.h: Likewise.
42088         * io/sys/poll.h: Likewise.
42089         * misc/bits/syslog.h: Likewise.
42090         * misc/bits/syslog-ldbl.h: Likewise.
42091         * misc/sys/syslog.h: Likewise.
42092         * socket/bits/socket2.h: Likewise.
42093         * socket/sys/socket.h: Likewise.
42094         * debug/tst-chk1.c: Likewise.
42095         * wcsmbs/bits/wchar2.h: Likewise.
42096         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42097         * wcsmbs/wchar.h: Likewise.
42098
42099 2012-04-29  Andreas Jaeger  <aj@suse.de>
42100
42101         * Makerules (tests): Remove enable-check-abi protection.
42102         (check-abi-warn): Remove.
42103         (check-abi-%): Remove check-abi-warn usage.
42104
42105         * configure.in: Remove check-abi configure option.
42106         * configure: Regenerated.
42107         * config.make.in (enable-check-abi): Remove.
42108
42109 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42110
42111         [BZ #14033]
42112         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42113         double functions to double *_finite functions.
42114
42115         [BZ #13941]
42116         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42117         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42118         LDBL_MIN_EXP.
42119         * stdio-common/Makefile (tests): Add tst-sprintf3.
42120         * stdio-common/tst-sprintf3.c: New file.
42121
42122         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42123         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42124
42125 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42126
42127         * conform/conformtest.pl: Remove duplicate typed-constant
42128         handling.
42129
42130 2012-04-28  David S. Miller  <davem@davemloft.net>
42131
42132         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42133         (check-abi-%): Remove AWK script prerequisite and explicit
42134         abilist directory.
42135         (check-abi): Rewrite to just diff the symlist with the abilist.
42136         (config-tls, config-abi-config): Delete, no longer used.
42137         (update-abi-%): Remove AWK script and explicit abilist directory.
42138         (update-abi): Rewrite to simply compare and conditionally copy the
42139         symlist and the sysdep abilist file.  Remove update-abi-config
42140         checks.
42141         * abilist/ld.abilist: Remove.
42142         * abilist/libBrokenLocale.abilist: Remove.
42143         * abilist/libanl.abilist: Remove.
42144         * abilist/libcrypt.abilist: Remove.
42145         * abilist/libdl.abilist: Remove.
42146         * abilist/librt.abilist: Remove.
42147         * abilist/libthread_db.abilist: Remove.
42148         * abilist/libutil.abilist: Remove.
42149         * scripts/extract-abilist.awk: Remove.
42150         * scripts/merge-abilist.awk: Remove.
42151         * sysdeps/generic/libcidn.abilist: New file.
42152         * sysdeps/generic/libnss_compat.abilist: New file.
42153         * sysdeps/generic/libnss_db.abilist: New file.
42154         * sysdeps/generic/libnss_dns.abilist: New file.
42155         * sysdeps/generic/libnss_files.abilist: New file.
42156         * sysdeps/generic/libnss_hesiod.abilist: New file.
42157         * sysdeps/generic/libnss_nis.abilist: New file.
42158         * sysdeps/generic/libnss_nisplus.abilist: New file.
42159         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42160         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42161         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42162         file.
42163         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42164         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42165         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42166         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42167         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42168         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42169         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42170         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42171         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42172         file.
42173         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42174         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42175         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42176         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42177         file.
42178         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42179         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42180         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42181         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42182         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42183         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42184         file.
42185         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42186         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42187         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42190         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42191         New file.
42192         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42193         New file.
42194         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42195         New file.
42196         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42197         New file.
42198         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42199         New file.
42200         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42201         New file.
42202         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42203         New file.
42204         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42207         New file.
42208         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42209         New file.
42210         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42213         New file.
42214         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42215         New file.
42216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42217         file.
42218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42219         New file.
42220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42221         New file.
42222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42223         file.
42224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42225         New file.
42226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42227         New file.
42228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42229         file.
42230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42231         New file.
42232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42233         New file.
42234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42235         New file.
42236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42237         New file.
42238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42239         New file.
42240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42241         New file.
42242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42244         file.
42245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42246         New file.
42247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42248         file.
42249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42250         file.
42251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42252         file.
42253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42254         file.
42255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42256         file.
42257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42258         New file.
42259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42260         file.
42261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42262         file.
42263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42264         New file.
42265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42266         file.
42267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42269         file.
42270         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42271         New file.
42272         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42273         file.
42274         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42275         file.
42276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42277         file.
42278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42279         file.
42280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42281         file.
42282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42283         New file.
42284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42285         file.
42286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42287         file.
42288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42289         New file.
42290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42291         file.
42292         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42293         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42294         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42295         file.
42296         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42297         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42298         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42299         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42300         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42301         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42302         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42303         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42304         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42305         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42308         file.
42309         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42310         New file.
42311         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42312         file.
42313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42314         file.
42315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42316         file.
42317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42318         file.
42319         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42320         file.
42321         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42322         New file.
42323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42324         New file.
42325         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42326         file.
42327         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42328         New file.
42329         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42330         file.
42331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42332         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42333         file.
42334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42335         New file.
42336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42337         file.
42338         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42339         file.
42340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42341         file.
42342         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42343         file.
42344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42345         file.
42346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42347         New file.
42348         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42349         New file.
42350         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42351         file.
42352         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42355         file.
42356
42357 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42358
42359         * conform/conformtest.pl: Fix typo in handling typed-constant from
42360         allow-header.
42361
42362 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42363
42364         * README: Cut down references to pre-2.6 Linux kernels and
42365         Linuxthreads.  Update lists of configurations in libc and ports
42366         and sort alphabetically.  Say "or newer" with Linux kernel version
42367         requirements.
42368
42369         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42370
42371 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42372
42373         [BZ #887]
42374         * math/libm-test.inc (logb_test_downward): New test to expose
42375         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42376         rounding mode.
42377
42378 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42379
42380         [BZ #14027]
42381         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42382         to be done.
42383         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42384         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42385
42386 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42387
42388         * sysdeps/unix/i386/brk.S: Remove file.
42389         * sysdeps/unix/i386/dl-brk.S: Likewise.
42390         * sysdeps/unix/i386/pipe.S: Likewise.
42391         * sysdeps/unix/i386/sigreturn.S: Likewise.
42392         * sysdeps/unix/i386/syscall.S: Likewise.
42393         * sysdeps/unix/i386/vfork.S: Likewise.
42394         * sysdeps/unix/i386/wait.S: Likewise.
42395
42396         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42397         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42398
42399         * configure.in (arm*-none*): Do not allow without
42400         --enable-hacker-mode.
42401         (netbsd*): Remove case setting base_os.
42402         (386bsd*): Likewise.
42403         (freebsd*): Likewise.
42404         (bsdi*): Likewise.
42405         (osf*): Likewise.
42406         (sunos*): Likewise.
42407         (ultrix*): Likewise.
42408         (newsos*): Likewise.
42409         (dynix*): Likewise.
42410         (*bsd*): Likewise.
42411         (sysv*): Likewise.
42412         (isc*): Likewise.
42413         (esix*): Likewise.
42414         (sco*): Likewise.
42415         (minix*): Likewise.
42416         (irix4*): Likewise.
42417         (irix6*): Likewise.
42418         (solaris[2-9]*): Likewise.
42419         (none): Likewise.
42420         * configure: Regenerated.
42421
42422 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42423
42424         [BZ #11521]
42425         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42426         overflow or cancellation in calculating denominator.
42427         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42428         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42429         down expression to avoid unexpected rounding in newer GCCs.
42430         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42431
42432 2012-04-26  David S. Miller  <davem@davemloft.net>
42433
42434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42435         long-double compat symbols.
42436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42449
42450 2012-04-25  David S. Miller  <davem@davemloft.net>
42451
42452         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42453         HWCAP_* values only after the memory barriers have been defined.
42454         (atomic_full_barrier): Define.
42455         (atomic_read_barrier): Define.
42456         (atomic_write_barrier): Define.
42457
42458 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42459
42460         * shlib-versions: Add libgcc_s version information.
42461         * sysdeps/generic/libgcc_s.h: Remove.
42462         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42463         libgcc_s.h.
42464         * sysdeps/gnu/unwind-resume.c: Likewise.
42465         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42466
42467 2012-04-25  David S. Miller  <davem@davemloft.net>
42468
42469         * sysdeps/unix/sparc/brk.S: Delete.
42470         * sysdeps/unix/sparc/dl-brk.S: Delete.
42471         * sysdeps/unix/sparc/pipe.S: Delete.
42472         * sysdeps/unix/sparc/sysdep.S: Delete.
42473         * sysdeps/unix/sparc/sysdep.h: Delete.
42474         * sysdeps/unix/sparc/vfork.S: Delete.
42475         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42476         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42477         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42478         (ret_ERRVAL, r0, r1, MOVE): Define.
42479         (JUMPTARGET): Remove.
42480         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42481         sysdeps/unix/sparc/sysdep.h
42482         (ENTRY, END): Remove.
42483         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42484
42485 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42486
42487         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42488         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42489         -DIS_IN_build.
42490
42491         * timezone/README: Update upstream location and email address for
42492         tzcode and tzdata.
42493         * timezone/zdump.c: Update from tzcode 2012b.
42494         * timezone/zic.c: Likewise.
42495
42496         * configure.in (libc_cv_as_needed): Remove test.
42497         * configure: Regenerated.
42498         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42499         conditional definition.
42500         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42501         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42502         * config.make.in (have-as-needed): Remove variable.
42503
42504 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42505             Paul Pluzhnikov  <ppluzhnikov@google.com>
42506
42507         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42508         strings correctly.
42509
42510 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42511
42512         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42513         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42514         * sysdeps/sh/strlen.S: Likewise.
42515
42516 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42517
42518         * sysdeps/unix/fork.S: Remove file.
42519         * sysdeps/unix/i386/fork.S: Likewise.
42520         * sysdeps/unix/sparc/fork.S: Likewise.
42521
42522         * sysdeps/unix/system.c: Remove file.
42523         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42524
42525         * sysdeps/unix/getegid.S: Remove file.
42526         * sysdeps/unix/geteuid.S: Likewise.
42527
42528 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42529
42530         * scripts/check-localplt.awk: New file.
42531         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42532         of diff.
42533         * scripts/data/localplt-generic.data: Add a comment.
42534
42535         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42536         NODE when __dir_mkfile failed.
42537         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42538         Reported by Ludovic Courtès <ludo@gnu.org>.
42539
42540 2012-04-24  Andreas Jaeger  <aj@suse.de>
42541
42542         * Makerules (common-clean): Also remove gen-as-const-headers
42543         files.
42544
42545 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42546
42547         * Makerules (native-compile): Do not change working directory for
42548         build.  Use $(OUTPUT_OPTION) in command.
42549         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42550
42551 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42552
42553         [BZ #13886]
42554         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42555         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42556         * math/libm-test.inc (floor_test): Add more tests.
42557         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42558
42559 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42560
42561         * sysdeps/unix/getdents.c: Remove file.
42562         * sysdeps/unix/sysv/getdents.c: Likewise.
42563         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42564
42565         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42566         sysdeps/unix/mman/syscalls.list.
42567         (mmap): Likewise.
42568         (mprotect): Likewise.
42569         (msync): Likewise.
42570         (munmap): Likewise.
42571         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42572         * sysdeps/unix/mman/syscalls.list: Remove.
42573         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42574
42575         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42576         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42577         * configure: Regenerated.
42578         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42579         $(libgcc_s_suffix).
42580         * config.make.in (libgcc_s_suffix): Remove variable.
42581
42582 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42583
42584         * sysdeps/unix/sysv/gethostname.c: Move to ...
42585         * sysdeps/posix/gethostname.c: ... here.
42586
42587         * sysdeps/unix/execve.S: Remove file.
42588
42589         * sysdeps/unix/_exit.S: Remove file.
42590
42591 2012-04-23  Andreas Jaeger  <aj@suse.de>
42592
42593         [BZ #13739]
42594         * manual/Makefile: Remove make dist support, there's no
42595         need for a stand-alone documentation tar ball.
42596         (TEXI2DVI): Define always, it's not in Makeconfig.
42597         (dist): Removed.
42598         (tar-it): Removed.
42599         (edition): Removed.
42600         (glibc-doc-$(edition).tar): Removed
42601         (%.Z): Removed.
42602         (%.gz): Removed.
42603         (%.uu): Removed.
42604         (ETAGS): Remove, it's in Makeconfig.
42605         (move-if-change): Remove, it's in Makeconfig.
42606
42607 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42608
42609         [BZ #13970]
42610         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42611         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42612         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42613         (strtod_l, strtof_l, strtold_l): Remove __wur.
42614         It is not necessarily an error to ignore strtol's return value.
42615         One can reliably look at the stored endptr to decide whether
42616         the number had valid syntax.
42617
42618 2012-04-21  Andreas Jaeger  <aj@suse.de>
42619
42620         [BZ #13739]
42621         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42622
42623 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42624
42625         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42626         * sysdeps/unix/sysv/Versions: Remove file.
42627
42628 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42629
42630         [BZ #13927]
42631         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42632
42633 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42634
42635         [BZ #7064]
42636         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42637         version from __vm86.
42638
42639 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42640
42641         * sysdeps/unix/common/lxstat.c: Remove file.
42642         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42643
42644         * sysdeps/unix/sysv/Makefile: Remove file.
42645
42646         * sysdeps/unix/sysv/direct.h: Remove file.
42647
42648         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42649         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42650         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42651         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42652         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42653         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42654         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42655
42656         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42657
42658         * sysdeps/unix/xmknod.c: Remove file.
42659         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42660
42661         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42662
42663         * sysdeps/unix/sysv/i386/time.S: Remove file.
42664
42665         * sysdeps/unix/fxstat.c: Remove file.
42666         * sysdeps/unix/xstat.c: Likewise.
42667         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42668
42669         * sysdeps/unix/sysv/sigaction.c: Remove file.
42670
42671         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42672         (sysdep_headers): Remove variable.
42673         [termio.h not in sysdep_headers] (generated): Likewise.
42674         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42675         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42676         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42677         * sysdeps/unix/sysv/tcflow.c: Likewise.
42678         * sysdeps/unix/sysv/tcflush.c: Likewise.
42679         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42680         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42681         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42682         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42683         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42684
42685         * sysdeps/unix/siglist.c: Remove file.
42686
42687         * sysdeps/unix/getppid.S: Remove file.
42688
42689         * sysdeps/unix/mkdir.c: Remove file.
42690         * sysdeps/unix/rmdir.c: Likewise.
42691
42692 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42693
42694         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42695         ERR_MAX value.
42696         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42697         errlist-compat value.
42698
42699 2012-04-18  David S. Miller  <davem@davemloft.net>
42700
42701         * sysdeps/generic/memcopy.h (reg_char): Delete.
42702         * debug/strcat_chk.c: Use char, not reg_char.
42703         * debug/strcpy_chk.c: Likewise.
42704         * debug/strncat_chk.c: Likewise.
42705         * debug/strncpy_chk.c: Likewise.
42706         * string/memchr.c: Likewise.
42707         * string/memrchr.c: Likewise.
42708         * string/rawmemchr.c: Likewise.
42709         * string/strcat.c: Likewise.
42710         * string/strchr.c: Likewise.
42711         * string/strchrnul.c: Likewise.
42712         * string/strcmp.c: Likewise.
42713         * string/strcpy.c: Likewise.
42714         * string/strncat.c: Likewise.
42715         * string/strncmp.c: Likewise.
42716         * string/strncpy.c: Likewise.
42717
42718 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42719
42720         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42721         __builtin_memcopy is called when src and dest ranges are known to not
42722         overlap.
42723
42724 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42725
42726         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42727         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42728         fwd_align_merge macro call.
42729         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42730         bwd_align_merge macro call.
42731         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42732
42733 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42734
42735         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42736         bwd_align_merge macros.
42737         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42738         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42739         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42740
42741 2012-04-18  David S. Miller  <davem@davemloft.net>
42742
42743         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42744
42745 2012-04-18  Andreas Jaeger  <aj@suse.de>
42746
42747         [BZ# 6794]
42748         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42749         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42750         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42751
42752         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42753         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42754         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42755
42756         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42757         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42758         Adjust for changed ldbl-128 files.
42759
42760         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42761         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42762         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42763
42764 2012-04-17  David S. Miller  <davem@davemloft.net>
42765
42766         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42767
42768 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42769
42770         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42771         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42772         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42773         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42774         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42775         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42776
42777 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42778
42779         [BZ #6794]
42780         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42781         * math/libm-test.inc: Add ilogb errno and exception tests.
42782         * math/w_ilogb.c: New file: ilogb wrapper.
42783         * math/w_ilogbf.c: New file: ilogbf wrapper.
42784         * math/w_ilogbl.c: New file: ilogbl wrapper.
42785         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42786         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42787         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42788         exception being thrown with 0.0 as argument.
42789         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42790         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42791         exception being thrown with 0.0 as argument.
42792         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42793         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42794         exception being thrown with 0.0 as argument.
42795         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42796         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42797         exception being thrown with 0.0 as argument.
42798         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42799         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42800         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42801         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42802         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42803         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42804         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42805         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42806         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42807
42808 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42809
42810         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42811         with altivec.
42812
42813 2012-04-16  Marek Polacek  <polacek@redhat.com>
42814
42815         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42816
42817 2012-04-16  Marek Polacek  <polacek@redhat.com>
42818
42819         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42820         operands of fdivp instruction.
42821
42822 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42823
42824         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42825         * elf/tst-auditmod3b.c: Likewise.
42826         * elf/tst-auditmod4b.c: Likewise.
42827         * elf/tst-auditmod5b.c: Likewise.
42828         * elf/tst-auditmod6b.c: Likewise.
42829         * elf/tst-auditmod6c.c: Likewise.
42830         * elf/tst-auditmod7b.c: Likewise.
42831         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42832         * sysdeps/x86_64/preconfigure.in: Likewise.
42833         * sysdeps/x86_64/preconfigure: Regenerated.
42834
42835 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42836
42837         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42838         __ILP32__.
42839
42840 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42841
42842         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42843         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42844
42845 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42846
42847         [BZ #13973]
42848         * locale/iso-639.def: Fix gl language name. Spotted by
42849         Yaron Shahrabani.
42850
42851 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42852
42853         [BZ #2074]
42854         * libio/libio.h (__io_write_fn): Update comment.
42855
42856 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42857
42858         [BZ #2074]
42859         * stdio.texi (Hook Functions): The user provided writer function
42860         is not allowed to return -1.
42861
42862 2012-04-11  David S. Miller  <davem@davemloft.net>
42863
42864         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42865
42866 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42867
42868         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42869         Add a leading slash to rtkaio.
42870
42871 2012-04-11  Jim Meyering  <meyering@redhat.com>
42872
42873         [BZ #11959]
42874         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42875         It is not necessarily an error to ignore fwrite's return
42876         value.  One can reliably use ferror to test for errors after
42877         the fact.
42878
42879 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42880
42881         * bits/types.h (__snseconds_t): New type.
42882         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42883
42884         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42885         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42886         (__SNSECONDS_T_TYPE): Likewise.
42887         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42888         (__SNSECONDS_T_TYPE): Likewise.
42889         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42890         (__SNSECONDS_T_TYPE): Likewise.
42891
42892 2012-04-10  Andreas Jaeger  <aj@suse.de>
42893
42894         [BZ #2636]
42895         * manual/time.texi (Processor Time): Return type of times is
42896         elapsed real time since an arbitrary point in the past.
42897         (CPU Time): Move CLK_TCK from here...
42898         (Processor Time): ...to here.  Correct description.
42899         * manual/conf.texi (Constants for Sysconf): Correct description of
42900         _SC_CLK_TCK.
42901
42902 2012-04-10  David S. Miller  <davem@davemloft.net>
42903
42904         [BZ #13967]
42905         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42906         where the is a gap between DT_REL(A) and DT_JMPREL.
42907
42908 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42909
42910         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42911         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42912         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42913
42914 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42915
42916         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42917         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42918         (dl_main): Handle --inhibit-cache.
42919         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42920         _dl_inhibit_cache.
42921         * elf/dl-load.c (_dl_map_object): Use it.
42922         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42923
42924 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42925
42926         [BZ #13872]
42927         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42928         (__ieee754_powl): Saturate large exponents rather than testing for
42929         overflow of y*log2(x).
42930         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42931         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42932         exceptions.
42933
42934         [BZ #11521]
42935         * math/s_ctan.c: Include <float.h>.
42936         (__ctan): Avoid internal overflow or cancellation in calculating
42937         denominator.
42938         * math/s_ctanf.c: Likewise.
42939         * math/s_ctanl.c: Likewise.
42940         * math/s_ctanh.c: Likewise.
42941         * math/s_ctanhf.c: Likewise.
42942         * math/s_ctanhl.c: Likewise.
42943         * math/libm-test.inc (ctan_test): Add more tests.
42944         (ctanh_test): Likewise.
42945         * sysdeps/i386/fpu/libm-test-ulps: Update.
42946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42947
42948 2012-04-09  Andreas Jaeger  <aj@suse.de>
42949
42950         [BZ #6894]
42951         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42952         is an optional BSD extension.
42953
42954         [BZ #10254]
42955         * manual/stdio.texi (Opening Streams): Document additional fopen
42956         parameters.
42957
42958 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42959
42960         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42961         %eax without telling the compiler.
42962
42963 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42964
42965         [BZ # 13963]
42966         * manual/install.texi: Use sourceware.org.
42967
42968 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42969
42970         [BZ #13873]
42971         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42972         (__ieee754_pow): Generate overflow and underflow using huge*huge
42973         and tiny*tiny rather than just returning constant infinity or zero
42974         for large exponents.
42975         * math/libm-test.inc (pow_test): Require overflow exceptions for
42976         applicable cases of large exponents.
42977
42978         [BZ #706]
42979         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42980         (__ieee754_pow): Use iterative multiplication algorithm only for
42981         integer exponents with absolute value below 1024.  Check for odd
42982         integer exponents when using algorithm for real exponents.
42983         * math/libm-test.inc (pow_test): Add more tests.
42984         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42985
42986 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42987
42988         [BZ #13705]
42989         * math/libm-test.inc (exp_test): Do not allow overflow exception
42990         on underflow test.
42991
42992 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42993
42994         [BZ #13705]
42995         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42996         instead of __kernel_standard_f.
42997
42998 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42999
43000         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43001         * sysdeps/x86_64/memset_chk.S: Likewise.
43002
43003 2012-04-08  Andreas Jaeger  <aj@suse.de>
43004
43005         [BZ #10153]
43006         * manual/startup.texi (Environment Access): Describe return value
43007         for putenv and setenv.
43008
43009         [BZ #6895]
43010         * manual/filesys.texi (Directory Entries): Add description for
43011         DT_LNK.
43012
43013         [BZ #6890]
43014         * manual/filesys.texi (Directory Entries): Clarify that it's file
43015         system not operating system in the description of DT_UNKNOWN.
43016
43017         [BZ #6578]
43018         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43019
43020 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43021
43022         [BZ #6649]
43023         * manual/llio.texi (Opening and Closing Files): Add cross
43024         reference to explain mode argument.
43025
43026 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43027
43028         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43029         * sysdeps/x86_64/memset_chk.S: Likewise.
43030
43031 2012-04-07  David S. Miller  <davem@davemloft.net>
43032
43033         * elf/elf.h (R_SPARC_WDISP10): Define.
43034         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43035         R_SPARC_SIZE32.
43036         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43037         R_SPARC_SIZE64 and R_SPARC_H34.
43038
43039 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43040
43041         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43042         conditions and remove no longer applicable assertion.
43043
43044 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43045
43046         * bits/byteswap.h: Include <features.h>.
43047         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43048         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43049
43050 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43051
43052         * bits/byteswap.h (__bswap_16): Removed.
43053         Include <bits/byteswap-16.h> to get __bswap_16.
43054         * sysdeps/i386/bits/byteswap.h: Likewise.
43055         * sysdeps/s390/bits/byteswap.h: Likewise.
43056         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43057         * bits/byteswap-16.h: New file.
43058         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43059         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43060         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43061         * string/Makefile (headers): Add bits/byteswap-16.h.
43062
43063 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43064
43065         [BZ #13895]
43066         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43067         extra indirection.
43068         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43069         * nss/tst-nss-static.c: New.
43070
43071 2012-04-06  Robert Millan  <rmh@gnu.org>
43072
43073         [BZ #6486]
43074         * manual/llio.texi (File Position Primitive): lseek
43075         refers to WHENCE when it really means OFFSET.
43076
43077 2012-04-06  Andreas Jaeger  <aj@suse.de>
43078
43079         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43080         strncmp declarations.
43081
43082         * abilist/libc.abilist: Add __poll and __ppoll.
43083
43084 2012-04-05  David S. Miller  <davem@davemloft.net>
43085
43086         * scripts/check-local-headers.sh: Accept a host triplet in the
43087         path matched by the exclude regexp.
43088
43089         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43090         definition.
43091         * sysdeps/powerpc/powerpc32/dl-machine.h
43092         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43093         * sysdeps/s390/s390-32/dl-machine.h
43094         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43095         * sysdeps/sparc/sparc32/dl-machine.h
43096         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43097         * sysdeps/sparc/sparc64/dl-machine.h
43098         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43099
43100         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43101         lazy binding.
43102         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43103         undefined symbol errors.
43104
43105         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43106         DT_NEEDED entries.
43107
43108 2012-04-05  Michael Matz  <matz@suse.de>
43109
43110         [BZ #13592]
43111         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43112
43113 2012-04-05  Andreas Jaeger  <aj@suse.de>
43114
43115         [BZ #13908]
43116         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43117         comment.
43118
43119 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43120
43121         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43122         which ROUND is no valid rounding mode.
43123
43124 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43125
43126         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43127         read again.
43128         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43129
43130 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43131
43132         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43133         an exception using FPU order intentionally.
43134
43135 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43136
43137         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43138         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43139         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43140         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43141
43142 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43143
43144         [BZ #12340]
43145         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43146         EINVAL when BUFLEN is too smal.
43147
43148 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43149
43150         [BZ #13553]
43151         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43152         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43153
43154 2012-04-03  Andreas Jaeger  <aj@suse.de>
43155
43156         [BZ #13938]
43157         * manual/setjmp.texi (System V contexts): Fix sentence.
43158
43159         [BZ #13926]
43160         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43161         New macro for this case.
43162         [!__GNUC__] (__bswap_64): New inline function for this case.
43163         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43164         * bits/byteswap.h: Likewise.
43165         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43166         ull, guard with __GLIBC_HAVE_LONG_LONG.
43167
43168         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43169         __GLIBC_HAVE_LONG_LONG.
43170
43171         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43172         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43173
43174 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43175
43176         [BZ #13691]
43177         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43178         inptr and inend, rather than using last_ch.
43179
43180 2012-04-02  David S. Miller  <davem@davemloft.net>
43181
43182         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43183         * stdio-common/printf-parse.h (read_int): Change return type to
43184         'int', return -1 on INT_MAX overflow.
43185         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43186         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43187         overflows INT_MAX.  Check for overflow of in-format-string precision
43188         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43189         SIZE_MAX not INT_MAX for integer overflow test.
43190         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43191         skip the construct in the format string but do not record anything.
43192         * stdio-common/bug22.c: Adjust to test both width/prevision
43193         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43194         explicitly for proper errno values.
43195
43196 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43197
43198         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43199         CHAR_MAX.
43200         * string/test-strcmp.c [! WIDE]: Likewise.
43201         * time/tst-mktime2.c: Likewise for INT_MAX.
43202         * string/test-string.h: #include <sys/param.h> for MIN.
43203
43204         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43205         * sysdeps/i386/init-first.c (init): Likewise.
43206         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43207         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43208         * sysdeps/sh/init-first.c (init): Likewise.
43209
43210 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43211
43212         * po/ru.po: Update from translation team.
43213         * po/vi.po: Likewise.
43214
43215 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43216
43217         * resolv/nss_dns/dns-host.c: Merge copyright years.
43218
43219 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43220
43221         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43222         Optimize memcpy with prefetch if
43223         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43224         src, dst pointers have unequal 16 byte alignments.
43225
43226 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43227
43228         [BZ #13928]
43229         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43230         from a CNAME entry and return the minimum ttl for the query.
43231         (gaih_getanswer_slice): Likewise.
43232
43233 2012-03-30  Jeff Law  <law@redhat.com>
43234
43235         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43236         due to long keys.
43237         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43238         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43239
43240         * resolv/nss_dns/dns-host.c: Update copyright year.
43241
43242 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43243
43244         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43245         requests to save a system call.  Fix check that all bytes are sent.
43246
43247         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43248         comments for sendmmsg.
43249
43250 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43251
43252         [BZ #13691]
43253         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43254         with only 1 character between 0x0041 and 0x01b0.
43255         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43256         * wcsmbs/tst-mbsnrtowcs.c: New file.
43257
43258 2012-03-29  David S. Miller  <davem@davemloft.net>
43259
43260         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43261         small copies by hand.
43262
43263 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43264
43265         [BZ #13761]
43266         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43267         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43268         group memberships.
43269
43270 2012-03-28  David S. Miller  <davem@davemloft.net>
43271
43272         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43273         that branches into memcpy.
43274         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43275         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43276         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43277         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43278         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43279         bits.
43280         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43281         implementation too.
43282         * sysdeps/sparc/mempcpy.S: New file.
43283
43284         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43285         the IFUNC routine in the libc case.
43286         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43287
43288         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43289         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43290         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43291         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43292         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43293         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43294         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43295         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43296
43297         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43298         loop to 256 bytes instead of 64 bytes and fix test signedness.
43299
43300         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43301         * sysdeps/sparc/sparc32/Makefile: rather than here...
43302         * sysdeps/sparc/sparc64/Makefile: and here.
43303
43304 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43305
43306         * malloc/mallocbug.c: Avoid warnings about unused variables.
43307
43308 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43309
43310         [BZ #13760]
43311         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43312         in the right place. Discard and retry query if response is
43313         larger than input buffer size.
43314
43315 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43316
43317         [BZ #369]
43318         [BZ #2678]
43319         [BZ #3866]
43320         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43321         x for large integer exponent.
43322         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43323         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43324         sign of result as needed afterwards.
43325         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43326         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43327         result for underflowing pow the same as for overflow.
43328         (__kernel_standard_l): Handle powl overflow and underflow here
43329         rather than calling __kernel_standard.
43330         * math/libm-test.inc (pow_test): Add more tests.
43331
43332         [BZ #3868]
43333         [BZ #13879]
43334         [BZ #13910]
43335         [BZ #13911]
43336         [BZ #13912]
43337         [BZ #13913]
43338         [BZ #13915]
43339         [BZ #13916]
43340         [BZ #13917]
43341         [BZ #13918]
43342         [BZ #13919]
43343         [BZ #13920]
43344         [BZ #13921]
43345         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43346         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43347         (__kernel_standard_l): New function.
43348         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43349         __kernel_standard.
43350         * math/w_acosl.c (__acosl): Likewise.
43351         * math/w_asinl.c (__asinl): Likewise.
43352         * math/w_atan2l.c (__atan2l): Likewise.
43353         * math/w_atanhl.c (__atanhl): Likewise.
43354         * math/w_coshl.c (__coshl): Likewise.
43355         * math/w_exp10l.c (__exp10l): Likewise.
43356         * math/w_exp2l.c (__exp2l): Likewise.
43357         * math/w_fmodl.c (__fmodl): Likewise.
43358         * math/w_hypotl.c (__hypotl): Likewise.
43359         * math/w_j0l.c (__j0l, __y0l): Likewise.
43360         * math/w_j1l.c (__j1l, __y1l): Likewise.
43361         * math/w_jnl.c (__jnl, __ynl): Likewise.
43362         * math/w_lgammal.c (__lgammal): Likewise.
43363         * math/w_log10l.c (__log10l): Likewise.
43364         * math/w_log2l.c (__log2l): Likewise.
43365         * math/w_logl.c (__logl): Likewise.
43366         * math/w_powl.c (__powl): Likewise.
43367         * math/w_remainderl.c (__remainderl): Likewise.
43368         * math/w_scalbl.c (sysv_scalbl): Likewise.
43369         * math/w_sinhl.c (__sinhl): Likewise.
43370         * math/w_sqrtl.c (__sqrtl): Likewise.
43371         * math/w_tgammal.c (__tgammal): Likewise.
43372         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43373         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43374         * math/libm-test.inc (acos_test): Add more tests.
43375         (acosh_test): Likewise.
43376         (asin_test): Likewise.
43377         (atanh_test): Likewise.
43378         (exp_test): Likewise.
43379         (exp10_test): Likewise.
43380         (exp2_test): Likewise.
43381         (expm1_test): Likewise.
43382         (lgamma_test): Likewise.
43383         (log_test): Likewise.
43384         (log10_test): Likewise.
43385         (log1p_test): Likewise.
43386         (log2_test): Likewise.
43387         (pow_test): Do not allow some spurious overflow exceptions.
43388         (sqrt_test): Add more tests.
43389         (tgamma_test): Likewise.
43390         (y0_test): Likewise.
43391         (y1_test): Likewise.
43392         (yn_test): Likewise.
43393
43394 2012-03-27  Anton Blanchard  <anton@samba.org>
43395
43396         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43397         MAP_HUGETLB.
43398         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43399         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43400         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43401
43402 2012-03-27  David S. Miller  <davem@davemloft.net>
43403
43404         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43405
43406         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43407         have-as-vis3 check.
43408
43409 2012-03-27  Andreas Jaeger  <aj@suse.de>
43410
43411         * sysdeps/x86_64/elf/configure.in: Moved to ...
43412         * sysdeps/x86_64/configure.in: ... here.
43413         * sysdeps/x86_64/elf/start.S: Moved to ...
43414         * sysdeps/x86_64/start.S: ... here.
43415         * sysdeps/x86_64/elf/configure: Delete.
43416
43417         * sysdeps/x86_64/configure.in: Merge contents from
43418         sysdeps/i386/configure.in (without i686 check).
43419
43420         * sysdeps/i386/elf/Versions: Merge into ...
43421         * sysdeps/i386/Versions: ... this.
43422         * sysdeps/i386/elf/Versions: Delete file.
43423         * sysdeps/i386/elf/start.S: Moved to ...
43424         * sysdeps/i386/start.S: ...here.
43425         * sysdeps/i386/elf/configure.in: Merge into...
43426         * sysdeps/i386/configure.in: ...here.
43427         * sysdeps/i386/elf/configure.in: Delete file.
43428         * sysdeps/i386/elf/configure: Delete file.
43429
43430         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43431         * debug/backtracesyms.c: ... here.
43432         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43433         * debug/backtracesymsfd.c: ... here.
43434         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43435         * sysdeps/generic/ifunc-sel.h: ... here.
43436
43437         * sysdeps/unix/i386/start.c: Delete file.
43438         * sysdeps/unix/sparc/start.c: Delete file.
43439         * sysdeps/unix/start.c: Delete file.
43440
43441         * sysdeps/sh/elf/configure.in: Moved to ...
43442         * sysdeps/sh/configure.in: ... here.
43443         * sysdeps/sh/elf/start.S: Moved to ...
43444         * sysdeps/sh/start.S: ... here.
43445         * sysdeps/sh/elf/configure: Delete file.
43446
43447         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43448         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43449         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43450         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43451         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43452         * sysdeps/powerpc/powerpc64/start.S: here.
43453         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43454         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43455         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43456         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43457         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43458
43459         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43460         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43461         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43462         * sysdeps/powerpc/powerpc32/start.S: ... here.
43463         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43464         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43465         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43466
43467         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43468         * sysdeps/powerpc/ifunc-sel.h: ... here.
43469         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43470         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43471
43472         * sysdeps/sparc/elf/configure.in: Moved to ...
43473         * sysdeps/sparc/configure.in: ... here.
43474         * sysdeps/sparc/elf/configure: Delete file.
43475         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43476         * sysdeps/sparc/sparc32/start.S: ... here.
43477         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43478         * sysdeps/sparc/sparc64/start.S: ... here.
43479         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43480         * sysdeps/sparc/sparc32/Makefile: ... this.
43481         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43482         * sysdeps/sparc/sparc64/Makefile: ... this.
43483
43484         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43485         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43486         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43487         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43488         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43489         * sysdeps/s390/s390-32/setjmp.S: ... here.
43490         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43491         * sysdeps/s390/s390-32/configure.in: ... here.
43492         * sysdeps/s390/s390-32/elf/configure: Delete file.
43493         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43494         * sysdeps/s390/s390-32/start.S: ... here.
43495
43496         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43497         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43498         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43499         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43500         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43501         * sysdeps/s390/s390-64/setjmp.S: ... here.
43502         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43503         * sysdeps/s390/s390-64/configure.in: ... here
43504         * sysdeps/s390/s390-64/elf/configure: Delete file.
43505         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43506         * sysdeps/s390/s390-64/start.S: ... here.
43507         * sysdeps/s390/s390-64/elf/configure: Delete.
43508
43509         * configure.in: Remove support for elf directories in sysdeps.
43510
43511         * configure: Regenerated.
43512         * sysdeps/i386/configure: Regenerated.
43513         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43514         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43515         * sysdeps/s390/s390-32/configure: Regenerated.
43516         * sysdeps/s390/s390-64/configure: Regenerated.
43517         * sysdeps/sh/configure: Regenerated.
43518         * sysdeps/sparc/configure: Regenerated.
43519         * sysdeps/x86_64/configure: Regenerated.
43520
43521 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43522
43523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43524
43525         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43526         denormal result into account.
43527
43528 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43529
43530         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43531         Reported by Allan McRae <allan@archlinux.org>.
43532
43533 2012-03-23  Jeff Law  <law@redhat.com>
43534
43535         * nss/getnssent.c (__nss_getent): Fix typo.
43536
43537 2012-03-23  David S. Miller  <davem@davemloft.net>
43538
43539         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43540
43541 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43542
43543         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43544         to pad to uint64_t for each field.
43545         (dl_tls_index): Replace unsigned long with uint64_t.
43546
43547 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43548         Paul Pluzhnikov  <ppluzhnikov@google.com>
43549
43550         [BZ #6528]
43551         * grp/Makefile (otherlibs): Don't set it.
43552         * inet/Makefile (otherlibs): Likewise.
43553         * login/Makefile (otherlibs): Likewise.
43554         * nscd/Makefile (otherlibs): Likewise.
43555         * posix/Makefile (otherlibs): Likewise.
43556         * pwd/Makefile (otherlibs): Likewise.
43557         * rt/Makefile (otherlibs): Likewise.
43558         * sunrpc/Makefile (otherlibs): Likewise.
43559         * nss/Makefile (otherlibs): Likewise.
43560         Add libnss_files to routines and static-only-routines.
43561         ($(objpfx)getent): Remove rule.
43562         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43563         static-only-routines.
43564
43565 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43566
43567         [BZ #13892]
43568         * math/s_cexp.c: Include <float.h>.
43569         (__cexp): Handle exp result overflowing not necessarily
43570         overflowing both real and imaginary parts of result.
43571         * math/s_cexpf.c: Likewise.
43572         * math/s_cexpl.c: Likewise.
43573         * math/libm-test.inc (cexp_test): Add more tests.
43574         * sysdeps/i386/fpu/libm-test-ulps: Update.
43575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43576
43577 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43578
43579         * include/link.h (ELFW): New macro.
43580         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43581         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43582
43583 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43584
43585         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43586         with uint64_t.
43587
43588 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43589
43590         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43591         declaration.
43592         (struct La_x32_retval): Likewise.
43593
43594 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43595
43596         * sysdeps/x86_64/preconfigure.in: New file.
43597         * sysdeps/x86_64/preconfigure: New generated file.
43598
43599 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43600
43601         [BZ #13824]
43602         * math/e_exp2l.c: Include <float.h>.
43603         (__ieee754_exp2l): Handle overflow and underflow cases
43604         separately.  Only pass fractional part of argument to
43605         __ieee754_expl.
43606         * math/libm-test.inc (exp2_test): Add more tests.
43607
43608         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43609         negating x to take absolute value.
43610         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43611         Likewise.
43612         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43613         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43614         Likewise.
43615         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43616         computing low part if x was negated.
43617         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43618
43619 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43620
43621         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43622         la_x32_gnu_pltexit.
43623         (pltexit): Cast int_retval to ptrdiff_t.
43624         * elf/tst-auditmod3b.c: Likewise.
43625         * elf/tst-auditmod4b.c: Likewise.
43626         * elf/tst-auditmod5b.c: Likewise.
43627         * elf/tst-auditmod6b.c: Likewise.
43628         * elf/tst-auditmod6c.c: Likewise.
43629         * elf/tst-auditmod7b.c: Likewise.
43630
43631         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43632         and x32_gnu_pltexit.
43633
43634         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43635         __ELF_NATIVE_CLASS.
43636         (La_x32_regs): New macro.
43637         (La_x32_retval): Likewise.
43638         (la_x32_gnu_pltenter): New function prototype.
43639         (la_x32_gnu_pltexit): Likewise.
43640
43641 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43642
43643         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43644         exponent.
43645
43646         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43647
43648         * configure.in (libc_cv_cc_nofma): Check for option to disable
43649         generation of FMA instructions.
43650         * configure: Regenerate.
43651         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43652         * sysdeps/ieee754/dbl-64/Makefile: New file.
43653         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43654         Remove brandred-fma4.
43655         (CFLAGS-brandred-fma4.c): Remove.
43656         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43657         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43658         define.
43659         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43660         define.
43661
43662 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43663
43664         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43665         LLONG_MAX != LONG_MAX.
43666         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43667         (_fitoa_word): Likewise.
43668         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43669         LLONG_MAX != LONG_MAX.
43670         * stdio-common/_itowa.h: Include <_itoa.h>.
43671         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43672         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43673         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43674         only if not defined.
43675         (_ITOA_WORD_TYPE): Likewise.
43676         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43677         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43678
43679 2012-03-21  David S. Miller  <davem@davemloft.net>
43680
43681         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43682
43683 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43684
43685         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43686         of x86_64 when setting libc_cv_slibdir, libdir and
43687         libc_cv_localedir.
43688         * sysdeps/unix/sysv/linux/configure: Regenerated.
43689
43690 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43691
43692         * manual/lang.texi (Old Varargs): Remove section.
43693         (How Variadic): Update menu.
43694         (va_start): Do not mention varargs.h.
43695
43696 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43697             Joseph Myers  <joseph@codesourcery.com>
43698
43699         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43700         link test.
43701         * configure: Regenerated.
43702
43703 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43704
43705         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43706         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43707         conformtest.pl
43708
43709 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43710
43711         * NOTES: Remove.
43712         * Makefile (files-for-dist): Remove NOTES.
43713         (NOTES): Remove rule.
43714         * README: Don't refer to NOTES.
43715         * manual/creature.texi: Don't include macros.texi.
43716         * manual/intro.texi (creature.texi): Remove comment referring to
43717         NOTES.
43718
43719         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43720         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43721         * configure: Regenerated.
43722         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43723         LIBC_TRY_CC_OPTION.
43724         (libc_cv_as_i686): Likewise.
43725         (libc_cv_cc_avx): Likewise.
43726         (libc_cv_cc_sse2avx): Likewise.
43727         (libc_cv_cc_fma4): Likewise.
43728         (libc_cv_cc_novzeroupper): Likewise.
43729         * sysdeps/i386/configure: Regenerated.
43730
43731         [BZ #13883]
43732         * sysdeps/i386/fpu/s_cexp.S: Remove.
43733         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43734         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43735         * math/libm-test.inc (cexp_test): Add more tests.
43736         * sysdeps/i386/fpu/libm-test-ulps: Update.
43737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43738
43739 2012-03-21  Allan McRae  <allan@archlinux.org>
43740
43741         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43742
43743 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43744
43745         [BZ #13871]
43746         * math/w_exp2.c: Do not include <float.h>.
43747         (o_threshold, u_threshold): Remove.
43748         (__exp2): Calculate result before checking finiteness and calling
43749         __kernel_standard.
43750         * math/w_exp2f.c: Likewise.
43751         * math/w_exp2l.c: Likewise.
43752         * math/libm-test.inc (exp2_test): Require overflow exception for
43753         1e6 input.
43754
43755         [BZ #3866]
43756         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43757         range of signed 64-bit integers before using fistpll.  Remove
43758         checks for whether integers fit in mantissa bits.
43759         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43760         the range of signed 32-bit integers before using fistpl.  Remove
43761         checks for whether integers fit in mantissa bits.
43762         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43763         (__ieee754_powl): Test for y outside the range of signed 64-bit
43764         integers before using fistpll.  Reduce 64-bit values to 63-bit
43765         ones as needed.
43766         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43767         divide-by-zero is raised for zero to large negative powers.
43768         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43769         (__ieee754_powl): Test for y outside the range of signed 64-bit
43770         integers before using fistpll.  Reduce 64-bit values to 63-bit
43771         ones as needed.
43772         * math/libm-test.inc (pow_test): Add more tests.
43773
43774 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43775
43776         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43777         <stdio-common/_itoa.h>.
43778         * debug/segfault.c: Likewise.
43779         * elf/dl-cache.c: Likewise.
43780         * elf/dl-minimal.c: Likewise.
43781         * elf/dl-misc.c: Likewise.
43782         * elf/dl-sysdep.c: Likewise.
43783         * elf/dl-version.c: Likewise.
43784         * elf/rtld.c: Likewise.
43785         * hurd/hurdsock.c: Likewise.
43786         * hurd/lookup-retry.c: Likewise.
43787         * malloc/malloc.c: Likewise.
43788         * malloc/mtrace.c: Likewise.
43789         * nscd/nscd_getgr_r.c: Likewise.
43790         * nscd/nscd_getpw_r.c: Likewise.
43791         * nscd/nscd_getserv_r.c: Likewise.
43792         * posix/getopt_init.c: Likewise.
43793         * posix/wordexp.c: Likewise.
43794         * stdio-common/_itoa.c: Likewise.
43795         * stdio-common/printf_fphex.c: Likewise.
43796         * stdio-common/vfprintf.c: Likewise.
43797         * string/_strerror.c: Likewise.
43798         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43799         * sysdeps/i386/i686/hp-timing.h: Likewise.
43800         * sysdeps/mach/_strerror.c: Likewise.
43801         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43802         * sysdeps/mach/hurd/sethostid.c: Likewise.
43803         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43804         * sysdeps/mach/xpg-strerror.c: Likewise.
43805         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43806         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43807         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43808         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43809         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43810         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43811         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43812         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43813         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43814         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43815         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43816         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43817         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43818         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43819         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43820         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43821         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43822         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43823         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43824         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43825         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43826
43827         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43828
43829         * stdio-common/_itoa.h: Moved to ...
43830         * sysdeps/generic/_itoa.h: Here.
43831
43832         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43833
43834         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43835         instead of "_itoa.h" and "_itowa.h".
43836         * stdio-common/vfprintf.: Likewise.
43837
43838 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43839
43840         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43841         <bits/wordsize.h>.
43842         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43843         (__signbit): Likwise.
43844         (llrintf): Likwise.
43845         (llrint): Likwise.
43846
43847 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43848
43849         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43850         __WORDSIZE != 64.
43851
43852 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43853
43854         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43855         OVERFLOW_EXCEPTION_OK.
43856         * math/libm-test.inc ("Philosophy"): Update comment about
43857         exception testing.
43858         (OVERFLOW_EXCEPTION): Define.
43859         (OVERFLOW_EXCEPTION_OK): Likewise.
43860         (INVALID_EXCEPTION_OK): Renumber.
43861         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43862         (IGNORE_ZERO_INF_SIGN): Likewise.
43863         (test_exceptions): Handle FE_OVERFLOW.
43864         (exp10_test): Expect overflow exceptions.
43865         (exp2_test): Likewise.
43866         (expm1_test): Likewise.
43867         (nextafter_test): Likewise.
43868         (pow_test): Likewise.
43869         (scalbn_test): Likewise.
43870         (scalbln_test): Likewise.
43871
43872 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43873
43874         * sysdeps/x86_64/bits/atomic.h
43875         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43876         64bit integer.
43877         (atomic_exchange_acq): Likewise.
43878         (__arch_exchange_and_add_body): Likewise.
43879         (__arch_add_body): Likewise.
43880         (atomic_add_negative): Likewise.
43881         (atomic_add_zero): Likewise.
43882
43883 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43884
43885         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43886         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43887
43888 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43889
43890         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43891         Check __x86_64__ instead of __WORDSIZE.
43892
43893 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43894
43895         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43896
43897 2012-03-19  David S. Miller  <davem@davemloft.net>
43898
43899         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43900
43901         * sysdeps/sparc/fpu/fenv_private.h: New file.
43902         * sysdeps/sparc/fpu/math_private.h: Use it.
43903         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43904         Remove.
43905         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43906         (libc_feholdexcept_setroundl): Remove.
43907         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43908         Remove.
43909         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43910         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43911
43912 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43913
43914         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43915         int64_t instead of long int.
43916         (INSERT_WORDS64): Likwise.
43917
43918 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43919
43920         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43921         _Unwind_GetCFA return to _Unwind_Ptr first.
43922
43923 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43924
43925         [BZ #13629]
43926         * math/s_clog.c: Include <float.h>.
43927         (__clog): Scale large or subnormal inputs.
43928         * math/s_clogf.c: Likewise.
43929         * math/s_clogl.c: Likewise.
43930         * math/s_clog10.c: Include <float.h>.
43931         (M_LOG10_2): Define.
43932         (__clog10): Scale large or subnormal inputs.
43933         * math/s_clog10f.c: Likewise.
43934         * math/s_clog10l.c: Likewise.
43935         * math/libm-test.inc (clog_test): Add more tests.
43936         (clog10_test): Likewise.
43937         * sysdeps/i386/fpu/libm-test-ulps: Update.
43938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43939
43940         [BZ #11451]
43941         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43942         x and y.
43943         * math/libm-test.inc (atan2_test): Add another test.
43944
43945         * Makerules (common-objdir-compile): Remove.
43946         * sysdeps/unix/Makefile (config-generated): Do not add
43947         $(unix-generated) to variable.
43948         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43949         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43950         Remove rule.
43951         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43952         Likewise.
43953         [generic bits/local_lim.h] (before-compile): Do not append to
43954         variable.
43955         [generic bits/local_lim.h] (common-generated): Likewise.
43956         [generic sys/param.h] (before-compile): Do not append to variable.
43957         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43958         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43959         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43960         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43961         include.
43962         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43963         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43964         [generic sys/param.h] ($(addprefix
43965         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43966         [generic sys/param.h] (common-generated): Do not append to
43967         variable.
43968         [generic sys/param.h] (sysdep_headers): Likewise.
43969         [generic bits/errno.h] (before-compile): Do not append to
43970         variable.
43971         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43972         rule.
43973         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43974         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43975         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43976         [generic bits/errno.h] (common-generated): Do not append to
43977         variable.
43978         [generic bits/ioctls.h] (before-compile): Do not append to
43979         variable.
43980         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43981         rule.
43982         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43983         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43984         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43985         rule.
43986         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43987         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43988         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43989         [generic bits/ioctls.h] (common-generated): Do not append to
43990         variable.
43991         [generic sys/syscall.h] (syscall.h): Remove variable.
43992         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43993         rule.
43994         [generic sys/syscall.h] (before-compile): Do not append to
43995         variable.
43996         [generic sys/syscall.h] (common-generated): Likewise.
43997         * sysdeps/unix/errnos-tmpl.c: Remove file.
43998         * sysdeps/unix/errnos.awk: Likewise.
43999         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44000         * sysdeps/unix/ioctls.awk: Likewise.
44001         * sysdeps/unix/mk-local_lim.c: Likewise.
44002         * sysdeps/unix/snarf-ioctls: Likewise.
44003
44004 2012-03-19  Richard Henderson  <rth@twiddle.net>
44005
44006         * sysdeps/i386/fpu/fenv_private.h: New file.
44007         * sysdeps/i386/fpu/math_private.h: Use it.
44008         (math_opt_barrier, math_force_eval): Remove.
44009         (libc_feholdexcept_setround_53bit): Remove.
44010         (libc_feupdateenv_53bit): Remove.
44011         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44012         (math_opt_barrier, math_force_eval): Remove.
44013         (libc_feholdexcept): Remove.
44014         (libc_feholdexcept_setround): Remove.
44015         (libc_fetestexcept, libc_fesetenv): Remove.
44016         (libc_feupdateenv_test): Remove.
44017         (libc_feupdateenv, libc_feholdsetround): Remove.
44018         (libc_feresetround): Remove.
44019
44020         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44021         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44022
44023         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44024         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44025         (libc_feupdateenv_testl): New.
44026         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44027         (libc_feupdateenv_testf): New.
44028         (libc_feupdateenv): Use libc_feupdateenv_test.
44029         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44030         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44031
44032         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44033         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44034         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44035         (libc_feresetround_noex): New.
44036         (libc_feresetround_noexf): New.
44037         (libc_feresetround_noexl): New.
44038         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44039         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44040         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44041         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44042         SET_RESTORE_ROUND.
44043         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44044         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44045         (__cos): Likewise.
44046         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44047         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44048         SET_RESTORE_ROUND_NOEX.
44049         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44050         SET_RESTORE_ROUND_NOEXF.
44051         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44052         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44053         (libc_feholdsetroundf): New.
44054         (libc_feresetround, libc_feresetroundf): New.
44055
44056         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44057         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44058         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44059
44060         * sysdeps/generic/math_private.h: Include <fenv.h>.
44061         (default_libc_feholdexcept): New.
44062         (default_libc_feholdexcept_setround): New.
44063         (default_libc_fesetenv, default_libc_feupdateenv): New.
44064         (libc_feholdexcept): Only define if undefined.
44065         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44066         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44067         (libc_feholdexcept_setroundl): Likewise.
44068         (libc_feholdexcept_setround_53bit): Likewise.
44069         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44070         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44071         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44072         (libc_feupdateenv_53bit): Likewise.
44073         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44074         (libc_feholdexcept): Convert from macro to inline function.
44075         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44076         (libc_fesetenv, libc_feupdateenv): Likewise.
44077
44078         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44079         not previously defined.
44080         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44081         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44082         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44083         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44084         * sysdeps/ieee754/flt-32/math_private.h: New file.
44085         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44086         math_private.h below SET_FLOAT_WORD.
44087         (__isnan, __isinf_ns, __finite): Remove.
44088         (__isnanf, __isinf_nsf, __finitef): Remove.
44089
44090 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44091
44092         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44093
44094 2012-03-17  David S. Miller  <davem@davemloft.net>
44095
44096         [BZ #6471]
44097         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44098         for 2.16.
44099
44100 2012-03-16  David S. Miller  <davem@davemloft.net>
44101
44102         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44103         warnings.
44104
44105         [BZ #6471]
44106         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44107         properly.
44108         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44109         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44110         sysdep_routines when subdir is sysvipc.
44111         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44112         __getshmlba helper.
44113
44114         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44115
44116 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44117
44118         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44119         [__LP64__].
44120
44121 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44122
44123         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44124         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44125         (__lround): Renamed to ...
44126         (__llround): This.  Replace long int with long long int.
44127         Define lround functions as aliases of llround functions.
44128         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44129
44130 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44131
44132         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44133         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44134         adresses to uintptr_t.  Replace "long int" and "unsigned long
44135         int" with "greg_t" on va_arg.
44136
44137 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44138
44139         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44140         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44141
44142         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44143         Move e_machine check before EI_CLASS check.  Handle x32
44144         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44145         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44146         SKIP_EM_IA_64 and include
44147         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44148
44149         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44150         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44151         (add_system_dir): New macro.
44152
44153         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44154         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44155
44156 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44157
44158         [BZ #2551]
44159         [BZ #2552]
44160         [BZ #2553]
44161         [BZ #2554]
44162         [BZ #2562]
44163         [BZ #2563]
44164         [BZ #2565]
44165         [BZ #2566]
44166         [BZ #2576]
44167         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44168         (y0): Likewise.
44169         * math/w_j0f.c (j0f): Likewise.
44170         (y0f): Likewise.
44171         * math/w_j0l.c (__j0l): Likewise.
44172         (__y0l): Likewise.
44173         * math/w_j1.c (j1): Likewise.
44174         (y1): Likewise.
44175         * math/w_j1f.c (j1f): Likewise.
44176         (y1f): Likewise.
44177         * math/w_j1l.c (__j1l): Likewise.
44178         (__y1l): Likewise.
44179         * math/w_jn.c (jn): Likewise.
44180         (yn): Likewise.
44181         * math/w_jnf.c (jnf): Likewise.
44182         (ynf): Likewise.
44183         * math/w_jnl.c (__jnl): Likewise.
44184         (__ynl): Likewise.
44185         * math/libm-test.inc (j0_test): Add more tests.
44186         (j1_test): Likewise.
44187         (jn_test): Likewise.  Add trailing semicolon to existing test.
44188         (y0_test): Likewise.
44189         (y1_test): Likewise.
44190         * sysdeps/i386/fpu/libm-test-ulps: Update.
44191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44192
44193         [BZ #13851]
44194         [BZ #13854]
44195         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44196         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44197         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44198         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44199         (__tanl): Set errno for infinite argument.
44200         * sysdeps/i386/fpu/mptan.c: Remove.
44201         * sysdeps/i386/fpu/s_tan.S: Likewise.
44202         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44203         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44204         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44205         * math/libm-test.inc (tan_test): Add more tests and enable more
44206         tests for double and long double.
44207         * sysdeps/i386/fpu/libm-test-ulps: Update.
44208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44209
44210 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44211
44212         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44213         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44214
44215 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44216
44217         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44218         * configure.in: Use it for both main tree and add-ons.
44219         * configure: Regenerated.
44220
44221 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44222
44223         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44224
44225 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44226
44227         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44228         in comment.
44229
44230         [BZ #13851]
44231         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44232         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44233         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44234         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44236         infinite argument.
44237         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44238         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44239         != 0 for prec == 2.
44240         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44241         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44242         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44243         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44244         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44245         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44246         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44247         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44248         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44249         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44250         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44251         * math/libm-test.inc (cos_test): Add more tests and enable more
44252         tests for long double.
44253         (sin_test): Likewise.
44254         (sincos_test): Likewise.
44255         * sysdeps/i386/fpu/libm-test-ulps: Update.
44256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44257
44258 2012-03-16  David S. Miller  <davem@davemloft.net>
44259
44260         * sysdeps/sparc/fpu/math_private.h: New file.
44261
44262 2012-03-15  David S. Miller  <davem@davemloft.net>
44263
44264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44265         file.
44266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44268         file.
44269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44270         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44271         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44272         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44273         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44274         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44275         sysdep routines.
44276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44277
44278         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44279         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44280
44281         * sysdeps/sparc/sparc-ifunc.h: New file.
44282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44283         sparc-ifunc.h
44284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44286         Likewise.
44287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44288         Likewise.
44289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44293         Likewise.
44294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44299         Likewise.
44300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44301         Likewise.
44302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44319         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44320         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44321         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44322         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44323         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44324         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44325         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44326
44327 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44328
44329         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44330         scaling.
44331         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44332
44333 2012-03-15  Andreas Jaeger  <aj@suse.de>
44334
44335         [BZ #13852]
44336         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44337         ieee754/flt-32 implementation for sin, cos and sincos.
44338         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44339         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44340         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44341         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44342         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44343         ieee754/flt-32 implementation for tan.
44344
44345         * math/libm-test.inc (cos_test): Enable some large input tests for
44346         float as well
44347         (sin_test): Likewise.
44348         (sincos_test): Likewise.
44349         (tan_test): Add tests for large input.
44350
44351         * sysdeps/i386/fpu/libm-test-ulps: Update.
44352
44353 2012-03-15  Andreas Jaeger  <aj@suse.de>
44354
44355         [BZ #13658]
44356         * math/libm-test.inc (cos_test): Add more test cases.
44357         (sin_test): Likewise.
44358         (sincos_test): Likewise.
44359
44360 2012-03-15  Andreas Jaeger  <aj@suse.de>
44361
44362         [BZ #13837]
44363         * math/libm-test.inc (cos_test): Add a test case for large input
44364         value.
44365         (sin_test): Likewise.
44366         (sincos_test): Likewise.
44367
44368 2012-03-15  Andreas Jaeger  <aj@suse.de>
44369             Joseph Myers  <joseph@codesourcery.com>
44370
44371         [BZ #13658]
44372         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44373         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44374         * sysdeps/i386/fpu/branred.c: Likewise.
44375         * sysdeps/i386/fpu/dosincos.c: Likewise.
44376         * sysdeps/i386/fpu/mpa.c: Likewise.
44377         * sysdeps/i386/fpu/s_cos.S: Likewise.
44378         * sysdeps/i386/fpu/s_sin.S: Likewise.
44379         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44380         * sysdeps/i386/fpu/sincos32.c: Likewise.
44381
44382         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44383         Define.
44384         (libc_feupdateenv_53bit): Define.
44385         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44386         Define.
44387         (libc_feupdateenv_53bit): Define.
44388
44389         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44390         53 bit (without extend i386 double precision).
44391
44392         * math/libm-test.inc (sincos_test): Add tests for large input.
44393         (sin): Likewise.
44394         (cos): Likewise.
44395
44396         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44397
44398 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44399
44400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44401
44402 2012-03-15  David S. Miller  <davem@davemloft.net>
44403
44404         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44405         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44406         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44407         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44412         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44413         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44416         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44418         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44420         file.
44421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44423         file.
44424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44426         file.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44429         file.
44430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44431         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44432         fmin/fmax sysdep routines.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44434
44435 2012-03-14  David S. Miller  <davem@davemloft.net>
44436
44437         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44438         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44439         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44440         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44441         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44442         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44443         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44444         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44445         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44446         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44447         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44448         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44449         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44450         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44451         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44452         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44453         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44466         routines.
44467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44468         file.
44469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44471         file.
44472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44474         file.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44477         file.
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44480         file.
44481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44483         file.
44484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44485         file.
44486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44487         file.
44488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44489         file.
44490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44491         New file.
44492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44493         file.
44494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44495         file.
44496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44498         file.
44499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44501         file.
44502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44504         file.
44505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44507         VIS3 routines.
44508
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44510         New file.
44511
44512         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44513
44514         * sysdeps/sparc/configure.in: New file.
44515         * sysdeps/sparc/configure: Generate.
44516         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44517         * configure: Regenerate.
44518         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44519         * config.make.in (have-as-vis3): New.
44520         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44521         available use -Av9d instead of -Av9a.
44522         * sysdeps/sparc/sparc64/Makefile: Likewise.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44525         New file.
44526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44527         file.
44528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44529         New file.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44531         file.
44532         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44533         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44534         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44535         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44536         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44537
44538         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44539         fzeros/fnegs to load 0x80000000 into a float register instead of
44540         using the stack.
44541         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44542
44543 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44544
44545         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44546         bits/syscall.h.
44547         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44548         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44549         ($(inst_includedir)/bits/syscall.h): Remove rule.
44550         ($(objpfx)bits/syscall.d): Include instead of
44551         $(objpfx)syscall-list.d.
44552         (generated): Change syscall-list.h and syscall-list.d to
44553         bits/syscall.h and bits/syscall.d.
44554
44555 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44556
44557         [BZ #13846]
44558         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44559
44560 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44561
44562         [BZ #13841]
44563         * math/s_csqrt.c: Include <float.h>.
44564         (__csqrt): Scale large or subnormal inputs.
44565         * math/s_csqrtf.c: Likewise.
44566         * math/s_csqrtl.c: Likewise.
44567         * math/libm-test.inc (csqrt_test): Add more tests.
44568         * sysdeps/i386/fpu/libm-test-ulps: Update.
44569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44570
44571         [BZ #13840]
44572         * math/libm-test.inc (hypot_test): Add more tests.
44573
44574 2012-03-13  David S. Miller  <davem@davemloft.net>
44575
44576         [BZ #13840]
44577         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44578         double-precision for the calculation instead of scaling.
44579
44580 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44581
44582         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44583         manipulate bits before adding and subtracting TWO52[sx].
44584         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44585         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44586         Likewise.
44587         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44588
44589 2012-03-13  David S. Miller  <davem@davemloft.net>
44590
44591         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44592         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44593         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44594         rtld-global-offsets.h
44595         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44596
44597         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44598         large parameters.
44599
44600         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44601
44602         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44603         'err' in the ifdef scope in which it is actually used.
44604
44605         * nss/nss_db/db-init.c: Include string.h
44606
44607 2012-03-12  David S. Miller  <davem@davemloft.net>
44608
44609         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44610         masking out of the most significant byte of random value used.
44611         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44612         Fix coding style in previous change.
44613
44614         * sysdeps/unix/sysv/linux/kernel-features.h
44615         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44616         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44617         expression.
44618         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44619         later.
44620
44621 2012-03-11  David S. Miller  <davem@davemloft.net>
44622
44623         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44624         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44625         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44626         for 'resultvar' otherwise things get truncated on 64-bit.
44627
44628         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44629         Fix masking out of the most significant byte of random value used.
44630
44631         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44632
44633 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44634
44635         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44636
44637 2012-03-09  David S. Miller  <davem@davemloft.net>
44638
44639         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44640         variables with appropriate CPP guards.
44641         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44642         from the frame pointer, not the stack pointer.  Correct layout
44643         comments.  Fix test on resulting framesize and the management of
44644         the outregs buffer for pltexit.  Preserve floating point return
44645         values across _dl_call_pltexit call.
44646         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44647         framesize and the management of the outregs buffer for pltexit.
44648         Preserve floating point return values across _dl_call_pltexit
44649         call.
44650         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44651         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44652         (la_sparc64_gnu_pltexit): New functions.
44653         (print_exit): Fix format string for return register value.
44654
44655 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44656
44657         * sunrpc/Makefile (others): Add rpcgen.
44658         ($(objpfx)rpcgen): Remove special build rule and dependency on
44659         libc.
44660         * sunrpc/rpcgen.c: New file.
44661
44662 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44663
44664         [BZ #13673]
44665         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44666         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44667         * sysdeps/i386/crti.S: Likewise.
44668         * sysdeps/i386/crtn.S: Likewise.
44669         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44670         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44671         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44672         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44673         * sysdeps/sh/crti.S: Likewise.
44674         * sysdeps/sh/crtn.S: Likewise.
44675         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44676
44677         [BZ #13673]
44678         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44679         with URL.
44680         * locale/programs/locfile-kw.gperf: Likewise.
44681         * locale/programs/charmap-kw.h: Regenerated.
44682         * locale/programs/locfile-kw.h: Likewise.
44683
44684         [BZ #13673]
44685         * intl/plural.y: Replace FSF snail mail address with URL.
44686         * intl/plural.c: Regenerated.
44687
44688 2012-03-09  Richard Henderson  <rth@twiddle.net>
44689
44690         * include/math_private.h: Remove file.
44691         * math/math_private.h: Move file ...
44692         * sysdeps/generic/math_private.h: ... here.
44693
44694         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44695         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44696         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44697
44698         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44699         and <math_private.h>.
44700         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44701         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44702         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44703         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44704         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44705         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44706         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44710         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44711         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44712         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44713         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44714         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44715         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44716         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44717         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44718         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44719         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44720         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44721         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44722         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44723         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44724         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44725         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44726         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44727         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44728         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44729         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44730         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44731         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44732         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44733         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44734         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44735         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44736         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44737         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44738         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44739         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44740         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44741         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44742         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44743         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44744         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44745         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44746         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44747         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44748         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44749         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44757         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44758         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44766         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44771         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44772         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44773         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44774         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44775         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44776         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44777         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44778         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44779         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44780         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44788         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44789         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44790         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44791         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44792         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44793         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44794         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44795         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44796         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44797         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44798         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44799         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44800         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44801         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44802         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44803         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44804         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44805         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44806         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44807         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44808         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44809         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44810         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44811         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44812         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44813         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44814         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44815         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44816         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44817         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44818         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44819         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44820         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44821         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44822         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44823         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44824         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44825         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44826         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44827         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44828         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44829         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44830         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44831         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44832         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44833         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44834         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44835         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44836         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44837         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44838         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44839         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44840         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44841         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44842         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44843         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44844         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44845         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44846         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44847         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44848         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44849         * sysdeps/ieee754/k_standard.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44854         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44888         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44891         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44965         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44968         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44969         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44970         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44972         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44977         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44982         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44988         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44998         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44999         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45000         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45006         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45010         * sysdeps/ieee754/s_lib_version.c: Likewise.
45011         * sysdeps/ieee754/s_matherr.c: Likewise.
45012         * sysdeps/ieee754/s_signgam.c: Likewise.
45013         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45014         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45015         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45016         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45017         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45018         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45019         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45020         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45021         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45022         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45023         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45024         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45025         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45026         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45027         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45028         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45029         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45030         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45031         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45032         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45033         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45034
45035 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45036
45037         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45038         * sunrpc/rpc_main.c: Likewise.
45039         * sunrpc/rpc_svcout.c: Likewise.
45040
45041 2012-03-09  David S. Miller  <davem@davemloft.net>
45042
45043         * include/math_private.h: New file.
45044
45045 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45046
45047         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45048         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45049         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45050         from <bits/socket_type.h>.
45051         (enum __socket_type): Don't define here.
45052         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45053         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45054         bits/socket_type.h.
45055
45056         [BZ #13566]
45057         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45058         checking __USE_GNU.
45059
45060         * Makerules ($(inst_includedir)/%.h): New rule.
45061         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45062         (install-others): Remove variable setting.
45063         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45064
45065 2012-03-08  Richard Henderson  <rth@twiddle.net>
45066
45067         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45068         from macro to inline function; merge with the
45069         !__LIBC_INTERNAL_MATH_INLINES version.
45070         (__ieee754_sqrtf): Likewise.
45071
45072         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45073         to inline function.
45074         (__rintf, __floor, __floorf): Likewise.
45075
45076         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45077         macro to inline function.
45078         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45079
45080         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45081         not <math/math_private.h>.
45082
45083 2012-03-08  David S. Miller  <davem@davemloft.net>
45084
45085         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45086         copyright year.
45087         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45088
45089 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45090
45091         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45092         normalization.
45093         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45094         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45095
45096 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45097
45098         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45099         be defined individually, they must be defined as a block.  Define
45100         S for printing a string instead of hidint the different by using a
45101         macro for adding the 'l'.
45102         * stdio-common/tst-fphex-wide.c: Adjust.
45103
45104 2012-03-07  Marek Polacek  <polacek@redhat.com>
45105
45106         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45107
45108 2012-03-08  Marek Polacek  <polacek@redhat.com>
45109
45110         [BZ #13806]
45111         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45112         * stdio-common/tst-fphex.c: Define a few macros to make the
45113         test reusable.  Use them.
45114         * stdio-common/tst-fphex-wide.c: New file.
45115
45116 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45117
45118         [BZ #6911]
45119         * manual/macros.texi (gnusystems): New macro.
45120         (nongnusystems): Likewise.
45121         (gnulinuxhurdsystems): Likewise.
45122         (gnuhurdsystems): Likewise..
45123         (gnulinuxsystems): Likewise.
45124         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45125         variants of the GNU system, not "GNU system".
45126         * manual/conf.texi: Likewise.
45127         * manual/errno.texi: Likewise.  Update example of errno macro
45128         expansion.
45129         * manual/filesys.texi: Likewise.
45130         (getumask): Document as specific to GNU/Hurd.
45131         * manual/install.texi: Likewise.  Reword some references to
45132         GNU/Linux.
45133         * manual/intro.texi: Likewise.
45134         * manual/io.texi: Likewise.
45135         (File Name Portability): Detail which constraints are inapplicable
45136         to all GNU systems and which are only inapplicable to GNU/Hurd.
45137         * manual/job.texi: Likewise.
45138         * manual/llio.texi: Likewise.
45139         (O_NOCTTY): Document as present on GNU/Linux.
45140         * manual/maint.texi: Likewise.
45141         * manual/memory.texi: Likewise.
45142         * manual/pattern.texi: Likewise.
45143         * manual/pipe.texi: Likewise.
45144         * manual/process.texi: Likewise.
45145         * manual/resource.texi: Likewise.
45146         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45147         child on GNU/Hurd.
45148         * manual/setjmp.texi: Likewise.
45149         * manual/signal.texi: Likewise.
45150         * manual/startup.texi: Likewise.
45151         * manual/stdio.texi: Likewise.
45152         * manual/terminal.texi: Likewise.
45153         (ONLCR): Document as POSIX.
45154         (OXTABS): Document availability on GNU/Linux as XTABS.
45155         (ONOEOT): Document availability separately from other bits.
45156         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45157         * manual/time.texi: Likewise.
45158         * manual/users.texi: Likewise.
45159         * INSTALL: Regenerated.
45160         * sysdeps/gnu/errlist.c: Regenerated.
45161
45162         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45163         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45164         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45165         puts.
45166         * configure: Regenerated.
45167
45168 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45169
45170         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45171         default includes instead of AC_HEADER_CHECK.
45172         * sysdeps/i386/configure: Regenerated.
45173
45174         [BZ #10716]
45175         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45176         * math/s_cacoshf.c (__cacoshf): Likewise.
45177         * math/s_cacoshl.c (__cacoshl): Likewise.
45178         * math/s_casinh.c (__casinh): Set signs of result from argument.
45179         * math/s_casinhf.c (__casinhf): Likewise.
45180         * math/s_casinhl.c (__casinhl): Likewise.
45181         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45182         (casinh_test): Add more tests.
45183         * sysdeps/i386/fpu/libm-test-ulps: Update.
45184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45185
45186 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45187
45188         * po/zh_TW.po: Update from translation team.
45189
45190         * login/Makefile (distribute): Remove variable.
45191         * catgets/Makefile: Likewise.
45192         * mach/Makefile: Likewise.
45193         * malloc/Makefile: Likewise.
45194         * misc/Makefile: Likewise.
45195         * iconv/Makefile: Likewise.
45196         * nscd/Makefile: Likewise.
45197         * hurd/Makefile: Likewise.
45198         * manual/Makefile: Likewise.
45199         * locale/Makefile: Likewise.
45200         * intl/Makefile: Likewise.
45201         * conform/Makefile: Likewise.
45202         * nss/Makefile: Likewise.
45203         * time/Makefile: Likewise.
45204         * soft-fp/Makefile: Likewise.
45205         * dirent/Makefile: Likewise.
45206         * gmon/Makefile: Likewise.
45207         * po/Makefile: Likewise.
45208         * rt/Makefile: Likewise.
45209         * socket/Makefile: Likewise.
45210         * math/Makefile: Likewise.
45211         * signal/Makefile: Likewise.
45212         * debug/Makefile: Likewise.
45213         * elf/Makefile: Likewise.
45214         * timezone/Makefile: Likewise.
45215         * stdlib/Makefile: Likewise.
45216         * iconvdata/Makefile: Likewise.
45217         * sunrpc/Makefile: Likewise.
45218         * io/Makefile: Likewise.
45219         * argp/Makefile: Likewise.
45220         * inet/Makefile: Likewise.
45221         * hesiod/Makefile: Likewise.
45222         * grp/Makefile: Likewise.
45223         * csu/Makefile: Likewise.
45224         * wctype/Makefile: Likewise.
45225         * crypt/Makefile: Likewise.
45226         * libio/Makefile: Likewise.
45227         * string/Makefile: Likewise.
45228         * nis/Makefile: Likewise.
45229         * resolv/Makefile: Likewise.
45230         * stdio-common/Makefile: Likewise.
45231         * wcsmbs/Makefile: Likewise.
45232         * dlfcn/Makefile: Likewise.
45233         * posix/Makefile: Likewise.
45234
45235         [BZ #6959]
45236         * timezone/Makefile: Don't install timezone files, just the programs
45237         and scripts.
45238
45239 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45240
45241         * nss/databases.def: Add missing gshadow entry.
45242
45243         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45244
45245 2012-03-06  Marek Polacek  <polacek@redhat.com>
45246
45247         [BZ #13726]
45248         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45249         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45250         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45251         * stdio-common/tst-long-dbl-fphex.c: New file.
45252
45253 2012-03-06  David S. Miller  <davem@davemloft.net>
45254
45255         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45256         (set_obp_int): New function.
45257         (get_obp_int): New function.
45258         (__get_clockfreq_via_dev_openprom): Likewise.
45259         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45260         Avoid unused variable warnings on 'val' and use builtin_expect.
45261         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45262         __builtin_expect.
45263         (INLINE_CLONE_SYSCALL): Likewise.
45264
45265 2012-03-05  David S. Miller  <davem@davemloft.net>
45266
45267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45268
45269 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45270
45271         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45272
45273         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45274         only for |x| >= 40.
45275         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45276
45277 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45278
45279         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45280         Replace gettimeofday with __vdso_gettimeofday.
45281
45282         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45283         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45284         __vdso_clock_gettime and __vdso_getcpu.
45285
45286         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45287         time with __vdso_time.
45288
45289 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45290
45291         * manual/lang.texi (size_t): Note types to which size_t may be
45292         equivalent with the GNU C Library, but do not describe when
45293         differences between them are significant.
45294
45295 2012-03-05  Andreas Jaeger  <aj@suse.de>
45296
45297         * sysdeps/i386/fpu/libm-test-ulps: Update.
45298
45299 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45300
45301         [BZ #3976]
45302         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45303         (__ieee754_pow): Save and restore rounding mode and use
45304         round-to-nearest for main computations.
45305         * math/libm-test.inc (pow_test_tonearest): New function.
45306         (pow_test_towardzero): Likewise.
45307         (pow_test_downward): Likewise.
45308         (pow_test_upward): Likewise.
45309         (main): Call the new functions.
45310         * sysdeps/i386/fpu/libm-test-ulps: Update.
45311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45312
45313         [BZ #3976]
45314         * math/libm-test.inc (cosh_test_tonearest): New function.
45315         (cosh_test_towardzero): Likewise.
45316         (cosh_test_downward): Likewise.
45317         (cosh_test_upward): Likewise.
45318         (sinh_test_tonearest): Likewise.
45319         (sinh_test_towardzero): Likewise.
45320         (sinh_test_downward): Likewise.
45321         (sinh_test_upward): Likewise.
45322         (main): Call the new functions.
45323         * sysdeps/i386/fpu/libm-test-ulps: Update.
45324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45325
45326 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45327
45328         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45329         default stack guard is set in last bytes.
45330         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45331
45332 2012-03-05  Kees Cook  <keescook@chromium.org>
45333
45334         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45335
45336         [BZ #13656]
45337         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45338         possibly allocate from heap instead of stack.
45339         * stdio-common/bug-vfprintf-nargs.c: New file.
45340         * stdio-common/Makefile (tests): Add nargs overflow test.
45341
45342 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45343
45344         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45345
45346 2012-03-03  Marek Polacek  <polacek@redhat.com>
45347
45348         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45349         * math/math_private.h: Likewise.
45350         * stdlib/tst-strtod.c: Likewise.
45351         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45352         * sysdeps/x86_64/bits/atomic.h: Likewise.
45353
45354 2012-03-02  David S. Miller  <davem@davemloft.net>
45355
45356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45360         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45361         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45362         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45363         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45364
45365 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45366
45367         [BZ #13792]
45368         * manual/examples/README: New file, says the example source files
45369         can be used under GPL>=2.
45370         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45371         line containing just "*/".
45372         * manual/examples/add.c: Add copyright header (GPL>=2).
45373         * manual/examples/argp-ex1.c: Likewise.
45374         * manual/examples/argp-ex2.c: Likewise.
45375         * manual/examples/argp-ex3.c: Likewise.
45376         * manual/examples/argp-ex4.c: Likewise.
45377         * manual/examples/atexit.c: Likewise.
45378         * manual/examples/db.c: Likewise.
45379         * manual/examples/dir.c: Likewise.
45380         * manual/examples/dir2.c: Likewise.
45381         * manual/examples/execinfo.c: Likewise.
45382         * manual/examples/filecli.c: Likewise.
45383         * manual/examples/filesrv.c: Likewise.
45384         * manual/examples/fmtmsgexpl.c: Likewise.
45385         * manual/examples/genpass.c: Likewise.
45386         * manual/examples/inetcli.c: Likewise.
45387         * manual/examples/inetsrv.c: Likewise.
45388         * manual/examples/isockad.c: Likewise.
45389         * manual/examples/longopt.c: Likewise.
45390         * manual/examples/memopen.c: Likewise.
45391         * manual/examples/memstrm.c: Likewise.
45392         * manual/examples/mkfsock.c: Likewise.
45393         * manual/examples/mkisock.c: Likewise.
45394         * manual/examples/mygetpass.c: Likewise.
45395         * manual/examples/pipe.c: Likewise.
45396         * manual/examples/popen.c: Likewise.
45397         * manual/examples/rprintf.c: Likewise.
45398         * manual/examples/search.c: Likewise.
45399         * manual/examples/select.c: Likewise.
45400         * manual/examples/setjmp.c: Likewise.
45401         * manual/examples/sigh1.c: Likewise.
45402         * manual/examples/sigusr.c: Likewise.
45403         * manual/examples/stpcpy.c: Likewise.
45404         * manual/examples/strdupa.c: Likewise.
45405         * manual/examples/strftim.c: Likewise.
45406         * manual/examples/strncat.c: Likewise.
45407         * manual/examples/subopt.c: Likewise.
45408         * manual/examples/swapcontext.c: Likewise.
45409         * manual/examples/termios.c: Likewise.
45410         * manual/examples/testopt.c: Likewise.
45411         * manual/examples/testpass.c: Likewise.
45412         * manual/examples/timeval_subtract.c: Likewise.
45413
45414         [BZ #13792]
45415         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45416         function to ...
45417         * manual/timeval_subtract.c.texi: ... here, new file.
45418
45419 2012-03-02  David S. Miller  <davem@davemloft.net>
45420
45421         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45422
45423 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45424
45425         [BZ #3976]
45426         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45427         (__sin): Save and restore rounding mode and use round-to-nearest
45428         for all computations.
45429         (__cos): Save and restore rounding mode and use round-to-nearest
45430         for all computations.
45431         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45432         <fenv.h>.
45433         (tan): Save and restore rounding mode and use round-to-nearest for
45434         all computations.
45435         * math/libm-test.inc (cos_test_tonearest): New function.
45436         (cos_test_towardzero): Likewise.
45437         (cos_test_downward): Likewise.
45438         (cos_test_upward): Likewise.
45439         (sin_test_tonearest): Likewise.
45440         (sin_test_towardzero): Likewise.
45441         (sin_test_downward): Likewise.
45442         (sin_test_upward): Likewise.
45443         (tan_test_tonearest): Likewise.
45444         (tan_test_towardzero): Likewise.
45445         (tan_test_downward): Likewise.
45446         (tan_test_upward): Likewise.
45447         (main): Call the new functions.
45448         * sysdeps/i386/fpu/libm-test-ulps: Update.
45449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45450
45451         [BZ #10135]
45452         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45453         small n, then large n, before computing and testing k+n.
45454         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45455         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45456         Likewise.
45457         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45458         Likewise.
45459         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45460         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45461         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45462         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45463         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45464         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45465         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45466         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45467         * math/libm-test.inc (scalbn_test): Add more tests.
45468         (scalbln_test): Likewise.
45469
45470         * manual/filesys.texi (mode_t): Describe constraints on size and
45471         signedness, not exact equivalence to a particular type.
45472         (ino_t): Likewise.
45473         (ino64_t): Likewise.
45474         (dev_t): Likewise.
45475         (nlink_t): Likewise.
45476         (blkcnt_t): Likewise.
45477         (blkcnt64_t): Likewise.
45478         * manual/llio.texi (off_t): Likewise.
45479
45480         [BZ #3976]
45481         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45482         (__ieee754_exp): Save and restore rounding mode and use
45483         round-to-nearest for all computations.
45484         * math/libm-test.inc (exp_test_tonearest): New function.
45485         (exp_test_towardzero): Likewise.
45486         (exp_test_downward): Likewise.
45487         (exp_test_upward): Likewise.
45488         (main): Call the new functions.
45489         * sysdeps/i386/fpu/libm-test-ulps: Update.
45490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45491
45492 2012-03-01  Chris Demetriou  <cgd@google.com>
45493
45494         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45495         have predictable order.
45496
45497 2012-03-01  David S. Miller  <davem@davemloft.net>
45498
45499         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45500
45501         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45502         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45503         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45504         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45505
45506         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45507         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45508         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45510         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45511         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45512         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45513         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45514         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45515
45516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45517
45518         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45519         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45520         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45521
45522         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45523         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45524         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45525         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45526         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45527         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45528         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45529         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45530         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45531         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45532         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45533         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45534         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45535         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45536         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45537         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45538         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45539         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45540         * sysdeps/sparc/elf/configure: Regenerated.
45541
45542 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45543
45544         * configure.in (AS, LD): Require binutils 2.20 or later.
45545         * configure: Regenerated.
45546         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45547         as required minimum version.
45548         * INSTALL: Regenerated.
45549
45550         [BZ #2541]
45551         [BZ #4108]
45552         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45553         before squaring exponent.
45554         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45555         bottom long double and 27 bits of top long double before squaring
45556         exponent.
45557         * math/libm-test.inc (erfc_test): Add more tests.
45558         * sysdeps/i386/fpu/libm-test-ulps: Update.
45559         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45561
45562 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45563
45564         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45565         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45566         containing bit-fields.
45567         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45568         * soft-fp/single.h (_FP_UNION_S): Likewise.
45569         * soft-fp/double.h (_FP_UNION_D): Likewise.
45570
45571 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45572
45573         [BZ #13786]
45574         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45575         not include ../strcmp.S.
45576         [USE_AS_STRNCASECMP_L]: Likewise.
45577         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45578         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45579         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45580         (__strncasecmp_l_ia32): Define as alias to
45581         __strncasecmp_l_nonascii.
45582
45583         [BZ #5794]
45584         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45585         * sysdeps/i386/fpu/libm-test-ulps: Update.
45586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45587
45588         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45590
45591 2012-02-29  Jeff Law  <law@redhat.com>
45592
45593         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45594         out of bounds read.
45595
45596 2012-02-29  Marek Polacek  <polacek@redhat.com>
45597
45598         [BZ #13706]
45599         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45600         * elf/Makefile: Add rules to run tst-unused-dep.out.
45601
45602 2012-02-28  David S. Miller  <davem@davemloft.net>
45603
45604         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45605         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45606         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45607         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45608         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45609         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45610
45611 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45612
45613         * math/libm-test.inc (llround_test): Move one test from
45614         lround_test.  Use TEST_f_L in moved test.
45615         (lround_test): Move misplaced test to llround_test.  Add testcase
45616         from bug 2561.
45617
45618 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45619
45620         * sysdeps/x86_64/fpu/e_expf.S: New file.
45621         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45622
45623 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45624
45625         [BZ #13637]
45626         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45627         of remain_len that may cause incomplete multi-byte character and
45628         false match.
45629         * posix/bug-regex33.c: New file.
45630         * posix/Makefile (tests): Add bug-regex33.
45631
45632 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45633
45634         * manual/macros.texi: New file.
45635         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45636         * manual/libc.texinfo: Include macros.texi.
45637         * manual/creatute.texi: Likewise.
45638         * manual/install.texi: Likewise.
45639         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45640         @glibcadj{} in references to the GNU C Library.
45641         * manual/charset.texi: Likewise.
45642         * manual/conf.texi: Likewise.
45643         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45644         when not using those macros.
45645         * manual/creature.texi: Likewise.
45646         * manual/crypt.texi: Likewise.
45647         * manual/errno.texi: Likewise.
45648         * manual/filesys.texi: Likewise.
45649         * manual/header.texi: Likewise.
45650         * manual/install.texi: Likewise.
45651         * manual/intro.texi: Likewise.
45652         * manual/io.texi: Likewise.
45653         * manual/job.texi: Likewise.
45654         * manual/lang.texi: Likewise.
45655         * manual/libc.texiinfo: Likewise.
45656         * manual/llio.texi: Likewise.
45657         * manual/locale.texi: Likewise.
45658         * manual/maint.texi: Likewise.
45659         * manual/math.texi: Likewise.
45660         * manual/memory.texi: Likewise.
45661         * manual/message.texi: Likewise.
45662         * manual/nss.texi: Likewise.
45663         * manual/pattern.texi: Likewise.
45664         * manual/process.texi: Likewise.
45665         * manual/resource.texi: Likewise.
45666         * manual/search.texi: Likewise.
45667         * manual/setjmp.texi: Likewise.
45668         * manual/signal.texi: Likewise.
45669         * manual/socket.texi: Likewise.
45670         * manual/startup.texi: Likewise.
45671         * manual/stdio.texi: Likewise.
45672         * manual/string.texi: Likewise.
45673         * manual/sysinfo.texi: Likewise.
45674         * manual/syslog.texi: Likewise.
45675         * manual/terminal.texi: Likewise.
45676         * manual/time.texi: Likewise.
45677         * manual/users.texi: Likewise.
45678         * INSTALL: Regenerated.
45679         * NOTES: Regenerated.
45680         * sysdeps/gnu/errlist.c: Regenerated.
45681
45682 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45683
45684         * include/dirent.h: Include <dirstream.h> before
45685         <dirent/dirent.h>.
45686
45687 2012-02-28  David S. Miller  <davem@davemloft.net>
45688
45689         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45690         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45691         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45692         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45693
45694 2012-02-27  David S. Miller  <davem@davemloft.net>
45695
45696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45698         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45699         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45700
45701         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45702         frame pointer instead of stack pointer relative arg slot.
45703         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45704         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45705         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45706
45707 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45708
45709         [BZ #3992]
45710         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45711
45712 2012-02-27  David S. Miller  <davem@davemloft.net>
45713
45714         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45718         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45719         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45720         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45721         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45722
45723 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45724
45725         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45726         later.  Allow versions 5-9.
45727         * configure: Regenerated.
45728         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45729         required minimum version and 4.6 as recommended version.  Do not
45730         mention bugs in GCC 2.7 and 2.8.
45731         * INSTALL: Regenerated.
45732
45733 2012-02-27  David S. Miller  <davem@davemloft.net>
45734
45735         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45736         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45739         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45740         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45741         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45742         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45743
45744         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45745         manipulate bits before adding and subtracting TWO112[sx].
45746         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45747
45748 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45749
45750         [BZ #13775]
45751         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45752         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45753         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45754         being in POSIX, because they are in 1003.1-2008.
45755
45756         * rt/tst-aio.c: Include <fcntl.h>.
45757         * rt/tst-aio7.c: Likewise.
45758         * rt/tst-aio64.c: Likewise.
45759
45760         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45761
45762 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45763
45764         * manual/install.texi (--with-headers): Describe headers as
45765         interface headers, not private headers.
45766         (Specific advice for GNU/Linux systems): Describe use of headers
45767         from "make headers_install", not private headers from older
45768         kernels.
45769         * INSTALL: Regenerated.
45770         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45771         Change to 2.6.19.
45772         * sysdeps/unix/sysv/linux/configure: Regenerated.
45773
45774         * manual/llio.texi (fclean): Remove documentation.
45775
45776         * manual/Makefile (libc-texi-generated): New variable.  Include
45777         version.texi.
45778         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45779         $(libc-texi-generated), not duplicated list of files.
45780         (version.texi, stamp-version): New rules.
45781         (realclean): Remove $(libc-texi-generated), not individual files
45782         from that list.  Do not remove dir-add.texinfo.
45783         * manual/libc.texinfo: Comment out uses of edition numbers and
45784         references to printed manual.  Remove last-updated dates.
45785         (EDITION): Comment out.
45786         (ISBN): Likewise.
45787         (VERSION, UPDATED): Remove.
45788         (version.texi): Include.
45789
45790 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45791
45792         * sysdeps/posix/spawni.c: Include <signal.h>.
45793         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45794         * sysdeps/pthread/aio_fsync.c: Likewise.
45795
45796 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45797
45798         * conform/Makefile (tests): Run only when not cross-compiling and
45799         when fast-check is not defined.
45800
45801         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45802         * conform/data/limits.h-data: Fixes for POSIX2008.
45803         * conform/run-conformtest.sh: Run all tests.
45804         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45805         headers.
45806         * include/bits/dlfcn.h: Likewise.
45807         * include/langinfo.h: Likewise.
45808         * include/monetary.h: Likewise.
45809         * include/sys/poll.h: Likewise.
45810
45811         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45812         for __USE_GNU.
45813         * posix/spawn.h: Define __need_sigset_t.
45814         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45815         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45816         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45817         to get sigevent_t only.
45818         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45819         only for __USE_GNU.
45820         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45821         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45822         process_vm_writev only for __USE_GNU.
45823         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45824
45825         * conform/Makefile: For now ignore errors from run-conformtest.
45826         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45827         POSIX to avoid namespace pollution.  Don't prepend headers.
45828         * conform/data/aio.h-data: Fixes for POSIX testing.
45829         * conform/data/fcntl.h-data: Likewise.
45830         * conform/data/glob.h-data: Likewise.
45831         * conform/data/grp.h-data: Likewise.
45832         * conform/data/pthread.h-data: Likewise.
45833         * conform/data/pwd.h-data: Likewise.
45834         * conform/data/signal.h-data: Likewise.
45835         * conform/data/spawn.h-data: Likewise.
45836         * conform/data/stdio.h-data: Likewise.
45837         * conform/data/stdlib.h-data: Likewise.
45838         * conform/data/stropts.h-data: Likewise.
45839         * conform/data/sys/mman.h-data: Likewise.
45840         * conform/data/sys/stat.h-data: Likewise.
45841         * conform/data/sys/types.h-data: Likewise.
45842         * conform/data/sys/wait.h-data: Likewise.
45843         * conform/data/time.h-data: Likewise.
45844         * conform/data/unistd.h-data: Likewise.
45845         * conform/data/utime.h-data: Likewise.
45846
45847         * io/sys/stat.h: fchmod was always in POSIX.
45848         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45849         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45850         * rt/aio.h: Define __need_timespec before including <time.h>.
45851         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45852         struct.  Add forward declaration of pthread_attr_t and use it in
45853         sigevent.
45854         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45855         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45856         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45857         always remove CLK_TCK definition.
45858
45859 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45860
45861         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45862
45863 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45864
45865         * conform/run-conformtest.sh: New file.
45866         * conform/Makefile: Run run-conformtest for tests.
45867         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45868         support.
45869
45870         * conform/data/uchar.h-data: New file.
45871         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45872         * conform/data/arpa/inet.h-data: Likewise.
45873         * conform/data/assert.h-data: Likewise.
45874         * conform/data/complex.h-data: Likewise.
45875         * conform/data/cpio.h-data: Likewise.
45876         * conform/data/ctype.h-data: Likewise.
45877         * conform/data/dirent.h-data: Likewise.
45878         * conform/data/dlfcn.h-data: Likewise.
45879         * conform/data/errno.h-data: Likewise.
45880         * conform/data/fcntl.h-data: Likewise.
45881         * conform/data/float.h-data: Likewise.
45882         * conform/data/fmtmsg.h-data: Likewise.
45883         * conform/data/fnmatch.h-data: Likewise.
45884         * conform/data/ftw.h-data: Likewise.
45885         * conform/data/glob.h-data: Likewise.
45886         * conform/data/grp.h-data: Likewise.
45887         * conform/data/iconv.h-data: Likewise.
45888         * conform/data/inttypes.h-data: Likewise.
45889         * conform/data/langinfo.h-data: Likewise.
45890         * conform/data/libgen.h-data: Likewise.
45891         * conform/data/limits.h-data: Likewise.
45892         * conform/data/locale.h-data: Likewise.
45893         * conform/data/math.h-data: Likewise.
45894         * conform/data/monetary.h-data: Likewise.
45895         * conform/data/mqueue.h-data: Likewise.
45896         * conform/data/ndbm.h-data: Likewise.
45897         * conform/data/net/if.h-data: Likewise.
45898         * conform/data/netdb.h-data: Likewise.
45899         * conform/data/netinet/in.h-data: Likewise.
45900         * conform/data/nl_types.h-data: Likewise.
45901         * conform/data/poll.h-data: Likewise.
45902         * conform/data/pthread.h-data: Likewise.
45903         * conform/data/pwd.h-data: Likewise.
45904         * conform/data/regex.h-data: Likewise.
45905         * conform/data/sched.h-data: Likewise.
45906         * conform/data/search.h-data: Likewise.
45907         * conform/data/semaphore.h-data: Likewise.
45908         * conform/data/setjmp.h-data: Likewise.
45909         * conform/data/signal.h-data: Likewise.
45910         * conform/data/spawn.h-data: Likewise.
45911         * conform/data/stdarg.h-data: Likewise.
45912         * conform/data/stdio.h-data: Likewise.
45913         * conform/data/stdlib.h-data: Likewise.
45914         * conform/data/string.h-data: Likewise.
45915         * conform/data/strings.h-data: Likewise.
45916         * conform/data/stropts.h-data: Likewise.
45917         * conform/data/sys/ipc.h-data: Likewise.
45918         * conform/data/sys/mman.h-data: Likewise.
45919         * conform/data/sys/msg.h-data: Likewise.
45920         * conform/data/sys/resource.h-data: Likewise.
45921         * conform/data/sys/select.h-data: Likewise.
45922         * conform/data/sys/sem.h-data: Likewise.
45923         * conform/data/sys/shm.h-data: Likewise.
45924         * conform/data/sys/socket.h-data: Likewise.
45925         * conform/data/sys/stat.h-data: Likewise.
45926         * conform/data/sys/statvfs.h-data: Likewise.
45927         * conform/data/sys/time.h-data: Likewise.
45928         * conform/data/sys/timeb.h-data: Likewise.
45929         * conform/data/sys/times.h-data: Likewise.
45930         * conform/data/sys/types.h-data: Likewise.
45931         * conform/data/sys/uio.h-data: Likewise.
45932         * conform/data/sys/un.h-data: Likewise.
45933         * conform/data/sys/utsname.h-data: Likewise.
45934         * conform/data/sys/wait.h-data: Likewise.
45935         * conform/data/syslog.h-data: Likewise.
45936         * conform/data/tar.h-data: Likewise.
45937         * conform/data/termios.h-data: Likewise.
45938         * conform/data/utime.h-data: Likewise.
45939         * conform/data/utmpx.h-data: Likewise.
45940         * conform/data/varargs.h-data: Likewise.
45941         * conform/data/wchar.h-data: Likewise.
45942         * conform/data/wctype.h-data: Likewise.
45943         * conform/data/wordexp.h-data: Likewise.
45944
45945         * include/stropts.h: New file.
45946         * include/uchar.h: New file.
45947         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45948         * include/assert.h: Likewise.
45949         * include/ctype.h: Likewise.
45950         * include/dirent.h: Likewise.
45951         * include/dlfcn.h: Likewise.
45952         * include/fcntl.h: Likewise.
45953         * include/fnmatch.h: Likewise.
45954         * include/glob.h: Likewise.
45955         * include/grp.h: Likewise.
45956         * include/libio.h: Likewise.
45957         * include/locale.h: Likewise.
45958         * include/math.h: Likewise.
45959         * include/net/if.h: Likewise.
45960         * include/netdb.h: Likewise.
45961         * include/netinet/in.h: Likewise.
45962         * include/pthread.h: Likewise.
45963         * include/pwd.h: Likewise.
45964         * include/regex.h: Likewise.
45965         * include/sched.h: Likewise.
45966         * include/search.h: Likewise.
45967         * include/setjmp.h: Likewise.
45968         * include/signal.h: Likewise.
45969         * include/stdio.h: Likewise.
45970         * include/stdlib.h: Likewise.
45971         * include/string.h: Likewise.
45972         * include/sys/cdefs.h: Likewise.
45973         * include/sys/mman.h: Likewise.
45974         * include/sys/msg.h: Likewise.
45975         * include/sys/resource.h: Likewise.
45976         * include/sys/select.h: Likewise.
45977         * include/sys/socket.h: Likewise.
45978         * include/sys/stat.h: Likewise.
45979         * include/sys/statvfs.h: Likewise.
45980         * include/sys/time.h: Likewise.
45981         * include/sys/times.h: Likewise.
45982         * include/sys/uio.h: Likewise.
45983         * include/sys/utsname.h: Likewise.
45984         * include/sys/wait.h: Likewise.
45985         * include/termios.h: Likewise.
45986         * include/time.h: Likewise.
45987         * include/ulimit.h: Likewise.
45988         * include/unistd.h: Likewise.
45989         * include/utime.h: Likewise.
45990         * include/wchar.h: Likewise.
45991         * include/wctype.h: Likewise.
45992         * include/wordexp.h: Likewise.
45993
45994         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45995
45996         * time/time.h: TIME_UTC must be a macro.
45997         Make timespec_get available for ISO C11 only as well.
45998
45999 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46000
46001         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46002         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46003
46004 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46005
46006         * configure.in: Use -o not -a in test for unsupported multi-arch.
46007
46008 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46009
46010         * manual/texinfo.tex: Update to version 2012-01-19.16.
46011
46012 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46013
46014         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46015
46016 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46017
46018         [BZ #13738]
46019         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46020         * manual/fdl-1.3.texi: New file.
46021         * manual/fdl-1.1.texi: File removed.
46022
46023         [BZ #13738]
46024         * manual/libc.texinfo (FDL_VERSION): New @set.
46025         Use it for mention of FDL in cover text.
46026         (Documentation License): Use it in @include file name.
46027
46028 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46029             Roland McGrath  <roland@hack.frob.com>
46030
46031         [BZ #5461]
46032         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46033         (not LONG_LONG_MAX and LONG_LONG_MIN.
46034         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46035         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46036         name.
46037         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46038
46039 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46040
46041         [BZ #2547]
46042         [BZ #11365]
46043         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46044         manipulate bits before adding and subtracting TWO23[sx].
46045         * math/libm-test.inc (nearbyint_test): Add more tests.
46046
46047 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46048
46049         [BZ #2548]
46050         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46051         bits before adding and subtracting TWO23[sx].
46052         * math/libm-test.inc (rint_test): Add more tests.
46053         (rint_test_tonearest): Likewise.
46054         (rint_test_towardzero): Likewise.
46055         (rint_test_downward): Likewise.
46056         (rint_test_upward: Likewise.
46057
46058 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46059
46060         [BZ #10110]
46061         * include/stdc-predef.h: New file.  Extracted from features.h.
46062         * include/features.h: Include stdc-predef.h.
46063         * Makefile (headers): Add stdc-predef.h.
46064         * CONFORMANCE (Compiler limitations): Update.
46065
46066 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46067
46068         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46069
46070 2012-02-21  David S. Miller  <davem@davemloft.net>
46071
46072         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46073         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46074
46075 2012-02-20  David S. Miller  <davem@davemloft.net>
46076
46077         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46078         using a normal save/restore sequence, rather than allocating a
46079         dummy stack frame just to store a frame pointer and restore.
46080         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46081
46082 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46083
46084         * manual/install.texi: Fix stray word in line-wrapped comment.
46085
46086 2012-02-20  David S. Miller  <davem@davemloft.net>
46087
46088         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46089         both binutils and gcc support GOTDATA.
46090
46091         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46092         "rd %pc" in the PIC register setup sequences.
46093
46094         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46095         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46096         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46097         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46098         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46099         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46100         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46101         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46102         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46103         (SYSCALL_ERROR_HANDLER): Likewise.
46104         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46105         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46106         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46107         (SYSCALL_ERROR_HANDLER): Likewise.
46108
46109         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46110         (HAVE_GCC_GOTDATA): New.
46111         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46112         relocation support in both binutils and gcc.
46113         * sysdeps/sparc/elf/configure: Regenerate.
46114
46115         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46116         * sysdeps/sparc/sparc32/elf/configure: Delete.
46117         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46118         * sysdeps/sparc/sparc64/elf/configure: Delete.
46119         * sysdeps/sparc/elf/configure.in: New file.
46120         * sysdeps/sparc/elf/configure: Generate.
46121
46122         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46123         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46124         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46125         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46126         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46127
46128 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46129
46130         * manual/install.texi: Do not mention specific glibc version
46131         numbers.
46132         * manual/libc.texinfo (VERSION, UPDATED): Update.
46133         (@copying): Use @copyright{} and range of years.
46134
46135 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46136
46137         [BZ #13695]
46138         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46139         [crti.S not in sysdirs] (generated): Do not append.
46140         [crti.S not in sysdirs] (omit-deps): Likewise.
46141         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46142         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46143         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46144         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46145         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46146         Likewise.
46147         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46148         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46149         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46150         * csu/defs.awk: Remove file.
46151         * sysdeps/generic/initfini.c: Likewise.
46152         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46153         variable.
46154         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46155         Likewise.
46156
46157 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46158
46159         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46160         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46161         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46162         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46163         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46164         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46165         <bits/epoll.h>.
46166         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46167         (__EPOLL_PACKED): Define to empty if not defined by
46168         <bits/epoll.h>.
46169         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46170         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46171         bits/epoll.h.
46172
46173 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46174
46175         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46176         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46177         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46178         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46179         <bits/timerfd.h>.
46180         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46181         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46182         bits/timerfd.h.
46183
46184 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46185
46186         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46187         in C locale.
46188         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46189         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46190         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46192
46193 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46194
46195         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46196         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46197
46198 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46199
46200         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46201         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46202         defined.
46203         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46204         Likewise.
46205         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46206         entry for 2.16.
46207
46208 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46209
46210         * math/w_acos.c: Use non-signaling floating-point comparisons.
46211         * math/w_acosf.c: Likewise.
46212         * math/w_acosh.c: Likewise.
46213         * math/w_acoshf.c: Likewise.
46214         * math/w_acoshl.c: Likewise.
46215         * math/w_acosl.c: Likewise.
46216         * math/w_asin.c: Likewise.
46217         * math/w_asinf.c: Likewise.
46218         * math/w_asinl.c: Likewise.
46219         * math/w_atanh.c: Likewise.
46220         * math/w_atanhf.c: Likewise.
46221         * math/w_atanhl.c: Likewise.
46222         * math/w_exp2.c: Likewise.
46223         * math/w_exp2f.c: Likewise.
46224         * math/w_exp2l.c: Likewise.
46225         * math/w_j0.c: Likewise.
46226         * math/w_j0f.c: Likewise.
46227         * math/w_j0l.c: Likewise.
46228         * math/w_j1.c: Likewise.
46229         * math/w_j1f.c: Likewise.
46230         * math/w_j1l.c: Likewise.
46231         * math/w_jn.c: Likewise.
46232         * math/w_jnf.c: Likewise.
46233         * math/w_log.c: Likewise.
46234         * math/w_log10.c: Likewise.
46235         * math/w_log10f.c: Likewise.
46236         * math/w_log10l.c: Likewise.
46237         * math/w_log2.c: Likewise.
46238         * math/w_log2f.c: Likewise.
46239         * math/w_log2l.c: Likewise.
46240         * math/w_logf.c: Likewise.
46241         * math/w_logl.c: Likewise.
46242         * math/w_sqrt.c: Likewise.
46243         * math/w_sqrtf.c: Likewise.
46244         * math/w_sqrtl.c: Likewise.
46245         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46246         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46247         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46248         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46249         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46250
46251 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46252
46253         [BZ #9739]
46254         * manual/string.texi (strnlen): Use correct parameter name in
46255         equivalent expression.
46256
46257 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46258
46259         [BZ #11174]
46260         * manual/users.texi (seteuid): Consistently use neweuid for
46261         argument name.
46262
46263 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46264
46265         [BZ #13704]
46266         * manual/nss.texi (Services in the NSS configuration): Correct
46267         list of services in example configuration file.
46268
46269 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46270
46271         [BZ #11322]
46272         * manual/arith.texi: Remove statements about negative zero
46273         behaving identically to zero.
46274
46275 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46276
46277         [BZ #5993]
46278         * manual/install.texi: Do not document upgrading from libc5.
46279
46280 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46281
46282         [BZ #4596]
46283         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46284
46285 2012-02-18  David S. Miller  <davem@davemloft.net>
46286
46287         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46288         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46289         %o7 across the call.
46290         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46291         instead.
46292         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46293         SETUP_PIC_REG_LEAF.
46294         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46295         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46296         * sysdeps/sparc/crtn.S: Likewise.
46297
46298 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46299
46300         * aout/Makefile: Remove.
46301
46302 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46303
46304         [BZ #13058]
46305         * manual/examples/argp-ex1.c (main): Format definition in GNU
46306         style.
46307         * manual/examples/argp-ex2.c (main): Likewise.
46308         * manual/examples/argp-ex3.c (main): Likewise.
46309         * manual/examples/argp-ex4.c (main): Likewise.
46310         * manual/examples/longopt.c (main): Use new-style prototype
46311         definition.
46312         * manual/examples/strncat.c (main): Specify return type and use
46313         (void) for arguments.
46314         * manual/examples/subopt.c (main): Use char **argv argument.
46315
46316 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46317
46318         [BZ #5077]
46319         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46320         rounding modes.
46321
46322 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46323
46324         [BZ #6907]
46325         * manual/string.texi (strchr): Change when strchrnul is
46326         recommended.
46327
46328 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46329
46330         [BZ #174]
46331         * manual/locale.texi (setlocale): Document LOCPATH.
46332
46333 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46334
46335         [BZ #10210]
46336         * manual/process.texi (execle): Move @dots{} before last argument.
46337
46338 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46339
46340         [BZ #12047]
46341         * manual/charset.texi (Generic Charset Conversion): Fix typo
46342         (LC_TYPE -> LC_CTYPE).
46343
46344 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46345
46346         [BZ #5805]
46347         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46348         (scalbnf): Likewise.
46349         (scalbnl): Likewise.
46350         (scalbln): Likewise.
46351         (scalblnf): Likewise.
46352         (scalblnl): Likewise.
46353         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46354         (vwarnx): Likewise.
46355         (verr): Likewise.
46356         (verrx): Likewise.
46357         * manual/filesys.texi (telldir): Use braces around return type.
46358         * manual/llio.texi (mmap): Add space after comma.
46359         (mmap64): Likewise.
46360         * manual/math.texi (jn): Use @var{} on parameter names.
46361         (jnf): Likewise.
46362         (jnl): Likewise.
46363         (yn): Likewise.
46364         (ynf): Likewise.
46365         (ynl): Likewise.
46366         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46367         line.
46368         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46369         "...".
46370         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46371         (sched_get_priority_max): Likewise.
46372         * manual/signal.texi (sigvec): Add space after comma.
46373         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46374         names.
46375         (if_indextoname): Likewise.
46376         (if_freenameindex): Likewise.
46377         (sendto): Use ',' instead of '.' in prototype.
46378         * manual/startup.texi (syscall): Use @dots{} instead of literal
46379         "...".
46380         * manual/stdio.texi (__fpending): Separate initial words of
46381         paragraph from @deftypefun line.
46382         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46383         "...".
46384         (vsyslog): Use @var{} on parameter names.
46385         * manual/terminal.texi (stty): Use @var{} on parameter names.
46386         * manual/users.texi (getutmp): Use @var{} on parameter names.
46387         (getutmpx): Likewise.
46388
46389 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46390
46391         [BZ #6884]
46392         * manual/stdio.texi (fopen): Fix typos in description of
46393         ",ccs=STRING".
46394
46395 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46396
46397         [BZ #4026]
46398         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46399         get clock_id definition.
46400
46401 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46402
46403         [BZ #4822]
46404         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46405         (madvise): Cast every argument to void on its own.
46406
46407 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46408
46409         [BZ #9902]
46410         * manual/startup.texi (Exit Status): Fix typo.
46411
46412 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46413
46414         [BZ #10140]
46415         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46416         * manual/examples/argp-ex2.c: Likewise.
46417         * manual/examples/argp-ex3.c: Likewise.
46418
46419 2012-02-16  Richard Henderson  <rth@redhat.com>
46420
46421         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46422         * sysdeps/s390/s390-32/initfini.c: Remove.
46423         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46424         * sysdeps/s390/s390-64/initfini.c: Remove.
46425
46426 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46427
46428         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46429         compiler output for sysdeps/generic/initfini.c.
46430         * sysdeps/sh/elf/initfini.c: Remove file.
46431
46432 2012-02-16  David S. Miller  <davem@davemloft.net>
46433
46434         [BZ #11494]
46435         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46436
46437         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46438         * sysdeps/sparc/crti.S: New file.
46439         * sysdeps/sparc/crtn.S: New file.
46440         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46441         * sysdeps/sparc/sparc64/Makefile: Likewise.
46442
46443 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46444
46445         [BZ #3335]
46446         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46447
46448 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46449
46450         [BZ #4822]
46451         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46452
46453         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46454         (write, read, close): Likewise.
46455         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46456
46457 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46458
46459         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46460         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46461         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46462         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46463         <bits/signalfd.h>.
46464         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46465         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46466         bits/signalfd.h.
46467
46468 2012-02-14  Marek Polacek  <polacek@redhat.com>
46469
46470         * sysdeps/x86_64/crti.S: New file.
46471         * sysdeps/x86_64/crtn.S: New file.
46472         * sysdeps/x86_64/elf/initfini.c: Remove file.
46473
46474 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46475
46476         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46477         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46478         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46479         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46480         <bits/inotify.h>.
46481         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46482         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46483         bits/inotify.h.
46484
46485 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46486
46487         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46488         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46489         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46490         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46491         <bits/eventfd.h>.
46492         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46493         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46494         bits/eventfd.h.
46495
46496 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46497
46498         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46499         __feraiseexcept instead of feraiseexcept.
46500
46501         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46502         nanosleep invocations.
46503         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46504         strings, and add error checking for a nanosleep invocations.
46505
46506 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46507
46508         Replace FSF snail mail address with URLs, as per GNU coding standards.
46509         Most of the snail mail addresses were wrong anyway, and omitting
46510         them makes the source code easier to maintain.  Almost all of the
46511         changes are to license notices and to locale LC_IDENTIFICATION
46512         addresses, except for this one:
46513         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46514         not its snail mail address.
46515
46516 2012-02-09  Richard Henderson  <rth@twiddle.net>
46517
46518         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46519         of kernel-features.h.
46520
46521         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46522
46523 2012-02-08  Marek Polacek  <polacek@redhat.com>
46524
46525         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46526         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46527         * sysdeps/gnu/_G_config.h: Likewise.
46528         * sysdeps/generic/_G_config.h: Likewise.
46529
46530 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46531
46532         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46533         tests.
46534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46535
46536         * sysdeps/powerpc/powerpc32/crti.S: New file.
46537         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46538         * sysdeps/powerpc/powerpc64/crti.S: New file.
46539         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46540
46541         * Makeconfig (have-initfini): Don't set.
46542         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46543         * configure.in (nopic_initfini): Don't substitute.
46544         * config.h.in (HAVE_INITFINI): Don't #undef.
46545         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46546         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46547
46548 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46549
46550         Support crti.S and crtn.S provided directly by architectures.
46551         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46552         [crti.S in sysdirs] (omit-deps): Likewise.
46553         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46554         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46555         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46556         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46557         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46558         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46559         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46560         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46561         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46562         compiler output for sysdeps/generic/initfini.c.
46563         * sysdeps/i386/elf/Makefile: Remove file.
46564         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46565
46566 2012-02-07  Marek Polacek  <polacek@redhat.com>
46567
46568         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46569         * sysdeps/gnu/_G_config.h: Likewise.
46570         * sysdeps/mach/hurd/_G_config.h: Likewise.
46571
46572 2012-02-07  Marek Polacek  <polacek@redhat.com>
46573
46574         * math/Makefile (tests): Add tst-CMPLX2.
46575         * math/tst-CMPLX2.c: New file.
46576
46577 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46578
46579         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46580
46581         * math/libm-test.inc (jn_test): Add missing L suffix.
46582
46583 2012-02-06  Marek Polacek  <polacek@redhat.com>
46584
46585         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46586         * sysdeps/i386/fpu/e_powf.S: Likewise.
46587         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46588         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46589         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46590         * sysdeps/i386/fpu/e_pow.S: Likewise.
46591         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46592         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46593         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46594         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46595         * sysdeps/i386/fpu/e_log2.S: Likewise.
46596         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46597         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46598         * sysdeps/i386/fpu/e_powl.S: Likewise.
46599         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46600         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46601         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46602         * sysdeps/i386/fpu/e_logl.S: Likewise.
46603         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46604         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46605         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46606         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46607         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46608         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46609         * sysdeps/i386/fpu/e_log.S: Likewise.
46610         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46611         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46612         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46613         * sysdeps/i386/fpu/e_logf.S: Likewise.
46614         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46615         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46616         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46617         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46618         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46619         * sysdeps/i386/fpu/e_log10.S: Likewise.
46620         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46621         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46622         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46623         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46624         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46625         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46626         * sysdeps/i386/asm-syntax.h: Likewise.
46627         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46628         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46629         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46630         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46631         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46632         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46633         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46634         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46635         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46636         * sysdeps/powerpc/sysdep.h: Likewise.
46637         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46638         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46639
46640 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46641
46642         [BZ #411]
46643         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46644
46645 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46646
46647         * sysdeps/i386/sysdep.h: Include <features.h>.
46648         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46649         version.
46650
46651 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46652
46653         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46654         Define.
46655         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46656         LOAD_PIC_REG_STR.
46657
46658 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46659
46660         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46661         (SETUP_PIC_REG): Use GET_PC_THUNK.
46662         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46663         macro.
46664
46665 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46666
46667         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46668         for non-PIC compilation.
46669         (SETUP_PIC_REG): Add .p2align directive.
46670         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46671         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46672         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46673         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46674         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46675         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46676         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46677         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46678         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46679         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46680         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46681         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46682         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46683         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46684         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46685         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46686         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46687         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46688         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46689         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46690         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46691         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46692         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46693         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46694         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46695         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46696         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46697         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46698         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46699         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46700         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46701         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46702         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46703         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46704         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46705         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46706         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46707         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46708         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46709         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46710         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46711
46712 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46713
46714         * math/tst-CMPLX.c: Include <stdio.h>.
46715
46716 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46717
46718         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46719         float.
46720         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46721         * sysdeps/sparc/bits/mathdef.h: Likewise.
46722
46723 2012-01-31  Marek Polacek  <polacek@redhat.com>
46724
46725         * libio/libio.h: Don't define _PARAMS.
46726         * locale/programs/config.h: Don't define PARAMS.
46727         * stdlib/strtol_l.c: Likewise.
46728         (__strtol_l): Remove PARAMS from the prototype.
46729
46730 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46731
46732         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46733         names.  Just use the correct names.  Remove unnecessary wrapper
46734         functions.
46735         * malloc/arena.c: Likewise.
46736         * malloc/hooks.c: Likewise.
46737
46738         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46739         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46740         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46741
46742 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46743
46744         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46745         into tail calls.
46746         (update_get_addr): New function.
46747         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46748         GET_ADDR_MODULE parameter.
46749
46750 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46751
46752         * crypt/cert.c: Remove __STDC__ conditionals.
46753         * crypt/crypt-entry.c: Likewise.
46754         * crypt/crypt_util.c: Likewise.
46755         * libio/filedoalloc.c: Likewise.
46756         * libio/fileops.c: Likewise.
46757         * libio/genops.c: Likewise.
46758         * libio/iofclose.c: Likewise.
46759         * libio/iofdopen.c: Likewise.
46760         * libio/iofopen.c: Likewise.
46761         * libio/iofopen64.c: Likewise.
46762         * libio/iogetdelim.c: Likewise.
46763         * libio/iopopen.c: Likewise.
46764         * libio/obprintf.c: Likewise.
46765         * libio/oldfileops.c: Likewise.
46766         * libio/oldiofclose.c: Likewise.
46767         * libio/oldiofdopen.c: Likewise.
46768         * libio/oldiofopen.c: Likewise.
46769         * libio/oldiopopen.c: Likewise.
46770         * libio/wfiledoalloc.c: Likewise.
46771         * libio/wgenops.c: Likewise.
46772         * locale/programs/xmalloc.c: Likewise.
46773         * misc/syslog.c: Likewise.
46774         * stdio-common/xbug.c: Likewise.
46775         * string/memchr.c: Likewise.
46776         * string/memcmp.c: Likewise.
46777         * string/memrchr.c: Likewise.
46778         * string/rawmemchr.c: Likewise.
46779         * sysdeps/posix/getcwd.c: Likewise.
46780         * time/strftime_l.c: Likewise.
46781
46782 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46783
46784         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46785         * config.make.in (config-cflags-sse2avx): Define.
46786         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46787         Fix typo.
46788
46789 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46790
46791         * scripts/config.guess: Update from upstream config git repository.
46792         * scripts/config.sub: Likewise.
46793
46794 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46795
46796         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46797         (EM_NUM): Update.
46798         (R_TILEPRO_*, R_TILEGX_*): New macros.
46799
46800         * scripts/firstversions.awk: Fix bug in version range handling.
46801
46802         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46803
46804         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46805
46806         * include/sys/epoll.h: New file.
46807         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46808         libc_hidden_def.
46809
46810 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46811
46812         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46813         Avoid unnecessary __WORDSIZE == 64 test.
46814         (fmaxf): Use VEX format if possible.
46815         (fmax): Likewise.
46816         (fminf): Likewise.
46817         (fmin): Likewise.
46818
46819         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46820         * math/math_private.h: Remove libc_fegetround* and
46821         libc_fesetround*.
46822         * sysdeps/i386/configure.in: Check for -msse2avx.
46823         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46824         also if SSE2AVX is defined.
46825         Remove libc_fegetround* and libc_fesetround*.
46826         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46827         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46828         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46829         of HAS_YMM_USABLE.
46830         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46831         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46832         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46833         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46834         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46835
46836         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46837
46838 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46839
46840         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46841         size is not set.
46842         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46843
46844 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46845
46846         [BZ #13618]
46847         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46848         relocation.
46849         * Makeconfig (libm): Define.
46850         * elf/Makefile: Add rules to build and run tst-relsort1.
46851         * elf/tst-relsort1.c: New file.
46852         * elf/tst-relsort1mod1.c: New file.
46853         * elf/tst-relsort1mod2.c: New file.
46854
46855 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46856
46857         * math/s_ldexp.c: Remove __STDC__ conditionals.
46858         * math/s_ldexpf.c: Likewise.
46859         * math/s_ldexpl.c: Likewise.
46860         * math/s_nextafter.c: Likewise.
46861         * math/s_nexttowardf.c: Likewise.
46862         * math/s_significand.c: Likewise.
46863         * math/s_significandf.c: Likewise.
46864         * math/s_significandl.c: Likewise.
46865         * math/w_jnl.c: Likewise.
46866         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46867         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46868         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46869         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46870         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46871         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46872         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46873         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46874         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46875         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46876         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46877         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46878         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46879         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46880         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46881         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46882         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46883         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46884         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46885         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46886         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46887         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46888         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46889         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46890         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46891         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46892         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46894         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46895         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46896         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46897         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46904         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46905         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46906         * sysdeps/ieee754/k_standard.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46968         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46973         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46981         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46982         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46986         * sysdeps/ieee754/s_matherr.c: Likewise.
46987         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46988         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46989         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46990         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46991
46992 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46993
46994         * crypt/md5.h: Remove __STDC__ conditionals.
46995         * libio/libioP.h: Likewise.
46996         * locale/programs/config.h: Likewise.
46997         * sysdeps/generic/sysdep.h: Likewise.
46998         * sysdeps/i386/asm-syntax.h: Likewise.
46999         * sysdeps/s390/asm-syntax.h: Likewise.
47000         * sysdeps/unix/sysdep.h: Likewise.
47001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47003
47004 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47005
47006         * libio/libio.h: Remove __STDC__ conditionals.
47007         * malloc/obstack.h: Likewise.
47008         * math/complex.h: Likewise.
47009         * math/math.h: Likewise.
47010         * sysdeps/generic/_G_config.h: Likewise.
47011         * sysdeps/gnu/_G_config.h: Likewise.
47012         * sysdeps/mach/hurd/_G_config.h: Likewise.
47013         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47014         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47015         * sysdeps/sparc/bits/mathdef.h: Likewise.
47016
47017 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47018
47019         [BZ #13583]
47020         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47021         Clean up HAS_* macros.
47022         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47023         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47024         possible.
47025         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47026         HAS_AVX.
47027         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47028         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47029         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47030         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47031         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47032
47033 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47034
47035         * elf/tst-unique3.cc (gets): Remove declaration.
47036         * elf/tst-unique3lib.cc (gets): Likewise.
47037         * elf/tst-unique3lib2.cc (gets): Likewise.
47038         * elf/tst-unique4.cc (gets): Likewise.
47039
47040 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47041
47042         * include/stdio.h: Add C++ protection.  Add gets declarations and
47043         definitions.
47044         * debug/tst-chk1.c: Don't declare gets here.
47045         * stdio-common/tst-gets.c: Likewise.
47046
47047 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47048
47049         * posix/glob: Remove directory.
47050
47051 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47052
47053         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47054
47055 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47056
47057         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47058         of the non-standard EPFNOSUPPORT.
47059
47060 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47061
47062         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47063         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47064         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47065
47066 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47067
47068         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47069
47070 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47071
47072         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47073         transient errors.
47074         * nscd/grpcache.c (cache_addgr): Likewise.
47075         * nscd/hstcache.c (cache_addhst): Likewise.
47076         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47077         * nscd/pwdcache.c (cache_addpw): Likewise.
47078         * nscd/servicescache.c (cache_addserv): Likewise.
47079
47080 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47081
47082         * malloc/malloc.c: Various cleanups.
47083         * malloc/hooks.c: Likewise.
47084
47085         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47086         * stdlib/bug-fmtmsg1.c: New file.
47087
47088         * stdlib/fmtmsg.c (init): Add missing unlock.
47089         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47090
47091 2012-01-12  Marek Polacek  <polacek@redhat.com>
47092
47093         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47094         and _GNU_SOURCE.
47095
47096 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47097
47098         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47099         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47100         macro to ensure uniqueness of label name.
47101         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47102         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47103
47104 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47105
47106         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47107
47108         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47109         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47110         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47111         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47112
47113 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47114
47115         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47116
47117         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47118         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47119         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47120
47121         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47122
47123         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47124         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47126         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47127
47128         * math/bits/math-finite.h: Add ldexp support.
47129
47130 2012-01-10  Marek Polacek  <polacek@redhat.com>
47131
47132         * locale/programs/localedef.h (show_archive_content): Add noreturn
47133         attribute.
47134
47135 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47136
47137         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47138
47139 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47140
47141         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47142
47143         * io/Makefile (headers): Add bits/poll2.h.
47144
47145 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47146
47147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47148         typo #include statement.
47149
47150 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47151
47152         * include/sys/cdefs.h: Define __attribute_alloc_size.
47153         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47154         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47155         * elf/pldd.c: Likewise.
47156         * iconv/iconv_charmap.c: Likewise.
47157         * iconv/iconvconfig.c: Likewise.
47158         * iconv/strtab.c: Likewise.
47159         * locale/programs/locale.c: Likewise.
47160         * locale/programs/localedef.h: Likewise.
47161         * locale/programs/simple-hash.c: Likewise.
47162         * nscd/nscd.h: Likewise.
47163         * nss/makedb.c: Likewise.
47164         * sysdeps/generic/ldconfig.h: Likewise.
47165         * locale/programs/localedef.c: Remove xmalloc prototype.
47166         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47167
47168 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47169
47170         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47171         appropriate.
47172
47173 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47174
47175         * math/Makefile (tests): Add tst-CMPLX.
47176         * math/tst-CMPLX.c: New file.
47177
47178         * math/complex.h (CMPLXL): Fix typo.
47179
47180         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47181         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47182         GLIBC_2.16.
47183         * debug/tst-chk1.c: Add poll and ppoll tests.
47184         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47185         * include/sys/poll.h: Add hidden proto for ppoll.
47186         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47187         * sysdeps/mach/hurd/ppoll.c: Likewise.
47188         * io/ppoll.c: Likewise.
47189         * debug/poll_chk.c: New file.
47190         * debug/ppoll_chk.c: New file.
47191         * include/bits/poll2.h: New file.
47192         * io/bits/poll2.h: New file.
47193
47194         [BZ #1350]
47195         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47196
47197         * configure.in: static is always set to yes.  Remove.
47198         * config.make.in: Don't set build-static.
47199         * Makeconfig: Remove use of build-static.
47200         * dlfcn/Makefile: Likewise.
47201         * elf/Makefile: Likewise.
47202         * math/Makefile: Likewise.
47203         * misc/Makefile: Likewise.
47204         * nptl/Makefile: Likewise.
47205         * sysdeps/mach/hurd/Makefile: Likewise.
47206
47207         * configure.in: PWD_P is not used anymore.
47208         * config.make.in: Remove PWD_P entry.
47209
47210         * configure.in: Remove last remnants of RANLIB.
47211         No need to check for signed size_t anymore.
47212         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47213         and IA-64.
47214         Remove __builtin_expect test because we require at least gcc 3.4.
47215         * aclocal.m4: Likewise.
47216
47217         * wcsmbs/mbrtoc16.c: Implement using towc function.
47218         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47219         * wcsmbs/wcsmbsload.c: Likewise.
47220         * iconv/gconv_simple.c: Likewise.
47221         * iconv/gconv_int.h: Likewise.
47222         * iconv/gconv_builtin.h: Likewise.
47223         * iconv/iconv_prog.c: Remove CHAR16 handling.
47224
47225         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47226
47227         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47228
47229         * configure.in: Remove --with-elf and --enable-bounded options.
47230         Dont set base_machine for ia64.  More non-ELF conditions removed.
47231         Remove testing and setting of leading underscore information.
47232         * config.make.in (build-bounded): Set to no.
47233         * config.h.in: Remove NO_UNDERSCORES entry.
47234         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47235         them.
47236         * csu/start.c: Remove !NO_UNDERSCORE code.
47237         * locale/localeinfo.h: Likewise.
47238         * sysdeps/generic/machine-gmon.h: Likewise.
47239         * sysdeps/generic/sysdep.h: Likewise.
47240         * sysdeps/i386/sysdep.h: Likewise.
47241         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47242         * sysdeps/mach/sysdep.h: Likewise.
47243         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47244         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47245         * sysdeps/sh/sysdep.h: Likewise.
47246         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47247         * sysdeps/unix/i386/sysdep.S: Likewise.
47248         * sysdeps/unix/sparc/start.c: Likewise.
47249         * sysdeps/unix/sparc/sysdep.S: Likewise.
47250         * sysdeps/unix/sparc/sysdep.h: Likewise.
47251         * sysdeps/unix/start.c: Likewise.
47252         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47253         * sysdeps/x86_64/sysdep.h: Likewise.
47254
47255 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47256
47257         [BZ #13553]
47258         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47259         for non-gcc.
47260         * argp/argp-fmtstream.h: Use const instead __const.
47261         * argp/argp.h: Likewise.
47262         * assert/assert.h: Likewise.
47263         * bits/fenv.h: Likewise.
47264         * bits/sched.h: Likewise.
47265         * bits/sigset.h: Likewise.
47266         * bits/sigthread.h: Likewise.
47267         * catgets/nl_types.h: Likewise.
47268         * conform/data/pthread.h-data: Likewise.
47269         * crypt/crypt-private.h: Likewise.
47270         * crypt/crypt.h: Likewise.
47271         * crypt/crypt_util.c: Likewise.
47272         * ctype/ctype.h: Likewise.
47273         * debug/execinfo.h: Likewise.
47274         * debug/mbsnrtowcs_chk.c: Likewise.
47275         * debug/mbsrtowcs_chk.c: Likewise.
47276         * debug/wcsnrtombs_chk.c: Likewise.
47277         * debug/wcsrtombs_chk.c: Likewise.
47278         * debug/wcstombs_chk.c: Likewise.
47279         * dirent/dirent.h: Likewise.
47280         * dlfcn/dlfcn.h: Likewise.
47281         * elf/neededtest4.c: Likewise.
47282         * grp/grp.h: Likewise.
47283         * gshadow/gshadow.h: Likewise.
47284         * iconv/gconv.h: Likewise.
47285         * iconv/gconv_int.h: Likewise.
47286         * iconv/gconv_simple.c: Likewise.
47287         * iconv/iconv.h: Likewise.
47288         * iconv/loop.c: Likewise.
47289         * iconv/skeleton.c: Likewise.
47290         * include/aio.h: Likewise.
47291         * include/aliases.h: Likewise.
47292         * include/argz.h: Likewise.
47293         * include/arpa/inet.h: Likewise.
47294         * include/assert.h: Likewise.
47295         * include/dirent.h: Likewise.
47296         * include/dlfcn.h: Likewise.
47297         * include/execinfo.h: Likewise.
47298         * include/fcntl.h: Likewise.
47299         * include/fenv.h: Likewise.
47300         * include/glob.h: Likewise.
47301         * include/grp.h: Likewise.
47302         * include/libintl.h: Likewise.
47303         * include/mntent.h: Likewise.
47304         * include/netdb.h: Likewise.
47305         * include/pwd.h: Likewise.
47306         * include/rpc/netdb.h: Likewise.
47307         * include/sched.h: Likewise.
47308         * include/search.h: Likewise.
47309         * include/shadow.h: Likewise.
47310         * include/signal.h: Likewise.
47311         * include/stdio.h: Likewise.
47312         * include/stdlib.h: Likewise.
47313         * include/string.h: Likewise.
47314         * include/sys/socket.h: Likewise.
47315         * include/sys/stat.h: Likewise.
47316         * include/sys/statfs.h: Likewise.
47317         * include/sys/statvfs.h: Likewise.
47318         * include/sys/syslog.h: Likewise.
47319         * include/sys/time.h: Likewise.
47320         * include/sys/uio.h: Likewise.
47321         * include/time.h: Likewise.
47322         * include/unistd.h: Likewise.
47323         * include/utmp.h: Likewise.
47324         * include/wchar.h: Likewise.
47325         * include/wctype.h: Likewise.
47326         * inet/aliases.h: Likewise.
47327         * inet/arpa/inet.h: Likewise.
47328         * inet/netinet/ether.h: Likewise.
47329         * inet/netinet/in.h: Likewise.
47330         * intl/libintl.h: Likewise.
47331         * io/bits/fcntl2.h: Likewise.
47332         * io/fcntl.h: Likewise.
47333         * io/ftw.h: Likewise.
47334         * io/sys/poll.h: Likewise.
47335         * io/sys/stat.h: Likewise.
47336         * io/sys/statfs.h: Likewise.
47337         * io/sys/statvfs.h: Likewise.
47338         * io/utime.h: Likewise.
47339         * libio/bits/stdio.h: Likewise.
47340         * libio/bits/stdio2.h: Likewise.
47341         * libio/libio.h: Likewise.
47342         * libio/libioP.h: Likewise.
47343         * libio/stdio.h: Likewise.
47344         * locale/lc-ctype.c: Likewise.
47345         * locale/locale.h: Likewise.
47346         * login/utmp.h: Likewise.
47347         * malloc/arena.c: Likewise.
47348         * malloc/malloc.c: Likewise.
47349         * malloc/malloc.h: Likewise.
47350         * malloc/mcheck.c: Likewise.
47351         * malloc/mtrace.c: Likewise.
47352         * math/bits/mathcalls.h: Likewise.
47353         * math/fenv.h: Likewise.
47354         * math/math_private.h: Likewise.
47355         * misc/bits/error.h: Likewise.
47356         * misc/bits/syslog.h: Likewise.
47357         * misc/err.h: Likewise.
47358         * misc/error.h: Likewise.
47359         * misc/fstab.h: Likewise.
47360         * misc/mntent.h: Likewise.
47361         * misc/regexp.h: Likewise.
47362         * misc/search.h: Likewise.
47363         * misc/sgtty.h: Likewise.
47364         * misc/sys/mman.h: Likewise.
47365         * misc/sys/syslog.h: Likewise.
47366         * misc/sys/uio.h: Likewise.
47367         * misc/sys/xattr.h: Likewise.
47368         * misc/ttyent.h: Likewise.
47369         * nis/rpcsvc/ypclnt.h: Likewise.
47370         * nss/nss.h: Likewise.
47371         * posix/bits/unistd.h: Likewise.
47372         * posix/fnmatch.h: Likewise.
47373         * posix/glob.h: Likewise.
47374         * posix/sched.h: Likewise.
47375         * posix/spawn.h: Likewise.
47376         * posix/sys/wait.h: Likewise.
47377         * posix/unistd.h: Likewise.
47378         * posix/wordexp.h: Likewise.
47379         * pwd/pwd.h: Likewise.
47380         * resolv/netdb.h: Likewise.
47381         * resource/sys/resource.h: Likewise.
47382         * rt/aio.h: Likewise.
47383         * rt/bits/mqueue2.h: Likewise.
47384         * rt/mqueue.h: Likewise.
47385         * shadow/shadow.h: Likewise.
47386         * signal/signal.h: Likewise.
47387         * socket/send.c: Likewise.
47388         * socket/sendto.c: Likewise.
47389         * socket/sys/socket.h: Likewise.
47390         * stdio-common/printf.h: Likewise.
47391         * stdlib/bits/stdlib.h: Likewise.
47392         * stdlib/fmtmsg.h: Likewise.
47393         * stdlib/monetary.h: Likewise.
47394         * stdlib/stdlib.h: Likewise.
47395         * stdlib/ucontext.h: Likewise.
47396         * streams/stropts.h: Likewise.
47397         * string/argz.h: Likewise.
47398         * string/bits/string2.h: Likewise.
47399         * string/string.h: Likewise.
47400         * string/strings.h: Likewise.
47401         * sunrpc/rpc/auth.h: Likewise.
47402         * sunrpc/rpc/auth_des.h: Likewise.
47403         * sunrpc/rpc/clnt.h: Likewise.
47404         * sunrpc/rpc/netdb.h: Likewise.
47405         * sunrpc/rpc/pmap_clnt.h: Likewise.
47406         * sunrpc/rpc/xdr.h: Likewise.
47407         * sysdeps/generic/inttypes.h: Likewise.
47408         * sysdeps/generic/net/if.h: Likewise.
47409         * sysdeps/generic/sys/swap.h: Likewise.
47410         * sysdeps/gnu/net/if.h: Likewise.
47411         * sysdeps/gnu/utmpx.h: Likewise.
47412         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47413         * sysdeps/i386/i486/bits/string.h: Likewise.
47414         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47415         * sysdeps/s390/bits/string.h: Likewise.
47416         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47417         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47418         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47419         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47420         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47421         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47422         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47423         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47424         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47425         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47426         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47427         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47428         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47429         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47430         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47431         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47432         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47433         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47434         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47435         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47436         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47437         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47438         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47439         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47440         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47441         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47442         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47443         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47444         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47445         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47446         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47447         * sysvipc/sys/ipc.h: Likewise.
47448         * sysvipc/sys/msg.h: Likewise.
47449         * sysvipc/sys/sem.h: Likewise.
47450         * sysvipc/sys/shm.h: Likewise.
47451         * termios/termios.h: Likewise.
47452         * time/sys/time.h: Likewise.
47453         * time/time.h: Likewise.
47454         * wcsmbs/bits/wchar2.h: Likewise.
47455         * wcsmbs/uchar.h: Likewise.
47456         * wcsmbs/wchar.h: Likewise.
47457         * wctype/wctype.h: Likewise.
47458
47459         [BZ #13551]
47460         * Makeconfig: Remove all but ELF support including AIX support.
47461         * Makerules: Likewise.
47462         * config.h.in: Likewise.
47463         * config.make.in: Likewise.
47464         * configure: Likewise.
47465         * configure.in: Likewise.
47466         * csu/Makefile: Likewise.
47467         * csu/version.c: Likewise.
47468         * debug/Makefile: Likewise.
47469         * dlfcn/Makefile: Likewise.
47470         * elf/Makefile: Likewise.
47471         * extra-lib.mk: Likewise.
47472         * iconv/Makefile: Likewise.
47473         * include/libc-symbols.h: Likewise.
47474         * include/shlib-compat.h: Likewise.
47475         * resolv/Makefile: Likewise.
47476         * resolv/res_libc.c: Likewise.
47477         * rt/Makefile: Likewise.
47478         * sysdeps/i386/asm-syntax.h: Likewise.
47479         * sysdeps/i386/sysdep.h: Likewise.
47480         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47481         * sysdeps/mach/sysdep.h: Likewise.
47482         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47483         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47484         * sysdeps/s390/asm-syntax.h: Likewise.
47485         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47486         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47487         * sysdeps/sh/sysdep.h: Likewise.
47488         * sysdeps/unix/sparc/sysdep.h: Likewise.
47489         * sysdeps/wordsize-32/divdi3.c: Likewise.
47490         * sysdeps/x86_64/sysdep.h: Likewise.
47491
47492         * argp/Versions: Remove _argp_unlock_xxx.
47493
47494         [BZ #13559]
47495         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47496         * abilist/libBrokenLocale.abilist: Likewise.
47497         * abilist/libanl.abilist: Likewise.
47498         * abilist/libc.abilist: Likewise.
47499         * abilist/libcrypt.abilist: Likewise.
47500         * abilist/libdl.abilist: Likewise.
47501         * abilist/libm.abilist: Likewise.
47502         * abilist/libnsl.abilist: Likewise.
47503         * abilist/libpthread.abilist: Likewise.
47504         * abilist/libresolv.abilist: Likewise.
47505         * abilist/librt.abilist: Likewise.
47506         * abilist/libthread_db.abilist: Likewise.
47507         * abilist/libutil.abilist: Likewise.
47508         * abilist/libnss_db.abilist: New file.
47509
47510         * scripts/abilist.awk: Add support for indirect functions.
47511
47512         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47513
47514         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47515
47516         * shlib-versions: Remove entries for ports architectures.
47517
47518         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47519         files in ports.
47520         * elf/stackguard-macros.h: Remove support for IA-64.
47521         * elf/tst-auditmod1.c: Likewise.
47522         * sysdeps/generic/ldsodefs.h: Likewise.
47523
47524         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47525         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47526         configure files.
47527
47528         [BZ #13552]
47529         * configure.in: Remove --enable-omitfp support.
47530         * FAQ.in: Adjust.
47531         * config.make.in: Likewise.
47532         * Makeconfig: Likewise.
47533         * manual/install.texi: Likewise.
47534
47535         In case anyone cares, the IA-64 architecture could move to ports.
47536         * sysdeps/ia64/*: Removed.
47537         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47538         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47539
47540         [BZ #13555]
47541         * configure.in: Remove entries for unsupported architectures.
47542
47543         [BZ #13533]
47544         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47545         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47546         routines.
47547         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47548         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47549         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47550         fall back to using wcrtomb.
47551         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47552         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47553         renaming.
47554         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47555         * wcsmbs/tst-c16c32-1.c: New file.
47556
47557         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47558         local variable.
47559
47560         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47561
47562         * elf/tst-unique3.cc: Add explicit declaration of gets.
47563         * elf/tst-unique3lib.cc: Likewise.
47564         * elf/tst-unique3lib2.cc: Likewise.
47565         * elf/tst-unique4.cc: Likewise.
47566
47567         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47568
47569 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47570
47571         [BZ #13566]
47572         * assert/assert.h (static_assert): Don't define for C++.
47573         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47574         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47575
47576 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47577
47578         * iconv/loop.c (single loop): Fix assertion in storing of
47579         remaining bytes.
47580
47581         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47582
47583 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47584
47585         * posix/getconf.c: Update copyright year.
47586         * nss/getent.c: Likewise.
47587         * nss/makedb.c: Likewise.
47588         * iconv/iconvconfig.c: Likewise.
47589         * iconv/iconv_prog.c: Likewise.
47590         * elf/ldconfig.c: Likewise.
47591         * elf/pldd.c: Likewise.
47592         * elf/sotruss.ksh: Likewise.
47593         * catgets/gencat.c: Likewise.
47594         * csu/version.c: Likewise.
47595         * elf/ldd.bash.in: Likewise.
47596         * elf/sprof.c (print_version): Likewise.
47597         * locale/programs/locale.c: Likewise.
47598         * locale/programs/localedef.c: Likewise.
47599         * login/programs/pt_chown.c: Likewise.
47600         * nscd/nscd.c (print_version): Likewise.
47601         * debug/xtrace.sh: Likewise.
47602         * malloc/memusage.sh: Likewise.
47603         * malloc/mtrace.pl: Likewise.
47604         * debug/catchsegv.sh: Likewise.
47605
47606 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47607
47608         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47609         pure attribute.
47610
47611 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47612
47613         [BZ #13533]
47614         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47615         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47616         transformations.
47617         * iconv/gconv_int.h: Likewise.
47618         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47619         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47620         from libc for GLIBC_2.16.
47621         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47622         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47623         * wcsmbs/uchar.h: Really define mbstate_t.
47624         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47625         * wcsmbs/c16rtomb.c: New file.
47626         * wcsmbs/mbrtoc16.c: New file.
47627         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47628         for C/POSIX locale.
47629         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47630         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47631
47632         * wcsmbs/wchar.h: Add missing __restrict.
47633
47634 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47635
47636         [BZ #13532]
47637         * time/Makefile (routines): Add timespec_get.
47638         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47639         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47640         timespec for ISO C11.
47641         * time/timespec_get.c: New file.
47642         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47643         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47644
47645         [BZ #13531]
47646         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47647         * stdlib/stdlib.h: Declare aligned_alloc.
47648         * Versions.def: Add GLIBC_2.16 for libc.
47649         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47650
47651         [BZ 13527]
47652         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47653         ISO C11.
47654
47655         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47656         code.
47657
47658         [BZ #13528]
47659         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47660
47661         [BZ #13529]
47662         * assert/assert.h (static_assert): Define.
47663
47664         * version.h: Update for 2.16 development version.
47665
47666         [BZ #13526]
47667         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47668         _ISOC11_SOURCE.
47669
47670         * version.h (RELEASE): Bump for 2.15 release.
47671         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47672
47673         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47674         Patch by Marek Polacek <mpolacek@redhat.com>.
47675
47676         * bits/byteswap.h: Protect long long constants with __extension__.
47677         * sysdeps/i386/bits/byteswap.h: Likewise.
47678         * sysdeps/ia64/bits/byteswap.h: Likewise.
47679         * sysdeps/s390/bits/byteswap.h: Likewise.
47680         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47681
47682 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47683
47684         [BZ #13540]
47685         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47686         destination buffer.
47687         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47688
47689 2011-12-23  Marek Polacek  <polacek@redhat.com>
47690
47691         * elf/dl-addr.c (determine_info): Add inline keyword.
47692         * elf/tst-auditmod4b.c (check_avx): Likewise.
47693         * elf/tst-auditmod6b.c (check_avx): Likewise.
47694         * elf/tst-auditmod6c.c (check_avx): Likewise.
47695         * elf/tst-auditmod7b.c (check_avx): Likewise.
47696
47697 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47698
47699         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47700         !__SSE_MATH__.
47701
47702 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47703
47704         [BZ #13540]
47705         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47706         processing for last bytes.
47707
47708 2011-08-06  Bruno Haible  <bruno@clisp.org>
47709
47710         [BZ #13061]
47711         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47712         U+0385, not to U+1FEE.
47713
47714         [BZ #13062]
47715         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47716         entry for U+00A5 U+0301.
47717
47718 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47719
47720         [BZ #13166]
47721         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47722         buffer for the output is too small.
47723
47724         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47725         optimization.
47726
47727         [BZ #13185]
47728         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47729         SSE flags if possible.
47730
47731 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47732
47733         [BZ #13540]
47734         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47735         processing for last bytes.
47736
47737 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47738
47739         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47740         (syscall-list-default-options, syscall-list-default-condition)
47741         (syscall-list-includes): Define.
47742         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47743         list of ABIs and options and #if conditions for each ABI.  Do not
47744         handle common syscalls between ABIs specially.
47745         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47746         Remove.
47747         (syscall-list-variants, syscall-list-32bit-options)
47748         (syscall-list-32bit-condition, syscall-list-64bit-options)
47749         (syscall-list-64bit-condition): Define.
47750         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47751         (syscall-list-variants, syscall-list-32bit-options)
47752         (syscall-list-32bit-condition, syscall-list-64bit-options)
47753         (syscall-list-64bit-condition): Define.
47754         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47755         Remove.
47756         (syscall-list-variants, syscall-list-32bit-options)
47757         (syscall-list-32bit-condition, syscall-list-64bit-options)
47758         (syscall-list-64bit-condition): Define.
47759         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47760         Remove.
47761         (syscall-list-variants, syscall-list-32bit-options)
47762         (syscall-list-32bit-condition, syscall-list-64bit-options)
47763         (syscall-list-64bit-condition): Define.
47764
47765 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47766
47767         * locale/iso-639.def: Add brx entry.
47768
47769         [BZ #13328]
47770         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47771         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47772
47773         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47774         __feraiseexcept_renamed.
47775
47776 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47777
47778         [BZ #13538]
47779         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47780         EPOLLET with unsigned values.
47781         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47782         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47783
47784         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47785         to large cancellation.
47786         * math/s_cacoshf.c: Likewise.
47787         * math/s_cacoshl.c: Likewise.
47788
47789 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47790
47791         [BZ #13305]
47792         [BZ #12786]
47793         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47794         * math/s_cacoshf.c: Likewise.
47795         * math/s_cacoshl.c: Likewise.
47796
47797 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47798
47799         [BZ #13439]
47800         * iconv/gconv.h: Define __GCONV_SWAP.
47801         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47802         * iconvdata/utf-16.c: Likewise.
47803         * iconvdata/utf-32.c: Likewise.
47804
47805 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47806
47807         [BZ #13524]
47808         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47809         numerator after shifting it by one limb.
47810
47811 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47812
47813         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47814         under [__USE_EXTERN_INLINES].
47815
47816 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47817
47818         [BZ #13446]
47819         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47820
47821 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47822
47823         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47824         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47825         optimized code.
47826         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47827         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47828         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47829         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47830         for strncasecmp/strncasecmp_l compilation.
47831         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47832         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47833
47834 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47835
47836         [BZ #13484]
47837         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47838         of __asm__.
47839
47840 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47841
47842         [BZ #13506]
47843         * time/tzfile.c (__tzfile_read): Check values from file header.
47844
47845 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47846
47847         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47848         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47849         * powerpc/powerpc32/dl-start.S: Likewise.
47850         * powerpc/powerpc32/elf/start.S: Likewise.
47851         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47852         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47853         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47854         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47855         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47856         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47857         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47858         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47859         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47860         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47861         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47862         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47863         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47864         * powerpc/powerpc32/memset.S: Likewise.
47865         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47866         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47867         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47868         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47869         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47870         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47871         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47872         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47873         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47874         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47875         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47876         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47877         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47878
47879 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47880
47881         * math/libm-test.inc: Added more nearbyint tests.
47882         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47883         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47884         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47885         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47886
47887 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47888
47889         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47890         FD_CLOEXEC.
47891
47892 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47893
47894         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47895         Add wcscpy-ssse3 wcscpy-c.
47896         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47897         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47898         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47899         * sysdeps/x86_64/wcschr.S: New file.
47900         * sysdeps/x86_64/wcsrchr.S: New file.
47901         * string/test-strcmp.c: Remove checking of wcscmp function for
47902         wrong alignments.
47903         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47904         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47905         wcsrchr-sse2 wcsrchr-c.
47906         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47907         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47908         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47909         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47910         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47911         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47912         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47913         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47914         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47915         * wcsmbc/wcschr.c (WCSCHR): New macro.
47916
47917 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47918
47919         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47920         * wcsmbs/test-wcsrchr.c: New file.
47921         * string/test-strrchr.c: Add wcsrchr support.
47922         (WIDE): New macro.
47923         * wcsmbs/test-wcscpy.c: New file.
47924         * string/test-strcpy.c: Add wcscpy support.
47925         (WIDE): New macro.
47926
47927 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47928
47929         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47930         the inner loop.
47931
47932 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47933
47934         [BZ #13472]
47935         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47936
47937 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47938
47939         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47940         Minor optimizations.
47941
47942         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47943         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47944         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47945
47946 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47947
47948         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47949         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47950         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47951         for gcc to avoid warnings.
47952         * inet/Makefile (tests): Add tst-checks.
47953         * inet/tst-checks.c: New file.
47954
47955         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47956         warning.
47957
47958         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47959         __wmemcmp_sse2.
47960
47961         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47962         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47963
47964         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47965
47966 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47967
47968         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47969         problem.
47970
47971         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47972
47973 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47974
47975         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47976         conditional on GCC version.
47977         (__arch_compare_and_exchange_val_8_acq)
47978         (__arch_compare_and_exchange_val_16_acq)
47979         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47980         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47981         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47982
47983 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47984
47985         * sysdeps/sh/backtrace.c: New file.
47986
47987 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47988
47989         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47990         parenthesis.
47991
47992 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47993
47994         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47995         falling back to utime.
47996
47997 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47998
47999         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48000         expectations for float.
48001
48002 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48003
48004         * locale/weight.h (findidx): Add parameter len.
48005         * locale/weightwc.h (findidx): Likewise.
48006         * posix/fnmatch_loop.c (FCT): Adjust caller.
48007         * posix/regcomp.c (build_equiv_class): Likewise.
48008         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48009         * posix/regexec.c (check_node_accept_bytes): Likewise.
48010         * string/strcoll_l.c (STRCOLL): Likewise.
48011         * string/strxfrm_l.c (STRXFRM): Likewise.
48012
48013 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48014
48015         * Makefile.in: Remove CVSOPT handling.
48016         * configure.in: Remove use of AC_REVISION.
48017         * iconvdata/Makefile (distribute): No need to filter out CVS.
48018         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48019         handling.
48020
48021 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48022
48023         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48024         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48025         [USE_AS_STRNCASECMP_L]: Likewise.
48026         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48027         NO_TLS_DIRECT_SEG_REFS.
48028         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48029         Fix argument offsets for non-PIC.
48030         [USE_AS_STRNCASECMP_L]: Likewise.
48031         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48032         NO_TLS_DIRECT_SEG_REFS.
48033
48034 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48035
48036         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48037         O_CLOEXEC.
48038         * locale/loadlocale.c (_nl_load_locale): Likewise.
48039
48040 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48041
48042         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48043         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48044         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48045         (SYSCALL_GETTIME): Set errno on error.
48046
48047         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48048         count references to noai6ai_cached.
48049
48050 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48051
48052         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48053
48054         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48055         FD_CLOEXEC for /proc/self/maps.
48056
48057         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48058         FD_CLOEXEC for /proc/meminfo.
48059
48060         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48061         gai.conf.
48062
48063         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48064         FD_CLOEXEC for given file.
48065
48066         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48067
48068         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48069         FD_CLOEXEC for /etc/hosts.
48070         (_gethtent): Likewise.
48071
48072         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48073
48074         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48075         cancellation and set FD_CLOEXEC for /etc/netgroup.
48076
48077         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48078         reading /etc/publickey.
48079
48080         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48081         allow cancellation when reading /etc/group.
48082
48083         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48084         cancellation.
48085         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48086
48087         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48088         when using data file.
48089
48090         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48091
48092         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48093         (write_nis_obj): Use "c" and "e" in fopen.
48094
48095         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48096
48097         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48098
48099         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48100
48101         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48102
48103         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48104         locale.alias.
48105
48106         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48107
48108         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48109
48110         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48111
48112         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48113         file parsing and set FD_CLOEXEC.
48114
48115 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48116
48117         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48118
48119 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48120
48121         * malloc/arena.c (arena_get2): Don't call reused_arena when
48122         _int_new_arena failed.
48123
48124 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48125
48126         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48127         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48128         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48129         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48130         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48131         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48132         to compile strcasecmp and strncasecmp.
48133         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48134         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48135
48136         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48137
48138 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48139
48140         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48141         locale-defines.sym to gen-as-const-headers.
48142         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48143         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48144         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48145         to compile strcasecmp and strncasecmp.
48146         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48147         strcasecmp_l and strncasecmp_l.
48148         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48149         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48150         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48151         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48152         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48153         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48154         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48155         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48156         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48157         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48158         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48159
48160 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48161
48162         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48163         result of SYSDEP_GETTIME_CPU to retval.
48164         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48165         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48166
48167         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48168         variable.
48169
48170         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48171         mantissa words.
48172         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48173
48174         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48175         from unused variable.
48176
48177         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48178         DWARF definitions.
48179         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48180         for assembling.
48181
48182         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48183         over namespaces.
48184
48185         * sunrpc/rpc_prot.c (rejected): Fix case value.
48186
48187         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48188         unsigned long long int to avoid warnings in shift.
48189
48190         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48191         of use of trans.
48192         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48193         variable tmp.
48194
48195         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48196         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48197         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48198
48199         * nis/nis_table.c (nis_list): Use variable of correct type for
48200         result of __follow_path call.
48201
48202 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48203
48204         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48205         of math functions ceil, trunc, floor, round, and sqrt, when
48206         avaliable on the platform.
48207         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48208         name clash.
48209         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48210         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48211         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48212
48213 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48214
48215         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48216         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48217
48218 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48219
48220         * include/unistd.h: Fix __readlink return type.
48221         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48222
48223 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48224
48225         * stdlib/ucontext.h: Undo last change for makecontext.
48226
48227 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48228
48229         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48230
48231         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48232         * setjmp/setjmp.h: Mark functions as non-leaf.
48233         * setjmp/bits/setjmp2.h: Likewise.
48234         * stdlib/ucontext.h: Likewise.
48235
48236 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48237
48238         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48239         (reused_arena): Don't check arena limit.
48240         (arena_get2): Atomically check arena limit.
48241
48242 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48243
48244         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48245         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48246
48247         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48248         instructions.
48249
48250 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48251
48252         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48253         handler when locking.
48254
48255         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48256         Fix size of allocated buffer.
48257
48258 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48259
48260         [BZ #10103]
48261         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48262         declarations for long double functions.
48263         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48264
48265         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48266
48267 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48268
48269         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48270         installed.
48271
48272         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48273         is disabled.
48274
48275 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48276
48277         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48278
48279 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48280
48281         * include/alloca.h (stackinfo_alloca_round): Define.
48282         (extend_alloca): Use it.
48283         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48284         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48285         here.
48286
48287         * scripts/check-local-headers.sh: Ignore libaudit.h.
48288
48289         * nscd/Makefile (extra-objs): Make recursively expanded.
48290
48291 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48292
48293         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48294         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48295
48296         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48297         * posix/tst-rfc3484-2.c: Likewise.
48298         * posix/tst-rfc3484-3.c: Likewise.
48299
48300         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48301         process_vm_writev.
48302         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48303         process_vm_writev.
48304         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48305         process_vm_writev from libc using GLIBC_2.15 version.
48306
48307         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48308
48309 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48310
48311         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48312         stack usage.
48313
48314 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48315
48316         [BZ #13367]
48317         * nss/getent.c (initgroups_keys): Show error message in case no group
48318         names are given.
48319
48320         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48321         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48322         __bump_nl_timestamp.
48323         * nscd/connections (nscd_init): When host database is served open
48324         netlink socket and request notification about configuration changes.
48325         (main_loop_poll): Track netlink file descriptor and bump timestamp
48326         in case data becomes available.
48327         (main_loop_epoll): Likewise.
48328         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48329         (database_pers_head): Add extra_data fileds.
48330         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48331         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48332         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48333         Adjust caller.
48334         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48335         in6ai data, call __free_in6ai.
48336         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48337         Add -DHAVE_NETLINK.
48338         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48339         interface information.  Reuse previous data if netlink timestamp
48340         is not changed.
48341         (__bump_nl_timestamp): New function.
48342         (__free_in6ai): New function.
48343
48344 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48345
48346         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48347         close_not_cancel_no_status here.
48348         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48349
48350 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48351
48352         [BZ #13276]
48353         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48354         return value.
48355
48356         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48357         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48358         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48359
48360 2011-07-03  Andreas Jaeger  <aj@suse.de>
48361
48362         [BZ #10709]
48363         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48364         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48365         * math/libm-test.inc (sin_test): Add test case.
48366
48367 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48368
48369         [BZ #13337]
48370         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48371         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48372
48373         * elf/chroot_canon.c (chroot_canon): Cleanups.
48374
48375         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48376
48377         [BZ #13335]
48378         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48379         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48380
48381         * string/test-strchr.c: Make usable for strchrnul testing.
48382         * string/test-strchrnul.c: New file.
48383         * string/Makefile (strop-tests): Add strchrnul.
48384
48385         * po/it.po: Update from translation team.
48386         * po/es.po: Likewise.
48387
48388 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48389
48390         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48391         the three constants needed as parameters.  Drop the others.
48392         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48393         __m128i_strloadu_tolower.
48394         Create and initialize variable zero and use it in all the places
48395         where _mm_setzero_si128 was used.
48396
48397         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48398         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48399         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48400         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48401         anymore.
48402         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48403         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48404         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48405         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48406         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48407         __mpranred, __mptan.
48408         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48409         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48410         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48411         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48412         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48413         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48414         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48415         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48416         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48417
48418 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48419
48420         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48421         redefine if SHARED.
48422         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48423
48424         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48425         wide char related routines to wcsmbs subdir.
48426
48427 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48428
48429         [BZ #13344]
48430         * misc/sys/cdefs.h (__THROWNL): Define.
48431         * posix/unistd.h: Use __THREADNL instead of __THREAD
48432         for memory synchronization functions.
48433
48434 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48435
48436         [BZ #13349]
48437         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48438         doesn't exist.
48439         * manual/stdio.texi (Obstack Streams): Node removed.
48440
48441 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48442
48443         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48444         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48445         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48446
48447         * math/math_private.h (math_force_eval): Allow non-addressable
48448         arguments.
48449         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48450
48451 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48452
48453         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48454         file is not needed.
48455
48456         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48457         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48458         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48459         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48460         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48461         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48462         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48463         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48464         Add AVX variants.
48465         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48466         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48467         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48468         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48469         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48470         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48471         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48472         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48473         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48475         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48484
48485         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48486         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48487
48488         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48489         place.  Use VEX encoding when compiling for AVX.
48490
48491 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48492
48493         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48494         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48495
48496         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48497
48498 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48499
48500         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48501         useless if() expression.
48502         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48511         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48512         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48513         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48514         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48515         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48516         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48517         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48518         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48519         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48520         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48521
48522         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48523
48524 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48525
48526         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48527         condition.
48528         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48529
48530 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48531
48532         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48533         .text section.  Avoid duplicate constants.
48534         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48535         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48536         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48537         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48540         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48544         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48546         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48549         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48551         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48552         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48555         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48556         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48557         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48558         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48559         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48560         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48561         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48562         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48563         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48564         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48565         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48566         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48567         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48568         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48569         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48570         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48571         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48572         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48573         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48574         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48575         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48576         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48577         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48578         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48579
48580 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48581
48582         * sysdeps/x86_64/dla.h: Move to ...
48583         * sysdeps/x86_64/fpu/dla.h: ...here.
48584         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48585         situations.  Use __builtin_fma only for gcc 4.6 and up.
48586
48587         * config.make.in: Add have-mfma4 entry.
48588         * configure.in: Substitute libc_cv_cc_fma4.
48589         * math/Makefile (dbl-only-routines): Add sincostab.
48590         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48591         Use __sincostab not sincos.
48592         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48593         name is a macro.
48594         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48598         using __copysign.
48599         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48600         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48601         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48602         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48603         and __inv.
48604         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48605         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48606         __copysign.
48607         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48608         define aliases when function name is a macro.
48609         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48610         sysdeps/ieee754/dbl-64/sincos.tbl.
48611         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48612         fma4-enabled routines.
48613         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48614         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48615         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48616         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48617         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48618         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48619         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48620         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48621         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48622         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48623         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48624         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48628         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48629         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48630         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48631         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48632         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48633         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48634         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48635         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48636         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48637         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48638         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48639         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48640         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48641         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48642         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48643
48644         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48645         rename.
48646         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48647         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48648         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48649         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48650         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48651         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48652         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48654
48655 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48656
48657         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48658
48659 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48660
48661         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48662
48663         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48664         prediction.
48665         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48666
48667         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48668         Remove unused variable magic_bits.
48669         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48670
48671         * string/strnlen.c: Define and use STRNLEN macro.
48672         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48673         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48674         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48675         * wcsmbs/wcslen.c: Define and use WCSLEN.
48676         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48677         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48678         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48679         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48680         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48681         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48682         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48683
48684 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48685
48686         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48687         strnlen-sse2-no-bsf.
48688         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48689         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48690         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48691         Add strnlen support.
48692         (USE_AS_STRNLEN): New macro.
48693         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48694         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48695         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48696         * sysdeps/x86_64/wcslen.S: New file.
48697
48698 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48699
48700         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48701         XMM-moves are used for copying on small sizes.
48702
48703 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48704
48705         * wcsmbs/Makefile (strop-tests): Add wcschr.
48706         * wcsmbs/test-wcschr.c: New file.
48707         * string/test-strchr.c: Update.
48708         Add wcschr support.
48709         (WIDE): New macro.
48710
48711 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48712
48713         * wcsmbs/Makefile (strop-tests): Add wcslen.
48714         * wcsmbs/test-wcslen.c: New file.
48715         * string/test-strlen.c: Update.
48716         Add wcslen support.
48717         (WIDE): New macro.
48718
48719 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48720
48721         * po/it.po: Update from translation team.
48722
48723 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48724
48725         * sysdeps/x86_64/wcscmp.S: Update.
48726         Fix wrong comparison semantics.
48727         wcscmp shall use signed comparison not unsigned.
48728         Don't use substraction to avoid overflow bug.
48729         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48730         * wcsmbc/wcscmp.c: Likewise.
48731         * string/test-strcmp.c: Likewise.
48732         Add new tests to check cases with negative values.
48733
48734 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48735
48736         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48737         * sysdeps/x86_64/dla.h: ...here.  New file.
48738         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48739         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48743         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48745         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48747
48748 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48749
48750         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48751         __ynl_finite aliases.
48752
48753 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48754
48755         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48756
48757         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48758         define DLA_FMA.
48759         [DLA_FMA] (EMULV): Use DLA_FMA.
48760         [DLA_FMA] (MUL12): Use EMULV.
48761         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48762         that are not needed.
48763         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48764         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48765         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48766         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48767         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48768         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48769         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48770
48771 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48772
48773         * math/s_nan.c: Undef __nan.
48774         * math/s_nanf.c: Undef __nanf.
48775         * math/s_nanl.c: Undef __nanl.
48776         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48777         "math_private.h".
48778
48779 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48780
48781         * math/s_catan.c: Add branch predictions.
48782         * math/s_catanf.c: Likewise.
48783         * math/s_catanh.c: Likewise.
48784         * math/s_catanhf.c: Likewise.
48785         * math/s_catanhl.c: Likewise.
48786         * math/s_catanl.c: Likewise.
48787         * math/s_cexp.c: Likewise.
48788         * math/s_cexpf.c: Likewise.
48789         * math/s_cexpl.c: Likewise.
48790         * math/s_clog.c: Likewise.
48791         * math/s_clog10.c: Likewise.
48792         * math/s_clog10f.c: Likewise.
48793         * math/s_clog10l.c: Likewise.
48794         * math/s_clogf.c: Likewise.
48795         * math/s_clogl.c: Likewise.
48796         * math/s_csqrt.c: Likewise.
48797         * math/s_csqrtf.c: Likewise.
48798         * math/s_csqrtl.c: Likewise.
48799         * math/s_ctanf.c: Likewise.
48800         * math/s_ctanh.c: Likewise.
48801         * math/s_ctanhf.c: Likewise.
48802         * math/s_ctanhl.c: Likewise.
48803         * math/s_ctanl.c: Likewise.
48804
48805         * math/math_private.h: Define __nan, __nanf, __nanl.
48806         * math/s_cacosh.c: Include <math_private.h>.
48807         * math/s_cacoshl.c: Likewise.
48808         * math/s_casinh.c: Likewise.
48809         * math/s_casinhf.c: Likewise.
48810         * math/s_casinhl.c: Likewise.
48811         * math/s_ccos.c: Rely entire on ccosh.
48812         * math/s_ccosf.c: Rely entire on ccoshf.
48813         * math/s_ccosl.c: Rely entirely on ccoshl.
48814         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48815         Remove tests for FE_INVALID.
48816         * math/s_ccoshf.c: Likewise.
48817         * math/s_ccoshl.c: Likewise.
48818         * math/s_csin.c: Likewise.
48819         * math/s_csinf.c: Likewise.
48820         * math/s_csinh.c Likewise.
48821         * math/s_csinhf.c: Likewise.
48822         * math/s_csinhl.c: Likewise.
48823         * math/s_csinl.c: Likewise.
48824         * math/s_ctan.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48826         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48827         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48828
48829 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48830
48831         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48832         compilation problems.
48833
48834         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48835         __builtin_expect.
48836
48837 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48838
48839         * sysdeps/i386/configure.in: Test for -mfma4 option.
48840         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48841         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48842         COMMON_CPUID_INDEX_80000001.
48843         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48844         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48845         use it if FMA3 is not supported.
48846         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48847
48848         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48849         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48850
48851 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48852
48853         [BZ #12892]
48854         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48855         it would create a cycle with a link time dependency.
48856
48857 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48858
48859         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48860         instruction.
48861         * string/Makefile (strop-tests): Add rawmemchr.
48862         * string/test-rawmemchr.c: New file.
48863
48864         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48865         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48866         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48867         when compiling str{,n}casecmp and when AVX is available.  Hook up
48868         new optimized code in initializers.
48869
48870 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48871
48872         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48873         __feraiseexcept instead of feraiseexcept.
48874
48875 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48876
48877         * math/math_private.h: Define defaults for libc_fetestexcept and
48878         libc_feupdateenv.
48879         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48880         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48881         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48882         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48883         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48884         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48885         libc_fetestexcept and libc_feupdateenv.
48886
48887         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48888         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48889         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48890         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48891         libc_feholdexcept_setround.
48892
48893         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48894         Add s_nearbyint-c and s_nearbyintf-c.
48895         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48896         nearbyintf inlines.
48897         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48898         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48899         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48900         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48901
48902         * math/math_private.h: Define defaults for libc_fegetround,
48903         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48904         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48905         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48906         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48907         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48908         standard functions.
48909         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48910         Remove comments and hacks for old compiler versions.
48911         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48912         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48913         libc_feholdexceptl.
48914
48915 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48916
48917         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48918         (__feraiseexcept_renamed): Add __NTH.
48919         (feraiseexcept): Add __NTH.  Rename local variables to fix
48920         namespace violations.
48921
48922 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48923
48924         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48925
48926         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48927
48928         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48929         recently added interfaces.
48930         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48931
48932         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48933         about macro parameter expansion.
48934
48935         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48936         __NO_MATH_INLINES is defined.  Cleanups.
48937
48938         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48939         and __floorf is target has SSE4.1.
48940         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48941         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48942         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48943         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48944
48945         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48946         name.
48947         (floorf): Likewise.
48948
48949         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48950
48951 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48952
48953         * misc/sys/cdefs.h: Fix last change.
48954
48955         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48956         database lookup.
48957
48958 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48959
48960         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48961
48962         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48963         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48964         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48967         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48968         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48969         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48970         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48971         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48972         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48973         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48974         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48975         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48976         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48977         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48978         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48979         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48980         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48981         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48982         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48983         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48984
48985         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48986         ceil, ceilf, floor, floorf.
48987
48988         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48989         Perform IRELATIVE relocations last.
48990
48991         * elf/do-rel.h: Add another parameter nrelative, replacing the
48992         local variable with the same name.  Change name of the function
48993         to end in Rel or Rela (uppercase).
48994         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48995         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48996         elf_dynamic_do_##reloc function.
48997
48998 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48999
49000         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49001         is sufficient, at least on modern CPUs.
49002
49003         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49004
49005         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49006         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49007
49008         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49009         __expl_finite.
49010         * math/bits/math-finite.h: Add entries for exp.
49011         * math/e_expl.c: Add __*_finite alias.
49012         * sysdeps/i386/fpu/e_exp.S: Likewise.
49013         * sysdeps/i386/fpu/e_expf.S: Likewise.
49014         * sysdeps/i386/fpu/e_expl.c: Likewise.
49015         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49016         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49019         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49020         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49021         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49022
49023         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49024         is sufficient, at least on modern CPUs.
49025
49026         * ctype/ctype-info.c (__ctype_init): Define.
49027         * include/ctype.h (__ctype_init): Declare.
49028         (__ctype_b_loc): The variable is always initialized.
49029         (__ctype_toupper_loc): Likewise.
49030         (__ctype_tolower_loc): Likewise.
49031         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49032         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49033
49034 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49035
49036         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49037
49038         * configure.in: Also look in $cxxmachine/include for C++ system
49039         headers.
49040
49041 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49042
49043         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49044         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49045         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49046         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49047         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49048         (USE_AS_WMEMCMP): New macro.
49049         Fixing indents.
49050         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49051         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49052         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49053         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49054         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49055         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49056         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49057         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49058         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49059         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49060         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49061         (USE_AS_WMEMCMP): New macro.
49062         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49063         * sysdeps/string/test-memcmp.c: Update.
49064         Fix simple_wmemcmp.
49065         Add new tests.
49066         * wcsmbs/wmemcmp.c: Update.
49067         (WMEMCMP): New macro.
49068         Fix overflow bug.
49069
49070 2011-10-12  Andreas Jaeger  <aj@suse.de>
49071
49072         [BZ #13268]
49073         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49074
49075 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49076
49077         * libio/iofwide.c (do_length): Avoid warning.
49078
49079         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49080
49081 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49082
49083         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49084
49085         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49086         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49087         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49088         * sysdeps/i386/i686/fpu/e_log.S: New file.
49089         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49090         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49091
49092         * ctype/ctype.h: Add support for inlined isXXX functions when
49093         compiling C++ code.
49094
49095 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49096
49097         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49098
49099         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49100
49101 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49102
49103         [BZ #13291]
49104         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49105
49106 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49107
49108         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49109         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49110         feraiseexcept.
49111
49112         * sysdeps/x86_64/memrchr.S: Check for zero size.
49113
49114         * string/stratcliff.c: Add memrchr tests.
49115
49116 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49117
49118         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49119         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49120         rawmemchr-sse2 rawmemchr-sse2-bsf.
49121         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49122         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49123         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49124         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49125         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49126         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49127         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49128         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49129         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49130         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49131         * string/memrchr.c (MEMRCHR): New macro.
49132
49133 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49134
49135         Add integration with gcc's -ffinite-math-only and optimize wrapper
49136         functions in libm.
49137         * Versions.def: Define GLIBC_2.15 version for libm.
49138         * math/Makefile (headers): Add bits/math-finite.h.
49139         * math/bits/math-finite.h: New file.
49140         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49141         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49142         * math/e_acoshl.c: Add __*_finite alias.
49143         * math/e_acosl.c: Likewise.
49144         * math/e_asinl.c: Likewise.
49145         * math/e_atan2l.c: Likewise.
49146         * math/e_atanhl.c: Likewise.
49147         * math/e_coshl.c: Likewise.
49148         * math/e_exp10.c: Likewise.
49149         * math/e_exp10f.c: Likewise.
49150         * math/e_exp10l.c: Likewise.
49151         * math/e_exp2l.c: Likewise.
49152         * math/e_fmodl.c: Likewise.
49153         * math/e_gammal_r.c: Likewise.
49154         * math/e_hypotl.c: Likewise.
49155         * math/e_j0l.c: Likewise.
49156         * math/e_j1l.c: Likewise.
49157         * math/e_jnl.c: Likewise.
49158         * math/e_lgammal_r.c: Likewise.
49159         * math/e_log10l.c: Likewise.
49160         * math/e_log2l.c: Likewise.
49161         * math/e_logl.c: Likewise.
49162         * math/e_powl.c: Likewise.
49163         * math/e_sinhl.c: Likewise.
49164         * math/e_sqrtl.c: Likewise.
49165         * math/e_scalb.c: Completely rewritten and optimized.
49166         * math/e_scalbf.c: Likewise.
49167         * math/e_scalbl.c: Likewise.
49168         * math/w_acos.c: Likewise.
49169         * math/w_acosf.c: Likewise.
49170         * math/w_acosl.c: Likewise.
49171         * math/w_acosh.c: Likewise.
49172         * math/w_acoshf.c: Likewise.
49173         * math/w_acoshl.c: Likewise.
49174         * math/w_asin.c: Likewise.
49175         * math/w_asinf.c: Likewise.
49176         * math/w_asinl.c: Likewise.
49177         * math/w_atan2.c: Likewise.
49178         * math/w_atan2f.c: Likewise.
49179         * math/w_atan2l.c: Likewise.
49180         * math/w_atanh.c: Likewise.
49181         * math/w_atanhf.c: Likewise.
49182         * math/w_atanhl.c: Likewise.
49183         * math/w_exp10.c: Likewise.
49184         * math/w_exp10f.c: Likewise.
49185         * math/w_exp10l.c: Likewise.
49186         * math/w_fmod.c: Likewise.
49187         * math/w_fmodf.c: Likewise.
49188         * math/w_fmodl.c: Likewise.
49189         * math/w_j0.c: Likewise.
49190         * math/w_j0f.c: Likewise.
49191         * math/w_j0l.c: Likewise.
49192         * math/w_j1.c: Likewise.
49193         * math/w_j1f.c: Likewise.
49194         * math/w_j1l.c: Likewise.
49195         * math/w_jn.c: Likewise.
49196         * math/w_jnf.c: Likewise.
49197         * math/w_log.c: Likewise.
49198         * math/w_logf.c: Likewise.
49199         * math/w_logl.c: Likewise.
49200         * math/w_log10.c: Likewise.
49201         * math/w_log10f.c: Likewise.
49202         * math/w_log10l.c: Likewise.
49203         * math/w_log2.c: Likewise.
49204         * math/w_log2f.c: Likewise.
49205         * math/w_log2l.c: Likewise.
49206         * math/w_pow.c: Likewise.
49207         * math/w_powf.c: Likewise.
49208         * math/w_powl.c: Likewise.
49209         * math/w_remainder.c: Likewise.
49210         * math/w_remainderf.c: Likewise.
49211         * math/w_remainderl.c: Likewise.
49212         * math/w_scalb.c: Likewise.
49213         * math/w_scalbf.c: Likewise.
49214         * math/w_scalbl.c: Likewise.
49215         * math/w_sqrt.c: Likewise.
49216         * math/w_sqrtf.c: Likewise.
49217         * math/w_sqrtl.c: Likewise.
49218         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49219         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49220         used.
49221         * math/math_private.h: Declare __kernel_standard_f.
49222         * math/w_cosh.c: Remove cruft and optimize a bit.
49223         * math/w_coshf.c: Likewise.
49224         * math/w_coshl.c: Likewise.
49225         * math/w_exp2.c: Likewise.
49226         * math/w_exp2f.c: Likewise.
49227         * math/w_exp2l.c: Likewise.
49228         * math/w_hypot.c: Likewise.
49229         * math/w_hypotf.c: Likewise.
49230         * math/w_hypotl.c: Likewise.
49231         * math/w_lgamma.c: Likewise.
49232         * math/w_lgamma_r.c: Likewise.
49233         * math/w_lgammaf.c: Likewise.
49234         * math/w_lgammaf_r.c: Likewise.
49235         * math/w_lgammal.c: Likewise.
49236         * math/w_lgammal_r.c: Likewise.
49237         * math/w_sinh.c: Likewise.
49238         * math/w_sinhf.c: Likewise.
49239         * math/w_sinhl.c: Likewise.
49240         * math/w_tgamma.c: Likewise.
49241         * math/w_tgammaf.c: Likewise.
49242         * math/w_tgammal.c: Likewise.
49243         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49245         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49246         Minor optimizations.  Pretty printing.  Remove cruft.
49247         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49248         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49249         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49250         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49251         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49252         * sysdeps/i386/fpu/e_asin.S: Likewise.
49253         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49254         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49255         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49256         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49257         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49258         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49259         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49260         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49261         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49262         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49263         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49264         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49265         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49266         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49267         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49268         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49269         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49270         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49271         * sysdeps/i386/fpu/e_log.S: Likewise.
49272         * sysdeps/i386/fpu/e_log10.S: Likewise.
49273         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49274         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49275         * sysdeps/i386/fpu/e_log2.S: Likewise.
49276         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49277         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49278         * sysdeps/i386/fpu/e_logf.S: Likewise.
49279         * sysdeps/i386/fpu/e_logl.S: Likewise.
49280         * sysdeps/i386/fpu/e_pow.S: Likewise.
49281         * sysdeps/i386/fpu/e_powf.S: Likewise.
49282         * sysdeps/i386/fpu/e_powl.S: Likewise.
49283         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49284         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49285         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49286         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49287         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49288         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49289         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49290         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49291         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49292         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49293         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49294         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49295         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49296         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49297         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49298         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49299         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49300         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49301         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49302         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49303         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49304         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49305         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49306         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49307         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49308         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49309         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49310         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49311         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49312         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49313         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49314         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49315         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49316         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49317         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49318         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49319         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49320         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49321         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49322         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49323         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49324         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49325         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49326         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49327         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49328         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49329         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49330         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49331         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49332         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49333         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49334         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49335         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49336         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49337         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49338         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49339         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49340         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49341         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49342         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49343         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49344         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49345         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49346         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49347         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49348         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49349         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49350         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49351         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49352         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49353         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49354         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49355         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49356         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49357         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49358         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49359         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49360         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49361         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49362         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49363         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49364         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49365         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49366         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49367         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49368         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49369         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49370         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49371         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49372         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49373         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49374         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49375         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49376         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49377         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49378         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49379         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49380         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49381         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49383         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49384         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49385         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49386         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49387         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49388         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49389         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49390         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49391         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49392         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49393         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49394         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49395         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49396         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49397         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49398         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49399         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49400         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49401         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49402         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49403         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49404         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49405         (__isnanf): Likewise.
49406         (__isinf_ns): Likewise.
49407         (__isinf_nsf): Likewise.
49408         (__finite): Likewise.
49409         (__finitef): Likewise.
49410         (__ieee754_sqrt): Define as macro.
49411         (__ieee754_sqrtf): Define as macro.
49412         (__ieee754_sqrtl): Define as macro.
49413         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49414         inlined copy.
49415         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49416         __FINITE_MATH_ONLY__ consistent.
49417         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49418
49419 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49420
49421         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49422         of rawmemchr.
49423
49424         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49425
49426 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49427
49428         * po/ja.po: Update from translation team.
49429
49430 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49431
49432         * locale/programs/locarchive.c (prepare_address_space): New function.
49433         (create_archive, enlarge_archive, open_archive): Use it.
49434
49435         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49436         inside [SHARED], where it is used.
49437
49438         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49439
49440         * nss/getent.c (netgroup_keys): Remove unused variable.
49441         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49442
49443 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49444
49445         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49446         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49447         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49448         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49449         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49450         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49451         * math/Makefile (libm-calls): Add s_isinf_ns.
49452         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49453         * math/multc3.c: Likewise.
49454         * math/s_casin.c: Likewise.
49455         * math/s_casinf.c: Likewise.
49456         * math/s_casinl.c: Likewise.
49457         * math/s_ccos.c: Likewise.
49458         * math/s_ccosf.c: Likewise.
49459         * math/s_ccosl.c: Likewise.
49460         * math/s_ctan.c: Likewise.
49461         * math/s_ctanf.c: Likewise.
49462         * math/s_ctanh.c: Likewise.
49463         * math/s_ctanhf.c: Likewise.
49464         * math/s_ctanhl.c: Likewise.
49465         * math/s_ctanl.c: Likewise.
49466         * math/w_fmod.c: Likewise.
49467         * math/w_fmodf.c: Likewise.
49468         * math/w_fmodl.c: Likewise.
49469         * math/w_remainder.c: Likewise.
49470         * math/w_remainderf.c: Likewise.
49471         * math/w_remainderl.c: Likewise.
49472         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49473         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49474         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49475         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49476         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49477         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49478         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49479         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49480
49481         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49482         of the number.
49483         * stdio-common/printf_fphex.c: Likewise.
49484         * stdio-common/printf_size.c: Likewise.
49485
49486         * math/e_exp10.c: Include math_private.h using <...> not "...".
49487         * math/e_exp10f.c: Likewise.
49488         * math/e_exp10l.c: Likewise.
49489         * math/e_exp2l.c: Likewise.
49490         * math/e_j0l.c: Likewise.
49491         * math/e_j1l.c: Likewise.
49492         * math/e_jnl.c: Likewise.
49493         * math/e_lgammal_r.c: Likewise.
49494         * math/e_rem_pio2l.c: Likewise.
49495         * math/e_scalb.c: Likewise.
49496         * math/e_scalbf.c: Likewise.
49497         * math/e_scalbl.c: Likewise.
49498         * math/k_cosl.c: Likewise.
49499         * math/k_sinl.c: Likewise.
49500         * math/k_tanl.c: Likewise.
49501         * math/s_cacoshf.c: Likewise.
49502         * math/s_catan.c: Likewise.
49503         * math/s_catanf.c: Likewise.
49504         * math/s_catanh.c: Likewise.
49505         * math/s_catanhf.c: Likewise.
49506         * math/s_catanhl.c: Likewise.
49507         * math/s_catanl.c: Likewise.
49508         * math/s_ccosh.c: Likewise.
49509         * math/s_ccoshf.c: Likewise.
49510         * math/s_ccoshl.c: Likewise.
49511         * math/s_cexp.c: Likewise.
49512         * math/s_cexpf.c: Likewise.
49513         * math/s_cexpl.c: Likewise.
49514         * math/s_clog.c: Likewise.
49515         * math/s_clog10.c: Likewise.
49516         * math/s_clog10f.c: Likewise.
49517         * math/s_clog10l.c: Likewise.
49518         * math/s_clogf.c: Likewise.
49519         * math/s_clogl.c: Likewise.
49520         * math/s_csin.c: Likewise.
49521         * math/s_csinf.c: Likewise.
49522         * math/s_csinh.c: Likewise.
49523         * math/s_csinhf.c: Likewise.
49524         * math/s_csinhl.c: Likewise.
49525         * math/s_csinl.c: Likewise.
49526         * math/s_csqrt.c: Likewise.
49527         * math/s_csqrtf.c: Likewise.
49528         * math/s_csqrtl.c: Likewise.
49529         * math/s_ctan.c: Likewise.
49530         * math/s_ctanf.c: Likewise.
49531         * math/s_ctanh.c: Likewise.
49532         * math/s_ctanhf.c: Likewise.
49533         * math/s_ctanhl.c: Likewise.
49534         * math/s_ctanl.c: Likewise.
49535         * math/s_ldexp.c: Likewise.
49536         * math/s_ldexpf.c: Likewise.
49537         * math/s_ldexpl.c: Likewise.
49538         * math/s_significand.c: Likewise.
49539         * math/s_significandf.c: Likewise.
49540         * math/s_significandl.c: Likewise.
49541         * math/w_acos.c: Likewise.
49542         * math/w_acosf.c: Likewise.
49543         * math/w_acosh.c: Likewise.
49544         * math/w_acoshf.c: Likewise.
49545         * math/w_acoshl.c: Likewise.
49546         * math/w_acosl.c: Likewise.
49547         * math/w_asin.c: Likewise.
49548         * math/w_asinf.c: Likewise.
49549         * math/w_asinl.c: Likewise.
49550         * math/w_atan2.c: Likewise.
49551         * math/w_atan2f.c: Likewise.
49552         * math/w_atan2l.c: Likewise.
49553         * math/w_atanh.c: Likewise.
49554         * math/w_atanhf.c: Likewise.
49555         * math/w_atanhl.c: Likewise.
49556         * math/w_cosh.c: Likewise.
49557         * math/w_coshf.c: Likewise.
49558         * math/w_coshl.c: Likewise.
49559         * math/w_dremf.c: Likewise.
49560         * math/w_exp10.c: Likewise.
49561         * math/w_exp10f.c: Likewise.
49562         * math/w_exp10l.c: Likewise.
49563         * math/w_exp2.c: Likewise.
49564         * math/w_exp2f.c: Likewise.
49565         * math/w_fmod.c: Likewise.
49566         * math/w_fmodf.c: Likewise.
49567         * math/w_fmodl.c: Likewise.
49568         * math/w_hypot.c: Likewise.
49569         * math/w_hypotf.c: Likewise.
49570         * math/w_hypotl.c: Likewise.
49571         * math/w_j0.c: Likewise.
49572         * math/w_j0f.c: Likewise.
49573         * math/w_j0l.c: Likewise.
49574         * math/w_j1.c: Likewise.
49575         * math/w_j1f.c: Likewise.
49576         * math/w_j1l.c: Likewise.
49577         * math/w_jn.c: Likewise.
49578         * math/w_jnf.c: Likewise.
49579         * math/w_jnl.c: Likewise.
49580         * math/w_lgamma.c: Likewise.
49581         * math/w_lgamma_r.c: Likewise.
49582         * math/w_lgammaf.c: Likewise.
49583         * math/w_lgammaf_r.c: Likewise.
49584         * math/w_lgammal.c: Likewise.
49585         * math/w_lgammal_r.c: Likewise.
49586         * math/w_log.c: Likewise.
49587         * math/w_log10.c: Likewise.
49588         * math/w_log10f.c: Likewise.
49589         * math/w_log10l.c: Likewise.
49590         * math/w_log2.c: Likewise.
49591         * math/w_log2f.c: Likewise.
49592         * math/w_log2l.c: Likewise.
49593         * math/w_logf.c: Likewise.
49594         * math/w_logl.c: Likewise.
49595         * math/w_pow.c: Likewise.
49596         * math/w_powf.c: Likewise.
49597         * math/w_powl.c: Likewise.
49598         * math/w_remainder.c: Likewise.
49599         * math/w_remainderf.c: Likewise.
49600         * math/w_remainderl.c: Likewise.
49601         * math/w_scalb.c: Likewise.
49602         * math/w_scalbf.c: Likewise.
49603         * math/w_scalbl.c: Likewise.
49604         * math/w_sinh.c: Likewise.
49605         * math/w_sinhf.c: Likewise.
49606         * math/w_sinhl.c: Likewise.
49607         * math/w_sqrt.c: Likewise.
49608         * math/w_sqrtf.c: Likewise.
49609         * math/w_sqrtl.c: Likewise.
49610         * math/w_tgamma.c: Likewise.
49611         * math/w_tgammaf.c: Likewise.
49612         * math/w_tgammal.c: Likewise.
49613
49614         * po/ja.po: Update from translation team.
49615
49616 2011-09-29  Andreas Jaeger  <aj@suse.de>
49617
49618         [BZ #13179]
49619         * sunrpc/netname.c (netname2host): Fix logic.
49620
49621         [BZ #6779]
49622         [BZ #6783]
49623         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49624         correctly.
49625         * math/w_remainder.c (__remainder): Likewise.
49626         * math/w_remainderf.c (__remainderf): Likewise.
49627         * math/libm-test.inc (remainder_test): Add test cases.
49628
49629 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49630
49631         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49632         sdiv_qrnnd.
49633
49634 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49635
49636         * string/test-memcmp.c: Avoid unncessary #defines.
49637         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49638
49639 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49640
49641         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49642         Use new sse2 version for core i3 - i7 as it's faster
49643         than sse42 version.
49644         (bit_Prefer_PMINUB_for_stringop): New.
49645         * sysdeps/x86_64/rawmemchr.S: Update.
49646         Replace with faster SSE2 version.
49647         * sysdeps/x86_64/memrchr.S: New file.
49648         * sysdeps/x86_64/memchr.S: Update.
49649         Replace with faster SSE2 version.
49650
49651 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49652
49653         * elf/dl-load.c (lose): Add cast to avoid warning.
49654
49655 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49656
49657         * po/ca.po: Update from translation team.
49658
49659         * inet/getnetgrent_r.c: Hook up nscd.
49660         * nscd/Makefile (routines): Add nscd_netgroup.
49661         (nscd-modules): Add netgroupcache.
49662         (CFLAGS-netgroupcache.c): Define.
49663         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49664         (cache_search): Add const to second parameter.
49665         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49666         INNETGR.
49667         (dbs): Add netgrdb entry.
49668         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49669         (verify_persistent_db): Handle netgrdb.
49670         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49671         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49672         GETFDNETGR.
49673         (netgroup_response_header): Define.
49674         (innetgroup_response_header): Define.
49675         (datahead): Add netgroup_response_header and innetgroup_response_header
49676         elements.
49677         * nscd/nscd.conf: Add entries for netgroup cache.
49678         * nscd/nscd.h (dbtype): Add netgrdb.
49679         (_PATH_NSCD_NETGROUP_DB): Define.
49680         (netgroup_iov_disabled): Declare.
49681         (xmalloc, xcalloc, xrealloc): Move declarations here.
49682         (cache_search): Adjust prototype.
49683         Add netgroup-related prototypes.
49684         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49685         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49686         (__nscd_innetgr): Declare.
49687         * nscd/selinux.c (perms): Use access_vector_t as element type and
49688         add netgroup-related initializers.
49689         * nscd/netgroupcache.c: New file.
49690         * nscd/nscd_netgroup.c: New file.
49691         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49692         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49693         For four parameters use innetgr.
49694         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49695         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49696         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49697         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49698
49699         * nscd/connections.c (register_traced_file): Don't register file
49700         for disabled databases.
49701
49702 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49703
49704         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49705
49706         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49707         from tree and freeing node.
49708
49709 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49710
49711         * nss/nsswitch.c (__nss_database_lookup): Handle
49712         nss_parse_service_list out of memory case.
49713
49714 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49715
49716         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49717         out of memory case.
49718
49719 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49720
49721         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49722         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49723         pass it down.
49724         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49725         elf_machine_rela, elf_machine_lazy_rel.
49726         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49727         (ELF_DYNAMIC_DO_REL): Likewise.
49728         (ELF_DYNAMIC_DO_RELA): Likewise.
49729         (ELF_DYNAMIC_RELOCATE): Likewise.
49730         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49731         to ELF_DYNAMIC_DO_REL.
49732         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49733         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49734         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49735         elf_machine_rela.
49736         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49737         skip_ifunc, don't call ifunc function if non-zero.
49738         (elf_machine_rela): Likewise.
49739         (elf_machine_lazy_rel): Likewise.
49740         (elf_machine_lazy_rela): Likewise.
49741         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49742         (elf_machine_lazy_rel): Likewise.
49743         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49744         Likewise.
49745         (elf_machine_lazy_rel): Likewise.
49746         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49747         Likewise.
49748         (elf_machine_lazy_rel): Likewise.
49749         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49750         (elf_machine_lazy_rel): Likewise.
49751         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49752         (elf_machine_lazy_rel): Likewise.
49753         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49754         (elf_machine_lazy_rel): Likewise.
49755         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49756         (elf_machine_lazy_rel): Likewise.
49757         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49758         (elf_machine_lazy_rel): Likewise.
49759         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49760         (elf_machine_lazy_rel): Likewise.
49761
49762 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49763
49764         * nss/nss_files/files-init.c (_nss_files_init): Use static
49765         initialization for all the *_traced_file variables.
49766
49767 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49768
49769         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49770
49771 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49772
49773         [BZ #13226]
49774         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49775
49776 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49777
49778         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49779         Reread the line before reparsing it.
49780
49781 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49782
49783         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49784
49785 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49786             Maxim Kuvyrkov  <maxim@codesourcery.com>
49787             Joseph Myers  <joseph@codesourcery.com>
49788
49789         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49790         if needed for __stack_chk_guard.
49791
49792 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49793
49794         * sysdeps/posix/spawni.c (script_execute): Always define it.
49795         It will be optimized away if unused.
49796         (maybe_script_execute): New function.
49797         (__spawni): Call it.
49798
49799         * Makerules: Don't include tls.make.
49800         (config-tls): Always set to thread.
49801         * tls.make.c: File removed.
49802
49803 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49804
49805         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49806         * config.make.in (CPPFLAGS-config): New substituted variable.
49807
49808 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49809
49810         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49811
49812         [BZ #13192]
49813         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49814         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49815
49816 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49817
49818         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49819         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49820         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49821         (CALL_FAIL): Likewise.
49822         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49823         (CALL_FAIL): Macro removed.
49824         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49825
49826 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49827
49828         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49829         for __FINITE_MATH_ONLY__ == 1.
49830
49831 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49832
49833         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49834         __ieee754_sqrt instead of sqrt.
49835         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49836         __ieee754_sqrtf instead of sqrtf.
49837         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49838         __floorf instead of floorf.
49839         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49840         __floorf, __truncf instead of floorf, truncf.
49841
49842 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49843
49844         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49845
49846         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49847         __extern_always_inline.
49848         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49849         32-bit.
49850
49851 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49852
49853         * elf/rtld.c (dl_main): Also relocate in dependency order when
49854         doing symbol dependency testing.
49855
49856 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49857
49858         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49859         Always define `refsym'.
49860
49861 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49862
49863         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49864         (__FD_ELT): Renamed from __FDELT.
49865         * misc/bits/select2.h (__FD_ELT): Likewise.
49866         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49867         __FD_MASK instead of __FDELT, __FDMASK.
49868         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49869         Likewise.
49870         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49871         Likewise.
49872
49873         * elf/Makefile (gen-ldd): Fix pattern.
49874
49875         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49876         (init_tls): Likewise.
49877
49878 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49879
49880         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49881
49882 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49883
49884         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49885         `struct cmsghdr *' instead of `void *'.
49886         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49887         Likewise.
49888
49889 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49890
49891         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49892         if non-absolute.
49893         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49894         ldd_rewrite_script.
49895
49896 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49897
49898         * configure.in: Remove --with-tls option.
49899         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49900         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49901         out in case it is missing.
49902         * sysdeps/ia64/elf/configure.in: Likewise.
49903         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49904         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49905         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49906         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49907         * sysdeps/sh/elf/configure.in: Likewise.
49908         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49909         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49910         * sysdeps/x86_64/elf/configure.in: Likewise.
49911         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49912         * sysdeps/mach/hurd/tls.h: Likewise.
49913
49914         [BZ #13067]
49915         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49916
49917         [BZ #13090]
49918         * configure.in: Fix use of AC_INIT.
49919
49920         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49921
49922 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49923
49924         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49925         __set_errno.
49926         * malloc/hooks.c: Likewise.
49927
49928         [BZ #11929]
49929         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49930         variables statically.
49931         (narenas): Initialize.
49932         (list_lock): Initialize.
49933         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49934         initializtion of main_arena and list_lock.  Small cleanups.
49935         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49936         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49937         Add initializers to main_arena and mp_.
49938         (malloc_state): Remove pagesize member.  Change all users to use
49939         GLRO(dl_pagesize).
49940
49941         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49942         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49943         is always initialized.
49944
49945         * malloc/malloc.c: Removed unused configurations and dead code.
49946         * malloc/arena.c: Likewise.
49947         * malloc/hooks.c: Likewise.
49948         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49949
49950         * include/tls.h: Removed.  USE___THREAD must always be defined.
49951         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49952         * elf/dl-libc.c: Likewise.
49953         * elf/dl-tsd.c: Likewise.
49954         * include/errno.h: Likewise.
49955         * include/netdb.h: Likewise.
49956         * include/resolv.h: Likewise.
49957         * inet/herrno-loc.c: Likewise.
49958         * inet/herrno.c: Likewise.
49959         * malloc/arena.c: Likewise.
49960         * malloc/hooks.c: Likewise.
49961         * malloc/malloc.c: Likewise.
49962         * resolv/res-state.c: Likewise.
49963         * resolv/res_libc.c: Likewise.
49964         * sysdeps/i386/dl-machine.h: Likewise.
49965         * sysdeps/ia64/dl-machine.h: Likewise.
49966         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49967         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49968         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49969         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49970         * sysdeps/sh/dl-machine.h: Likewise.
49971         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49972         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49973         * sysdeps/unix/i386/sysdep.S: Likewise.
49974         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49975         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49976         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49977         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49978         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49979         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49980         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49981         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49982         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49983         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49984         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49985         * sysdeps/x86_64/dl-machine.h: Likewise.
49986         * tls.make.c: Likewise.
49987
49988         * configure.in: Remove --with-__thread option.  Make tests for
49989         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49990         tls_model attribute fail if no support is available.  Remove
49991         USE_IN_LIBIO.
49992         * Makeconfig: Adjust for dropped configure option.  All features are
49993         now mandatory.
49994         * Makerules: Likewise.
49995         * Versions.def: Likewise.
49996         * argp/argp-fmtstream.c: Likewise.
49997         * argp/argp-fmtstream.h: Likewise.
49998         * argp/argp-help.c: Likewise.
49999         * assert/assert.c: Likewise.
50000         * config.h.in: Likewise.
50001         * config.make.in: Likewise.
50002         * configure: Likewise.
50003         * configure.in: Likewise.
50004         * csu/Versions: Likewise.
50005         * csu/init.c: Likewise.
50006         * elf/tst-audit2.c: Likewise.
50007         * elf/tst-tls10.c: Likewise.
50008         * elf/tst-tls10.h: Likewise.
50009         * elf/tst-tls11.c: Likewise.
50010         * elf/tst-tls12.c: Likewise.
50011         * elf/tst-tls14.c: Likewise.
50012         * elf/tst-tlsmod11.c: Likewise.
50013         * elf/tst-tlsmod12.c: Likewise.
50014         * elf/tst-tlsmod13.c: Likewise.
50015         * elf/tst-tlsmod13a.c: Likewise.
50016         * elf/tst-tlsmod14a.c: Likewise.
50017         * elf/tst-tlsmod15b.c: Likewise.
50018         * elf/tst-tlsmod16a.c: Likewise.
50019         * elf/tst-tlsmod16b.c: Likewise.
50020         * elf/tst-tlsmod7.c: Likewise.
50021         * elf/tst-tlsmod8.c: Likewise.
50022         * elf/tst-tlsmod9.c: Likewise.
50023         * gmon/gmon.c: Likewise.
50024         * grp/fgetgrent_r.c: Likewise.
50025         * grp/putgrent.c: Likewise.
50026         * hurd/fopenport.c: Likewise.
50027         * include/libc-symbols.h: Likewise.
50028         * include/tls.h: Likewise.
50029         * intl/gettextP.h: Likewise.
50030         * intl/loadinfo.h: Likewise.
50031         * locale/global-locale.c: Likewise.
50032         * locale/localeinfo.h: Likewise.
50033         * mach/devstream.c: Likewise.
50034         * malloc/arena.c: Likewise.
50035         * malloc/set-freeres.c: Likewise.
50036         * misc/err.c: Likewise.
50037         * misc/getttyent.c: Likewise.
50038         * misc/mntent_r.c: Likewise.
50039         * posix/getopt.c: Likewise.
50040         * posix/wordexp.c: Likewise.
50041         * pwd/fgetpwent_r.c: Likewise.
50042         * resolv/Versions: Likewise.
50043         * resolv/res_hconf.c: Likewise.
50044         * shadow/fgetspent_r.c: Likewise.
50045         * shadow/putspent.c: Likewise.
50046         * stdio-common/printf_fphex.c: Likewise.
50047         * stdio-common/tmpfile.c: Likewise.
50048         * stdlib/abort.c: Likewise.
50049         * stdlib/fmtmsg.c: Likewise.
50050         * sunrpc/auth_unix.c: Likewise.
50051         * sunrpc/clnt_perr.c: Likewise.
50052         * sunrpc/clnt_tcp.c: Likewise.
50053         * sunrpc/clnt_udp.c: Likewise.
50054         * sunrpc/clnt_unix.c: Likewise.
50055         * sunrpc/openchild.c: Likewise.
50056         * sunrpc/svc_simple.c: Likewise.
50057         * sunrpc/svc_tcp.c: Likewise.
50058         * sunrpc/svc_udp.c: Likewise.
50059         * sunrpc/svc_unix.c: Likewise.
50060         * sunrpc/xdr.c: Likewise.
50061         * sunrpc/xdr_array.c: Likewise.
50062         * sunrpc/xdr_rec.c: Likewise.
50063         * sunrpc/xdr_ref.c: Likewise.
50064         * sunrpc/xdr_stdio.c: Likewise.
50065
50066 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50067
50068         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50069
50070 2011-07-03  Andreas Jaeger  <aj@suse.de>
50071
50072         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50073         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50074         regenerate with gen-libm-tests.pl.
50075
50076 2010-05-12  Petr Baudis  <pasky@suse.cz>
50077
50078         [BZ #11589]
50079         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50080         around j0() zero points by switching to j1().
50081         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50082         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50083         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50084         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50085
50086 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50087
50088         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50089         instead of 0.
50090         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50091         instead of 0.
50092         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50093         Patch in part by Pavel Roskin <proski@gnu.org>.
50094
50095         [BZ #13138]
50096         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50097         realloc.
50098         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50099         Free memory block if necessary.
50100
50101         [BZ #12847]
50102         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50103         be NULL.  Don't lock in this case.
50104
50105 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50106
50107         * elf/elf.h (ELFOSABI_GNU): New macro.
50108         (ELFOSABI_LINUX): Define to that.
50109
50110 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50111
50112         * string/strncat.c (strncat): Undef the symbol in case it has been
50113         defined in bits/string.h.
50114
50115 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50116
50117         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50118
50119         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50120         link map.
50121
50122 2011-08-17  Andreas Jaeger  <aj@suse.de>
50123
50124         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50125
50126 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50127             Ian Lance Taylor  <iant@google.com>
50128
50129         * math/libm-test.inc (lround_test): New testcase.
50130         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50131
50132 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50133
50134         * Makefile: Remove support for automatic cvs check-ins.
50135         * Makerules: Likewise.
50136         * config.make.in: Likewise.
50137         * configure.in: Likewise.
50138         * intl/Makefile: Likewise.
50139         * locale/Makefile: Likewise.
50140         * po/Makefile: Likewise.
50141         * posix/Makefile: Likewise.
50142         * sysdeps/gnu/Makefile: Likewise.
50143         * sysdeps/mach/hurd/Makefile: Likewise.
50144         * sysdeps/sparc/sparc32/Makefile: Likewise.
50145
50146         [BZ #13118]
50147         * posix/Makefile (bug-regex32-ENV): Define.
50148         Patch by John Stanley <jpsinthemix@verizon.net>.
50149
50150         * misc/Makefile (headers): Add bits/select2.h.
50151         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50152         * misc/bits/select2.h: New file.
50153         * include/bits/select2.h: New file.
50154         * debug/Makefile (routines): Add fdelt_chk.
50155         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50156         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50157         FD_ISSET.
50158         * debug/fdelt_chk.c: New file.
50159
50160         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50161         * wcsmbs/test-wmemcmp.c: Likewise.
50162         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50163         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50164
50165 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50166
50167         * string/Makefile (strop-tests): Add memcmp.
50168         * string/test-wmemcmp.c: New file.
50169         * string/test-memcmp.c: Add wmemcmp support.
50170
50171 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50172
50173         [BZ #13153]
50174         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50175         2011-07-19 change.
50176
50177         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50178         garbage value in a __mach_port_mod_refs call in the cases of the
50179         task-self and thread-self ports.
50180
50181 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50182
50183         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50184
50185 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50186
50187         * elf/dl-load.c (lose): Check for non-null L.
50188
50189 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50190
50191         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50192
50193         * elf/dl-libc.c (dlerror_run): Pass back error code from
50194         dl_catch_error.
50195
50196         [BZ #13123]
50197         * elf/dl-load.c (lose): Free l_origin if it is valid.
50198
50199         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50200         names.
50201         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50202         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50203         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50204         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50205         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50206         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50207
50208 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50209
50210         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50211         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50212         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50213         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50214         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50215         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50216         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50217         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50218         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50219         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50220
50221 2011-08-15  Alan Modra  <amodra@gmail.com>
50222
50223         [BZ #13092]
50224         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50225         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50226         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50227         ppc_mcount to static-only-routines.
50228         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50229         __mcount_internal.
50230         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50231         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50232
50233 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50234
50235         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50236         for finite and infinity parameters.
50237
50238 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50239
50240         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50241         and add nop instructions for throughput optimization.
50242         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50243
50244 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50245
50246         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50247         aligned copy for power7 with vector-scalar instructions.
50248         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50249
50250 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50251
50252         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50253         AVX check.
50254
50255 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50256
50257         [BZ #13144]
50258         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50259         last change.
50260
50261 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50262
50263         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50264         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50265         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50266         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50267         clock_gettime.
50268
50269 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50270
50271         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50272         Forgot to demangle the pointer.
50273
50274         * sysdeps/i386/sysdep.h: Define atom_text_section.
50275         * sysdeps/x86_64/sysdep.h: Likewise.
50276         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50277         section with atom_text_section.
50278         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50279         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50280         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50281         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50282         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50283
50284         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50285         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50286         already be defined.  Change to take two parameters and don't assign
50287         result to variable.  Adjust all users.
50288         Define INTERNAL_GETTIME if not already defined.
50289         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50290         call.
50291         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50292         HAVE_CLOCK_GETTIME_VSYSCALL.
50293         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50294
50295         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50296         gettimeofday vsyscall, just use time.
50297
50298 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50299
50300         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50301         <errno.h>.
50302
50303 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50304
50305         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50306         syscall on x86-64.
50307         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50308         syscall.
50309         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50310         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50311         syscall if possible.
50312
50313 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50314
50315         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50316         e_ident.  Don't pass to find_mapsXX.
50317         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50318
50319 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50320
50321         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50322         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50323         * sysdeps/x86_64/multiarch/strchr.S: Update.
50324         Check bit_slow_BSF bit.
50325         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50326         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50327         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50328
50329 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50330
50331         [BZ #13134]
50332         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50333         before glibc 2.15.
50334         (tryshell): Define.
50335         (__spawni): Change last parameter to be flag.  Test
50336         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50337         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50338         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50339         * posix/spawni.c: Likewise.
50340         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50341         * posix/spawnp.c: Likewise.  Change normal version to use
50342         SPAWN_XFLAGS_USE_PATH.
50343         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50344         SPAWN_XFLAGS_TRY_SHELL.
50345
50346         [BZ #13150]
50347         * posix/glob.h: Remove gcc 1.x support.
50348
50349         [BZ #13068]
50350         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50351
50352 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50353
50354         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50355         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50356         strrchr-sse2-bsf
50357         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50358         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50359         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50360         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50361         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50362         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50363
50364 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50365
50366         * sysdeps/x86_64/wcscmp.S: New file.
50367
50368         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50369         wcscmp-c wcscmp-sse2
50370         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50371         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50372         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50373         * wcsmbs/wcscmp.c: Allow renaming.
50374
50375 2011-09-05  David S. Miller  <davem@davemloft.net>
50376
50377         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50378         stack slot, rather than the struct return pointer slot.
50379         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50380         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50382         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50383
50384 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50385
50386         * po/ja.po: Update from translation team.
50387
50388         [BZ #13144]
50389         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50390         kernel in 64-bit binaries.
50391
50392 2011-09-01  David S. Miller  <davem@davemloft.net>
50393
50394         * elf/elf.h (HWCAP_SPARC_*): Move to..
50395         * sysdeps/sparc/sysdep.h: this new file and add new values.
50396         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50397         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50398         _DL_HWCAP_COUNT to 24.
50399         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50400         entries.
50401         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50402         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50403         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50404         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50405         instead of magic constants.
50406         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50407
50408 2011-08-31  David S. Miller  <davem@davemloft.net>
50409
50410         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50411         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50412         Reimplement to do errno handling inline.
50413         (SYSCALL_ERROR_HANDLER): New macro.
50414         (__SYSCALL_STRING): Do not do errno handling in asm.
50415         (__CLONE_SYSCALL_STRING): Delete.
50416         (__INTERNAL_SYSCALL_STRING): Delete.
50417         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50418         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50419         (PSEUDO): Reimplement to do errno handling inline.
50420         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50421         (SYSCALL_ERROR_HANDLER): New macro.
50422         (__SYSCALL_STRING): Do not do errno handling in asm.
50423         (__CLONE_SYSCALL_STRING): Delete.
50424         (__INTERNAL_SYSCALL_STRING): Delete.
50425         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50426         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50427         i386.
50428         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50429         (inline_syscall*): Add 'err' argument.
50430         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50431         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50432         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50433         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50434
50435         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50436         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50437
50438 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50439
50440         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50441
50442 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50443
50444         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50445         directive.
50446
50447 2011-08-24  David S. Miller  <davem@davemloft.net>
50448
50449         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50450
50451 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50452
50453         * elf/Makefile: Add rules to build and run unload8 test.
50454         * elf/unload8.c: New file.
50455         * elf/unload8mod1.c: New file.
50456         * elf/unload8mod1x.c: New file.
50457         * elf/unload8mod2.c: New file.
50458         * elf/unload8mod3.c: New file.
50459
50460         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50461         it wasn't used.
50462
50463 2011-08-23  David S. Miller  <davem@davemloft.net>
50464
50465         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50466         subtract stack bias.
50467         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50468         %sp not %fp in calculations.
50469         (_JMPBUF_UNWINDS_ADJ): Likewise.
50470
50471         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50472         (aio_suspend): Call it to force an exception region around the
50473         AIO_MISC_WAIT() invocation.
50474
50475 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50476
50477         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50478         backslash.
50479
50480 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50481
50482         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50483         protection macro.
50484         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50485         and <dl-machine.h>.
50486         (Elf64_FuncDesc): Remove.
50487
50488 2011-08-22  David S. Miller  <davem@davemloft.net>
50489
50490         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50491         sigaltstack check, add missing cfi directives.
50492         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50493         missing cfi directives, and sigaltstack handling.
50494
50495 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50496
50497         [BZ #11724]
50498         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50499         object is seen twice.
50500         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50501
50502         * elf/Makefile (distribute): Add tst-initorder2.c.
50503         (tests): Add tst-initorder2.
50504         (modules-names): Add tst-initorder2a tst-initorder2b
50505         tst-initorder2c tst-initorder2d.  Add rules to build them.
50506         ($(objpfx)tst-initorder2.out): New rule.
50507         * elf/tst-initorder2.c: New file.
50508         * elf/tst-initorder2.exp: New file.
50509
50510 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50511
50512         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50513
50514         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50515         dependencies back to end of function.
50516
50517         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50518         $(elfobjdir)/ld.so.
50519
50520 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50521
50522         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50523         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50524         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50525         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50526         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50527         of __vdso_gettimeofday.
50528         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50529         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50530         attribute_hidden.
50531         (_libc_vdso_platform_setup): Remove initialization of
50532         __vdso_gettimeofday and __vdso_time.
50533
50534 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50535
50536         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50537         and fgetc_unlocked.
50538         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50539         getc_unlocked.
50540
50541         * elf/dl-open.c (add_to_global): Report additions to the global scope
50542         for LD_DEBUG=scopes.
50543         (dl_open_worker): Also print scope of newly loaded dependencies.
50544         (_dl_show_scope): Indicate if there is no scope.
50545
50546         [BZ #13114]
50547         * stdio-common/Makefile (tests): Add bug24.
50548         * stdio-common/bug24.c: New file.
50549
50550 2011-08-19  Andreas Jaeger  <aj@suse.de>
50551
50552         [BZ #13114]
50553         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50554         non-existant file when using close-on-exec mode.
50555
50556 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50557
50558         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50559         the very first instruction.
50560
50561         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50562         the CFI state in the end.
50563         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50564         inclusion of dl-trampoline.h.
50565         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50566
50567 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50568
50569         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50570         expectations for long double.
50571
50572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50573         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50574
50575 2011-08-14  David S. Miller  <davem@davemloft.net>
50576
50577         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50578         artificual limit depends upon the system page size.
50579
50580 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50581
50582         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50583         * resolv/Makefile: Define CFLAGS-libresolv.
50584
50585 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50586
50587         * nss/makedb.c (compute_tables): Make variables used in nested
50588         function static.
50589
50590 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50591
50592         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50593         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50594         if buffer was too small.
50595
50596         * elf/pldd.c (main): Attach to all threads in the process.
50597         Rewrite /proc handling to use *at functions.
50598
50599 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50600
50601         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50602         specifies first scope to show.
50603         (dl_open_worker): Update callers.  Move printing scope of new
50604         object to before the relocation.
50605         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50606         * sysdeps/generic/ldsodefs.h: Update declaration.
50607
50608         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50609         string for the scope number.
50610
50611 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50612
50613         * nscd/servicescache.c (cache_addserv): Make sure written is always
50614         initialized.
50615
50616 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50617
50618         * sysdeps/i386/i486/bits/atomic.h
50619         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50620         statement expression, so as to suppress "set but not used" warning.
50621         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50622
50623         * string/strncat.c (STRNCAT): Use prototype definition.
50624
50625         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50626         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50627         -Iprograms here.
50628         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50629         (localedef-modules): Add localedef.
50630         (locale-modules): Add locale.
50631
50632         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50633         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50634         to avoid a warning.
50635
50636 2011-08-14  David S. Miller  <davem@davemloft.net>
50637
50638         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50639         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50640
50641 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50642
50643         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50644         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50645         * elf/rtld.c (dl_main): Set l_name of vDSO.
50646         Call _dl_show_scope when DL_DEBUG_SCOPES.
50647         (process_dl_debug): Recognize scopes flag and also set it for all.
50648         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50649         Declare _dl_show_scope.
50650
50651         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50652         (do_dlopen): Pass caller_dlopen to dl_open.
50653         (__libc_dlopen_mode): Initialize caller_dlopen.
50654
50655         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50656         of libc.  Make tolower call locale-independent.  Optimize a bit by
50657         using isdigit instead of isalnum.
50658         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50659
50660 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50661
50662         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50663         was a dependency or dynamically loaded.
50664
50665 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50666
50667         * intl/l10nflist.c: Allow architecture-specific pop function.
50668         * sysdeps/x86_64/l10nflist.c: New file.
50669
50670         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50671         classification.
50672
50673 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50674
50675         * include/dirent.h: Add libc_hidden_proto for scandirat and
50676         scandirat64.  Don't declare __scandirat64.
50677         * dirent/scandirat.c: Add libc_hidden_def.
50678         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50679         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50680
50681 2011-08-10  David S. Miller  <davem@davemloft.net>
50682
50683         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50684         enum.
50685         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50686         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50687         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50688
50689 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50690
50691         * Versions.def [libc]: Add GLIBC_2.15.
50692         * dirent/Makefile (routines): Add scandirat and scandirat64.
50693         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50694         GLIBC_2.15.
50695         * dirent/dirent.h: Declare scandirat and scandirat64.
50696         * dirent/scandirat.c: New file.
50697         * dirent/scandirat64.c: New file.
50698         * sysdeps/wordsize-64/scandirat.c: New file.
50699         * sysdeps/wordsize-64/scandirat64.c: New file.
50700         * dirent/opendir.c: Define opendirat.
50701         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50702         using scandirat.
50703         * dirent/scandir64.c: Adjust for scandir.c change.
50704         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50705         __scandirat64, and __scandir_cancel_handler.
50706         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50707         additional parameter and use openat instead of open (outside of ld.so).
50708         Add new __opendir as wrapper around __opendirat.
50709         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50710         here without requiring old scandirat implementation.
50711
50712 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50713
50714         * dirent/scandir.c (cancel_handler): Renamed to
50715         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50716         defined.  Adjust users.
50717         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50718         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50719
50720 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50721
50722         * string/test-string.h (IMPL): Use __STRING to expand name and then
50723         stringify it.
50724
50725         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50726         of cleanups.
50727
50728 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50729
50730         * string/Makefile: Update.
50731         (strop-tests): Append strncat.
50732         * string/test-wcscmp.c: New file.
50733         New comprehensive test for wcscmp.
50734         * string/test-strcmp.c: Update.
50735         (WIDE): New define.
50736
50737 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50738
50739         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50740         line.
50741
50742 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50743
50744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50745         encoding to ACE if AI_IDN.
50746
50747 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50748
50749         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50750         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50751
50752 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50753
50754         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50755         Fix overflow bug in strncat.
50756         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50757
50758         * string/test-strncat.c: Update.
50759         Add new tests for checking overflow bugs.
50760
50761 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50762
50763         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50764         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50765         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50766         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50767         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50768         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50769         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50770         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50771         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50772
50773         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50774         (USE_AS_STRCAT): Define.
50775         Add strcat and strncat support.
50776         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50777
50778 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50779
50780         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50781         __n bigger than INT_MAX+1.
50782         (__strncmp_g): Likewise.
50783
50784 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50785
50786         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50787         * libio/stido.h: Likewise.
50788
50789         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50790         (AF_NFC): Define.
50791         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50792         (AF_NFC): Define.
50793
50794         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50795         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50796         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50797         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50798         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50799
50800         [BZ #13021]
50801         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50802         installed.
50803
50804         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50805         typo.
50806         (_dl_x86_64_save_sse): Likewise.
50807
50808 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50809
50810         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50811         OSXSAVE.
50812         (_dl_x86_64_save_sse): Likewise.
50813
50814         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50815
50816         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50817
50818 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50819
50820         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50821         change.
50822         (_dl_x86_64_save_sse): Use correct AVX check.
50823
50824 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50825
50826         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50827         bug in strncpy/strncat.
50828         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50829
50830 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50831
50832         * string/tester.c (test_strcat): Add tests for different alignments
50833         of source and destination.
50834         (test_strncat): Likewise.
50835
50836 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50837
50838         [BZ #12852]
50839         * posix/glob.c (glob): Check passed in values before using them in
50840         expressions to avoid some overflows.
50841         (glob_in_dir): Likewise.
50842
50843         [BZ #13007]
50844         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50845         check for AVX enablement so that we don't crash with old kernels and
50846         new hardware.
50847         * elf/tst-audit4.c: Add same checks here.
50848         * elf/tst-audit6.c: Likewise.
50849
50850         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50851
50852 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50853
50854         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50855
50856 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50857
50858         * po/cs.po: Update from translation team.
50859         * po/bg.po: Likewise.
50860
50861 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50862
50863         * misc/sys/cdefs.h: Add support for const attribute.
50864         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50865         to gnu_dev_{major,minor,makedev} functions.
50866
50867 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50868
50869         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50870
50871 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50872
50873         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50874         strlen results.
50875
50876 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50877
50878         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50879         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50880         register in order to avoid conflicts with the soft frame pointer
50881         being held in r11 when necessary.
50882         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50883         (INTERNAL_VSYSCALL_NCS): Likewise.
50884
50885 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50886
50887         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50888         * elf/dl-fini.c (_dl_fini): Adjust caller.
50889         * elf/dl-close.c (_dl_close_worker): Likewise.
50890         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50891
50892 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50893
50894         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50895         "aux_cache->nlibs < 0".
50896
50897         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50898         in the reload-count case.
50899
50900 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50901
50902         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50903         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50904         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50905         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50906         * sysdeps/x86_64/multiarch/strcat.S: New file.
50907         * sysdeps/x86_64/multiarch/strncat.S: New file.
50908         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50909         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50910         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50911         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50912         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50913         (USE_AS_STRCAT): Define.
50914         Add strcat and strncat support.
50915         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50916         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50917         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50918         * string/strncat.c: Update.
50919         (USE_AS_STRNCAT): Define.
50920         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50921         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50922         and i7.
50923         * sysdeps/x86_64/multiarch/init-arch.h
50924         (bit_Prefer_PMINUB_for_stringop): New.
50925         (index_Prefer_PMINUB_for_stringop): Likewise.
50926         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50927         bit_Prefer_PMINUB_for_stringop.
50928
50929 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50930
50931         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50932         buffer64.
50933         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50934         of casting of buffer.
50935         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50936         buffer32 and buffer64.
50937         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50938         writes instead of casting of buffer.
50939         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50940         buffer32.
50941         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50942         casting of buffer.
50943
50944 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50945
50946         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50947
50948 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50949
50950         * nscd/nscd.c (termination_handler): Don't do anything for a database
50951         if it has not yet been initialized.
50952
50953 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50954
50955         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50956
50957 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50958
50959         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50960
50961 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50962
50963         * po/nl.po: Update from translation team.
50964         * po/sv.po: Likewise.
50965
50966 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50967
50968         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50969         now disallowed by GCC.
50970
50971         * configure.in (use-default-link): Default to yes if a test -shared
50972         link meets our qualifications.
50973         * configure: Regenerated.
50974
50975         * config.make.in (output-format): New variable.
50976         * configure.in: Check for ld --print-output-format support.
50977         * configure: Regenerated.
50978         * Makerules ($(common-objpfx)format.lds)
50979         [$(output-format) != unknown]: Just use $(output-format),
50980         instead of the linker-script munging.
50981
50982 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50983
50984         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50985         of $(common-objpfx)shlib.lds.
50986         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50987
50988         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50989         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50990
50991         * configure.in (-z relro check): Adjust test code to add a large
50992         writable data section after it.
50993         * configure: Regenerated.
50994
50995 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50996
50997         * configure.in (-z relro check): Fix test code to make the variable
50998         truly const.
50999         * configure: Regenerated.
51000
51001 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51002
51003         * nscd/nscd.h (struct traced_file): Define.
51004         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51005         elements.  Add traced_files.
51006         (inotify_fd): Declare.
51007         (register_traced_file): Declare.
51008         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51009         (inotify_fd): Export.
51010         (resolv_conf_descr): Remove.
51011         (nscd_init): Move inotify descriptor creation to main.
51012         Don't register files for notification here.
51013         (register_traced_file): New function.
51014         (invalidate_cache): Don't use reset_res to determine whether to call
51015         res_init, go through the list of registered files.
51016         (main_loop_poll): The inotify descriptors are now stored in the
51017         structures for the traced files.
51018         (main_loop_epoll): Likewise
51019         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51020         to __nss_disable_nscd.
51021         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51022         for a database anymore.  Check the records for all the registered
51023         files instead.
51024         * nss/Makefile (libnss_files-routines): Add files-init.
51025         (libnss_db-routines): Add db-init.
51026         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51027         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51028         * nss/nss_db/db-init.c: New file.
51029         * nss/nss_files/files-init.c: New file.
51030         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51031         __nss_lookup_function.
51032         (__nss_lookup_function): Call nss_load_library.
51033         (nss_load_all_libraries): New function.
51034         (__nss_disable_nscd): Take parameter with callback function for files
51035         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51036         used for the cached services.
51037         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51038         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51039         options for features to all the files in nscd.
51040
51041         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51042
51043 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51044
51045         * csu/elf-init.c (__libc_csu_init): Comment typo.
51046
51047 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51048
51049         * po/pl.po: Update from translation team.
51050         * po/ja.po: Likewise.
51051         * po/ru.po: Likewise.
51052         * po/ko.po: Likewise.
51053         * po/fr.po: Likewise.
51054
51055 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51056
51057         * configure.in (.ctors/.dtors header and trailer check):
51058         Use an empirical test on a built program.
51059         * configure: Regenerated.
51060
51061         * configure.in (-z relro check): Use an empirical test on a built DSO.
51062         Detect, but do not require, on ia64.
51063         * configure: Regenerated.
51064
51065         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51066         Update tests that use readelf to use $READELF instead.
51067         * configure: Regenerated.
51068
51069 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51070
51071         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51072         if the result is not used.
51073
51074 2011-07-05  Andreas Jaeger  <aj@suse.de>
51075
51076         [BZ#9696]
51077         * stdlib/tst-strtod.c: Add testcase.
51078
51079 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51080
51081         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51082         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51083         The latter has a higher limit.  Take additional parameter to pass to
51084         the new function.
51085         (__pathconf): Pass file to __statfs_link_max.
51086         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51087         __statfs_link_max.
51088         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51089         __statfs_link_max.
51090
51091         [BZ #12868]
51092         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51093         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51094         Handle Lustre.
51095         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51096         (__statfs_filesize_max): Likewise.
51097         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51098
51099 2011-07-05  Andreas Jaeger  <aj@suse.de>
51100
51101         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51102
51103 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51104
51105         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51106         `status' variable.
51107         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51108         Likewise.
51109
51110 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51111
51112         * Makefile (strop-tests): Add strncat.
51113         * string/test-strncat.c: New file.
51114
51115 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51116
51117         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51118
51119 2011-06-21  Andreas Jaeger  <aj@suse.de>
51120
51121         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51122         Copy rule from iconvdata/Makefile.
51123
51124 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51125
51126         [BZ #12922]
51127         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51128         but no long options are defined, just return 'W'.
51129
51130 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51131
51132         [BZ #9696]
51133         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51134
51135 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51136
51137         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51138         netgroups to read.
51139         (innetgr): Likewise.
51140
51141 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51142
51143         * config.make.in (install_root): Default to $(DESTDIR).
51144
51145 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51146
51147         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51148
51149 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51150
51151         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51152
51153         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51154         containing directory rather than embedding absolute directory names.
51155
51156         * scripts/check-local-headers.sh: Rewritten using awk.
51157         Match by word, not by line.  Print error messages for matches.
51158         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51159
51160         * Makerules [shlib-lds-flags empty]:
51161         ($(common-objpfx)libc_pic.opts): New target.
51162         ($(common-objpfx)libc_pic.os.clean): New target.
51163         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51164
51165         * config.make.in (OBJCOPY): New variable.
51166         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51167         * configure: Regenerated.
51168
51169         * config.make.in (use-default-link): New variable.
51170         * configure.in (use_default_link): Grok --with-default-link to set it.
51171         * configure: Regenerated.
51172         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51173         (shlib-lds, shlib-lds-flags): Define to empty.
51174
51175         * Makerules (shlib-lds): New variable.
51176         (shlib-lds-flags): New variable.
51177         (build-shlib, build-moduile, build-module-asneeded): Use it.
51178         ($(common-objpfx)libc.so): Use $(shlib-lds).
51179         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51180         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51181
51182         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51183         DT_FLAGS/DT_FLAGS_1 with zero flags.
51184
51185         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51186         linker script munging.
51187
51188 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51189
51190         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51191         as 128-bit value.
51192         * crypt/sha512.c (sha512_process_block): Perform total addition using
51193         128-bit if possible.
51194         (__sha512_finish_ctx): Likewise.
51195         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51196         as 64-bit value.
51197         * crypt/sha256.c (SWAP64): Define.
51198         (sha256_process_block): Perform total addition using 64-bit if
51199         possible.
51200         (__sha256_finish_ctx): Likewise.
51201
51202 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51203
51204         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51205         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51206         * nscd/hstcache.c (cache_addhst): Likewise.
51207         * nscd/grpcache.c (cache_addgr): Likewise.
51208         * nscd/aicache.c (addhstaiX): Likewise
51209         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51210
51211 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51212
51213         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51214         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51215         * nscd/hstcache.c (cache_addhst): Likewise.
51216         * nscd/grpcache.c (cache_addgr): Likewise.
51217         * nscd/aicache.c (addhstaiX): Likewise
51218
51219 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51220
51221         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51222         domain only when needed.
51223
51224 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51225
51226         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51227         is always restored.
51228
51229 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51230
51231         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51232         are re-adding the entry.
51233         * nscd/servicescache.c (cache_addserv): Likewise.
51234
51235 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51236
51237         * sysdeps/generic/dl-irel.h: fix protection against multiple
51238         inclusions.
51239         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51240
51241 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51242
51243         [BZ #12935]
51244         * malloc/memusage.sh: Fix quoting in message.
51245         * debug/xtrace.sh: Likewise.
51246
51247         * configure.in: Remove support for --experimental-malloc option, make
51248         it the default.
51249         * config.make.in: Likewise.
51250         * malloc/Makefile: Likewise.
51251
51252 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51253
51254         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51255         two-byte characters.
51256
51257 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51258
51259         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51260         AC_CACHE_CHECK invocation.
51261         * configure: Regenerated.
51262
51263         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51264
51265 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51266
51267         [BZ #12350]
51268         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51269         bit from old_res_options.
51270
51271         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51272
51273         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51274         value type for setfct.
51275
51276 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51277
51278         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51279         __gettimeofday instead of gettimeofday.
51280
51281 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51282
51283         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51284
51285 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51286
51287         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51288
51289         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51290         info.
51291
51292 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51293
51294         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51295         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51296         strcpy-sse2-unaligned strncpy-sse2-unaligned
51297         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51298         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51299         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51300         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51301         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51302         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51303         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51304         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51305         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51306         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51307         (STRCPY): Support SSE2 and SSSE3 versions.
51308
51309 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51310
51311         [BZ #12874]
51312         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51313         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51314         kernels which artificially limit size of requests.
51315
51316 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51317
51318         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51319         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51320         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51321         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51322         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51323         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51324         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51325         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51326         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51327         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51328         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51329         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51330         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51331         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51332         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51334         Enable unaligned load optimization for Intel Core i3, i5 and i7
51335         processors.
51336         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51337         Define.
51338         (index_Fast_Unaligned_Load): Define.
51339         (HAS_FAST_UNALIGNED_LOAD): Define.
51340
51341 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51342
51343         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51344
51345 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51346
51347         [BZ #12907]
51348         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51349         until it is clear that the information is realy needed.
51350         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51351
51352 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51353
51354         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51355
51356 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51357
51358         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51359         /sys/devices/system/cpu/online if it is usable.
51360
51361         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51362         reading the information from the /proc filesystem to once a second.
51363
51364 2011-06-21  Andreas Jaeger  <aj@suse.de>
51365
51366         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51367         NULL after inclusion of kernel headers.
51368
51369 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51370
51371         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51372         calls to internal_setent.
51373
51374         [BZ #12885]
51375         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51376         addresses using gethostbyname4_r ignore IPv4 addresses.
51377
51378         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51379         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51380
51381         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51382
51383 2011-06-20  David S. Miller  <davem@davemloft.net>
51384
51385         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51386         inclusions.
51387         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51388
51389         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51390         (elf_irel): Use it.
51391         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51392         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51393         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51394         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51395         * sysdeps/x86_64/dl-irel.h: Likewise.
51396
51397         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51398         * elf/dl-sym.c: Likewise.
51399
51400 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51401
51402         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51403         need to dereference resplen2.
51404
51405 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51406
51407         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51408
51409 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51410
51411         * Makeconfig: Define vardbdir and inst_vardbdir.
51412         * nss/Makefile: Add rules to install db-Makefile.
51413
51414         * nss/nss_db/db-XXX.c: Cleanup.
51415
51416         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51417         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51418         GLIBC_PRIVATE.
51419         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51420         * nss/makedb.c: Implement -g option to specify that value strings
51421         are generated and should not be added to table iterated over for
51422         get*ent calls.
51423         * nss/nss_db/db-initgroups.c: New file.
51424
51425         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51426         interface.
51427
51428         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51429         (internal_getgrouplist): Adjust to name change.
51430         Update use_initgroups_entry if this is not the first call.
51431         * nss/databases.def: Add initgroups entry.
51432
51433         * nss/makedb.c (compute_tables): Check result of multiple hash table
51434         sizes to minimize maximum chain length.
51435
51436 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51437
51438         * Versions.def: Add entry for libnss_db.
51439         * shlib-versions: Likewise.
51440         * nss/Makefile: Add rules to build libnss_db.
51441         * nss/Versions: Add libnss_db information.  Organize libnss_files
51442         entries better.
51443         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51444         makedb progra.  Some minor improvements to generate smaller files.
51445         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51446         here from...
51447         * nss/makedb.c: ...here.
51448         Improve database format to be smaller and require less memory at
51449         runtime.
51450         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51451         db anymore.
51452         * nss/nss_db/db-netgrp.c: Likewise.
51453         * nss/nss_db/db-open.c: Likewise.
51454         * nss/nss_files/flies-XXX.x: Adjust comments.
51455         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51456         * nss/nss_files/files-grp.c: Likewise.
51457         * nss/nss_files/files-hosts.c: Likewise.
51458         * nss/nss_files/files-network.c: Likewise.
51459         * nss/nss_files/files-proto.c: Likewise.
51460         * nss/nss_files/files-pwd.c: Likewise.
51461         * nss/nss_files/files-rpc.c: Likewise.
51462         * nss/nss_files/files-service.c: Likewise.
51463         * nss/nss_files/files-sgrp.c: Likewise.
51464         * nss/nss_files/files-spwd.c: Likewise.
51465         * nss/nss_db/db-alias.c: Removed.
51466         * nss/nss_db/dummy-db.h: Removed.
51467
51468 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51469
51470         * nss/makedb.c: Rewritten to not use database library.
51471         * nss/Makefile: Update to build new makedb program.
51472
51473 2011-06-14  Andreas Jaeger  <aj@suse.de>
51474
51475         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51476         memset declaration.
51477
51478 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51479
51480         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51481         tmpbuf.
51482
51483 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51484
51485         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51486         * elf/Makefile ($(objpfx)ld.so): Likewise.
51487
51488         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51489         Don't list ld.so twice in dependencies.
51490
51491         * posix/bug-regex31.c: Include <stdlib.h>.
51492
51493         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51494
51495         * nis/nss_compat/compat-spwd.c
51496         (getspent_next_nss_netgr): Remove unused variable.
51497         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51498
51499         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51500         nonmembers" output to use the right array.
51501
51502         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51503
51504         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51505
51506         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51507         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51508         * catgets/gencat.c (read_input_file): Likewise.
51509         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51510
51511         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51512         variable definition inside #if's controlling its use.
51513
51514         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51515
51516         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51517
51518         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51519
51520         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51521         unreachable code.
51522
51523         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51524
51525         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51526         * configure: Regenerated.
51527
51528         * Makerules: Revert last change.
51529         * elf/Makefile: Likewise.
51530
51531 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51532
51533         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51534         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51535         (reloc-link): Likewise.
51536
51537 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51538
51539         * elf/Makefile: Add rules to build pldd.
51540         * elf/pldd.c: New file.
51541         * elf/pldd-xx.c: New file.
51542
51543 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51544
51545         * version.h: Update for 2.15 development version.
51546
51547 2011-06-07  David S. Miller  <davem@davemloft.net>
51548
51549         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51550         ifuncs.
51551         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51552         elf_machine_lazy_rel): Likewise.
51553         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51554         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51555         elf_machine_lazy_rel): Likewise.
51556         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51557         dl_hwcap via passed in argument.
51558         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51559         Likewise.
51560
51561 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51562
51563         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51564
51565 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51566
51567         [BZ #12849]
51568         * manual/fdl-1.1.texi: New file, verbatim from:
51569         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51570         * manual/lgpl-2.1.texi: New file, verbatim from:
51571         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51572         * manual/Makefile (licenses): New variable, list those new file names.
51573         (texis): Use it.
51574         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51575
51576         * manual/fdl.texi: File removed.
51577         * manual/lesser.texi: File removed.
51578         * manual/libc.texinfo (Copying, Documentation License):
51579         Use new @include file names, put @appendix directive before @include.
51580
51581 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51582
51583         [BZ #12841]
51584         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51585         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51586         (mq_open): Add __NTH.
51587
51588 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51589
51590         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51591         Assume Intel Core i3/i5/i7 processor if AVX is available.
51592
51593 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51594
51595         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51596         typo.
51597
51598 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51599
51600         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51601         memory.  Use alloca_account.  Fix memory leak when retrying.
51602
51603 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51604
51605         * version.h (RELEASE): Bump for 2.14 release.
51606         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51607
51608         * config.make.in (RANLIB): Remove entry.
51609
51610 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51611
51612         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51613         (libc.pot): Work around missing support for .ksh extension in xgettext.
51614
51615         [BZ #12684]
51616         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51617         if both request failed.
51618         (send_dg): In case of server errors clear resplen or *resplen2.
51619
51620         [BZ #12454]
51621         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51622         when there are multiple maps.
51623         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51624         (_dl_fini): Remove test here.
51625
51626         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51627
51628 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51629
51630         [BZ #12350]
51631         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51632         bit from old_res_options.
51633         (gaih_inet): Likewise.
51634
51635         [BZ #11099]
51636         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51637         as signed.
51638
51639         * resolv/res_init.c (res_setoptions): Make the code more compact.
51640
51641         [BZ #11558]
51642         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51643         set RES_USEVC.
51644
51645         [BZ #11634]
51646         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51647
51648         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51649
51650         [BZ #11781]
51651         * malloc/malloc.h: Declare malloc hook variables as volatile.
51652
51653         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51654         in last patch.
51655
51656         [BZ #11799]
51657         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51658         raise in the comment.
51659         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51660         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51661         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51662
51663 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51664
51665         [BZ #12811]
51666         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51667         grow the buffers more if it already has to be sufficient.
51668         (build_wcs_upper_buffer): Likewise.
51669         * posix/regexec.c (check_matching): Likewise.
51670         (clean_state_log_if_needed): Likewise.
51671         (extend_buffers): Don't enlarge buffers beyond size of the input
51672         buffer.
51673         Patches mostly by Emil Wojak <emil@wojak.eu>.
51674         * posix/bug-regex32.c: New file.
51675         * posix/Makefile (tests): Add bug-regex32.
51676
51677         * locale/findlocale.c (_nl_find_locale): Return right away if
51678         _nl_explode_name failed.
51679         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51680
51681         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51682
51683         * debug/xtrace.sh: Unify messages.
51684         * malloc/memusage.sh: Likewise.
51685
51686         [BZ #12813]
51687         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51688         time symbol from vDSO.  Substitute with vsyscall if not available.
51689         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51690         __vdso_time.
51691
51692         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51693         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51694         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51695         Add sendmmsg and internal_sendmmsg.
51696         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51697         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51698         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51699
51700         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51701         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51702         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51703
51704 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51705
51706         [BZ #12813]
51707         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51708         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51709         available.
51710         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51711         __vdso_getcpu.
51712
51713         [BZ #12814]
51714         * iconvdata/Makefile (tests): Add bug-iconv9.
51715         * iconvdata/bug-iconv9.c: New file.
51716
51717 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51718
51719         [BZ #12814]
51720         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51721
51722 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51723
51724         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51725         (struct user_regs_struct): Change intcs field back to cs.
51726
51727 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51728
51729         * po/ja.po: Update from translation team.
51730
51731 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51732
51733         [BZ #12795]
51734         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51735         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51736
51737 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51738
51739         * stdlib/longlong.h: Update from GCC.
51740
51741 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51742
51743         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51744         parameter name.
51745         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51746         Add parameter name.
51747         (__sysconf): Pass it down.
51748
51749 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51750
51751         [BZ #12671]
51752         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51753         some situations.
51754         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51755         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51756         add in in __libc_use_alloca calls.  Adjust callers.
51757         (glob): Use malloc in some situations.
51758
51759         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51760         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51761         pltexit.
51762
51763 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51764
51765         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51766         and CLOCK_BOOTTIME_ALARM.
51767
51768         [BZ #12782]
51769         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51770         is returned.
51771
51772         * string/_strerror.c (__strerror_r): Print negative errors as signed
51773         numbers.
51774
51775         [BZ #12777]
51776         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51777         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51778         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51779
51780         * configure.in: Fix typo in redirection and correct removal of test
51781         files in two cases.
51782
51783         [BZ #12788]
51784         * locale/setlocale.c (new_composite_name): Fix test to check for
51785         identical name of all categories.
51786
51787         [BZ #12792]
51788         * libio/filedoalloc.c (local_isatty): New function.
51789         (_IO_file_doallocate): Use local_isatty.
51790         * stdio-common/perror.c (perror): In case a new stream is used
51791         forward the stream error.
51792         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51793         error flag.
51794
51795 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51796
51797         [BZ #11869]
51798         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51799         alloca.
51800         * include/alloca.h (extend_alloca_account): Define.
51801
51802         [BZ #11857]
51803         * posix/regex.h: Fix comments with documentation of user-accessible
51804         fields after compilation and describe correct free'ing of pattern
51805         after re_compile_pattern.
51806         Patch by Reuben Thomas <rrt@sc3d.org>.
51807
51808 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51809
51810         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51811         and -mno-altivec to prevent the compiler from using Altivec and/or
51812         VSX instructions when the corresponding registers are not available.
51813
51814 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51815
51816         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51817
51818 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51819
51820         * libio/freopen.c (freopen): Use __dup2, not dup2.
51821         * libio/freopen64.c (freopen64): Likewise.
51822
51823 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51824
51825         [BZ #12775]
51826         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51827         * math/Makefile (tests): Add test-powl.
51828         (CFLAGS-test-powl.c): Define.
51829         * math/test-powl.c: New file.
51830
51831 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51832
51833         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51834
51835 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51836
51837         [BZ #11837]
51838         * iconvdata/gb18030.c: Update to GB18020-2005.
51839
51840 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51841
51842         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51843         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51844         Patch by Aharon Robbins <arnold@skeeve.com>.
51845
51846         [BZ #11892]
51847         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51848         on the stack.
51849
51850         [BZ #11895]
51851         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51852         through underflows.
51853
51854         [BZ #12766]
51855         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51856         point to strings before performing equality test for error_one_per_line
51857         mode.
51858
51859         [BZ #11697]
51860         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51861
51862         [BZ #11820]
51863         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51864         (struct user_fpregs_struct): Avoid __uint*_t types.
51865
51866         [BZ #6420]
51867         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51868         symbol info.  Use it instead of calling _dl_addr locally.
51869         (lock_and_info): New function.
51870         (tr_freehook): Call lock_and_info and pass symbol info as additional
51871         parameter to tr_where.
51872         (tr_mallochook): Likewise.
51873         (tr_reallochook): Likewise.
51874         (tr_memalignhook): Likewise.
51875
51876         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51877         used and couldn't be at all thread-safe.
51878
51879 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51880
51881         * libio/freopen.c (freopen): Don't close old file descriptor
51882         before the new one is opened.  Instead dup the new file descriptor
51883         to the old one after the new stream is created.
51884         * libio/freopen64.c (freopen64): Likewise.
51885         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51886         * libio/fileops.c (_IO_new_file_close_it): Handle new
51887         _IO_FLAGS2_NOCLOSE flag.
51888         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51889         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51890         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51891         _IO_FLAGS2_NOCLOSE flag.
51892         * include/unistd.h: Add hidden_proto for dup3.
51893         Define __have_dup3.
51894         * io/dup3.c: Define hidden symbol.
51895         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51896
51897         [BZ #7101]
51898         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51899         when an incomplete long option is used.
51900         * posix/tst-getopt_long1.c: New file.
51901         * posix/Makefile (tests): Add tst-getopt_long1.
51902
51903         [BZ #10138]
51904         * scripts/config.guess: Update from autoconf-2.68.
51905         * scripts/config.sub: Likewise.
51906
51907         [BZ #10157]
51908         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51909         tests into ...
51910         (has_cpuclock): ...this.  New function.
51911         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51912         macro here based on has_cpuclock code.
51913
51914         [BZ #10149]
51915         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51916         First byte (not low byte) is now always NUL.
51917         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51918
51919         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51920         Use non-cancelable interfaces.
51921
51922         [BZ #9809]
51923         * locale/iso-639.def: Add entry for Sorani.
51924
51925         [BZ #11901]
51926         * include/stdlib.h: Move include protection to the right place.
51927         Define abort_msg_s.  Declare __abort_msg with it.
51928         * stdlib/abort.c (__abort_msg): Adjust type.
51929         * assert/assert.c (__assert_fail_base): New function.  Majority
51930         of code from __assert_fail.  Allocate memory for __abort_msg with
51931         mmap.
51932         (__assert_fail): Now call __assert_fail_base.
51933         * assert/assert-perr.c: Remove bulk of implementation.  Use
51934         __assert_fail_base.
51935         * include/assert.hL Declare __assert_fail_base.
51936         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51937         mmap.
51938         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51939
51940 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51941
51942         [BZ #11952]
51943         [BZ #12453]
51944         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51945         until all modules are registered in the DTV.
51946         * elf/Makefile: Add rules to build and run tst-tls19.
51947         * elf/tst-tls19.c: New file.
51948         * elf/tst-tls19mod1.c: New file.
51949         * elf/tst-tls19mod2.c: New file.
51950         * elf/tst-tls19mod3.c: New file.
51951         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51952
51953         [BZ #12083]
51954         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51955         correctly.
51956
51957         [BZ #12601]
51958         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51959         two-byte sequence errors.
51960         * iconvdata/Makefile (tests): Add bug-iconv8.
51961         * iconvdata/bug-iconv8.c: New file.
51962
51963         [BZ #12626]
51964         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51965         buf2 definition.
51966
51967         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51968
51969         [BZ #12432]
51970         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51971         (dummy_getcfa): New function.
51972         (init): Get _Unwind_GetCFA address, use dummy if not found.
51973         (backtrace_helper): In recursion check, also check whether CFA changes.
51974         (__backtrace): Completely initialize arg.
51975
51976         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51977         storing incomplete byte sequence in state object.  Avoid testing for
51978         guaranteed too small input if we know there is enough data available.
51979
51980 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51981
51982         * Makeconfig (+link-pie): Indent.
51983         * Rules (binaries-pie): Define if $(have-fpie) and
51984         $(build-shared).
51985         (binaries-shared): Also filter out $(binaries-pie).
51986         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51987         * nscd/Makefile (others-pie): Add nscd.
51988         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51989         ($(objpfx)nscd): Remove command override.
51990         * login/Makefile (others-pie): Add pt_chown.
51991         ($(objpfx)pt_chown): Remove command override.
51992         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51993         remove command overrides.
51994
51995 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51996
51997         * libio/tst_putwc.c: Fix error messages.
51998
51999         [BZ #12724]
52000         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52001         currently writing and seek to current position when not.
52002         * libio/Makefile (tests): Add bug-fclose1.
52003         * libio/bug-fclose1.c: New file.
52004
52005 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52006
52007         [BZ #12511]
52008         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52009         don't set DF_1_NODELETE here.
52010         (do_lookup_x): When entering new entry test for copy relocation
52011         and if necessary set DF_1_NODELETE flag.
52012         * elf/tst-unique4.cc: New file.
52013         * elf/tst-unique4.h: New file.
52014         * elf/tst-unique4lib.cc: New file.
52015         * elf/Makefile: Add rules to build and run tst-unique4.
52016         Patch by Piotr Bury <pbury@goahead.com>.
52017
52018 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52019
52020         [BZ #12052]
52021         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52022
52023         [BZ #12625]
52024         * misc/mntent_r.c (addmntent): Flush the stream after the output
52025
52026         [BZ #12393]
52027         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52028         (is_trusted_path_normalize): Skip initial colon.  Append slash
52029         to empty buffer.  Duplicate is_trusted_path code but allow
52030         constructed patch to be prefix.
52031         (is_dst): Allow $ORIGIN followed by /.
52032         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52033         Correct testing of result of is_trusted_path_normalize
52034         (decompose_rpath): Fix warning.
52035
52036 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52037
52038         [BZ #11257]
52039         * grp/initgroups.c (internal_getgrouplist): When we found the service
52040         list through the initgroups entry in nsswitch.conf do not always
52041         continue on a successful lookup.  Don't always use the
52042         __nss_group_database value if it is set.
52043         * nss/nsswitch.conf (initgroups): Change action for successful db
52044         lookup to continue for compatibility.
52045
52046 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52047
52048         [BZ #11532]
52049         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52050         and CP774 modules.
52051         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52052         and CP774 modules.
52053         * iconvdata/tst-tables.sh: Likewise.
52054         * iconvdata/cp770.c: New file.
52055         * iconvdata/cp771.c: New file.
52056         * iconvdata/cp772.c: New file.
52057         * iconvdata/cp773.c: New file.
52058         * iconvdata/cp774.c: New file.
52059         * iconvdata/testdata/CP770: New file.
52060         * iconvdata/testdata/CP770..UTF8: New file.
52061         * iconvdata/testdata/CP771: New file.
52062         * iconvdata/testdata/CP771..UTF8: New file.
52063         * iconvdata/testdata/CP772: New file.
52064         * iconvdata/testdata/CP772..UTF8: New file.
52065         * iconvdata/testdata/CP773: New file.
52066         * iconvdata/testdata/CP773..UTF8: New file.
52067         * iconvdata/testdata/CP774: New file.
52068         * iconvdata/testdata/CP774..UTF8: New file.
52069
52070         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52071         END CHARMAP line.
52072         * iconvdata/gen-8bit-gap.sh: Likewise.
52073         * iconvdata/gen-8bit.sh: Likewise.
52074
52075         * locale/iso-639.def: Add ary entry.
52076
52077         [BZ #11258]
52078         * locale/C-translit.h.in: Add U20A1 transliteration.
52079
52080         [BZ #12178]
52081         * locale/iso-639.def: Add wae entry.
52082         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52083
52084         [BZ #12545]
52085         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52086         for n.
52087
52088         [BZ #12711]
52089         * locale/C-translit.h.in: Add entry for U20B9.
52090         Patch by pravin.d.s@gmail.com.
52091
52092 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52093
52094         [BZ #12713]
52095         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52096         ENAMETOOLONG use generic getcwd.
52097         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52098         in rtld.  Use *stat64.
52099         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52100         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52101         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52102         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52103         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52104         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52105         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52106         __fstatat64 macros.
52107         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52108         * dirent/rewinddir.c: Add libc_hidden_def.
52109         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52110         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52111
52112         * include/dirent.h (__alloc_dir): Add flags parameter.
52113         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52114         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52115         __alloc_dir.
52116         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52117         from fdopendir if O_CLOEXEC is already set.
52118
52119 2011-03-15  Alan Modra  <amodra@gmail.com>
52120
52121         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52122         l_tls_firstbyte_offset non-zero.  Save padding offset in
52123         l_tls_firstbyte_offset for later use.
52124         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52125         freeing static tls block.
52126
52127 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52128
52129         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52130         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52131         being defined by the kernel headers.
52132
52133 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52134
52135         [BZ #12734]
52136         * resolv/resolv.h: Define RES_NOTLDQUERY.
52137         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52138         no-tld-query and set RES_NOTLDQUERY.
52139         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52140         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52141         modern BIND to search name as TLD unless forbidden.
52142
52143 2011-05-07  Petr Baudis  <pasky@suse.cz>
52144             Ulrich Drepper  <drepper@gmail.com>
52145
52146         [BZ #12393]
52147         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52148         (is_trusted_path): ...to here.
52149         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52150         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52151         using is_trusted_path_normalize() in setuid scripts.
52152
52153 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52154
52155         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52156         __BEGIN/__END_DECLS.
52157
52158 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52159
52160         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52161         NSS_STATUS_NOTFOUND if no record was found.
52162
52163 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52164
52165         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52166         (headers-not-in-tirpc): Remove rpc/netdb.h
52167         * resolv/netdb.h: Revert last change.
52168
52169 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52170
52171         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52172         circular dependency between libgcc.a and libc.a.
52173
52174 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52175
52176         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52177         * nis/Makefile: Don't install rpcsvc/*.
52178         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52179         instead of <rpc/types.h>.
52180         (MAXHOSTNAMELEN): Define.
52181
52182 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52183
52184         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52185
52186 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52187
52188         [BZ #12714]
52189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52190         gethostbyname4_r when IPv6 results are possible.
52191
52192 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52193
52194         [BZ #12723]
52195         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52196         _PC_PIPE_BUF handling.
52197
52198 2011-04-30  Bruno Haible  <bruno@clisp.org>
52199
52200         [BZ #12717]
52201         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52202         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52203         to 'int'.
52204         * inet/getnameinfo.c (getnameinfo): Likewise.
52205
52206 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52207
52208         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52209         to groups setting in database lookup.
52210         * nss/nsswitch.conf: Add initgroups entry.
52211
52212 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52213
52214         [BZ #12685]
52215         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52216         mode string.
52217         Patch by Eric Blake <eblake@redhat.com>.
52218
52219 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52220
52221         * sunrpc/Makefile (need-export-routines): Add svc_run.
52222         (routines): Remove svc_run.
52223         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52224         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52225         * sunrpc/svc_run.c (svc_run): Likewise.
52226         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52227
52228 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52229
52230         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52231         problem in reallocation in last patch.
52232
52233 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52234
52235         * sunrpc/Makefile: Move inclusion of Rules.
52236
52237 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52238
52239         * nss/nss_files/files-initgroups.c: New file.
52240         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52241         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52242         _nss_files_initgroups_dyn.
52243
52244 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52245
52246         * elf/elf.h (R_ARM_IRELATIVE): Define.
52247
52248 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52249
52250         * po/ru.po: Update from translation team.
52251
52252 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52253
52254         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52255         dependencies.
52256
52257 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52258
52259         [BZ #12653]
52260         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52261         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52262         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52263         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52264         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52265
52266 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52267
52268         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52269         differing bytes.
52270         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52271         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52272         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52273
52274 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52275
52276         [BZ #12420]
52277         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52278         storing it.
52279         * stdlib/bug-getcontext.c: New file.
52280         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52281
52282 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52283
52284         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52285         instructions into .machine "z9-109".
52286         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52287         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52288
52289 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52290
52291         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52292         between environment variables and auxiliary vector.
52293
52294 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52295
52296         * Makefile: Add rules to build linkobj/libc.so.
52297         * include/libc-symbols.h: Define libc_hidden_nolink.
52298         * include/rpc/auth.h: Mark functions which are to be hidden.
52299         * include/rpc/auth_des.h: Likewise.
52300         * include/rpc/auth_unix.h: Likewise.
52301         * include/rpc/clnt.h: Likewise.
52302         * include/rpc/des_crypt.h: Likewise.
52303         * include/rpc/key_prot.h: Likewise.
52304         * include/rpc/pmap_clnt.h: Likewise.
52305         * include/rpc/pmap_prot.h: Likewise.
52306         * include/rpc/pmap_rmt.h: Likewise.
52307         * include/rpc/rpc_msg.h: Likewise.
52308         * include/rpc/svc.h: Likewise.
52309         * include/rpc/svc_auth.h: Likewise.
52310         * include/rpc/xdr.h: Likewise.
52311         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52312         * nss/Makefile: Likewise.
52313         * sunrpc/Makefile: Don't install headers.  Build library with normal
52314         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52315         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52316         for the compat linking library.  Remove use of INTDEF/INTUSE.
52317         * sunrpc/auth_none.c: Likewise.
52318         * sunrpc/auth_unix.c: Likewise.
52319         * sunrpc/authdes_prot.c: Likewise.
52320         * sunrpc/authuxprot.c: Likewise.
52321         * sunrpc/clnt_gen.c: Likewise.
52322         * sunrpc/clnt_perr.c: Likewise.
52323         * sunrpc/clnt_raw.c: Likewise.
52324         * sunrpc/clnt_simp.c: Likewise.
52325         * sunrpc/clnt_tcp.c: Likewise.
52326         * sunrpc/clnt_udp.c: Likewise.
52327         * sunrpc/clnt_unix.c: Likewise.
52328         * sunrpc/des_crypt.c: Likewise.
52329         * sunrpc/des_soft.c: Likewise.
52330         * sunrpc/get_myaddr.c: Likewise.
52331         * sunrpc/key_call.c: Likewise.
52332         * sunrpc/key_prot.c: Likewise.
52333         * sunrpc/netname.c: Likewise.
52334         * sunrpc/pm_getmaps.c: Likewise.
52335         * sunrpc/pm_getport.c: Likewise.
52336         * sunrpc/pmap_clnt.c: Likewise.
52337         * sunrpc/pmap_prot.c: Likewise.
52338         * sunrpc/pmap_prot2.c: Likewise.
52339         * sunrpc/pmap_rmt.c: Likewise.
52340         * sunrpc/publickey.c: Likewise.
52341         * sunrpc/rpc_cmsg.c: Likewise.
52342         * sunrpc/rpc_common.c: Likewise.
52343         * sunrpc/rpc_dtable.c: Likewise.
52344         * sunrpc/rpc_prot.c: Likewise.
52345         * sunrpc/rpc_thread.c: Likewise.
52346         * sunrpc/rtime.c: Likewise.
52347         * sunrpc/svc.c: Likewise.
52348         * sunrpc/svc_auth.c: Likewise.
52349         * sunrpc/svc_authux.c: Likewise.
52350         * sunrpc/svc_raw.c: Likewise.
52351         * sunrpc/svc_run.c: Likewise.
52352         * sunrpc/svc_simple.c: Likewise.
52353         * sunrpc/svc_tcp.c: Likewise.
52354         * sunrpc/svc_udp.c: Likewise.
52355         * sunrpc/svc_unix.c: Likewise.
52356         * sunrpc/svcauth_des.c: Likewise.
52357         * sunrpc/xcrypt.c: Likewise.
52358         * sunrpc/xdr.c: Likewise.
52359         * sunrpc/xdr_array.c: Likewise.
52360         * sunrpc/xdr_float.c: Likewise.
52361         * sunrpc/xdr_intXX_t.c: Likewise.
52362         * sunrpc/xdr_mem.c: Likewise.
52363         * sunrpc/xdr_rec.c: Likewise.
52364         * sunrpc/xdr_ref.c: Likewise.
52365         * sunrpc/xdr_sizeof.c: Likewise.
52366         * sunrpc/xdr_stdio.c: Likewise.
52367
52368 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52369
52370         [BZ #12650]
52371         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52372         * sysdeps/ia64/dl-tls.h: Likewise.
52373         * sysdeps/powerpc/dl-tls.h: Likewise.
52374         * sysdeps/s390/dl-tls.h: Likewise.
52375         * sysdeps/sh/dl-tls.h: Likewise.
52376         * sysdeps/sparc/dl-tls.h: Likewise.
52377         * sysdeps/x86_64/dl-tls.h: Likewise.
52378         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52379
52380 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52381
52382         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52383         rpath element also skip the following colon.
52384         (expand_dynamic_string_token): Add is_path parameter and pass
52385         down to DL_DST_REQUIRED and _dl_dst_substitute.
52386         (decompose_rpath): Call expand_dynamic_string_token with
52387         non-zero is_path.  Ignore empty rpaths.
52388         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52389         with zero is_path.
52390
52391 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52392
52393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52394         Make cancelable.
52395
52396 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52397
52398         [BZ #12655]
52399         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52400         Patch by Filipe David Manana <fdmanana@apache.org>.
52401
52402 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52403
52404         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52405         Maintain aligned stack.
52406         (CHECK_RSP): Remove unused macro.
52407
52408 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52409
52410         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52411         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52412
52413 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52414
52415         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52416
52417         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52418
52419 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52420
52421         [BZ #12518]
52422         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52423         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52424         * sysdeps/x86_64/memmove.c: New file.
52425         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52426         (memcpy): Renamed to ...
52427         (__new_memcpy): This.
52428         (memcpy): Provide GLIBC_2_14 memcpy.
52429         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52430         (memcpy): Provide GLIBC_2_2_5 memcpy.
52431
52432 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52433
52434         [BZ #12631]
52435         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52436
52437 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52438
52439         * misc/syncfs.c: New file.
52440         * misc/Makefile (routines): Add syncfs.
52441         * posix/unistd.h: Declare syncfs.
52442         * sysdeps/unix/syscalls.list: Add syncfs.
52443
52444 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52445
52446         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52447         open_by_handle_at.
52448         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52449         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52450         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52451         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52452         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52453         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52454         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52455
52456 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52457
52458         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52459         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52460         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52461         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52462         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52463         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52464         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52465
52466         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52467         sync_file_range.c with -fexceptions.
52468         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52469         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52470         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52471         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52472         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52473         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52474         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52475         sync_file_range as cancellation point
52476         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52477         now a wrapper around __call_sync_file_range with cancellation handling.
52478         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52479         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52480         function name to __call_sync_file_range.
52481         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52482         Add call_sync_file_range.
52483
52484 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52485
52486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52487         bits/timex.h.
52488
52489 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52490
52491         * iconv/iconv.h: Fix typo in comment.
52492         * io/fcntl.h: Likewise.
52493         * libio/stdio.h: Likewise.
52494         * posix/spawn.h: Likewise.
52495         * posix/unistd.h: Likewise.
52496         * stdlib/stdlib.h: Likewise.
52497         * time/time.h: Likewise.
52498         * wcsmbs/wchar.h: Likewise.
52499
52500         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52501         open_by_handle): Add.
52502         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52503         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52504         Augment a few comments.
52505         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52506         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52507         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52508         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52509         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52510         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52511         open_by_handle.
52512
52513         * io/fcntl.h (AT_EMPTY_PATH): Define.
52514
52515 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52516
52517         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52518         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52519         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52520         to...
52521         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52522         * Versions.def: Add GLIBC_2.14.
52523         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52524         Export.
52525
52526 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52527
52528         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52529         round counter.
52530         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52531
52532 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52533
52534         [BZ #12597]
52535         * string/test-strncmp.c (do_page_test): New function.
52536         (check2): Likewise.
52537         (test_main): Call check2.
52538         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52539
52540 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52541
52542         [BZ #12587]
52543         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52544         Handle cache information in CPU leaf 4.
52545         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52546
52547 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52548
52549         [BZ #12583]
52550         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52551         character representation.
52552         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52553
52554 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52555
52556         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52557         END(__isnan) to END(__isnanf) to match function entry point/label
52558         EALIGN(__isnanf,...).
52559
52560 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52561
52562         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52563
52564 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52565
52566         [BZ #12510]
52567         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52568         copy from the symbol referenced in the relocation to initialize the
52569         used variable.
52570         Patch by Piotr Bury <pbury@goahead.com>.
52571         * elf/Makefile: Add rules to build and tst-unique3.
52572         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52573         * elf/tst-unique3.cc: New file.
52574         * elf/tst-unique3.h: New file.
52575         * elf/tst-unique3lib.cc: New file.
52576         * elf/tst-unique3lib2.cc: New file.
52577
52578         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52579
52580 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52581
52582         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52583         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52584         to _start.
52585
52586 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52587
52588         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52589         to-be-loaded object along a path to loader is ld.so.
52590
52591 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52592             Ulrich Drepper  <drepper@gmail.com>
52593
52594         * sysdeps/x86_64/memset.S: After aligning destination, code
52595         branches to different locations depending on the value of
52596         misalignment, when multiarch is enabled. Fix this.
52597
52598 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52599
52600         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52601         Set _x86_64_preferred_memory_instruction for AMD processsors.
52602         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52603         Set bit_Prefer_SSE_for_memop for AMD processors.
52604
52605 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52606
52607         * libio/fmemopen.c (fmemopen): Optimize a bit.
52608
52609 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52610
52611         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52612
52613 2011-03-03  Roland McGrath  <roland@redhat.com>
52614
52615         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52616
52617 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52618
52619         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52620         __bzero_ultra1 instead of __memset_ultra1.
52621
52622 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52623             Ulrich Drepper  <drepper@gmail.com>
52624
52625         [BZ #12509]
52626         * include/link.h (struct link_map): Add l_orig_initfini.
52627         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52628         returning unsuccessfully.
52629         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52630         close of a file loaded at startup, restore the original l_initfini
52631         list.
52632         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52633         list, store the pointer.
52634         * elf/Makefile ($(objpfx)noload-mem): New rule.
52635         (noload-ENV): Define.
52636         (tests): Add $(objpfx)noload-mem.
52637         * elf/noload.c: Include <memcheck.h>.
52638         (main): Call mtrace.  Close all opened handles.
52639
52640 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52641
52642         [BZ #12454]
52643         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52644         dependencies are missing.
52645
52646 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52647
52648         Fix __if_freereq crash: Unlike the generic version which uses free,
52649         Hurd needs munmap.
52650         * sysdeps/mach/hurd/ifreq.h: New file.
52651
52652 2011-01-27  Petr Baudis  <pasky@suse.cz>
52653             Ulrich Drepper  <drepper@gmail.com>
52654
52655         [BZ 12445]#
52656         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52657         to extend_alloca().
52658         * stdio-common/bug23.c: New file.
52659         * stdio-common/Makefile (tests): Add bug23.
52660
52661 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52662             Ulrich Drepper  <drepper@gmail.com>
52663
52664         [BZ #12489]
52665         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52666         before performing relro protection.  At old place add assertion
52667         to make sure nothing changed.
52668
52669 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52670             Glauber de Oliveira Costa  <glommer@gmail.com>
52671
52672         * elf/elf.h: Add new ARM TLS relocs.
52673
52674 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52675
52676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52677         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52678         cast from r3.
52679         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52680         'tests' variable.
52681         * sysdeps/wordsize-64/tst-writev.c: New file.
52682
52683 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52684
52685         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52686         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52687         insns in _dl_start to prevent a TOC reference before relocs are
52688         resolved.
52689
52690 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52691
52692         [BZ #12469]
52693         * Makeconfig: Remove RANLIB definition.
52694         * Makerules: Don't use RANLIB.
52695         * aclocal.m4: Remove ranlib test.
52696         * configure.in: No need to check for ranlib.
52697         * elf/rtld-Rules: Don't use RANLIB.
52698
52699 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52700
52701         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52702         protection macro.
52703         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52704         inclusion protection macro.
52705
52706         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52707         SIGRTMIN and SIGRTMAX and print information in that case only when
52708         SIGRTMIN is defined.
52709
52710 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52711
52712         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52713         arginfo fn returning -1.
52714
52715         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52716         and thousands string is zero terminated.
52717
52718 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52719
52720         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52721         sysdeps/unix/sysv/linux/bits/socket.h.
52722
52723 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52724
52725         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52726         (__CPU_COUNT): Remove old macros.
52727         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52728         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52729         (__CPU_ALLOC, __CPU_FREE): Add macros.
52730         (__sched_cpualloc, __sched_cpufree): Add declarations.
52731
52732 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52733
52734         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52735         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52736         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52737         (readdhstai): Return value of addhstaiX call.
52738         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52739         (addgrbyX): Return value returned by cache_addgr.
52740         (readdgrbyname): Return value returned by addgrbyX.
52741         (readdgrbygid): Likewise.
52742         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52743         (addpwbyX): Return value returned by cache_addpw.
52744         (readdpwbyname): Return value returned by addhstbyX.
52745         (readdpwbyuid): Likewise.
52746         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52747         (addservbyX): Return value returned by cache_addserv.
52748         (readdservbyname): Return value returned by addservbyX:
52749         (readdservbyport): Likewise.
52750         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52751         (addhstbyX): Return value returned by cache_addhst.
52752         (readdhstbyname): Return value returned by addhstbyX.
52753         (readdhstbyaddr): Likewise.
52754         (readdhstbynamev6): Likewise.
52755         (readdhstbyaddrv6): Likewise.
52756         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52757         (readdinitgroups): Return value returned by addinitgroupsX.
52758         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52759         (prune_cache): Keep track of timeout value of re-added entries.
52760         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52761         * nscd/nscd.h: Adjust prototypes of readd* functions.
52762
52763 2011-02-04  Roland McGrath  <roland@redhat.com>
52764
52765         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52766         (nis_stats): Likewise.
52767         * nis/nis_modify.c (nis_modify): Likewise.
52768         * nis/nis_remove.c (nis_remove): Likewise.
52769         * nis/nis_add.c (nis_add): Likewise.
52770
52771         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52772
52773         * posix/fnmatch_loop.c: Add some consts.
52774
52775         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52776
52777 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52778
52779         [BZ #12460]
52780         * config.make.in (config-cflags-novzeroupper): Define.
52781         * configure.in: Substitute libc_cv_cc_novzeroupper.
52782         * elf/Makefile (AVX-CFLAGS): Define.
52783         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52784         (CFLAGS-tst-auditmod4a.c): Likewise.
52785         (CFLAGS-tst-auditmod4b.c): Likewise.
52786         (CFLAGS-tst-auditmod6b.c): Likewise.
52787         (CFLAGS-tst-auditmod6c.c): Likewise.
52788         (CFLAGS-tst-auditmod7b.c): Likewise.
52789         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52790
52791 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52792
52793         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52794         function to the callback.
52795         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52796
52797 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52798
52799         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52800         of errno.
52801
52802 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52803
52804         [BZ #11724]
52805         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52806         of constructors.
52807         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52808         of destructors.
52809         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52810
52811         [BZ #11724]
52812         * elf/Makefile: Add rules to build and run new test.
52813         * elf/tst-initorder.c: New file.
52814         * elf/tst-initorder.exp: New file.
52815         * elf/tst-initordera1.c: New file.
52816         * elf/tst-initordera2.c: New file.
52817         * elf/tst-initordera3.c: New file.
52818         * elf/tst-initordera4.c: New file.
52819         * elf/tst-initorderb1.c: New file.
52820         * elf/tst-initorderb2.c: New file.
52821         * elf/tst-order-a1.c: New file.
52822         * elf/tst-order-a2.c: New file.
52823         * elf/tst-order-a3.c: New file.
52824         * elf/tst-order-a4.c: New file.
52825         * elf/tst-order-b1.c: New file.
52826         * elf/tst-order-b2.c: New file.
52827         * elf/tst-order-main.c: New file.
52828         New test case by George Gensure <werkt0@gmail.com>.
52829
52830 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52831
52832         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52833         decoding ACE if AI_CANONIDN.
52834
52835 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52836
52837         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52838
52839 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52840
52841         * version.h (RELEASE): Bump for 2.13 release.
52842         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52843
52844         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52845
52846         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52847         MADV_NOHUGEPAGE.
52848         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52849         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52850         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52851         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52852         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52853         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52854
52855         * posix/getconf.c: Update copyright year.
52856         * catgets/gencat.c: Likewise.
52857         * csu/version.c: Likewise.
52858         * debug/catchsegv.sh: Likewise.
52859         * debug/xtrace.sh: Likewise.
52860         * elf/ldconfig.c: Likewise.
52861         * elf/ldd.bash.in: Likewise.
52862         * elf/sprof.c (print_version): Likewise.
52863         * iconv/iconv_prog.c: Likewise.
52864         * iconv/iconvconfig.c: Likewise.
52865         * locale/programs/locale.c: Likewise.
52866         * locale/programs/localedef.c: Likewise.
52867         * malloc/memusage.sh: Likewise.
52868         * malloc/mtrace.pl: Likewise.
52869         * nscd/nscd.c (print_version): Likewise.
52870         * nss/getent.c: Likewise.
52871
52872         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52873         PF_CAIF, and PF_ALG.
52874         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52875
52876 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52877
52878         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52879         (modules-names): Use them.
52880         (ifunc-test-modules, ifunc-pie-tests): Define.
52881         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52882         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52883         (test-extras): Likewise.
52884         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52885         $(compile-command.c).
52886         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52887         (all-built-dso): Define.
52888         (check-textrel.out, check-execstack.out): Depend on it.
52889
52890         * configure.in: Don't override --enable-multi-arch.
52891
52892 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52893
52894         [BZ #6812]
52895         * nscd/hstcache.c (tryagain): Define.
52896         (cache_addhst): Return tryagain not notfound for temporary errors.
52897         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52898         failed.
52899
52900 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52901
52902         [BZ #10563]
52903         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52904         to make the syscall.
52905         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52906
52907         [BZ #12378]
52908         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52909         and fall back to matching as normal character if the string ends before
52910         the matching ']' is found.  This is what POSIX requires.
52911         * posix/testfnm.c: Adjust test result.
52912         * posix/globtest.sh: Adjust test result.  Add new test.
52913         * posix/tst-fnmatch.input: Likewise.
52914         * posix/tst-fnmatch2.c: Add new test.
52915
52916 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52917
52918         * elf/Makefile (check-execstack): Revert last change.  Depend on
52919         check-execstack.h.
52920         (check-execstack.h): New target.
52921         (generated): Add check-execstack.h.
52922         * elf/check-execstack.c: Include "check-execstack.h".
52923         (main): Revert last change.
52924         (handle_file): Return zero if GNU_STACK is absent and
52925         DEFAULT_STACK_PERMS doesn't include PF_X.
52926
52927 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52928
52929         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52930         in child fails because the descriptor is already closed.
52931         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52932         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52933         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52934
52935         [BZ #12397]
52936         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52937         syscall.
52938
52939         [BZ #10484]
52940         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52941         temporary buffer used to handle multi lookups locally.
52942         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52943
52944 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52945
52946         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52947         loader is ld.so.
52948
52949 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52950
52951         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52952         alignment for SSE2.
52953
52954 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52955
52956         [BZ #12394]
52957         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52958         characters.  When rounding increased number of integer digits recompute
52959         number of groups.
52960         * stdio-common/tst-grouping.c: New file.
52961         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52962
52963 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52964
52965         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52966         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52967
52968         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52969         void.
52970         * bits/select.h: Likewise.
52971
52972 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52973
52974         * po/ja.po: Update from translation team.
52975
52976 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52977
52978         [BZ #11155]
52979         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52980         implementation just like for lxstat, fxstatat, et al.
52981
52982 2010-12-27  Jim Meyering  <meyering@redhat.com>
52983
52984         [BZ #12348]
52985         * posix/regexec.c (build_trtable): Return failure indication upon
52986         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52987
52988 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52989
52990         [BZ #12201]
52991         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52992         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52993         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52994         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52995
52996         [BZ #12207]
52997         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52998
52999         [BZ #12204]
53000         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53001         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53002
53003 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53004
53005         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53006         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53007         script has SORT_BY_INIT_PRIORITY.
53008         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53009         NO_CTORS_DTORS_SECTIONS is defined.
53010         * elf/soinit.c: Likewise.
53011         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53012         NO_CTORS_DTORS_SECTIONS is defined.
53013         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53014         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53015         * sysdeps/sh/init-first.c: Likewise.
53016         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53017
53018 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53019
53020         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53021         always use the slow path.
53022
53023 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53024
53025         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53026         similar rule which adds the sysdep directories to the header search in
53027         order to pick up the correct platform stackinfo.h.
53028         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53029         perform test if it is, otherwise return successfully without testing.
53030         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53031         DEFAULT_STACK_PERMS define in stackinfo.h.
53032         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53033         defined in stackinfo.h.
53034         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53035         DEFAULT_STACK_PERMS defined in stackinfo.h.
53036         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53037         * sysdeps/ia64/stackinfo.h: Likewise.
53038         * sysdeps/s390/stackinfo.h: Likewise.
53039         * sysdeps/sh/stackinfo.h: Likewise.
53040         * sysdeps/sparc/stackinfo.h: Likewise.
53041         * sysdeps/x86_64/stackinfo.h: Likewise.
53042         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53043         PF_X for powerpc64.  Retain PF_X for powerpc32.
53044
53045 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53046
53047         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53048         accurately.
53049         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53050         GETDENTS_64BIT_ALIGNED.
53051
53052 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53053
53054         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53055
53056 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53057
53058         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53059         _GNU_SOURCE.
53060
53061         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53062         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53063         Remove __restrict.
53064         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53065         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53066
53067 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53068
53069         [BZ #11655]
53070         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53071         are initialized.
53072
53073 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53074
53075         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53076
53077 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53078
53079         * po/it.po: Update from translation team.
53080
53081 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53082
53083         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53084         unused codes.
53085
53086 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53087
53088         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53089
53090 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53091
53092         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53093         specially.
53094         (gaih_getanswer_slice): Likewise.
53095
53096 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53097
53098         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53099
53100 2010-05-31  Petr Baudis  <pasky@suse.cz>
53101
53102         [BZ #11149]
53103         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53104         silently even in the chroot mode.
53105
53106 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53107
53108         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53109         last patch a bit.  Pretty printing
53110
53111 2010-05-31  Petr Baudis <pasky@suse.cz>
53112
53113         [BZ #10085]
53114         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53115         initialization of skip_initgroups_dyn.
53116
53117 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53118
53119         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53120         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53121
53122 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53123
53124         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53125
53126 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53127
53128         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53129         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53130         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53131         ($(objpfx)tst-fnmatch-mem): New rule.
53132         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53133         * posix/tst-fnmatch.c (main): Call mtrace.
53134
53135 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53136
53137         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53138         Support Intel processor model 6 and model 0x2c.
53139
53140 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53141
53142         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53143           signed comparison.
53144
53145 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53146
53147         [BZ #12205]
53148         * string/test-strncasecmp.c (check_result): New function.
53149         (do_one_test): Use it.
53150         (check1): New function.
53151         (test_main): Use it.
53152         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53153         Support strcasecmp and strncasecmp.
53154
53155 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53156
53157         [BZ #12194]
53158         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53159         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53160
53161 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53162
53163         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53164         IFUNC support.
53165         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53166         memset-x86-64.
53167         * sysdeps/x86_64/multiarch/bzero.S: New file.
53168         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53169         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53170         * sysdeps/x86_64/multiarch/memset.S: New file.
53171         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53172         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53173         Set bit_Prefer_SSE_for_memop for Intel processors.
53174         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53175         Define.
53176         (index_Prefer_SSE_for_memop): Define.
53177         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53178
53179 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53180
53181         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53182         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53183
53184 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53185
53186         [BZ #12191]
53187         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53188         (__x86_64_raw_data_cache_size_half): Likewise.
53189         (__x86_64_raw_shared_cache_size): Likewise.
53190         (__x86_64_raw_shared_cache_size_half): Likewise.
53191
53192         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53193         (__x86_64_raw_data_cache_size_half): Likewise.
53194         (__x86_64_raw_shared_cache_size): Likewise.
53195         (__x86_64_raw_shared_cache_size_half): Likewise.
53196         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53197         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53198         and __x86_64_raw_shared_cache_size_half.  Round
53199         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53200         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53201         to multiple of 256 bytes.
53202
53203 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53204
53205         [BZ #12167]
53206         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53207         of inacessible symlinks.  Verify result of symlink before returning it.
53208         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53209         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53210
53211 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53212
53213         * math/math.h (isinf): Fix typo in comment.
53214
53215 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53216
53217         * po/da.po: Update from translation team.
53218
53219 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53220
53221         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53222         is added to the list.
53223
53224 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53225             Ulrich Drepper  <drepper@gmail.com>
53226
53227         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53228         the global list here.  Move code to...
53229         (_dl_add_to_namespace_list): ...here.  New function.
53230         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53231         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53232         * elf/dl-load.c (lose): Don't remove the element from the list.
53233         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53234         (_dl_map_object): Likewise.
53235
53236 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53237
53238         [BZ #12159]
53239         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53240         into all bytes of SSE register.
53241         Patch by Richard Li <richardpku@gmail.com>.
53242
53243 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53244
53245         [BZ #12140]
53246         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53247         perturbing.
53248
53249 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53250
53251         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53252         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53253         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53254         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53256         submachine.
53257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53258
53259 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53260
53261         * include/dlfcn.h (__RTLD_SECURE): Define.
53262         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53263         mode & __RTLD_SECURE instead.
53264         (open_path): Rename preloaded parameter to secure.
53265         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53266         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53267         * elf/dl-deps.c (openaux): Likewise.
53268         * elf/rtld.c (struct map_args): Remove is_preloaded.
53269         (map_doit): Don't use it.
53270         (dl_main): Likewise.
53271         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53272         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53273
53274 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53275
53276         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53277         (sysd-rules-targets): Remove duplicates.
53278         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53279         rtld-%.$o dependency.
53280
53281 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53282
53283         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53284         _dl_map_object do it.
53285
53286 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53287
53288         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53289         fast fma builtins, define the macros in the C99 standard.
53290         (FP_FAST_FMAF): Likewise.
53291         (FP_FAST_FMAL): Likewise.
53292         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53293
53294         * bits/mathdef.h: Update copyright year.
53295         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53296
53297 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53298
53299         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53300         builtins, define the macros in the C99 standard.
53301         (FP_FAST_FMAF): Likewise.
53302         (FP_FAST_FMAL): Likewise.
53303         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53304         multiply/add.
53305         (FP_FAST_FMAF): Likewise.
53306
53307 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53308
53309         [BZ #3268]
53310         * math/libm-test.inc (fma_test): Some new testcases.
53311         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53312         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53313         y and infinite z.  Do multiplication by C already in long double.
53314         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53315         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53316         y and infinite z.  Do bitwise or of inexact bit into u.d.
53317         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53318         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53319         * sysdeps/i386/fpu/s_fma.S: Removed.
53320         * sysdeps/i386/fpu/s_fmal.S: Removed.
53321
53322 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53323
53324         [BZ #3268]
53325         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53326         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53327         computation is not scheduled after fetestexcept.  Fix value
53328         of minimum denormal long double.
53329
53330 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53331
53332         [BZ #3268]
53333         * math/libm-test.inc (fma_test): Add some more tests.
53334         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53335         correctly.
53336
53337 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53338
53339         * scripts/data/localplt-s390-linux-gnu.data: New file.
53340         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53341
53342 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53343
53344         [BZ #3268]
53345         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53346         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53347         instead of dbl-64.
53348         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53349         inlines.
53350         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53351         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53352         if one of x and y is very large and the other is subnormal.
53353         * sysdeps/s390/fpu/s_fmaf.c: New file.
53354         * sysdeps/s390/fpu/s_fma.c: New file.
53355         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53356         * sysdeps/powerpc/fpu/s_fma.S: New file.
53357         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53358         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53359         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53360
53361 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53362
53363         [BZ #3268]
53364         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53365         fma tests.
53366         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53367         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53368         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53369         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53370         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53371         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53372         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53373
53374 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53375
53376         [BZ #12078]
53377         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53378         * posix/bug-regex31.input: Add test case.
53379
53380 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53381
53382         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53383         * posix/bug-regex31.input: New file.
53384
53385         [BZ #12078]
53386         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53387         (parse_sub_exp): Fix last change, use postorder.
53388
53389         * posix/bug-regex31.c: New file.
53390         * posix/Makefile: Add rules to build and run bug-regex31.
53391
53392         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53393
53394         [BZ #12078]
53395         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53396
53397         [BZ #12108]
53398         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53399         to have entries in sys_siglist.
53400
53401         [BZ #12093]
53402         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53403         be NULL.
53404
53405 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53406
53407         [BZ #3268]
53408         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53409         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53410         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53411         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53412         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53413         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53414         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53415         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53416         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53417         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53418         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53419         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53420         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53421         * math/ftestexcept.c (fetestexcept): Likewise.
53422         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53423         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53424         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53425         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53426         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53427         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53428         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53429
53430 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53431
53432         [BZ #12107]
53433         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53434         newline.
53435
53436 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53437
53438         * string/bug-strstr1.c: New file.
53439         * string/Makefile: Add rules to build and run bug-strstr1.
53440
53441 2010-10-05  Eric Blake  <eblake@redhat.com>
53442
53443         [BZ #12092]
53444         * string/str-two-way.h (two_way_long_needle): Always clear memory
53445         when skipping input due to the shift table.
53446
53447 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53448
53449         [BZ #12005]
53450         * malloc/mcheck.c: Handle large requests.
53451
53452         [BZ #12077]
53453         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53454         for strncmp and strncasecmp.
53455         * string/stratcliff.c: Add tests for strcmp and strncmp.
53456         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53457
53458 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53459
53460         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53461         __set_fpscr.
53462
53463 2010-09-30  Andreas Jaeger  <aj@suse.de>
53464
53465         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53466         (CGROUP_SUPER_MAGIC): Define.
53467         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53468         Handle btrfs and cgroup file systems.
53469         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53470         Likewise.
53471
53472 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53473
53474         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53475         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53476
53477 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53478
53479         [BZ #12067]
53480         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53481         trying to locate the ELF header.
53482
53483 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53484
53485         [BZ #11611]
53486         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53487         Mask out sign-bit copies when constructing f_fsid.
53488
53489 2010-09-24  Petr Baudis <pasky@suse.cz>
53490
53491         * debug/stack_chk_fail_local.c: Add missing licence exception.
53492         * debug/warning-nop.c: Likewise.
53493
53494 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53495
53496         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53497         implementing getdents64 using getdents syscall, set d_type if
53498         __ASSUME_GETDENTS32_D_TYPE.
53499
53500 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53501
53502         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53503         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53504
53505 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53506
53507         [BZ #12037]
53508         * posix/unistd.h: Undo change of feature selection for ftruncate from
53509         2010-01-11.
53510
53511 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53512
53513         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53514         detection.
53515
53516 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53517
53518         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53519         fanotify_mark.
53520         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53521
53522 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53523
53524         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53525         variables after CHECK_SP call.
53526         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53527
53528 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53529             Ulrich Drepper  <drepper@redhat.com>
53530
53531         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53532         re-relocationg ld.so.
53533         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53534         _dl_init_paths call.
53535         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53536         here anymore.
53537
53538 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53539
53540         * resolv/res_init.c (__res_vinit): Count the default server we added.
53541
53542 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53543             Ulrich Drepper  <drepper@redhat.com>
53544
53545         [BZ #11968]
53546         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53547         (____longjmp_chk): Use %ebx for saving value across system call.
53548         Add unwind info.
53549
53550 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53551
53552         * manual/Makefile: Don't mix pattern rules with normal rules.
53553
53554 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53555
53556         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53557         operation.
53558         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53559         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53560         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53561         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53562         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53563         Likewise.
53564
53565 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53566
53567         [BZ #11979]
53568         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53569         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53570
53571 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53572
53573         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53574         * sysdeps/x86_64/addmul_1.S: Likewise.
53575         * sysdeps/x86_64/lshift.S: Likewise.
53576         * sysdeps/x86_64/mul_1.S: Likewise.
53577         * sysdeps/x86_64/rshift.S: Likewise.
53578         * sysdeps/x86_64/sub_n.S: Likewise.
53579         * sysdeps/x86_64/submul_1.S: Likewise.
53580
53581 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53582
53583         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53584         Define __sched_param instead of SCHED_* and sched_param when
53585         <bits/sched.h> is included with __need_schedparam defined.
53586         * bits/sched.h [__need_schedparam]
53587         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53588         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53589         (__defined_schedparam): Define to 1.
53590         (__sched_param): New structure, identical to sched_param.
53591         (__need_schedparam): Undefine.
53592
53593 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53594
53595         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53596         (epoll_create1): Declare.
53597
53598         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53599
53600 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53601
53602         [BZ #7066]
53603         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53604         shifting retval into place.
53605
53606 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53607
53608         * nis/rpcsvc/nis.h: Update copyright notice.
53609         * nis/rpcsvc/nis.x: Likewise.
53610         * nis/rpcsvc/nis_callback.h: Likewise.
53611         * nis/rpcsvc/nis_callback.x: Likewise.
53612         * nis/rpcsvc/nis_object.x: Likewise.
53613         * nis/rpcsvc/nis_tags.h: Likewise.
53614         * nis/rpcsvc/yp.h: Likewise.
53615         * nis/rpcsvc/yp.x: Likewise.
53616         * nis/rpcsvc/ypupd.h: Likewise.
53617         * nis/yp_xdr.c: Likewise.
53618         * nis/ypupdate_xdr.c: Likewise.
53619
53620         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53621         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53622         (pmap_getport): Use __libc_rpc_getport.
53623         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53624         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53625         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53626
53627 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53628
53629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53630         fanotify_mark.
53631
53632 2010-08-27  Roland McGrath  <roland@redhat.com>
53633
53634         * sysdeps/i386/i686/multiarch/Makefile
53635         (CFLAGS-varshift.c): New variable.
53636
53637 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53638
53639         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53640         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53641
53642         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53643
53644         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53645
53646 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53647
53648         * sysdeps/x86_64/strlen.S: Unroll the loop.
53649         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53650         strlen-sse2 strlen-sse2-bsf.
53651         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53652         __strlen_no_bsf if bit_Slow_BSF is set.
53653         (__strlen_sse42): Removed.
53654         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53655         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53656
53657 2010-08-25  Roland McGrath  <roland@redhat.com>
53658
53659         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53660         * sysdeps/x86_64/multiarch/varshift.c: New file.
53661         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53662         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53663         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53664         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53665
53666 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53667
53668         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53669         strlen-sse2 strlen-sse2-bsf.
53670         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53671         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53672         (__strlen_sse2): Removed.
53673         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53674         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53676         bit_Slow_BSF for Atom.
53677         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53678         (index_Slow_BSF): Define.
53679         (HAS_SLOW_BSF): Define.
53680
53681 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53682
53683         [BZ #10851]
53684         * resolv/res_init.c (__res_vinit): When no server address at all
53685         is given default to loopback.
53686
53687 2010-08-24  Roland McGrath  <roland@redhat.com>
53688
53689         * configure.in: Remove config-name.h generation.
53690         * configure: Regenerated.
53691         * config-name.in: File removed.
53692         * scripts/config-uname.sh: New file.
53693         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53694         ($(objdir)config-name.h): New target.
53695
53696         * sunrpc/rpc_parse.h: Avoid nested comment.
53697
53698 2010-08-24  Richard Henderson  <rth@redhat.com>
53699             Ulrich Drepper  <drepper@redhat.com>
53700             H.J. Lu  <hongjiu.lu@intel.com>
53701
53702         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53703         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53704         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53705         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53706         _mm_alignr_epi8 with _mm_loadu_si128.
53707         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53708         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53709         (__m128i_shift_right): Removed.
53710         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53711         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53712         * sysdeps/x86_64/multiarch/varshift.h: New file.
53713         * sysdeps/x86_64/multiarch/varshift.S: New file.
53714
53715 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53716
53717         * configure.in: Move assembler checks to before sysdep dir checking.
53718
53719 2010-08-20  Petr Baudis  <pasky@suse.cz>
53720
53721         * LICENSES: Sync the sunrpc license.
53722
53723 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53724
53725         * sunrpc/auth_des.c: Update copyright notice once again.
53726         * sunrpc/auth_none.c: Likewise.
53727         * sunrpc/auth_unix.c: Likewise.
53728         * sunrpc/authdes_prot.c: Likewise.
53729         * sunrpc/authuxprot.c: Likewise.
53730         * sunrpc/bindrsvprt.c: Likewise.
53731         * sunrpc/clnt_gen.c: Likewise.
53732         * sunrpc/clnt_perr.c: Likewise.
53733         * sunrpc/clnt_raw.c: Likewise.
53734         * sunrpc/clnt_simp.c: Likewise.
53735         * sunrpc/clnt_tcp.c: Likewise.
53736         * sunrpc/clnt_udp.c: Likewise.
53737         * sunrpc/clnt_unix.c: Likewise.
53738         * sunrpc/des_crypt.c: Likewise.
53739         * sunrpc/des_soft.c: Likewise.
53740         * sunrpc/get_myaddr.c: Likewise.
53741         * sunrpc/getrpcport.c: Likewise.
53742         * sunrpc/key_call.c: Likewise.
53743         * sunrpc/key_prot.c: Likewise.
53744         * sunrpc/openchild.c: Likewise.
53745         * sunrpc/pm_getmaps.c: Likewise.
53746         * sunrpc/pm_getport.c: Likewise.
53747         * sunrpc/pmap_clnt.c: Likewise.
53748         * sunrpc/pmap_prot.c: Likewise.
53749         * sunrpc/pmap_prot2.c: Likewise.
53750         * sunrpc/pmap_rmt.c: Likewise.
53751         * sunrpc/rpc/auth.h: Likewise.
53752         * sunrpc/rpc/auth_unix.h: Likewise.
53753         * sunrpc/rpc/clnt.h: Likewise.
53754         * sunrpc/rpc/des_crypt.h: Likewise.
53755         * sunrpc/rpc/key_prot.h: Likewise.
53756         * sunrpc/rpc/netdb.h: Likewise.
53757         * sunrpc/rpc/pmap_clnt.h: Likewise.
53758         * sunrpc/rpc/pmap_prot.h: Likewise.
53759         * sunrpc/rpc/pmap_rmt.h: Likewise.
53760         * sunrpc/rpc/rpc.h: Likewise.
53761         * sunrpc/rpc/rpc_des.h: Likewise.
53762         * sunrpc/rpc/rpc_msg.h: Likewise.
53763         * sunrpc/rpc/svc.h: Likewise.
53764         * sunrpc/rpc/svc_auth.h: Likewise.
53765         * sunrpc/rpc/types.h: Likewise.
53766         * sunrpc/rpc/xdr.h: Likewise.
53767         * sunrpc/rpc_clntout.c: Likewise.
53768         * sunrpc/rpc_cmsg.c: Likewise.
53769         * sunrpc/rpc_common.c: Likewise.
53770         * sunrpc/rpc_cout.c: Likewise.
53771         * sunrpc/rpc_dtable.c: Likewise.
53772         * sunrpc/rpc_hout.c: Likewise.
53773         * sunrpc/rpc_main.c: Likewise.
53774         * sunrpc/rpc_parse.c: Likewise.
53775         * sunrpc/rpc_parse.h: Likewise.
53776         * sunrpc/rpc_prot.c: Likewise.
53777         * sunrpc/rpc_sample.c: Likewise.
53778         * sunrpc/rpc_scan.c: Likewise.
53779         * sunrpc/rpc_scan.h: Likewise.
53780         * sunrpc/rpc_svcout.c: Likewise.
53781         * sunrpc/rpc_tblout.c: Likewise.
53782         * sunrpc/rpc_util.c: Likewise.
53783         * sunrpc/rpc_util.h: Likewise.
53784         * sunrpc/rpcinfo.c: Likewise.
53785         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53786         * sunrpc/rpcsvc/key_prot.x: Likewise.
53787         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53788         * sunrpc/rpcsvc/mount.x: Likewise.
53789         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53790         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53791         * sunrpc/rpcsvc/rex.x: Likewise.
53792         * sunrpc/rpcsvc/rstat.x: Likewise.
53793         * sunrpc/rpcsvc/rusers.x: Likewise.
53794         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53795         * sunrpc/rpcsvc/spray.x: Likewise.
53796         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53797         * sunrpc/rtime.c: Likewise.
53798         * sunrpc/svc.c: Likewise.
53799         * sunrpc/svc_auth.c: Likewise.
53800         * sunrpc/svc_authux.c: Likewise.
53801         * sunrpc/svc_raw.c: Likewise.
53802         * sunrpc/svc_run.c: Likewise.
53803         * sunrpc/svc_simple.c: Likewise.
53804         * sunrpc/svc_tcp.c: Likewise.
53805         * sunrpc/svc_udp.c: Likewise.
53806         * sunrpc/svc_unix.c: Likewise.
53807         * sunrpc/svcauth_des.c: Likewise.
53808         * sunrpc/xcrypt.c: Likewise.
53809         * sunrpc/xdr.c: Likewise.
53810         * sunrpc/xdr_array.c: Likewise.
53811         * sunrpc/xdr_float.c: Likewise.
53812         * sunrpc/xdr_mem.c: Likewise.
53813         * sunrpc/xdr_rec.c: Likewise.
53814         * sunrpc/xdr_ref.c: Likewise.
53815         * sunrpc/xdr_sizeof.c: Likewise.
53816         * sunrpc/xdr_stdio.c: Likewise.
53817
53818         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53819         handling.
53820
53821 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53822
53823         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53824
53825 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53826
53827         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53828         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53829         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53830         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53831         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53832         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53833         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53834         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53835         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53836         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53837         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53838         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53839         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53840         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53841
53842 2010-07-26  Anton Blanchard  <anton@samba.org>
53843
53844         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53845         * malloc/arena.c (heap_trim): Likewise.
53846
53847 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53848
53849         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53850         here.  Not...
53851         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53852         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53853
53854 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53855
53856         * sysdeps/i386/elf/Makefile: New file.
53857
53858 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53859
53860         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53861         from fanotify_init.
53862         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53863         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53864
53865 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53866
53867         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53868         of strncasecmp_l.
53869         * sysdeps/multiarch/strcmp.S: Likewise.
53870
53871 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53872
53873         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53874         strncase_l-nonascii.
53875         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53876         Add strncase_l-ssse3.
53877         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53878         * sysdeps/x86_64/strcmp.S: Likewise.
53879         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53880         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53881         * sysdeps/x86_64/strncase.S: New file.
53882         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53883         * sysdeps/x86_64/strncase_l.S: New file.
53884         * string/Makefile (strop-tests): Add strncasecmp.
53885         * string/test-strncasecmp.c: New file.
53886
53887         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53888         warning.
53889
53890         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53891         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53892
53893 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53894
53895         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53896
53897 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53898
53899         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53900         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53901         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53902
53903 2010-05-01  Alan Modra  <amodra@gmail.com>
53904
53905         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53906         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53907         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53908         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53909         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53910         tidying.  Don't tail-call __sigjmp_save for static lib.
53911         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53912         save location.
53913         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53914         (CALL_MCOUNT): Add eh info, and nop after bl.
53915         (TAIL_CALL_SYSCALL_ERROR): New macro.
53916         (PSEUDO_RET): Use it.
53917         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53918         Correct save location of integer regs and cr.
53919         (_dl_profile_resolve): Correct cr save location.  Delete nops
53920         after bl when SHARED.  Reduce cfi size a little by better
53921         placement of cfi directives.
53922         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53923         make a stack frame.  Instead use parm save area as a temp.
53924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53925         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53927         Don't make a stack frame for parent, use parm save area.
53928         Increase child stack frame to 112 bytes.  Don't save unused reg,
53929         and adjust reg usage.  Set up cfi on error recovery and
53930         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53932         (__makecontext): Add dummy nop after jump to exit.
53933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53934         Use correct parm save area and cr save, reduce stack frame.
53935         Correct cfi for possible PSEUDO_RET frame setup.
53936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53937         Branch to local label emitted by PSEUDO_RET rather than
53938         __syscall_error.
53939
53940 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53941
53942         [BZ #11904]
53943         * locale/programs/locale.c (print_assignment): New function.
53944         (show_locale_vars): Use it.
53945
53946 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53947
53948         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53949         field.
53950         (struct statfs64): Likewise.
53951         (_STATFS_F_FLAGS): Define.
53952         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53953         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53954         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53955         (ST_VALID): Define locally.
53956         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53957         __statvfs_getflags, use the provided value.
53958         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53959         __ASSUME_STATFS_F_FLAGS.
53960
53961         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53962
53963         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53964         Add sys/fanotify.h.
53965         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53966         fanotify_mask for GLIBC_2.13.
53967         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53968         fanotify_init and fanotify_mark.
53969         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53970         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53971
53972         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53973         Add prlimit.
53974         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53975         prlimit64 for GLIBC_2.13.
53976         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53977         prlimit64.
53978         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53979         syscall.
53980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53981         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53982         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53983         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53984         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53985         add prlimit alias.
53986         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53987
53988         [BZ #11903]
53989         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53990         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53991
53992         * nss/Makefile: Add rules to build and run tst-nss-test1.
53993         * shlib-versions: Add entry for libnss_test1.
53994         * nss/nss_test1.c: New file.
53995         * nss/tst-nss-test1.c: New file.
53996
53997         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53998         (__nss_configure_lookup): Set appropriate entry in
53999         __nss_configure_lookup to true.
54000         * nss/nsswitch.h: Define enum with indeces of databases in
54001         databases and __nss_database_custom arrays.  Declare
54002         __nss_database_custom.
54003         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54004         to avoid using nscd when custom rules are installed.
54005         * nss/getXXbyYY_r.c: Likewise.
54006         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54007
54008         * nss/nss_files/files-parse.c: Whitespace fixes.
54009
54010 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54011
54012         [BZ #11883]
54013         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54014         * posix/fnmatch_loop.c: Likewise.
54015
54016 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54017
54018         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54019         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54020         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54021         * Versions.def [GLIBC_2.13]: Add.
54022
54023 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54024
54025         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54026         Also fail if tpwd after pwuid call is NULL.
54027
54028 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54029
54030         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54031         when converting to ms.
54032
54033 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54034
54035         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54036         EOPNOTSUPP errors with ENOTTY.
54037         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54038         EOPNOTSUPP errors with ENOTTY.
54039
54040 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54041
54042         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54043         Add strcasecmp_l-ssse3.
54044         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54045         strcasecmp.
54046         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54047         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54048         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54049
54050 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54051
54052         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54053
54054         * string/Makefile (strop-tests): Add strcasecmp.
54055         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54056         strcasecmp_l-nonascii.
54057         (gen-as-const-headers): Add locale-defines.sym.
54058         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54059         * sysdeps/x86_64/strcasecmp.S: New file.
54060         * sysdeps/x86_64/strcasecmp_l.S: New file.
54061         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54062         * sysdeps/x86_64/locale-defines.sym: New file.
54063         * string/test-strcasecmp.c: New file.
54064
54065         * string/test-strcasestr.c: Test both ends of the range of characters.
54066         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54067
54068 2010-07-29  Roland McGrath  <roland@redhat.com>
54069
54070         [BZ #11856]
54071         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54072
54073 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54074
54075         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54076         for ld.so.
54077
54078 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54079
54080         * manual/memory.texi (Malloc Tunable Parameters): Document
54081         M_PERTURB.
54082
54083 2010-07-26  Roland McGrath  <roland@redhat.com>
54084
54085         [BZ #11840]
54086         * configure.in (-fgnu89-inline check): Set and substitute
54087         gnu89_inline, not libc_cv_gnu89_inline.
54088         * configure: Regenerated.
54089         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54090
54091 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54092
54093         * string/test-strnlen.c: New file.
54094         * string/Makefile (strop-tests): Add strnlen.
54095         * string/tester.c (test_strnlen): Add a few more test cases.
54096         * string/tst-strlen.c: Better error reporting.
54097
54098         * sysdeps/x86_64/strnlen.S: New file.
54099
54100 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54101
54102         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54103         lower-latency instructions.
54104
54105 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54106
54107         * string/test-strcasestr.c: New file.
54108         * string/test-strstr.c: New file.
54109         * string/Makefile (strop-tests): Add strstr and strcasestr.
54110         * string/str-two-way.h: Don't undefine MAX.
54111         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54112
54113 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54114
54115         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54116         strcasestr-nonascii.
54117         (CFLAGS-strcasestr-nonascii.c): Define.
54118         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54119         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54120         Remove unused attribute.
54121
54122 2010-07-20  Roland McGrath  <roland@redhat.com>
54123
54124         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54125         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54126         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54127         like LD_HWCAP_MASK can disable hwcaps.
54128
54129 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54130
54131         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54132
54133 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54134
54135         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54136         call in strcasestr.
54137         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54138         __strcasestr_sse42_nonascii.
54139         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54140         strcasestr-nonascii.c.
54141         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54142
54143 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54144
54145         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54146         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54147         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54148         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54149
54150 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54151
54152         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54153         fcntl.
54154
54155 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54156
54157         [BZ #11577]
54158         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54159         dl_signal_cerror.
54160
54161 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54162
54163         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54164         _PC_PIPE_BUF using F_GETPIPE_SZ.
54165
54166 2010-07-05  Roland McGrath  <roland@redhat.com>
54167
54168         * manual/arith.texi (Rounding Functions): Fix rint description
54169         implicit in round description.
54170
54171 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54172
54173         * elf/Makefile: Fix linking for a few tests to make recent linker
54174         happy.
54175
54176 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54177
54178         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54179         $(common-objpfx)libc_nonshared.a.
54180
54181 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54182
54183         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54184         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54185         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54186         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54187         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54188         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54189         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54190         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54205         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54206         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54207         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54208         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54209         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54210         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54211         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54212         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54213         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54214         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54215         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54216         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54231
54232 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54233
54234         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54235         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54236         * string/memmove.c (memmove): Renamed to ...
54237         (MEMMOVE): ...this.  Default to memmove.
54238         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54239         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54240         (END_CHK): Define.
54241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54242         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54243         mempcpy-ssse3-back memmove-ssse3-back.
54244         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54245         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54246         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54247         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54248         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54249         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54250         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54251         * sysdeps/x86_64/multiarch/memmove.c: New file.
54252         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54253         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54254         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54255         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54256         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54257         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54258         Define.
54259         (index_Fast_Copy_Backward): Define.
54260         (HAS_ARCH_FEATURE): Define.
54261         (HAS_FAST_REP_STRING): Define.
54262         (HAS_FAST_COPY_BACKWARD): Define.
54263
54264 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54265
54266         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54267         Restore proper fallback handling.
54268
54269 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54270
54271         [BZ #11701]
54272         * posix/group_member.c (__group_member): Correct checking loop.
54273
54274         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54275         OOM in getpwuid_r correctly.  Return error number when the caller
54276         should return, otherwise -1.
54277         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54278         call returning > 0 value.
54279         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54280
54281 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54282
54283         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54284         libc_nonshared.a from targets in modules-names.
54285
54286 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54287
54288         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54289         requires it.
54290
54291 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54292
54293         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54294         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54295         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54296         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54297
54298 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54299
54300         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54301
54302 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54303
54304         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54305         and F_GETPIPE_SZ.
54306         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54307         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54308         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54309         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54310         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54311         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54312
54313 2010-06-14  Roland McGrath  <roland@redhat.com>
54314
54315         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54316
54317 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54318
54319         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54320         __REDIRECT followed by __THROW.
54321         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54322         * posix/getopt.h (getopt): Likewise.
54323
54324 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54325
54326         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54327         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54328         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54329         in AT_FLAGS.
54330         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54331         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54332
54333 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54334
54335         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54336
54337 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54338
54339         [BZ #11640]
54340         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54341         Properly check family and model.
54342
54343 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54344
54345         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54346
54347 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54348
54349         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54350
54351 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54352
54353         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54354         symbol reference.
54355
54356 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54357
54358         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54359         symbol reference.
54360
54361 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54362
54363         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54364         and internal_recvmmsg.
54365         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54366         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54367         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54368         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54369
54370         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54371         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54372         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54373
54374 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54375
54376         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54377
54378 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54379
54380         POWER7 optimizations.
54381         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54382         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54383
54384 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54385
54386         * version.h: Update for 2.13 development version.
54387
54388 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54389
54390         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54391         exceptions.  Return 0.
54392
54393 2010-05-07  Roland McGrath  <roland@redhat.com>
54394
54395         * elf/ldconfig.c (main): Add a const.
54396
54397 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54398
54399         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54400         (args_options): Add no-idn option.
54401         (ahosts_keys_int): Add idn_flags to ai_flags.
54402         (parse_option): Handle 'i' option to clear idn_flags.
54403
54404         * malloc/malloc.c (_int_free): Possible race in the most recently
54405         added check.  Only act on the data if no current modification
54406         happened.
54407
54408 See ChangeLog.17 for earlier changes.