math: increase timeout for math/atest-*.c
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2
3         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4         * math/atest-exp2.c (TIMEOUT): Likewise.
5         * math/atest-sincos.c (TIMEOUT): Likewise.
6
7 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
8
9         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
10         -Wno-error with -fno-builtin-lround.
11
12 2014-12-19  Torvald Riegel  <triegel@redhat.com>
13
14         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
15         Contains futex constants and functions moved over from ...
16         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
17         <lowlevellock-futex.h>.
18         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
19         (lll_timedwait_tid): Add comments and parentheses around macro
20         arguments.
21
22 2014-12-19  Torvald Riegel  <triegel@redhat.com>
23
24         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
25         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
26         (__lll_private_flag): Remove.
27         (lll_futex_wait): Likewise.
28         (lll_futex_timed_wait): Likewise.
29         (lll_futex_wake): Likewise.
30         (lll_futex_requeue): Likewise.
31         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
32         (__lll_timedwait_tid): Spell out argument names.
33         (lll_timedwait_tid): Add comments and parentheses around macro
34         arguments.
35         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
36         LLL_SHARED and LLL_PRIVATE usable from assembly code.
37
38 2014-12-19  Torvald Riegel  <triegel@redhat.com>
39
40         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
41         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
42         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
43         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
44         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
45         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
46         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
47         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
48         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
49         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
50         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
51         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
52         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
53         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
54         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
55         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
56         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
57         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
58         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
59
60 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
61
62         * sysdeps/x86_64/x32/Makefile: New file.
63
64 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
65
66         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
67         1L with (mp_limb_t) 1.
68
69 2014-12-17  Roland McGrath  <roland@hack.frob.com>
70
71         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
72         * nptl/libc_pthread_init.c: ... here.
73         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
74         * nptl/register-atfork.c: ... here.
75
76         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
77         Use pthread_sigmask rather than INTERNAL_SYSCALL.
78         Use assert_perror to check its return value.
79         (__gai_create_helper_thread): Likewise.
80
81         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
82
83         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
84
85 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
86
87         [BZ #17725]
88         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
89         __profil_counter.
90         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
91         Likewise.
92         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
93         Likewise.
94         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
95         Likewise.
96         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
97         (profil_counter): Likewise.
98         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
99         (profil_counter): Likewise.
100         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
101         Likewise.
102         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
103         Likewise.
104         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
105         (profil_counter): Likewise.
106         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
107         Likewise.
108         [!__profil_counter] (profil_counter): Define as weak alias of
109         __profil_counter.
110         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
111         (profil_counter): Rename to __profil_counter.
112         [!__profil_counter] (profil_counter): Define as weak alias of
113         __profil_counter.
114         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
115         (profil_counter): Rename to __profil_counter.
116         [!__profil_counter] (profil_counter): Define as weak alias of
117         __profil_counter.
118         * sysdeps/posix/profil.c: Update comment referring to
119         profil_counter.
120         (__profil): Use __profil_counter instead of profil_counter.
121         * sysdeps/posix/sprofil.c (profil_counter): Rename to
122         __profil_counter.  Use __profil_counter_ushort and
123         __profil_counter_uint in definitions.
124         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
125         instead of profil_counter_uint and profil_counter_ushort.
126
127         [BZ #17722]
128         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
129         define as weak alias of __inet_makeaddr.
130         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
131         as weak alias of __inet_addr.
132         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
133         as weak alias of __inet_pton.  Use libc_hidden_weak.
134         * include/arpa/inet.h (__inet_pton): Declare.  Use
135         libc_hidden_proto.
136         (inet_makeaddr): Don't use libc_hidden_proto.
137         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
138         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
139         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
140         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
141         Remove variable.
142         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
143         (test-xfail-POSIX/time.h/linknamespace): Likewise.
144
145 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
146
147         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
148
149 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
150
151         * stdio-common/bug-vfprintf-nargs.c (do_test):
152         Cast value to intptr_t to avoid format warning
153         for usage with PRIdPTR printing macro.
154
155 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
156
157         * libio/tst-widetext.c (do_test):
158         Use format type %td instead of %Zd for ptrdiff_t
159         in order to avoid format warning.
160
161 2014-12-17  Andreas Schwab  <schwab@suse.de>
162
163         * nscd/mem.c (gc): Add size_t cast to match printf format.
164
165 2014-12-16  Roland McGrath  <roland@hack.frob.com>
166
167         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
168         (init): Apply PTR_MANGLE to pointers before storing them.
169         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
170         before using them.
171
172 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
173
174         [BZ #17719]
175         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
176         define as weak alias of __memrchr.
177         (__memrchr): Do not define as strong alias of memrchr.
178         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
179         Remove variable.
180         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
181         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
182         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
183
184         [BZ #17717]
185         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
186         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
187         (if_indextoname): Rename to __if_indextoname and define as weak
188         alias of __if_indextoname.  Use libc_hidden_weak.
189         (if_freenameindex): Rename to __if_freenameindex and define as
190         weak alias of __if_freenameindex.
191         (if_nameindex): Rename to __if_nameindex and define as weak alias
192         of __if_nameindex.
193         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
194         __if_nametoindex and define as weak alias of __if_nametoindex.
195         Use libc_hidden_weak.
196         (if_freenameindex): Rename to __if_freenameindex and define as
197         weak alias of __if_freenameindex.
198         (if_nameindex): Rename to __if_nameindex and define as weak alias
199         of __if_nameindex.
200         (if_indextoname): Rename to __if_indextoname and define as weak
201         alias of __if_indextoname.  Use libc_hidden_weak.
202         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
203         __if_nametoindex and define as weak alias of __if_nametoindex.
204         Use libc_hidden_weak.
205         (if_freenameindex): Rename to __if_freenameindex and define as
206         weak alias of __if_freenameindex.  Use libc_hidden_weak.
207         (if_nameindex_netlink): Use __if_freenameindex instead of
208         if_freenameindex.
209         (if_nameindex): Rename to __if_nameindex and define as weak alias
210         of __if_nameindex.  Use libc_hidden_weak.
211         (if_indextoname): Rename to __if_indextoname and define as weak
212         alias of __if_indextoname.  Use libc_hidden_weak.
213         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
214         libc_hidden_proto.
215         [!_ISOMAC] (__if_freenameindex): Likewise.
216         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
217         if_nametoindex.
218         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
219         variable.
220         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
221         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
222         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
223         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
224         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
225         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
226         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
227
228         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
229         Remove variable.
230         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
231         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
232
233 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
234
235         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
236         subscript above bounds'
237
238         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
239         bounds.
240
241 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
242
243         * libio/tst-fopenloc.c: Use test-skeleton.c.
244
245         * stdlib/tst-bsearch.c: Use test-skeleton.c.
246         (entry): Rename to ITEM.
247         (do_test, comp): Adjust.
248
249         * stdio-common/tst-fseek.c: Use test-skeleton.c.
250
251 2014-12-16  Torvald Riegel  <triegel@redhat.com>
252
253         * string/tester.c: Include <libc-internal.h>.
254         (test_memset): Ignore -Wmemset-transposed-args.
255
256 2014-12-16  Torvald Riegel  <triegel@redhat.com>
257
258         * misc/tst-mntent2.c (do_test): Fix warning.
259
260 2014-12-16  Torvald Riegel  <triegel@redhat.com>
261
262         * elf/tst-unique4lib.cc(a): Mark as used.
263
264 2014-12-16  Florian Weimer  <fweimer@redhat.com>
265
266         [BZ #17630]
267         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
268         names.
269
270 2014-12-16  Allan McRae  <allan@archlinux.org>
271
272         * stdio-common/Makefile (tests): Re-add bug26.
273
274 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
275
276         [BZ #17657]
277         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
278         static array.
279
280 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
281
282         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
283         (__lll_lock_wait): Likewise.
284         (__lll_timedlock_wait): Likewise.
285         (__lll_timedwait_tid): Likewise.
286         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
287         (__lll_robust_timedlock_wait): Likewise.
288         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
289         (lll_cond_trylock): Likewise.
290         (__lll_lock): Likewise.
291         (__lll_robust_lock): Likewise.
292         (__lll_cond_lock): Likewise.
293         (lll_robust_cond_lock): Likewise.
294         (__lll_timedlock): Likewise.
295         (__lll_robust_timedlock): Likewise.
296         (__lll_unlock): Likewise.
297         (__lll_robust_unlock): Likewise.
298         (lll_wait_tid): Likewise.
299         (lll_timedwait_tid): Likewise.
300
301 2014-12-15  Torvald Riegel  <triegel@redhat.com>
302
303         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
304
305 2014-12-15  Torvald Riegel  <triegel@redhat.com>
306
307         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
308
309 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
310
311         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
312         * stdio-common/tst-sprintf.c: Likewise.
313
314 2014-12-15  Torvald Riegel  <triegel@redhat.com>
315
316         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
317
318 2014-12-15  Jeff Law  <law@redhat.com>
319
320         [BZ #16617]
321         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
322         on the heap.  (CVE-2012-3406)
323         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
324         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
325         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
326
327 2014-12-15  Will Newton  <will.newton@linaro.org>
328
329         * manual/install.texi: Bump required version of texinfo
330         to 4.7 from 4.5.
331         * INSTALL: Regenerated.
332         * configure.ac: Check for makeinfo version 4.7 and above.
333         * configure: Regenerated.
334
335 2014-12-12  Roland McGrath  <roland@hack.frob.com>
336
337         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
338         PREFIX, string constant to insert between directory and name.
339         * sysdeps/posix/shm_open.c: Update caller.
340         * sysdeps/posix/shm_unlink.c: Likewise.
341         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
342         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
343         (SEM_SHM_PREFIX): New macro.
344         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
345         [$(have-thread-library) = no].
346         * nptl/Makefile (libpthread-routines): Add shm-directory.
347         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
348         * sysdeps/nptl/shm-directory.h: New file.
349         * sysdeps/posix/shm-directory.c
350         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
351         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
352         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
353         INTERNAL_SYSCALL.
354         (__where_is_shmfs): Function removed.
355         (mountpoint, defaultmount, defaultdir, __namedsem_once):
356         Variables removed.
357         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
358         Use SHM_GET_NAME.
359         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
360
361         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
362         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
363         unconditional for use inside libpthread.
364         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
365
366 2014-12-12  Roland McGrath  <roland@hack.frob.com>
367
368         * nptl/pthread_getaffinity.c: New file.
369         * nptl/pthread_setaffinity.c: New file.
370         * nptl/pthread_getname.c: New file.
371         * nptl/pthread_setname.c: New file.
372
373         * nptl/pthread_create.c (START_THREAD_DEFN)
374         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
375
376 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
377             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
378
379         * resolv/res_send.c (send_vc): Disable warning resplen may
380         be used uninitialized.
381
382 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
383
384         * nptl/tst-mutex6.c
385         (ATTR_NULL): New define checks ATTR against NULL.
386         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
387         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
388
389 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
390
391         [BZ #17581]
392         * malloc/hooks.c
393         (mem2mem_check): Revert my previous change.
394         (malloc_check_get_size): Revert my previous change.
395         (mem2chunk_check): Revert my previous change.
396
397 2014-12-11  Roland McGrath  <roland@hack.frob.com>
398
399         * sysdeps/posix/shm-directory.c: New file.
400         * sysdeps/posix/shm-directory.h: New file.
401         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
402         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
403         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
404         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
405         Transmute EPERM to EACCES.
406         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
407         from ...
408         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
409         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
410
411 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
412
413         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
414         pointer and cast to uintptr_t.
415         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
416         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
417         Add cast to avoid warning.
418         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
419
420 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
421
422         * nptl/semaphore.h: Move to ...
423         * sysdeps/pthread/semaphore.h: ... here.
424         * Makefile (installed-headers): Change nptl/semaphore.h to
425         sysdeps/pthread/semaphore.h.
426
427 2014-12-11  Roland McGrath  <roland@hack.frob.com>
428
429         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
430         generated error format strings.
431
432         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
433         -Wformat-extra-args warnings for scanf formats.
434         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
435         test of zero-length format (duh).
436         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
437         corner-case scanf format test.
438         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
439         generated fprintf format string.
440         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
441         corner-case sprintf format tests.
442         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
443         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
444         -Wformat-extra-args warnings throughout.
445         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
446         (CFLAGS-scanf4.c): Likewise.
447         (CFLAGS-scanf7.c): Likewise.
448         (CFLAGS-tst-sprintf.c): Likewise.
449         (CFLAGS-tst-printf.c): Likewise.
450         (CFLAGS-tst-printfsz.c): Likewise.
451
452 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
453
454         * include/cpio.h: New file.
455         * include/fmtmsg.h: Likewise.
456
457         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
458         corresponding format argument to size_t.
459         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
460         arguments.
461         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
462         corresponding format argument to size_t.
463         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
464         arguments.
465         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
466         corresponding format argument to size_t.
467         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
468         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
469         (CFLAGS-tst-mbswcs2.c): Likewise.
470         (CFLAGS-tst-mbswcs3.c): Likewise.
471         (CFLAGS-tst-mbswcs4.c): Likewise.
472         (CFLAGS-tst-mbswcs5.c): Likewise.
473         (CFLAGS-tst-trans.c): Likewise
474
475 2014-12-11  Roland McGrath  <roland@hack.frob.com>
476
477         * posix/regexbug1.c (main): Use "%s" format with regerror results,
478         rather than assuming they won't contain any '%'s.
479
480 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
481
482         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
483         inhibit_loop_to_libcall to avoid recursive calls.
484         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
485         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
486
487 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
488
489         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
490         prototype.
491
492 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
493
494         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
495         integer value instead of boolean.
496
497 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
498
499         * malloc/malloc.c: Fix powerof2 check.
500
501 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
502
503         * locale/programs/locfile.h (maybe_swap_uint32):
504         Remove inline and add unused attribute.
505
506 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
507
508         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
509         Truncating assembler expression to a .long expression.
510
511 2014-12-11  Andreas Schwab  <schwab@suse.de>
512
513         * elf/rtld.c (struct map_args): Constify str member.
514         (do_preload): Constify fname argument.
515
516 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
517
518         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
519         constants definition.
520
521 2014-12-11  Andreas Schwab  <schwab@suse.de>
522
523         [BZ #16657]
524         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
525         FORCE_ELISION instead of DO_ELISION.
526         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
527         Remove.
528         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
529         Likewise.
530
531         * iconvdata/gconv-modules: Remove duplicate entry.
532
533 2014-12-11  Will Newton  <will.newton@linaro.org>
534
535         Merge gettext 0.19.3 into intl/.
536
537         This involves a number of cosmetic changes to comments
538         and ANSI function definitions and prototypes throughout
539         all the files. The gettext copyright header is used but
540         with the date ranges taken from the glibc copy.
541
542         * NEWS: Add gettext merge to 2.21.
543         * intl/bindtextdom.c: Switch to gettext copyright.
544         Use ANSI definitions and prototypes.
545         Use gl_* locking primitives rather than __libc_* ones.
546         Use __builtin_expect rather than __glibc_likely/unlikely.
547         * intl/dcgettext.c: Switch to gettext copyright.
548         Use ANSI definitions and prototypes.
549         * intl/dcigettext.c: Switch to gettext copyright.
550         Use ANSI definitions and prototypes.
551         (INTDIV0_RAISES_SIGFPE): New define.
552         Use gl_* locking primitives rather than __libc_* ones.
553         Include eval-plural.h instead of plural-eval.c.
554         Use __builtin_expect rather than __glibc_likely/unlikely.
555         * intl/dcngettext.c: Switch to gettext copyright.
556         Use ANSI definitions and prototypes.
557         * intl/dgettext.c: Likewise.
558         * intl/dngettext.c: Likewise.
559         * intl/plural-eval.c: Renamed to...
560         * intl/eval-plural.h: ...this.
561         * intl/explodename.c: Switch to gettext copyright.
562         Use ANSI definitions and prototypes.
563         (_nl_explode_name): Use strchr instead of __rawmemchr.
564         * intl/finddomain.c: Switch to gettext copyright.
565         Use ANSI definitions and prototypes.
566         Use gl_* locking primitives rather than __libc_* ones.
567         (_nl_find_domain): Use malloc rather than alloca for
568         allocation of temporary locale name.
569         * intl/gettext.c: Switch to gettext copyright.
570         Use ANSI definitions and prototypes.
571         * intl/gettextP.h: Switch to gettext copyright.
572         Use ANSI definitions and prototypes.
573         Use gl_* locking primitives rather than __libc_* ones.
574         * intl/gmo.h: Switch to gettext copyright.
575         (struct sysdep_string): Move struct segment_pair outside of
576         struct definition.
577         * intl/hash-string.c: Use ANSI definitions and prototypes.
578         * intl/hash-string.h: Switch to gettext copyright.
579         Use ANSI definitions and prototypes.
580         * intl/l10nflist.c: Switch to gettext copyright.
581         Use ANSI definitions and prototypes.
582         (_nl_normalize_codeset): Avoid integer overflow.
583         * intl/loadinfo.h: Switch to gettext copyright.
584         Use ANSI definitions and prototypes.
585         (LIBINTL_DLL_EXPORTED): New define.
586         (PATH_SEPARATOR): New define.
587         * intl/loadmsgcat.c: Switch to gettext copyright.
588         * intl/localealias.c: Switch to gettext copyright.
589         Use ANSI definitions and prototypes.
590         (_nl_expand_alias): Use PATH_SEPARATOR.
591         * intl/ngettext.c: Switch to gettext copyright.
592         Use ANSI definitions and prototypes.
593         * intl/plural-exp.c: Likewise.
594         * intl/plural-exp.h: Switch to gettext copyright.
595         Use ANSI definitions and prototypes.
596         (struct expression): Move definition of enum operator outside
597         of struct definition.
598         * intl/plural.c: Regenerate.
599         * intl/plural.y: Switch to gettext copyright.
600         Use ANSI definitions and prototypes.
601         Port to bison 3.0.
602         * intl/textdomain.c: Switch to gettext copyright.
603         Use ANSI definitions and prototypes.
604         Use gl_* locking primitives rather than __libc_* ones.
605
606 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
607
608         * debug/warning-nop.c: Add used atrribute.
609
610 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
611
612         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
613
614         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
615         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
616         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
617
618 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
619             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
620
621         [BZ #17634]
622         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
623         Undefine after defining function.  Define as weak alias of
624         __wcschr.  Use libc_hidden_weak.
625         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
626         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
627         (libc_hidden_def): Also define __GI___wcschr alias.
628         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
629         __wcschr and define as weak alias of __wcschr.
630         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
631         __wcschr.
632         [!WCSCHR] (DEFAULT_WCSCHR): Define.
633         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
634         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
635         libc_hidden_weak.  Do not use libc_hidden_def.
636         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
637         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
638         __GI___wcschr alias.
639         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
640         [IS_IN (libc)] (wcschr): Define as macro expanding to
641         __redirect_wcschr.
642         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
643         [IS_IN (libc)] (__wcschr_power6): Likewise.
644         [IS_IN (libc)] (__wcschr_power7): Likewise.
645         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
646         instead of wcschr.
647         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
648         __libc_wcschr.
649         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
650         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
651         __wcschr and define as weak alias of __wcschr.  Use
652         libc_hidden_builtin_def.
653         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
654         as weak alias of __wcschr.  Use libc_hidden_weak.
655         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
656         wcschr.
657         * time/era.c (_nl_init_era_entries): Likewise.
658         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
659         variable.
660         (test-xfail-XPG3/time.h/linknamespace): Likewise.
661         (test-xfail-XPG4/time.h/linknamespace): Likewise.
662
663 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
664
665         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
666         format for long int variable.
667
668 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
669
670         [BZ #10672]
671         * manual/search.texi: (Array Sort Function): Remove claim how to make
672         qsort stable.
673
674 2014-12-10  Andreas Schwab  <schwab@suse.de>
675
676         [BZ #12847]
677         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
678         user-controlled locks.
679
680 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
681
682         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
683         register.
684
685 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
686
687         * configure.ac (--disable-werror): New configure option.
688         (enable_werror): New AC_SUBST.
689         * configure: Regenerated.
690         * config.make.in (enable-werror): New variable.
691         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
692         -Wno-error=undef.
693         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
694         * manual/install.texi (Configuring and compiling): Document
695         --disable-werror.
696         * INSTALL: Regenerated.
697         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
698         (CFLAGS-tst-chk2.c): Likewise.
699         (CFLAGS-tst-chk3.c): Likewise.
700         (CFLAGS-tst-chk4.cc): Likewise.
701         (CFLAGS-tst-chk5.cc): Likewise.
702         (CFLAGS-tst-chk6.cc): Likewise.
703         (CFLAGS-tst-lfschk1.c): Likewise.
704         (CFLAGS-tst-lfschk2.c): Likewise.
705         (CFLAGS-tst-lfschk3.c): Likewise.
706         (CFLAGS-tst-lfschk4.cc): Likewise.
707         (CFLAGS-tst-lfschk5.cc): Likewise.
708         (CFLAGS-tst-lfschk6.cc): Likewise.
709
710         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
711         (main): Disable -Wdeprecated-declarations around calls to
712         register_printf_function.
713
714         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
715         (do_test): Disable -Wdiv-by-zero around some calls to
716         fwrite_unlocked and fread_unlocked.
717
718         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
719         (DIAG_POP_NEEDS_COMMENT): Likewise.
720         (_DIAG_STR1): Likewise.
721         (_DIAG_STR): Likewise.
722         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
723         * stdio-common/bug21.c: Include <libc-internal.h>.
724         (do_test): Disable -Wformat around call to sscanf.
725         * stdio-common/scanf14.c: Include <libc-internal.h>.
726         (main): Disable -Wformat around some calls to scanf functions.
727
728 2014-12-09  Torvald Riegel  <triegel@redhat.com>
729
730         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
731
732 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
733
734         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
735         stack variable alignment.
736
737 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
738
739         [BZ #17682]
740         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
741         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
742         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
743         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
744         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
745         __getrlimit instead of getrlimit.
746         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
747         __gettimeofday instead of gettimeofday.
748         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
749         Likewise.
750         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
751         Likewise.
752         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
753         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
754         Remove variable.
755         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
756         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
757
758 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
759
760         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
761         for wide-character tests.
762
763 2014-12-04  Roland McGrath  <roland@hack.frob.com>
764
765         * io/openat64.c: #include <libc-internal.h>
766         (__openat64): Prototypify.  Use ignore_value on MODE.
767         * io/openat.c: Likewise.
768         * misc/reboot.c: #include <libc-internal.h>
769         (reboot): Prototypify.  Use ignore_value on HOWTO.
770         * misc/ptrace.c: #include <libc-internal.h>
771         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
772
773 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
774
775         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
776         XPG4, UNIX98 and XOPEN2K.
777         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
778         Remove variable.
779         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
780
781 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
782
783         * libio/fileops.c: Use ISO C style for function definitions.
784         * libio/iofopen.c: Likewise.
785         * libio/wfileops.c: Likewise.
786
787         [BZ #17653]
788         * libio/fileops.c (_IO_new_file_underflow): Unset cached
789         offset on EOF.
790         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
791         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
792         (fgets_func): Function pointer to fgets and fgetws.
793         (do_ftell_test): Add test to verify ftell value after read
794         EOF.
795         (do_test): Set fgets_func.
796
797         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
798         O_TRUNC flag for w and w+ modes.
799         (do_rewind_test): Likewise.
800         (do_ftell_test): Likewise.
801         (do_write_test): Likewise.
802
803         [BZ #17647]
804         * libio/fileops.c (do_ftell): Seek only when there are
805         unflushed writes.
806         * libio/wfileops.c (do_ftell_wide): Likewise.
807         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
808         test case.
809         (do_one_test): Call it.
810
811 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
812
813         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
814         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
815         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
816         Remove variable.
817         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
818         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
819         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
820
821 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
822
823         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
824         Remove variable.
825         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
826
827         [BZ #17668]
828         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
829         as weak alias of __getifaddrs.  Use libc_hidden_weak.
830         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
831         __freeifaddrs.  Use libc_hidden_weak.
832         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
833         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
834         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
835         __freeifaddrs.  Use libc_hidden_weak.
836         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
837         __getifaddrs and define as weak alias of __getifaddrs.  Use
838         libc_hidden_weak.
839         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
840         __freeifaddrs.  Use libc_hidden_weak.
841         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
842         Remove variable.
843         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
844         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
845
846 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
847
848         [BZ #17601]
849         * sysdeps/mips/start.S (__start): Use indirect jump to call
850         __libc_start_main.
851
852 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
853
854         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
855
856         * nptl/tst-mutex1.c: Include <stdbool.h>.
857         [!ATTR] (ATTR_NULL): New macro.
858         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
859         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
860         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
861
862         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
863         to char *.
864
865         [BZ #17665]
866         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
867         Change conditional to [__USE_MISC].
868
869         [BZ #17664]
870         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
871         fgets_unlocked.
872         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
873         __fgets_unlocked.
874         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
875         fgets_unlocked.
876         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
877         Remove variable.
878         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
879         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
880         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
881         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
882         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
883         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
884         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
885         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
886         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
887
888         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
889
890 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
891
892         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
893         Remove strpbrk objects.
894         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
895         (__libc_ifunc_impl_list): Remove strpbrk implementation.
896         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
897         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
898         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
899         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
900
901         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
902         Remove strcspn objects.
903         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
904         (__libc_ifunc_impl_list): Remove strcspn implementation.
905         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
906         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
907         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
908         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
909
910         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
911         Remove strspn objetcs.
912         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
913         (__libc_ifunc_impl_list): Remove strspn implementation.
914         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
915         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
916         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
917         * sysdeps/powerpc/powerpc64/strspn.S: New file.
918
919 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
920
921         [BZ #17581]
922         * malloc/hooks.c
923         (mem2mem_check): Add a terminator to the chain of checking blocks.
924         (malloc_check_get_size): Use it here.
925         (mem2chunk_check): Ditto.
926
927 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
928
929         * sysdeps/powerpc/powerpc64/strtok.S: New file.
930         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
931
932 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
933
934         * bits/ioctl-types.h: Indent preprocessor directives correctly.
935
936         * nptl/nptl-init.c: Include libc-internal.h.
937         (__pthread_initialize_minimal_internal): Use ROUND_UP.
938
939         * elf/ldconfig.c (search_dir): Expand comment.
940
941 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
942
943         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
944         variable.
945         (linknamespace-symlist-stdlibs-tests): Likewise.
946         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
947         instead of $(objpfx)symlist-stdlibs.
948         (linknamespace-libs-isoc): New variable.
949         (linknamespace-libs): Use $(linknamespace-libs-isoc).
950         (linknamespace-libs-ISO): New variable.
951         (linknamespace-libs-ISO99): Likewise.
952         (linknamespace-libs-ISO11): Likewise.
953         (linknamespace-libs-XPG3): Likewise.
954         (linknamespace-libs-XPG4): Likewise.
955         (linknamespace-libs-POSIX): Likewise.
956         (linknamespace-libs-UNIX98): Likewise.
957         (linknamespace-libs-XOPEN2K): Likewise.
958         (linknamespace-libs-POSIX2008): Likewise.
959         (linknamespace-libs-XOPEN2K8): Likewise.
960         ($(objpfx)symlist-stdlibs): Replace by
961         $(linknamespace-symlist-stdlibs-tests).  Use
962         $(linknamespace-libs-$*) as set of libraries.
963         ($(linknamespace-header-tests)): Update dependencies.  Use
964         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
965         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
966         * conform/linknamespace.pl: Remove comment about considering
967         definitions of symbols from irrelevant libraries.
968
969 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
970
971         [BZ #13862]
972         * elf/dl-tls.c: Include <atomic.h>.
973         (oom): Remove #ifdef SHARED/#endif.
974         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
975         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
976         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
977         big enough.
978         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
979         * nptl/Makefile (tests): Add tst-stack4.
980         (modules-names): Add tst-stack4mod.
981         ($(objpfx)tst-stack4): New.
982         (tst-stack4mod.sos): Likewise.
983         ($(objpfx)tst-stack4.out): Likewise.
984         ($(tst-stack4mod.sos)): Likewise.
985         (clean): Likewise.
986         * nptl/tst-stack4.c: New file.
987         * nptl/tst-stack4mod.c: Likewise.
988
989 2014-11-27  J. Brown  <jb999@gmx.de>
990
991         * sysdeps/x86/bits/string.h: Add recent CPUs.
992
993 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
994
995         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
996         sigblock.
997
998         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
999         feof.
1000
1001         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1002         variable.
1003
1004 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1005
1006         * nscd/connections.c: Include libc-internal.h because of macro
1007         usage ignore_value.
1008
1009 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1010
1011         * string/bits/string3.h (__warn_memset_zero_len): Don't
1012         declare for gcc newer than 5.0.
1013         (memset): Don't test for zero-length __LEN for gcc newer than
1014         5.0.
1015
1016 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1017
1018         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1019         size_t for %zu format.
1020
1021         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1022         difference, not %ju.
1023
1024 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1025
1026         * include/libc-internal.h (ignore_value): New macro.
1027         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1028         with ignore_value.
1029
1030         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1031         definition.
1032
1033         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1034         pthread_cleanup_push to void *.
1035
1036         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1037         Undefine.
1038
1039         [BZ #16619]
1040         [BZ #16740]
1041         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1042         instead of 1L << 52.
1043
1044         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1045         * libio/bug-rewind2.c (do_test): Likewise.
1046
1047         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1048         * debug/test-strcpy_chk-ifunc.c: Likewise.
1049         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1050         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1051         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1052         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1053         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1054         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1055         * Rules [$(multi-arch) = no] (tests): Do not filter out
1056         $(tests-ifunc).
1057         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1058         * debug/Makefile (tests-ifunc): Remove variable.
1059         (tests): Do not add $(tests-ifunc).
1060         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1061         (tests): Do not add $(tests-ifunc).
1062         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1063         [TEST_IFUNC]: Remove conditionals.
1064         * string/test-string.h (TEST_IFUNC): Remove macro.
1065         [TEST_IFUNC]: Remove conditionals.
1066
1067         * string/test-strchr.c [!WIDE] (L): New macro.
1068         [WIDE] (L): Likewise.
1069         (check1): Use CHAR instead of char.  Use L on string and character
1070         constants.
1071
1072 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1073
1074         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1075         tests.
1076         * sysdeps/powerpc/bits/atomic.h
1077         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1078         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1079         (atomic_exchange_and_add_acq): Likewise.
1080         (atomic_exchange_and_add_rel): Likewise.
1081         * sysdeps/powerpc/powerpc32/bits/atomic.h
1082         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1083         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1084         * sysdeps/powerpc/powerpc64/bits/atomic.h
1085         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1086         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1087
1088 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1089
1090         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1091         Change synchronization of __sched_fifo_min_prio and
1092         __sched_fifo_max_prio.
1093         * nptl/pthread_mutexattr_getprioceiling.c
1094         (pthread_mutexattr_getprioceiling): Likewise.
1095         * nptl/pthread_mutexattr_setprioceiling.c
1096         (pthread_mutexattr_setprioceiling): Likewise.
1097         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1098         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1099         Likewise.
1100
1101 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1102
1103         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1104         void.
1105
1106 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1107
1108         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1109         third argument const.
1110
1111 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1112
1113         fnmatch: work around GCC compiler warning bug with uninit var
1114         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1115         This works around a bug with x86-64 GCC 4.9.2 and earlier
1116         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1117         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1118         used uninitialized in this function [-Wmaybe-uninitialized]".
1119
1120 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1121
1122         * posix/bug-regex31.c (main): Return RES not 0.
1123
1124 2014-11-25  Anton Blanchard <anton@samba.org>
1125
1126         * sysdeps/powerpc/bits/atomic.h
1127         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1128
1129 2014-11-24  Sterling Augustine  <saugustine@google.com>
1130
1131         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1132
1133 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1134
1135         [BZ #17608]
1136         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1137
1138 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1139
1140         [BZ #17633]
1141         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1142         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1143         variable.
1144         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1145         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1146
1147 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1148
1149         * string/strncpy.c (strncpy): Improve performance by using memset.
1150
1151 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1152
1153         * string/strcpy.c (strcpy):
1154         Improve performance by using strlen and memcpy.
1155
1156 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1157
1158         * string/strcoll_l.c (get_next_seq): __always_inline.
1159         * string/strcoll_l.c (do_compare): __always_inline.
1160
1161 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1162
1163         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1164         defined.
1165         * include/mqueue.h: Likewise.
1166         * include/stdlib.h: Likewise.
1167
1168         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1169         (get_null_defines): Adjust.
1170         * sunrpc/Makefile: Adjust comment.
1171         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1172         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1173         (CFLAGS-interp.c): Likewise.
1174         (CFLAGS-ldconfig.c): Likewise.
1175         (CPPFLAGS-.os): Likewise.
1176         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1177         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1178         * extra-modules.mk (extra-modules.mk): Likewise.
1179         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1180         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1181         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1182         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1183         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1184         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1185         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1186         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1187         * iconvdata/Makefile (CPPFLAGS): Likewise.
1188         (cpp-srcs-left): Add libof for all iconvdata routines.
1189         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1190         * include/assert.h: Likewise.
1191         * include/ctype.h: Likewise.
1192         * include/errno.h: Likewise.
1193         * include/libc-symbols.h: Likewise.
1194         * include/math.h: Likewise.
1195         * include/netdb.h: Likewise.
1196         * include/resolv.h: Likewise.
1197         * include/stdio.h: Likewise.
1198         * include/stdlib.h: Likewise.
1199         * include/string.h: Likewise.
1200         * include/sys/stat.h: Likewise.
1201         * include/wctype.h: Likewise.
1202         * intl/l10nflist.c: Likewise.
1203         * libidn/idn-stub.c: Likewise.
1204         * libio/libioP.h: Likewise.
1205         * nptl/libc_multiple_threads.c: Likewise.
1206         * nptl/pthreadP.h: Likewise.
1207         * posix/regex_internal.h: Likewise.
1208         * resolv/res_hconf.c: Likewise.
1209         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1210         * sysdeps/arm/memmove.S: Likewise.
1211         * sysdeps/arm/sysdep.h: Likewise.
1212         * sysdeps/generic/_itoa.h: Likewise.
1213         * sysdeps/generic/symbol-hacks.h: Likewise.
1214         * sysdeps/gnu/errlist.awk: Likewise.
1215         * sysdeps/gnu/errlist.c: Likewise.
1216         * sysdeps/i386/i586/memcpy.S: Likewise.
1217         * sysdeps/i386/i586/memset.S: Likewise.
1218         * sysdeps/i386/i686/memcpy.S: Likewise.
1219         * sysdeps/i386/i686/memmove.S: Likewise.
1220         * sysdeps/i386/i686/mempcpy.S: Likewise.
1221         * sysdeps/i386/i686/memset.S: Likewise.
1222         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1223         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1224         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1225         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1226         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1227         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1228         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1229         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1230         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1231         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1232         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1233         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1234         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1235         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1236         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1237         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1238         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1239         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1240         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1241         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1242         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1243         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1244         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1245         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1246         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1247         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1248         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1249         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1250         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1251         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1252         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1253         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1254         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1255         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1256         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1257         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1258         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1259         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1260         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1261         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1262         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1263         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1264         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1265         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1266         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1267         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1268         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1269         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1270         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1271         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1272         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1273         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1274         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1275         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1276         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1277         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1278         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1279         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1280         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1281         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1282         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1283         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1284         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1285         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1286         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1287         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1288         * sysdeps/posix/closedir.c: Likewise.
1289         * sysdeps/posix/opendir.c: Likewise.
1290         * sysdeps/posix/readdir.c: Likewise.
1291         * sysdeps/posix/rewinddir.c: Likewise.
1292         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1293         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1294         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1295         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1296         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1297         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1298         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1299         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1300         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1301         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1302         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1303         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1304         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1305         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1306         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1307         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1308         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1309         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1310         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1311         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1312         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1313         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1314         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1315         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1316         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1317         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1318         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1319         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1320         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1321         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1322         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1324         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1325         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1326         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1327         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1328         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1329         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1330         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1331         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1332         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1333         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1334         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1335         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1336         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1337         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1338         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1339         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1340         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1341         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1342         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1343         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1344         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1345         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1346         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1347         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1348         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1349         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1350         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1351         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1352         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1353         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1354         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1355         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1356         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1357         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1358         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1359         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1360         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1361         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1362         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1363         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1364         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1365         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1366         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1367         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1368         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1369         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1370         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1371         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1372         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1373         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1374         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1375         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1376         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1377         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1378         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1379         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1380         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1381         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1382         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1383         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1384         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1385         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1386         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1387         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1388         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1389         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1390         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1391         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1392         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1393         * sysdeps/unix/alpha/sysdep.S: Likewise.
1394         * sysdeps/unix/alpha/sysdep.h: Likewise.
1395         * sysdeps/unix/make-syscalls.sh: Likewise.
1396         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1397         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1398         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1399         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1400         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1401         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1402         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1403         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1404         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1405         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1406         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1407         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1408         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1409         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1410         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1411         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1412         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1413         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1414         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1415         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1417         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1418         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1419         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1420         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1421         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1422         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1425         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1426         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1428         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1429         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1430         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1431         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1432         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1433         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1434         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1435         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1436         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1437         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1438         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1439         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1440         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1441         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1442         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1443         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1444         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1445         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1446         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1447         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1448         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1449         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1450         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1451         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1452         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1453         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1454         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1455         * sysdeps/x86_64/memcpy.S: Likewise.
1456         * sysdeps/x86_64/memmove.c: Likewise.
1457         * sysdeps/x86_64/memset.S: Likewise.
1458         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1459         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1460         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1461         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1462         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1463         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1464         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1465         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1466         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1467         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1468         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1469         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1470         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1471         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1472         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1473         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1474         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1475         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1476         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1477         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1478         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1479         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1480         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1481         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1482         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1483         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1484         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1485         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1486         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1487         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1488         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1489         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1490         * sysdeps/x86_64/strcmp.S: Likewise.
1491
1492         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1493
1494         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1495         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1496         * elf/rtld-Rules: Likewise.
1497         * elf/setup-vdso.h: Likewise.
1498         * include/assert.h: Likewise.
1499         * include/bits/stdlib-float.h: Likewise.
1500         * include/errno.h: Likewise.
1501         * include/sys/stat.h: Likewise.
1502         * include/unistd.h: Likewise.
1503         * sysdeps/aarch64/setjmp.S: Likewise.
1504         * sysdeps/alpha/setjmp.S: Likewise.
1505         * sysdeps/arm/__longjmp.S: Likewise.
1506         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1507         * sysdeps/arm/setjmp.S: Likewise.
1508         * sysdeps/arm/sysdep.h: Likewise.
1509         * sysdeps/generic/_itoa.h: Likewise.
1510         * sysdeps/generic/dl-sysdep.h: Likewise.
1511         * sysdeps/generic/ldsodefs.h: Likewise.
1512         * sysdeps/i386/dl-tls.h: Likewise.
1513         * sysdeps/i386/setjmp.S: Likewise.
1514         * sysdeps/m68k/setjmp.c: Likewise.
1515         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1516         * sysdeps/mach/hurd/opendir.c: Likewise.
1517         * sysdeps/posix/getcwd.c: Likewise.
1518         * sysdeps/posix/opendir.c: Likewise.
1519         * sysdeps/posix/profil.c: Likewise.
1520         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1521         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1522         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1523         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1524         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1525         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1526         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1527         * sysdeps/s390/dl-tls.h: Likewise.
1528         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1529         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1530         * sysdeps/sh/sh3/setjmp.S: Likewise.
1531         * sysdeps/sh/sh4/setjmp.S: Likewise.
1532         * sysdeps/unix/alpha/sysdep.h: Likewise.
1533         * sysdeps/unix/arm/sysdep.S: Likewise.
1534         * sysdeps/unix/i386/sysdep.S: Likewise.
1535         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1536         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1537         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1538         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1539         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1540         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1541         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1542         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1543         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1544         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1545         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1546         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1547         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1550         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1551         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1552         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1553         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1554         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1555         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1556         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1557         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1558         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1559         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1560         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1561         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1562         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1563         * sysdeps/x86_64/setjmp.S: Likewise.
1564
1565         * include/math.h: Use IS_IN instead of IS_IN_libm.
1566         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1567         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1568         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1569         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1570         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1571         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1572         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1573         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1574         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1575         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1576         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1577         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1578         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1579         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1580         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1581         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1582         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1583         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1584         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1585         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1586         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1587         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1588         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1589         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1590         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1591         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1592         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1593         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1594         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1595         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1596         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1597         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1598         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1600         Likewise.
1601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1602         Likewise.
1603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1604         Likewise.
1605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1606         Likewise.
1607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1608         Likewise.
1609         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1610         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1611         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1612         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1613         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1614         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1620         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1621         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1622         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1623         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1624         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1625         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1626         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1627         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1628         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1629         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1630         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1631         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1632         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1633         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1635         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1636
1637         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1638         * nptl/pthreadP.h: Likewise.
1639         * nptl_db/structs.def: Likewise.
1640         * sysdeps/arm/sysdep.h: Likewise.
1641         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1642         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1643         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1644         * sysdeps/unix/alpha/sysdep.h: Likewise.
1645         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1646         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1647         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1648         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1649         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1650         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1651         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1652         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1653         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1654         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1655         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1656         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1657         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1658         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1661         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1662         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1663         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1664         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1665         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1666         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1667         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1668         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1669         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1670         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1671
1672         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1673         * nptl/pthreadP.h: Likewise.
1674         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1675         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1676         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1677         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1678         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1679         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1680         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1681         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1682         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1683         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1684         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1685         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1687         Likewise.
1688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1689         Likewise.
1690         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1691         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1692         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1693         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1694         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1695         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1696         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1697         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1698
1699         * dlfcn/dladdr.c: Use IS_IN.
1700         * dlfcn/dladdr1.c: Likewise.
1701         * dlfcn/dlclose.c: Likewise.
1702         * dlfcn/dlerror.c: Likewise.
1703         * dlfcn/dlinfo.c: Likewise.
1704         * dlfcn/dlmopen.c: Likewise.
1705         * dlfcn/dlopen.c: Likewise.
1706         * dlfcn/dlsym.c: Likewise.
1707         * dlfcn/dlvsym.c: Likewise.
1708
1709         * include/ifaddrs.h: Use IS_IN.
1710         * inet/check_pf.c: Likewise.
1711         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1712         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1713
1714         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1715         IS_IN_ldconfig.
1716         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1717         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1718
1719         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1720         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1721         IS_IN (libc).
1722
1723         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1724
1725         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1726         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1727         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1728         * include/libc-symbols.h (IS_IN_LIB): New macro.
1729         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1730         * include/netdb.h: Likewise.
1731         * include/stap-probe.h: Remove all uses of IN_LIB.
1732
1733         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1734         instead of IN_MODULE.
1735         * include/libc-symbols.h (IN_MODULE): Define using
1736         MODULE_NAME.
1737         (PASTE_NAME, PASTE_NAME1): New macros.
1738         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1739         of IN_LIB.
1740         (STAP_PROBE_ASM): Likewise.
1741
1742 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1743
1744         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1745         __mach_init in dlopened libc.
1746
1747 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1748
1749         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1750         * sysdeps/arm/preconfigure: Regenerate.
1751
1752 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1753
1754         * nptl/pthread_create.c (__pthread_create_2_1): Set
1755         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1756         when copying values from IATTR into PD.
1757
1758 2014-11-21  Will Newton  <will.newton@linaro.org>
1759             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1760
1761         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1762         Refactor inline-asm.  Also add comment.
1763
1764         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1765         ElfW macro instead of hardcoded Elf64 types.
1766         (la_aarch64_gnu_pltenter): Likewise.
1767         * sysdeps/aarch64/dl-machine.h
1768         (elf_machine_runtime_setup): Use ElfW(Addr).
1769
1770         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1771         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1772         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1773         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1774         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1775         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1776         (R_AARCH64_TLS_DTPMOD): This.
1777         (R_AARCH64_TLS_DTPREL64): Rename to ...
1778         (R_AARCH64_TLS_DTPREL): This.
1779         (R_AARCH64_TLS_TPREL64): Rename to ...
1780         (R_AARCH64_TLS_TPREL): This.
1781         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1782         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1783         R_AARCH64_TLS_TPREL64.
1784         (elf_machine_rela): Likewise.
1785
1786 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1787
1788         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1789         by setting it to 0.  64b atomics are not supported currently.
1790
1791 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1792
1793         [BZ #16469]
1794         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1795         search domain names.
1796
1797 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1798
1799         [BZ #16469]
1800         * NEWS: Update.
1801         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1802         trailing dot.
1803         * posix/tst-getaddrinfo5.c: New.
1804         * posix/Makefile (tests): Add it.
1805
1806 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1807
1808         [BZ #14498]
1809         * NEWS: Fixed.
1810         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1811         after parsing line but before break_if_match.
1812         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1813         if there is a protocol mismatch.
1814
1815 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1816
1817         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1818         because the potential race is on the user-supplied stream.
1819
1820 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1821
1822         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1823         string literal if not passed a buffer.
1824         * manual/job.texi (ctermid): Update reasoning, note deviation
1825         from posix, suggest mtasurace when not passed a buffer, for
1826         future non-preliminary safety notes.
1827
1828 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1829
1830         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1831         of not passing it a buffer.
1832         Reported by Peng Haitao.
1833
1834 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1835
1836         * manual/Makefile ($(objpfx)stamp-summary): Require
1837         check-safety.sh to pass.
1838         * manual/check-safety.sh: Wish for verification that every
1839         @deftypefn and @deftypefun is followed by a @safety remark.
1840
1841 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1842
1843         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1844
1845         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1846         PTHREAD_CANCEL_ASYNCHRONOUS.
1847         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1848         send SIGCANCEL.
1849
1850         * nptl/default-sched.h: New file.
1851         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1852         * nptl/pthread_create.c: Include it.
1853         (__pthread_create_2_1): Use collect_default_sched instead of making
1854         Linux syscalls here directly.
1855
1856 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1857
1858         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1859         __pthread_once): Use C11 atomics.
1860
1861 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1862
1863         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1864
1865 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1866
1867         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1868         atomic_thread_fence_acquire, atomic_thread_fence_release,
1869         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1870         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1871         atomic_compare_exchange_weak_relaxed,
1872         atomic_compare_exchange_weak_acquire,
1873         atomic_compare_exchange_weak_release,
1874         atomic_exchange_acquire, atomic_exchange_release,
1875         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1876         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1877         atomic_fetch_and_acquire,
1878         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1879
1880 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1881
1882         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1883         USE_ATOMIC_COMPILER_BUILTINS): Define.
1884         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1885         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1886         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1887         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1888         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1889         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1890         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1891         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1892         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1893         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1894         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1895         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1896         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1897         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1898         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1899         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1900         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1901         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1902         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1903         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1904         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1905         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1906         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1907         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1908         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1910         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1911         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1912         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1913         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1914         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1916         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1918         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1919         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1920         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1921         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1922         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1923         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1924
1925 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1926
1927         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1928         the sched_priority value here.  It was already checked when the user
1929         called pthread_attr_setschedparam.
1930
1931         * nptl/tst-bad-schedattr.c: New file.
1932         * nptl/Makefile (tests): Add it.
1933
1934 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1935             Florian Weimer  <fweimer@redhat.com>
1936             Joseph Myers  <joseph@codesourcery.com>
1937             Adam Conrad  <adconrad@0c3.net>
1938             Andreas Schwab  <schwab@suse.de>
1939             Brooks  <bmoses@google.com>
1940
1941         [BZ #17625]
1942         * wordexp-test.c (__dso_handle): Add prototype.
1943         (__register_atfork): Likewise.
1944         (__app_register_atfork): New function.
1945         (registered_forks): New global.
1946         (register_fork): New function.
1947         (test_case): Add 3 new tests for WRDE_CMDSUB.
1948         (main): Call __app_register_atfork.
1949         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1950         fork count is non-zero fail the test.
1951         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1952         is set.
1953         (parse_dollars): Remove check for WRDE_NOCMD.
1954         (parse_dquote): Likewise.
1955
1956 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1957
1958         * Makeconfig (built-modules): List non-library modules to be
1959         built.
1960         (module-cppflags): Include libc-modules.h for
1961         everything except shlib-versions.v.i.
1962         (CPPFLAGS): Use it.
1963         (before-compile): Add libc-modules.h.
1964         ($(common-objpfx)libc-modules.h,
1965         $(common-objpfx)libc-modules.stmp): New targets.
1966         (common-generated): Add libc-modules.h and libc-modules.stmp.
1967         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1968         * include/libc-symbols.h: Don't include libc-modules.h.
1969         * include/libc-modules.h: Remove file.
1970         * scripts/gen-libc-modules.awk: New script to generate
1971         libc-modules.h.
1972         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1973         Depend on libc-modules.stmp.
1974
1975         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1976
1977         * Makeconfig (in-module): Get value of libof set for the
1978         translation unit.
1979         (CPPFLAGS): Use $(in-module).
1980         * Makerules: Don't suffix routine names for nonlib.
1981         * include/libc-modules.h: New file.
1982         * include/libc-symbols.h: Include libc-modules.h
1983         (IS_IN): New macro to replace IS_IN_* macros.
1984         * elf/Makefile: Set libof-* for each routine.
1985         * elf/rtld-Rules: Likewise.
1986         * extra-modules.mk: Likewise.
1987         * iconv/Makefile: Likewise.
1988         * iconvdata/Makefile: Likewise.
1989         * locale/Makefile: Likewise.
1990         * malloc/Makefile: Likewise.
1991         * nss/Makefile: Likewise.
1992         * sysdeps/gnu/Makefile: Likewise.
1993         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1994         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1995         * sysdeps/s390/s390-64/Makefile: Likewise.
1996         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1997         CPPFLAGS for nscd instead of nonlib.
1998
1999 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2000
2001         * nptl/createthread.c: New file.
2002
2003         * nptl/createthread.c: Moved ...
2004         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2005
2006         * nptl/createthread.c: Add proper top-line comment.
2007         (do_clone): Folded into ...
2008         (create_thread): ... here.  Take new arguments STOPPED_START and
2009         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2010         increment __nptl_threads, do event-reporting logic, do
2011         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2012         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2013         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2014         just send SIGCANCEL.
2015         * nptl/pthread_create.c: Forward-declare create_thread before
2016         including createthread.c.
2017         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2018         declaration, and new macro START_THREAD_SELF to replace argument.
2019         Remove return statement.
2020         (report_thread_creation): New function.
2021         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2022         synchronization logic, and __nptl_nthreads increment here, around
2023         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2024         PD->parent_cancelhandling here, before create_thread.  When
2025         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2026         __deallocate_stack, and ENOMEM translation here.
2027
2028 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2029
2030         [BZ #17616]
2031         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2032         (mptwo): Rename to __mptwo.
2033         (__inv): Use __mptwo instead of mptwo.
2034         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2035         (mptwo): Rename to __mptwo.
2036         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2037         of mpone and __mptwo instead of mptwo.
2038         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2039         instead of mpone.
2040         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2041         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2042         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2043         of mpone and __mptwo instead of mptwo.
2044         (__mpranred): Use __mpone instead of mpone.
2045         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2046         variable.
2047         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2048         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2049         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2050         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2051         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2052         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2053         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2054         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2055         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2056         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2057         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2058         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2059         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2060         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2061         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2062         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2063         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2064         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2065         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2066
2067 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2068
2069         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2070         replace BSD Handler xref with BSD Signal Handling.
2071
2072 2014-11-17  Richard Henderson  <rth@redhat.com>
2073
2074         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2075         (_FP_PACK_RAW_2): Remove.
2076         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2077         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2078         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2079         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2080         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2081         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2082         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2083         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2084         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2085         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2086         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2087         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2088         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2089         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2090         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2091         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2092
2093 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2094
2095         * signal/signal.h [__USE_MISC]
2096         (struct sigvec): Remove type.
2097         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2098         (sigvec): Remove declaration.
2099         * sysdeps/posix/sigvec.c: Moved ...
2100         * signal/sigvec.c: ... here, replacing old file.
2101         (struct sigvec): New type, copied from old signal.h definition.
2102         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2103         (__sigvec): Convert definition to prototype.
2104         (sigvec): Replace weak_alias with compat_symbol.
2105         * signal/Versions (libc: GLIBC_2.21): New version set.
2106         * include/signal.h: Remove __sigvec declaration.
2107         * sysdeps/unix/bsd/sigvec.c: Remove file.
2108         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2109         * manual/signal.texi (BSD Handler): Remove subsection.
2110         Move siginterrupt up to ...
2111         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2112         (Blocking in BSD): Fold subsection into its parent.
2113         * NEWS: Mention sigvec removal.
2114
2115 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2116
2117         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2118         (DLA_FMS): Make definition conditional only on [__FMA4__].
2119         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2120         definition.
2121
2122         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2123         Make definition conditional only on [PROF].
2124         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2125         definition.
2126         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2127         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2128
2129         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2130         !__GNUC__].
2131         * include/signal.h (__sigpause): Move declaration above call to
2132         libc_hidden_proto.
2133         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2134         variable.
2135         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2136         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2137
2138 2014-11-14  David S. Miller  <davem@davemloft.net>
2139
2140         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2141         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2142
2143 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2144
2145         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2146         * configure: Regenerated.
2147         * manual/install.texi (Tools for Compilation): Document a
2148         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2149         compiler verified to work.
2150         * INSTALL: Regenerated.
2151
2152         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2153         redeclare with asm name.
2154         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2155         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2156         including <string.h>.
2157         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2158         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2159         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2160         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2161         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2162         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2163         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2164
2165 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2166
2167         * stdlib/strtol.c (__strtol): Use prototype definition.
2168
2169         [BZ #17594]
2170         * stdlib/strtol.c (SYM__): New macro.
2171         (SYM__1): Likewise.
2172         (__strtol): Likewise.
2173         (strtol): Rename to __strtol and define as weak alias of
2174         __strtol.  Use libc_hidden_weak.
2175
2176 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2177
2178         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2179         Use numbered labels in inline assembly.
2180
2181 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2182
2183         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2184         Add setjmp LIBC_PROBE.
2185         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2186         Likewise.
2187         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2188         Add longjmp, longjmp_target LIBC_PROBE.
2189         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2190         Likewise.
2191
2192 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2193
2194         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2195         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2196         to get rid of unused variable warning.
2197
2198 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2199
2200         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2201         Check for unwind_backtrace ==  NULL only in SHARED case.
2202         (__backchain_backtrace): Compile only in SHARED case.
2203         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2204         Likewise.
2205         (__backchain_backtrace): Declare as static.
2206
2207 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2208
2209         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2210         (__libc_multiple_threads_ptr): Variable moved ...
2211         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2212
2213 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2214
2215         * conform/GlibcConform.pm: New file.
2216         * conform/conformtest.pl: Use GlibcConform module.
2217         * conform/linknamespace.pl: New file.
2218         * conform/list-header-symbols.pl: Likewise.
2219         * conform/Makefile (linknamespace-symlists-base): New variable.
2220         (linknamespace-symlists-tests): Likewise.
2221         (linknamespace-header-base): Likewise.
2222         (linknamespace-header-tests): Likewise.
2223         (tests-special): Add new tests.
2224         ($(linknamespace-symlists-tests)): New rule.
2225         (linknamespace-libs): New variable.
2226         ($(objpfx)symlist-stdlibs): New rule.
2227         ($(linknamespace-header-tests)): Likewise.
2228         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2229         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2230         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2231         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2232         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2233         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2235         (test-xfail-ISO/math.h/linknamespace): Likewise.
2236         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2237         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2238         (test-xfail-ISO/time.h/linknamespace): Likewise.
2239         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2240         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2241         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2242         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2243         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2244         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2245         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2246         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2247         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2248         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2249         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2250         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2251         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2252         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2253         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2254         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2255         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2256         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2257         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2258         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2259         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2260         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2261         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2262         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2263         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2264         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2265         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2266         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2267         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2268         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2269         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2270         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2271         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2272         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2273         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2274         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2275         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2276         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2277         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2278         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2279         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2280         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2281         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2282         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2283         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2284         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2285         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2286         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2287         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2288         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2289         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2290         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2291         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2292         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2293         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2294         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2295         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2296         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2297         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2298         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2299         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2300         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2301         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2302         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2303         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2304         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2305         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2306         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2307         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2308         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2309         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2310         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2311         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2312         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2313         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2314         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2315         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2316         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2317         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2318         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2319         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2320         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2321         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2322         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2323         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2324         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2325         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2326         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2327         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2328         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2329         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2330         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2331         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2332         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2333         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2334         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2335         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2336         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2337         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2338         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2339         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2340         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2341         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2342         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2343         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2344         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2345         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2346         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2347         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2348         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2349         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2350         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2351         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2352         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2353         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2354         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2355         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2356         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2357         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2358         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2359         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2360         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2361         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2362         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2363         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2364         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2365         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2366         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2367         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2368         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2369         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2370         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2375         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2376         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2377         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2378         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2379         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2380         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2381         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2382         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2383         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2384         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2385         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2386         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2387         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2388         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2389
2390         [BZ #17589]
2391         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2392         of fgets_unlocked.
2393
2394         [BZ #17585]
2395         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2396         (memmem): Rename to __memmem and define as weak alias of
2397         __memmem.  Use libc_hidden_weak.
2398         (__memmem): Use libc_hidden_def.
2399         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2400         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2401         memmem.
2402
2403         [BZ #17582]
2404         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2405         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2406         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2407         and define as weak alias of __fgets_unlocked.  Use
2408         libc_hidden_weak.
2409         (__fgets_unlocked): Use libc_hidden_def.
2410         * include/stdio.h (__fgets_unlocked): Declare.  Use
2411         libc_hidden_proto.
2412         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2413         __fgets_unlocked instead of fgets_unlocked.
2414         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2415         (GET_NPROCS_CONF_PARSER): Likewise.
2416         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2417         (GET_NPROCS_CONF_PARSER): Likewise.
2418
2419         [BZ #17574]
2420         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2421         weak alias of __wmemset.  Use libc_hidden_weak.
2422         (__wmemset): Use libc_hidden_def.
2423         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2424         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2425         of wmemset.
2426
2427         [BZ #17573]
2428         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2429         with asm name __mempcpy.
2430         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2431
2432         [BZ #17572]
2433         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2434         and define as weak alias of __rawmemchr.
2435         (__rawmemchr): Do not define as strong alias of rawmemchr.
2436
2437         [BZ #17571]
2438         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2439         alias of __qsort_r.
2440         (qsort): Call __qsort_r instead of qsort_r.
2441         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2442         (__qsort_r): Declare.  Call libc_hidden_proto.
2443         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2444         instead of qsort_r.
2445         * nscd/gai.c (__qsort_r): Define to qsort_r.
2446         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2447         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2448         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2449
2450         [BZ #17570]
2451         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2452         define as weak alias of __malloc_info.
2453
2454         [BZ #17584]
2455         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2456         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2457         (__rewinddir): Use libc_hidden_def.
2458         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2459         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2460         (__rewinddir): Use libc_hidden_def.
2461         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2462         weak alias of __rewinddir.  Don't use libc_hidden_def.
2463         (__rewinddir): Use libc_hidden_def.
2464         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2465         (__rewinddir): Use libc_hidden_proto.
2466         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2467         rewinddir.
2468         (__getcwd): Use __rewinddir instead of rewinddir.
2469
2470         [BZ #17583]
2471         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2472         alias of __fileno.  Use libc_hidden_weak.
2473         (__fileno): Use libc_hidden_def.
2474         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2475         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2476         alias of __ftello.
2477         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2478         __ftello.
2479         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2480         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2481         libc_hidden_def.
2482         (fread_unlocked): Don't use libc_hidden_ver.
2483         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2484         and define as weak alias of __fread_unlocked.  Don't use
2485         libc_hidden_def.
2486         (__fread_unlocked): Use libc_hidden_def.
2487         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2488         (ftello): Don't use libc_hidden_proto.
2489         (__ftello): Declare.  Use libc_hidden_proto.
2490         (fread_unlocked): Don't use libc_hidden_proto.
2491         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2492         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2493         and __ftello instead of fileno, fread_unlocked and ftello.
2494
2495 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2496
2497         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2498         GOT12.
2499         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2500         Likewise.
2501         (_dl_start_user): Likewise.
2502         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2503
2504 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2505             Siddhesh Poyarekar  <siddhesh@redhat.com>
2506
2507         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2508         Move argv and envp down instead of moving argc up.
2509         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2510
2511 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2512
2513         [BZ #17506]
2514         * test-skeleton.c (main): Return successful if one of
2515         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2516         * string/tst-strcoll-overflow.c: Define expected status.
2517
2518 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2519
2520         [BZ #17475]
2521         * locale/iso-639.def: Define Bhili and Tulu language codes.
2522
2523 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2524
2525         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2526
2527 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2528
2529         [BZ #17555]
2530         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2531
2532 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2533
2534         * configure.ac: Updated check of minimal required version to
2535         2.22.
2536         * manual/install.texi (Tools for Compilation): Updated version
2537         number.
2538         * configure: Regenerated.
2539         * INSTALL: Likewise.
2540
2541 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2542
2543         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2544         __tls_get_addr.
2545
2546 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2547
2548         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2549         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2550         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2551         libc_hidden_weak.
2552         (waitpid): Define as alias of __waitpid.
2553         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2554         __waitpid.
2555         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2556         libc_hidden_weak.
2557         (waitpid): Define as alias of __waitpid.
2558         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2559         __libc_waitpid alias.
2560         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2561         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2562         Likewise.
2563         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2564         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2565         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2566         alias.
2567         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2568         __waitpid.
2569         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2570         libc_hidden_weak.
2571         (waitpid): Define as alias of __waitpid.
2572
2573 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2574
2575         * manual/llio.texi: Add comment that write safety has been
2576         fixed in Linux.
2577
2578         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2579         (localplt-build-dso): Add elf/ld.so.
2580         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2581         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2582         and free for ld.so.
2583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2584         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2586         Likewise.
2587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2588         Likewise.
2589         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2590         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2591         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2592         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2593         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2594         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2595         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2596         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2597         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2598         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2599         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2600
2601 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2602
2603         [BZ #14132]
2604         * include/libc-symbols.h (INTUSE): Remove macro.
2605         (INTDEF): Likewise.
2606         (INTVARDEF): Likewise.
2607         (_INTVARDEF): Likewise.
2608         (INTDEF2): Likewise.
2609         (INTVARDEF2): Likewise.
2610         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2611         rtld_hidden_def instead of INTVARDEF.
2612         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2613         (_dl_starting_up_internal): Remove declaration.
2614         (_dl_starting_up): Use rtld_hidden_proto.
2615         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2616         declaration.
2617         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2618         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2619         _dl_starting_up.
2620         * elf/dl-writev.h (_dl_writev): Likewise.
2621         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2622         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2623         _dl_starting_up_internal.
2624
2625 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2626
2627         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2628         test-skeleton.c.
2629
2630 2014-11-05  Will Newton  <will.newton@linaro.org>
2631
2632         * benchtests/Makefile: (bench-malloc): Add malloc thread
2633         scalability benchmark.
2634         * benchtests/bench-malloc-threads.c: New file.
2635
2636 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2637
2638         * sysdeps/aarch64/strchrnul.S: New file.
2639
2640 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2641
2642         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2643         definition.
2644         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2645         Likwise.
2646         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2647         Likewise.
2648         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2649         Likewise.
2650         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2651         Likewise.
2652         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2653         Likewise.
2654
2655 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2656
2657         * catgets/test-gencat.c: Use test-skeleton.c.
2658         * catgets/tst-catgets.c: Likewise.
2659         * csu/tst-empty.c: Likewise.
2660         * elf/tst-audit2.c: Likewise.
2661         * elf/tst-global1.c: Likewise.
2662         * elf/tst-pathopt.c: Likewise.
2663         * elf/tst-piemod1.c: Likewise.
2664         * elf/tst-tls10.c: Likewise.
2665         * elf/tst-tls11.c: Likewise.
2666         * elf/tst-tls12.c: Likewise.
2667         * gnulib/tst-gcc.c: Likewise.
2668         * iconvdata/tst-e2big.c: Likewise.
2669         * iconvdata/tst-loading.c: Likewise.
2670         * iconv/tst-iconv1.c: Likewise.
2671         * iconv/tst-iconv2.c: Likewise.
2672         * inet/test-inet6_opt.c: Likewise.
2673         * inet/tst-gethnm.c: Likewise.
2674         * inet/tst-network.c: Likewise.
2675         * inet/tst-ntoa.c: Likewise.
2676         * intl/tst-codeset.c: Likewise.
2677         * intl/tst-gettext2.c: Likewise.
2678         * intl/tst-gettext3.c: Likewise.
2679         * intl/tst-ngettext.c: Likewise.
2680         * intl/tst-translit.c: Likewise.
2681         * io/test-stat.c: Likewise.
2682         * libio/test-fmemopen.c: Likewise.
2683         * libio/tst-freopen.c: Likewise.
2684         * libio/tst-sscanf.c: Likewise.
2685         * libio/tst-ungetwc1.c: Likewise.
2686         * libio/tst-ungetwc2.c: Likewise.
2687         * libio/tst-widetext.c: Likewise.
2688         * localedata/tst-ctype.c: Likewise.
2689         * localedata/tst-digits.c: Likewise.
2690         * localedata/tst-leaks.c: Likewise.
2691         * localedata/tst-mbswcs1.c: Likewise.
2692         * localedata/tst-mbswcs2.c: Likewise.
2693         * localedata/tst-mbswcs3.c: Likewise.
2694         * localedata/tst-mbswcs4.c: Likewise.
2695         * localedata/tst-mbswcs5.c: Likewise.
2696         * localedata/tst-setlocale.c: Likewise.
2697         * localedata/tst-trans.c: Likewise.
2698         * localedata/tst-wctype.c: Likewise.
2699         * localedata/tst-xlocale1.c: Likewise.
2700         * login/tst-grantpt.c: Likewise.
2701         * malloc/tst-calloc.c: Likewise.
2702         * malloc/tst-malloc.c: Likewise.
2703         * malloc/tst-mallocstate.c: Likewise.
2704         * malloc/tst-mcheck.c: Likewise.
2705         * malloc/tst-mtrace.c: Likewise.
2706         * malloc/tst-obstack.c: Likewise.
2707         * math/atest-exp2.c: Likewise.
2708         * math/atest-exp.c: Likewise.
2709         * math/atest-sincos.c: Likewise.
2710         * math/test-matherr.c: Likewise.
2711         * math/test-misc.c: Likewise.
2712         * math/test-powl.c: Likewise.
2713         * math/tst-definitions.c: Likewise.
2714         * misc/tst-dirname.c: Likewise.
2715         * misc/tst-efgcvt.c: Likewise.
2716         * misc/tst-fdset.c: Likewise.
2717         * misc/tst-hsearch.c: Likewise.
2718         * misc/tst-mntent2.c: Likewise.
2719         * nptl/tst-sem7.c: Likewise.
2720         * nptl/tst-sem8.c: Likewise.
2721         * nptl/tst-sem9.c: Likewise.
2722         * nss/test-netdb.c: Likewise.
2723         * posix/tst-fnmatch.c: Likewise.
2724         * posix/tst-getlogin.c: Likewise.
2725         * posix/tst-gnuglob.c: Likewise.
2726         * posix/tst-mmap.c: Likewise.
2727         * pwd/tst-getpw.c: Likewise.
2728         * resolv/tst-inet_ntop.c: Likewise.
2729         * rt/tst-timer.c: Likewise.
2730         * stdio-common/test-fseek.c: Likewise.
2731         * stdio-common/test-popen.c: Likewise.
2732         * stdio-common/test-vfprintf.c: Likewise.
2733         * stdio-common/tst-cookie.c: Likewise.
2734         * stdio-common/tst-fileno.c: Likewise.
2735         * stdio-common/tst-gets.c: Likewise.
2736         * stdio-common/tst-obprintf.c: Likewise.
2737         * stdio-common/tst-perror.c: Likewise.
2738         * stdio-common/tst-sprintf2.c: Likewise.
2739         * stdio-common/tst-sprintf3.c: Likewise.
2740         * stdio-common/tst-sprintf.c: Likewise.
2741         * stdio-common/tst-swprintf.c: Likewise.
2742         * stdio-common/tst-tmpnam.c: Likewise.
2743         * stdio-common/tst-unbputc.c: Likewise.
2744         * stdio-common/tst-wc-printf.c: Likewise.
2745         * stdlib/tst-environ.c: Likewise.
2746         * stdlib/tst-fmtmsg.c: Likewise.
2747         * stdlib/tst-limits.c: Likewise.
2748         * stdlib/tst-rand48-2.c: Likewise.
2749         * stdlib/tst-rand48.c: Likewise.
2750         * stdlib/tst-random2.c: Likewise.
2751         * stdlib/tst-random.c: Likewise.
2752         * stdlib/tst-strtol.c: Likewise.
2753         * stdlib/tst-strtoll.c: Likewise.
2754         * stdlib/tst-tls-atexit.c: Likewise.
2755         * stdlib/tst-xpg-basename.c: Likewise.
2756         * string/test-ffs.c: Likewise.
2757         * string/tst-bswap.c: Likewise.
2758         * string/tst-inlcall.c: Likewise.
2759         * string/tst-strtok.c: Likewise.
2760         * string/tst-strxfrm.c: Likewise.
2761         * sysdeps/x86_64/tst-audit10.c: Likewise.
2762         * sysdeps/x86_64/tst-audit3.c: Likewise.
2763         * sysdeps/x86_64/tst-audit4.c: Likewise.
2764         * sysdeps/x86_64/tst-audit5.c: Likewise.
2765         * time/tst-ftime_l.c: Likewise.
2766         * time/tst-getdate.c: Likewise.
2767         * time/tst-mktime3.c: Likewise.
2768         * time/tst-mktime.c: Likewise.
2769         * time/tst-posixtz.c: Likewise.
2770         * time/tst-strptime2.c: Likewise.
2771         * time/tst-strptime3.c: Likewise.
2772         * wcsmbs/tst-btowc.c: Likewise.
2773         * wcsmbs/tst-mbrtowc.c: Likewise.
2774         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2775         * wcsmbs/tst-wchar-h.c: Likewise.
2776         * wcsmbs/tst-wcpncpy.c: Likewise.
2777         * wcsmbs/tst-wcrtomb.c: Likewise.
2778         * wcsmbs/tst-wcsnlen.c: Likewise.
2779         * wcsmbs/tst-wcstof.c: Likewise.
2780
2781 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2782
2783         [BZ #14132]
2784         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2785         INTDEF.
2786         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2787         declaration.
2788         (_dl_mcount): Use rtld_hidden_proto.
2789         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2790         _dl_mcount.
2791         * elf/rtld.c (_rtld_global_ro): Likewise.
2792
2793         [BZ #14132]
2794         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2795         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2796         of _dl_init_internal.
2797         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2798         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2799         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2800         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2801         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2802         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2803         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2804         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2805         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2806         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2807         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2808         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2809         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2810         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2811         * sysdeps/tile/dl-start.S (_start): Likewise.
2812         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2813         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2814
2815         [BZ #14132]
2816         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2817         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2818         (rtld_progname): Make macro definition unconditional.
2819         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2820         INTDEF.
2821         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2822         (dl_main): Likewise.
2823         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2824         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2825         instead of _dl_argv_internal.
2826         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2827         __GI__dl_argv instead of INTUSE(_dl_argv).
2828         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2829         __GI__dl_argv instead of _dl_argv_internal.
2830
2831         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2832         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2833         macro.
2834         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2835         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2836         New macro.
2837         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2838         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2839         macro.
2840         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2841         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2842
2843 2014-11-04  Andreas Schwab  <schwab@suse.de>
2844
2845         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2846
2847 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2848
2849         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2850         mtvsrd instruction in binary form.
2851
2852 2014-11-03  Andreas Schwab  <schwab@suse.de>
2853
2854         [BZ #17522]
2855         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2856         for less than MB_LEN_MAX use a local buffer of that size.
2857         * libio/tst-fputws.c: New file.
2858         * libio/Makefile (tests): Add tst-fputws.
2859
2860 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2861
2862         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2863         the size of the fpu_fr.fpu_dregs[] array.
2864
2865 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2866
2867         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2868         (__nanosleep): Do not define as alias.
2869         (nanosleep): Define as alias of __nanosleep.
2870         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2871         __libc_nanosleep name.
2872
2873 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2874
2875         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2876         install.texi in comment.
2877
2878 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2879
2880         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2881         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2882         ... add here and use lwsync or sync ...
2883         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2884         ... and add here using lwsync.
2885
2886 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2887
2888         * elf/dl-machine-reject-phdr.h: New file.
2889         * elf/dl-load.c: #include that.
2890         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2891         if that returned true.
2892
2893 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2894
2895         [BZ #17496]
2896         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2897         gen-as-const-headers chunk.  Add a big scare comment after the last
2898         safe place to touch before-compile.
2899
2900 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2901
2902         * manual/install.texi (Tools for Compilation): Update autoconf
2903         version requirements.
2904         * INSTALL: Regenerated.
2905
2906         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2907         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2908         (__libc_pselect): Likewise.
2909
2910         [BZ #14138]
2911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2915
2916 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2917
2918         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2919         correct barrier instruction.
2920         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2921         Likewise.
2922         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2923         Likewise.
2924
2925 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2926
2927         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2928         after defining inlines.  Instead, just use parens to defeat macro
2929         expansion of __isctype in its declaration.
2930
2931 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2932
2933         * include/sys/uio.h (__libc_readv): Remove declaration.
2934         (__libc_writev): Likewise.
2935         * misc/readv.c (__libc_readv): Rename to __readv.
2936         (__readv): Do not define as alias.
2937         (readv): Define as alias of __readv.
2938         * misc/writev.c (__libc_writev): Rename to __writev.
2939         (__writev): Do not define as alias.
2940         (writev): Define as alias of __writev.
2941         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2942         (__readv): Do not define as alias.
2943         (readv): Define unconditionally as alias of __readv.
2944         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2945         (__writev): Do not define as alias.
2946         (writev): Define unconditionally as alias of __writev.
2947         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2948         name.
2949         (writev): Do not define __libc_writev name.
2950
2951 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2952
2953         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2954         (convert_charseq): New function, broken out of ...
2955         (use_from_charmap): ... here.  Call it.
2956         (use_to_charmap): Use convert_charseq and free instead of duplicating
2957         its code with a variable-length stack struct.
2958
2959 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2960
2961         * include/fcntl.h (__libc_creat): Remove declaration.
2962         * io/creat.c (__libc_creat): Rename to creat.
2963         (creat): Do not define as alias.
2964         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2965         of creat instead of __libc_creat.
2966         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2967         to creat.
2968         (creat): Do not define as alias.
2969         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2970         __libc_creat.
2971         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2972         __libc_creat name.
2973         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2974         Likewise.
2975
2976 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2977
2978         * manual/llio.texi: Add comments discussing why write() may be
2979         considered MT-unsafe on Linux.
2980
2981 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2982
2983         * dl-load.c (local_strdup): Remove.
2984         (expand_dynamic_string_token): Use __strdup.
2985         (decompose_rpath): Likewise.
2986         (_dl_map_object): Likewise.
2987
2988 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2989
2990         [BZ #14132]
2991         * sysdeps/generic/unwind-dw2-fde.c
2992         (__register_frame_info_bases_internal): Do not declare.
2993         (__register_frame_info_table_bases_internal): Likewise.
2994         (__deregister_frame_info_bases_internal): Likewise.
2995         (__register_frame_info_bases): Declare and use hidden_proto before
2996         definition.  Use hidden_def instead of INTDEF.
2997         (__register_frame_info_table_bases): Likewise.
2998         (__deregister_frame_info_bases): Likewise.
2999         (__register_frame_info): Do not use INTUSE.
3000         (__register_frame): Likewise.
3001         (__register_frame_info_table): Likewise.
3002         (__register_frame_table): Likewise.
3003         (__deregister_frame_info): Likewise.
3004         (__deregister_frame): Likewise.
3005
3006 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3007
3008         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3009         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3010         not undefine.
3011         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3012         Likewise.
3013         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3014         Likewise.
3015
3016 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3017
3018         [BZ #14138]
3019         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3020         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3021         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3022         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3023         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3024         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3025         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3026         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3027         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3028         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3029         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3030         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3031         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3032         syscall.
3033         (setfsuid): Likewise.
3034         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3035         (setfsuid): Likewise.
3036         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3037         (setfsuid): Likewise.
3038         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3039         Likewise.
3040         (setfsuid): Likewise.
3041         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3042         (setfsuid): Likewise.
3043         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3044         Likewise.
3045         (setfsuid): Likewise.
3046
3047 2014-10-27  Andreas Schwab  <schwab@suse.de>
3048
3049         [BZ #17501]
3050         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3051         check for Slow_SSE4_2 feature bit.
3052         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3053         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3054         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3055         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3056
3057 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3058
3059         * configure.ac: Validate compiler version with a empirical test of
3060         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3061         $CC -v output.
3062         * configure: Regenerated.
3063
3064         * inet/htons.c (htons): Prototypify.
3065         * inet/htonl.c (htonl): Likewise.
3066
3067 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3068
3069         * string/strncat.c (strncat): Improve performance by using strlen.
3070
3071 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3072
3073         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3074
3075 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3076
3077         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3078         Call libc_fetestexcept_aarch64.
3079
3080 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3081
3082         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3083         Call libc_feholdexcept_aarch64.
3084
3085 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3086
3087         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3088         Call get_rounding_mode.
3089
3090 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3091
3092         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3093         Simplify logic.
3094
3095 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3096
3097         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3098         Simplify logic.
3099
3100 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3101
3102         [BZ #14138]
3103         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3104         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3105         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3106         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3107         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3108         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3109         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3110         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3111         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3112         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3113         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3114         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3115         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3116         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3117         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3118         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3119         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3120         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3121         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3122         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3123         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3124         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3125         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3126         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3127         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3128         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3129         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3130         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3131         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3132         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3133         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3134         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3135         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3136         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3137         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3138         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3139         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3140         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3141         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3142         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3143         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3144         syscall.
3145         (geteuid): Likewise.
3146         (getgid): Likewise.
3147         (getuid): Likewise.
3148         (getresgid): Likewise.
3149         (getresuid): Likewise.
3150         (getgroups): Likewise.
3151         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3152         (geteuid): Likewise.
3153         (getgid): Likewise.
3154         (getuid): Likewise.
3155         (getresgid): Likewise.
3156         (getresuid): Likewise.
3157         (getgroups): Likewise.
3158         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3159         (geteuid): Likewise.
3160         (getgid): Likewise.
3161         (getuid): Likewise.
3162         (getresgid): Likewise.
3163         (getresuid): Likewise.
3164         (getgroups): Likewise.
3165         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3166         Likewise.
3167         (geteuid): Likewise.
3168         (getgid): Likewise.
3169         (getuid): Likewise.
3170         (getresgid): Likewise.
3171         (getresuid): Likewise.
3172         (getgroups): Likewise.
3173         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3174         (geteuid): Likewise.
3175         (getgid): Likewise.
3176         (getuid): Likewise.
3177         (getresgid): Likewise.
3178         (getresuid): Likewise.
3179         (getgroups): Likewise.
3180         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3181         Likewise.
3182         (geteuid): Likewise.
3183         (getgid): Likewise.
3184         (getuid): Likewise.
3185         (getgroups): Likewise.
3186
3187         [BZ #14138]
3188         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3189         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3190         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3191         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3192         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3193         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3194         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3195         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3196         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3197         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3198         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3199         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3200         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3201         __chown.
3202         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3203         (lchown): Likewise.
3204         (fchown): Likewise.
3205         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3206         Likewise.
3207         (lchown): Likewise.
3208         (fchown): Likewise.
3209         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3210         (lchown): Likewise.
3211         (fchown): Likewise.
3212         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3213         Likewise.
3214         (lchown): Likewise.
3215         (fchown): Likewise.
3216
3217 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3218
3219         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3220         Simplify logic.
3221
3222 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3223
3224         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3225         Cleanup logic.
3226
3227 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3228
3229         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3230         Remove unused include.
3231
3232 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3233
3234         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3235         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3236         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3237         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3238
3239 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3240             Helge Deller <deller@gmx.de>
3241
3242         [BZ #17508]
3243         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3244         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3245         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3246
3247 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3248
3249         [BZ #14132]
3250         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3251         Remove macro definition.
3252         (__ashrdi3_v_glibc20): Likewise.
3253         (__lshrdi3_v_glibc20): Likewise.
3254         (__cmpdi2_v_glibc20): Likewise.
3255         (__ucmpdi2_v_glibc20): Likewise.
3256         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3257         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3258         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3259         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3260         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3261         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3262
3263 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3264
3265         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3266         old GNU extension [0] syntax.
3267         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3268         alloca rather than an array member with variable length.
3269         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3270         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3271         (parse_opt): ... here.  Likewise use alloca there.
3272         Validate the -i argument before checking for rootness.
3273         (send_shutdown): New function, broken out of ...
3274         (parse_opt): ... here.
3275
3276 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3277
3278         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3279         macro to get at the _rt_local_ro field.
3280         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3281         ([PIC] case) or _dl_hwcap ([!PIC] case).
3282         * sysdeps/arm/setjmp.S: Likewise.
3283
3284         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3285         * sysdeps/arm/configure.ac: New check to define it.
3286         * sysdeps/arm/configure: Regenerated.
3287         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3288         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3289         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3290         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3291         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3292         Use move/movt pair instead of a load.
3293         (LDST_GLOBAL): Macro removed.
3294         (LDR_GLOBAL): New macro replaces it.
3295         (LDR_HIDDEN): New macro.
3296         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3297         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3298
3299         * setjmp/tst-setjmp-static.c: New file.
3300         * setjmp/Makefile (tests): Add it.
3301         (tests-static): New variable.
3302
3303 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3304
3305         [BZ #17485]
3306         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3307
3308 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3309
3310         [BZ #14132]
3311         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3312
3313 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3314
3315         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3316
3317 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3318
3319         * io/fts.c (dirent_not_directory): New function.
3320         (fts_build): Call it.
3321
3322 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3323
3324         * nptl/version.c (__nptl_main): Use normal __write rather than
3325         INTERNAL_SYSCALL.
3326         (banner): Update copyright years.
3327
3328         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3329         gettimeofday.
3330         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3331         * nptl/pthread_cond_timedwait.c: Likewise.
3332         * nptl/pthread_mutex_timedlock.c: Likewise.
3333         * nptl/sem_timedwait.c: Likewise.
3334
3335         * sysdeps/nptl/bits/libc-lock.h
3336         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3337         (__libc_lock_init_recursive): Return void, not 0.
3338         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3339         (__libc_rwlock_init): Likewise.
3340         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3341
3342 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3343
3344         [BZ #15215]
3345         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3346         (__pthread_once_slow): ... here.
3347         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3348         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3349
3350 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3351
3352         [BZ #15215]
3353         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3354         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3355         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3356         * nptl/pthread_once.c (__pthread_once): Likewise.
3357         Update comments.
3358
3359 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3360
3361         [BZ #14138]
3362         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3363         name.
3364         (writev): Use __libc_writev as strong name.
3365         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3366         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3367
3368 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3369
3370         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3371
3372         * sysdeps/i386/nptl/tls.h
3373         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3374         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3375         New macros.
3376         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3377         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3378         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3379         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3380         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3381         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3382
3383         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3384         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3385         on [__NR_futex].
3386         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3387         broken out of ...
3388         (__pthread_mutex_init): ... here.  Call it.
3389         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3390         Conditionalize PI cases on [__NR_futex].
3391         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3392         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3393         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3394
3395         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3396         conditional on [SIGSETXID].
3397         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3398         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3399         is defined.  Likewise for SIGSETXID.
3400         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3401         Conditionalize definitions on [SIGSETXID].
3402         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3403         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3404         unblocking on [SIGCANCEL].
3405
3406         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3407         [__NR_set_robust_list].
3408
3409 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3410
3411         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3412         (do_compare): Likewise.
3413
3414 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3415
3416         [BZ #15884]
3417         * string/strcoll_l.c: Don't include stdio.h.
3418         (coll_seq): Remove members idxarr and rulearr.
3419         (get_next_seq_cached): Remove function.
3420         (get_next_seq): Likewise.
3421         (get_next_seq_nocache): Rename to get_next_seq.
3422         (do_compare): Remove function.
3423         (do_compare_nocache): Rename to do_compare.
3424         (STRCOLL): Remove weight and rules cache.
3425
3426 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3427
3428         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3429         * sysdeps/arm/sfp-machine.h: ... to here.
3430         * sysdeps/arm/Implies: Remove arm/soft-fp.
3431
3432 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3433
3434         * conform/data/sys/utsname.h-data (*_t): Allow.
3435         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3436         [POSIX] (WEXITED): Do not expect constant.
3437         [POSIX] (WSTOPPED): Likewise.
3438         [POSIX] (WNOHANG): Likewise.
3439         [POSIX] (WNOWAIT): Likewise.
3440         [POSIX] (siginfo_t): Do not expect type or elements.
3441         [POSIX] (pid_t): Do not expect type.
3442         [POSIX] (signal.h): Do not allow header.
3443         [POSIX] (sys/resource.h): Likewise.
3444         [POSIX] (si_*): Do not allow pattern.
3445         [POSIX] (W*): Likewise.
3446         [POSIX] (P_*): Likewise.
3447         [POSIX] (BUS_*): Likewise.
3448         [POSIX] (CLD_*): Likewise.
3449         [POSIX] (FPE_*): Likewise.
3450         [POSIX] (ILL_*): Likewise.
3451         [POSIX] (POLL_*): Likewise.
3452         [POSIX] (SEGV_*): Likewise.
3453         [POSIX] (SI_*): Likewise.
3454         [POSIX] (TRAP_*): Likewise.
3455         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3456         variable.
3457
3458 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3459
3460         [BZ #12926]
3461         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3462         infinite loop when __recvmsg returns 0.
3463
3464 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3465
3466         * CANCEL-FCT-WAIVE: Remove file.
3467         * CANCEL-FILE-WAIVE: Likewise.
3468
3469         [BZ #14132]
3470         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3471         instead of INTVARDEF.
3472         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3473         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3474         rtld_hidden_data_def instead of INTVARDEF.
3475         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3476         * elf/dl-deps.c (expand_dst): Likewise.
3477         * elf/dl-load.c (_dl_dst_count): Likewise.
3478         (_dl_dst_substitute): Likewise.
3479         (decompose_rpath): Likewise.
3480         (_dl_init_paths): Likewise.
3481         (open_path): Likewise.
3482         (_dl_map_object): Likewise.
3483         * elf/rtld.c (dl_main): Likewise.
3484         (process_dl_audit): Likewise.
3485         (process_envvars): Likewise.
3486         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3487         Remove declaration.
3488         (__libc_enable_secure): Use rtld_hidden_proto.
3489
3490 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3491
3492         * elf/dl-load.c
3493         (add_path): New function broken out of _dl_rtld_di_serinfo.
3494         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3495
3496 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3497
3498         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3499         parentheses around macro arguments.
3500         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3501         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3502         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3503         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3504         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3505         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3506         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3507         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3508         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3509         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3510         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3511         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3512         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3513         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3514         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3515         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3516         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3517         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3518         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3519         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3520         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3521         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3522         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3523         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3524         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3525         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3526         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3527         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3528         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3529         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3530         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3531         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3532         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3533         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3534         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3535         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3536         Likewise.
3537         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3538         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3544         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3545         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3546         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3547         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3548         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3549         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3550         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3551         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3553         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3554         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3555         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3558         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3559         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3560         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3561         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3562         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3563         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3564         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3565         (_FP_FRAC_SRS_1): Likewise.
3566         (_FP_FRAC_CLZ_1): Likewise.
3567         (_FP_MUL_MEAT_1_imm): Likewise.
3568         (_FP_MUL_MEAT_1_wide): Likewise.
3569         (_FP_MUL_MEAT_1_hard): Likewise.
3570         (_FP_SQRT_MEAT_1): Likewise.
3571         (_FP_FRAC_ASSEMBLE_1): Likewise.
3572         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3573         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3574         (__FP_CLZ_2): Likewise.
3575         (_FP_MUL_MEAT_2_wide): Likewise.
3576         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3577         (_FP_MUL_MEAT_2_gmp): Likewise.
3578         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3579         (_FP_SQRT_MEAT_2): Likewise.
3580         (_FP_FRAC_ASSEMBLE_2): Likewise.
3581         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3582         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3583         (_FP_FRAC_CLZ_4): Likewise.
3584         (_FP_MUL_MEAT_4_wide): Likewise.
3585         (_FP_MUL_MEAT_4_gmp): Likewise.
3586         (_FP_SQRT_MEAT_4): Likewise.
3587         (_FP_FRAC_ASSEMBLE_4): Likewise.
3588         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3589         * soft-fp/op-common.h (_FP_CMP): Likewise.
3590         (_FP_CMP_EQ): Likewise.
3591         (_FP_CMP_UNORD): Likewise.
3592         (_FP_TO_INT): Likewise.
3593         (_FP_FROM_INT): Likewise.
3594         [!__FP_CLZ] (__FP_CLZ): Likewise.
3595         (_FP_DIV_HELP_imm): Likewise.
3596         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3597         Likewise.
3598         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3599         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3600         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3601         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3602         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3603         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3604         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3605         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3606         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3607         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3608         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3609         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3610         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3611         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3612         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3613         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3614         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3616         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3617         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3619         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3620         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3623         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3624         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3627         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3628         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3629         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3631         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3632         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3633         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3634         (FP_UNPACK_RAW_SP): Likewise.
3635         (FP_PACK_RAW_S): Likewise.
3636         (FP_PACK_RAW_SP): Likewise.
3637         (FP_UNPACK_S): Likewise.
3638         (FP_UNPACK_SP): Likewise.
3639         (FP_UNPACK_SEMIRAW_S): Likewise.
3640         (FP_UNPACK_SEMIRAW_SP): Likewise.
3641         (FP_PACK_S): Likewise.
3642         (FP_PACK_SP): Likewise.
3643         (FP_PACK_SEMIRAW_S): Likewise.
3644         (FP_PACK_SEMIRAW_SP): Likewise.
3645         (_FP_SQRT_MEAT_S): Likewise.
3646         (FP_CMP_S): Likewise.
3647         (FP_CMP_EQ_S): Likewise.
3648         (FP_CMP_UNORD_S): Likewise.
3649         (FP_TO_INT_S): Likewise.
3650         (FP_FROM_INT_S): Likewise.
3651
3652         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3653
3654         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3655         (FP_EX_INVALID_IMZ): Likewise.
3656         (FP_EX_INVALID_IMZ_FMA): Likewise.
3657         (FP_EX_INVALID_ISI): Likewise.
3658         (FP_EX_INVALID_ZDZ): Likewise.
3659         (FP_EX_INVALID_IDI): Likewise.
3660         (FP_EX_INVALID_SQRT): Likewise.
3661         (FP_EX_INVALID_CVI): Likewise.
3662         (FP_EX_INVALID_VC): Likewise.
3663         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3664         "invalid" exceptions.
3665         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3666         (_FP_ADD_INTERNAL): Likewise.
3667         (_FP_MUL): Likewise.
3668         (_FP_FMA): Likewise.
3669         (_FP_DIV): Likewise.
3670         (_FP_CMP_CHECK_NAN): Likewise.
3671         (_FP_SQRT): Likewise.
3672         (_FP_TO_INT): Likewise.
3673         (FP_EXTEND): Likewise.
3674
3675 2014-10-09  Allan McRae  <allan@archlinux.org>
3676
3677         * po/fr.po: Update French translation from translation project.
3678
3679 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3680
3681         [BZ #14132]
3682         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3683         of INTDEF.
3684         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3685         (__cxa_atexit): Use libc_hidden_proto.
3686         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3687
3688         [BZ #14132]
3689         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3690         declaration.
3691         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3692         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3693         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3694         [!_ISOMAC] (__iswctype_internal): Likewise.
3695         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3696         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3697         alias.
3698         (fcntl): Remove __fcntl_internal alias.
3699         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3700         __connect_internal alias.
3701         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3702         Likewise.
3703
3704         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3705         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3706         FP_DENORM_ZERO.
3707         (_FP_CHECK_FLUSH_ZERO): New macro.
3708         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3709         (_FP_CMP): Likewise.
3710         (_FP_CMP_EQ): Likewise.
3711         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3712         FP_DENORM_ZERO.
3713         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3714         (FP_TRUNC): Likewise.
3715
3716         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3717         treated as invalid conversion, not as normal exponent.
3718
3719         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3720         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3721         (_FP_CMP_EQ): Likewise.
3722         (_FP_CMP_UNORD): Likewise.
3723         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3724         (FP_CMP_EQ_D): Likewise.
3725         (FP_CMP_UNORD_D): Likewise.
3726         * soft-fp/extended.h (FP_CMP_E): Likewise.
3727         (FP_CMP_EQ_E): Likewise.
3728         (FP_CMP_UNORD_E): Likewise.
3729         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3730         (FP_CMP_EQ_Q): Likewise.
3731         (FP_CMP_UNORD_Q): Likewise.
3732         * soft-fp/single.h (FP_CMP_S): Likewise.
3733         (FP_CMP_EQ_S): Likewise.
3734         (FP_CMP_UNORD_S): Likewise.
3735         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3736         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3737         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3738         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3739         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3740         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3741         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3742         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3743         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3744         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3745         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3746         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3747         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3748         to FP_CMP_Q.
3749         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3750         FP_CMP_Q.
3751         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3752         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3753         FP_CMP_EQ_Q.
3754         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3755         FP_CMP_Q.
3756         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3757         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3758         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3759         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3760         FP_CMP_EQ_Q.
3761         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3762         FP_CMP_Q.
3763         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3764         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3765         FP_CMP_EQ_Q.
3766         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3767         FP_CMP_Q.
3768         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3769         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3770         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3771         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3772         FP_CMP_EQ_Q.
3773
3774         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3775         a subnormal result, set the underflow exception if trapping on
3776         underflow is enabled.
3777         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3778         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3779         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3780         redefine to 0.
3781         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3782         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3783         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3784         * soft-fp/extendxftf2.c (__extendxftf2): Use
3785         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3786
3787         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3788         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3789         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3790         FP_HANDLE_EXCEPTIONS.
3791         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3792         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3793         FP_HANDLE_EXCEPTIONS.
3794         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3795         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3796         FP_HANDLE_EXCEPTIONS.
3797         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3798         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3799         FP_HANDLE_EXCEPTIONS.
3800
3801 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3802
3803         [BZ #14132]
3804         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3805         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3806         use INTUSE.
3807         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3808         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3809         Remove alias.
3810         (__adjtimex): Define using libc_hidden_ver.
3811         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3812         Remove declaration.
3813         (ntp_gettime): Call __adjtimex directly.
3814         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3815         Remove declaration.
3816         (ntp_gettimex): Call __adjtimex directly.
3817         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3818         __adjtimex_internal alias.
3819
3820 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3821
3822         [BZ #17460]
3823         * nscd/nscd.c (more_help): Rewrite list of tables collection
3824         using xstrdup and asprintf.
3825
3826         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3827
3828 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3829             Roland McGrath  <roland@hack.frob.com>
3830
3831         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3832         (do_lookup_unique): ... local function 'enter' here; update callers.
3833
3834 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3835
3836         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3837         compat_symbol calls on [SHARED].
3838         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3839         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3840         Remove.
3841         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3842         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3843         (oldsetrlimit): Remove.
3844         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3846         (lchown): New syscall entry.
3847         (oldsetrlimit): Remove.
3848         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3849         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3850         (oldsetrlimit): Remove.
3851         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3852
3853         [BZ #14138]
3854         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3855         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3856         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3857         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3858         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3859         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3860         (fchown): Likewise.
3861         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3862         (fchown): Likewise.
3863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3864         Likewise.
3865
3866 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3867
3868         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3869         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3870         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3871         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3872         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3873         Likewise.
3874         (__old_sem_post): Likewise.
3875
3876 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3877
3878         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3879         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3880         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3881         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3882         Use INLINE_VSYSCALL macro.
3883         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3884         __vdso_clock_gettime.
3885         * sysdeps/unix/sysv/linux/tile/init-first.c
3886         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3887         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3888         __vdso_clock_gettime.
3889
3890         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3891         to set up frame more cleanly.
3892
3893         * sysdeps/tile/memcmp.c: New file.
3894
3895         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3896
3897         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3898         * sysdeps/tile/tilegx/strcasestr.c: New file.
3899         * sysdeps/tile/tilegx/strnlen.c: New file.
3900         * sysdeps/tile/tilegx/strstr.c: New file.
3901
3902         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3903
3904 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3905
3906         * nptl/tst-setuid3.c: Write errors to stdout.
3907
3908 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3909
3910         * elf/dl-deps.c
3911         (preload): New functions broken out of _dl_map_object_deps.
3912         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3913
3914 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3915
3916         [BZ #14138]
3917         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3918         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3919
3920 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3921
3922         * sysdeps/mips/strcmp.S: New.
3923
3924 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3925
3926         [BZ #14138]
3927         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3928         (linkat): Likewise.
3929         (mkdirat): Likewise.
3930         (readlinkat): Likewise.
3931         (renameat): Likewise.
3932         (symlinkat): Likewise.
3933         (unlinkat): Likewise.
3934         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3935         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3936         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3937         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3938         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3939         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3940         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3941
3942 2014-09-30  Will Newton  <will.newton@linaro.org>
3943
3944         * math/math.h: Define long double math functions if
3945         _LIBC_TEST is defined.
3946         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3947
3948         * localedata/Makefile: Move assignment to tests-special
3949         into an ifdef testing run-built-tests.
3950         * timezone/Makefile: Likewise.
3951
3952 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3953
3954         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3955         with $(BASH) not $(SHELL).
3956
3957 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3958             Matthew LeGendre  <legendre1@llnl.gov>
3959
3960         [BZ #17411]
3961         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3962         l_reloc_result.
3963
3964 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3965
3966         * stdio-common/printf_fp.c
3967         (hack_digit): New function, broken out of ...
3968         (__printf_fp): ... local function here.  Update call sites.
3969         hack_digit now takes an additional parameter that is a pointer
3970         to a struct of the referenced locals.  Those locals moved inside
3971         the struct and references updated.
3972
3973 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3974
3975         * aclocal.m4: Require autoconf 2.69.
3976         * configure: Regenerated.
3977         * sysdeps/aarch64/configure: Likewise.
3978         * sysdeps/alpha/configure: Likewise.
3979         * sysdeps/arm/armv7/configure: Likewise.
3980         * sysdeps/arm/configure: Likewise.
3981         * sysdeps/ia64/configure: Likewise.
3982         * sysdeps/mach/configure: Likewise.
3983         * sysdeps/mips/configure: Likewise.
3984         * sysdeps/s390/configure: Likewise.
3985         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3987
3988         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3989         file.
3990         * sysdeps/ia64/configure.ac: Likewise.
3991
3992 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3993
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3995         specify symbol version for ld.so.  Do not include entry for
3996         libpthread.
3997         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3998         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3999         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4000
4001         [BZ #14171]
4002         * Makeconfig [$(build-shared) = yes]
4003         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4004         makefiles.
4005         [$(build-shared) = yes && $(soversions.mk-done) = t]
4006         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4007         [$(build-shared) = yes && $(soversions.mk-done) = t]
4008         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4009         to Makerules.
4010         [$(build-shared) = yes && $(soversions.mk-done) = t]
4011         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4012         here.
4013         [$(build-shared) = yes && $(soversions.mk-done) = t]
4014         (common-generated): Don't append gnu/lib-names.h and
4015         gnu/lib-names.stmp here.
4016         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4017         (lib-names-h-abi): New variable.
4018         [$(build-shared) = yes && $(soversions.mk-done) = t]
4019         (lib-names-stmp-abi): Likewise.
4020         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4021         abi-variants] (before-compile): Append
4022         $(common-objpfx)$(lib-names-h-abi).
4023         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4024         abi-variants] (common-generated): Append gnu/lib-names.h.
4025         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4026         abi-variants] (install-others-nosubdir): Depend on
4027         $(inst_includedir)/$(lib-names-h-abi).
4028         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4029         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4030         [$(build-shared) = yes && $(soversions.mk-done) = t]
4031         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4032         [$(build-shared) = yes && $(soversions.mk-done) = t]
4033         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4034         [$(build-shared) = yes && $(soversions.mk-done) = t]
4035         (common-generated): Append $(lib-names-h-abi) and
4036         $(lib-names-stmp-abi).
4037         * scripts/lib-names.awk: Do not handle multi being set.
4038         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4039         Remove variable.
4040         (abi-lp64_be-ld-soname): Likewise.
4041         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4042         Likewise.
4043         (abi-hard-ld-soname): Likewise.
4044         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4045         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4046         Remove variable.
4047         (abi-o32_hard-ld-soname): Likewise.
4048         (abi-o32_soft_2008-ld-soname): Likewise.
4049         (abi-o32_hard_2008-ld-soname): Likewise.
4050         (abi-n32_soft-ld-soname): Likewise.
4051         (abi-n32_hard-ld-soname): Likewise.
4052         (abi-n32_soft_2008-ld-soname): Likewise.
4053         (abi-n32_hard_2008-ld-soname): Likewise.
4054         (abi-n64_soft-ld-soname): Likewise.
4055         (abi-n64_hard-ld-soname): Likewise.
4056         (abi-n64_soft_2008-ld-soname): Likewise.
4057         (abi-n64_hard_2008-ld-soname): Likewise.
4058         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4059         Likewise.
4060         (abi-64-v2-ld-soname): Likewise.
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4062         ld.so entries.
4063         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4064         variable.
4065         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4066         entry.
4067         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4068         variable.
4069         (abi-64-ld-soname): Likewise.
4070         (abi-x32-ld-soname): Likewise.
4071         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4072         entry.
4073         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4074
4075 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4076
4077         [BZ #14138]
4078         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4079         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4080         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4081         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4082         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4083         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4084         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4085         syscall entry for GLIBC_2.2 symbol version.
4086         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4087         Likewise.
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4089         (setrlimit): Likewise.
4090         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4091         Likewise.
4092
4093 2014-09-23  Will Newton  <will.newton@linaro.org>
4094
4095         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4096         _LINUX_ARM_SYSDEP_H include guard too.
4097         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4098         define.
4099
4100 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4101
4102         * sysdeps/unix/sysv/linux/eventfd.c:
4103         Make first argument unsigned.
4104         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4105         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4106
4107 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4108
4109         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4110         * socket/sys/socket.h: Likewise
4111         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4112
4113 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4114
4115         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4116
4117 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4118
4119         * time/tst-ftime.c: New test.
4120         * time/Makefile (tests): Add tst-ftime.
4121
4122 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4123
4124         * soft-fp/extended.h: Fix comment formatting.
4125         * soft-fp/op-1.h: Likewise.
4126         * soft-fp/op-2.h: Likewise.
4127         * soft-fp/op-4.h: Likewise.
4128         * soft-fp/op-8.h: Likewise.
4129         * soft-fp/op-common.h: Likewise.
4130         * soft-fp/soft-fp.h: Likewise.
4131
4132         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4133
4134 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4135
4136         [BZ #6652]
4137         * Makeconfig (soversions-default-setname): Remove variable.
4138         ($(common-objpfx)soversions.i): Don't pass default_setname to
4139         soversions.awk.
4140         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4141         oldest_abi to abi-versions.awk.
4142         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4143         * config.make.in (oldest-abi): Remove variable.
4144         * configure.ac (--enable-oldest-abi): Remove configure option.
4145         * configure: Regenerated.
4146         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4147         text.
4148         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4149         * scripts/soversions.awk: Do not handle default_setname variable.
4150         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4151         variable.
4152         * sysdeps/mach/hurd/configure: Regenerated.
4153         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4154         variable.
4155         * sysdeps/unix/sysv/linux/configure: Regenerated.
4156
4157 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4158
4159         * elf/Makefile (CFLAGS-interp.c): Remove.
4160         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4161         path string.
4162         * elf/interp.c: Include generated runtime-linker.h
4163
4164         * Makerules (lib%.so): Don't include $(+interp) in
4165         prerequisites.
4166         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4167         * dlfcn/eval.c: Remove file.
4168
4169         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4170         macros.
4171
4172         [BZ #17266]
4173         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4174         4.2 and newer.
4175
4176         [BZ #17370]
4177         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4178
4179 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4180             Jakub Jelinek  <jakub@redhat.com>
4181
4182         [BZ #17266]
4183         * libio/stdio.h: Check definition of __fortify_function
4184         instead of __extern_always_inline to include bits/stdio2.h.
4185         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4186         check if __extern_always_inline is defined.
4187         [__USE_MISC || __USE_XOPEN]: Likewise.
4188         [__USE_ISOC99] Likewise.
4189         * misc/sys/cdefs.h (__fortify_function): Define only if
4190         __extern_always_inline is defined.
4191         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4192         __extern_always_inline and __extern_inline only for g++-4.3
4193         and newer or a compatible gcc.
4194
4195 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         [BZ #17371]
4198         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4199         last change to handle zero prefix length.
4200
4201 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4202
4203         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4204         _SC_REGEX_VERSION.
4205
4206         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4207         _POSIX_RAW_SOCKETS.
4208
4209 2014-09-13  Allan McRae  <allan@archlinux.org>
4210
4211         * po/ru.po: Update Russian translation from translation project.
4212
4213 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4214
4215         * locale/programs/locale.c (show_locale_vars): Inline local function
4216         into its sole call site.  Clean up some style nits.
4217         (print_item): New function, broken out of ...
4218         (show_info): ... local function here.  Clean up style nits.
4219
4220         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4221         out of ...
4222         (set_class_defaults): ... local function set_default here.
4223         Define set_default as a macro locally to pass constant parameters.
4224         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4225         rather than a shared local.
4226
4227         * stdlib/rpmatch.c (try): New function, broken out of ...
4228         (rpmatch): ... local function here.  Also, prototypify definition.
4229
4230 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4231
4232         * scripts/soversions.awk: Do not handle configuration names.
4233         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4234         vendor and os variables to soversions.awk.
4235         * configure.ac: Do not modify gnu-* host_os.
4236         * configure: Regenerated
4237         * shlib-versions: Remove first column with configuration names.
4238         * nptl/shlib-versions: Likewise.
4239         * nptl_db/shlib-versions: Likewise.
4240         * sysdeps/hppa/shlib-versions: Likewise.
4241         * sysdeps/m68k/shlib-versions: Likewise.
4242         * sysdeps/mach/hurd/shlib-versions: Likewise.
4243         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4244         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4245         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4246         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4247         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4248         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4249         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4250         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4252         Likewise.
4253         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4254         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4255         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4256         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4257         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4258         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4259         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4260         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4261
4262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4263         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4265         Regenerated.
4266         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4268         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4269
4270         * shlib-versions: Remove OS-specific entries.  Moved to files in
4271         sysdeps.
4272         * sysdeps/mach/hurd/shlib-versions: New file.
4273         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4274
4275         * nptl/shlib-versions: Remove architecture-specific entries.
4276         Moved to files in sysdeps.
4277         * shlib-versions: Likewise.
4278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4279         file.
4280         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4281         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4282         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4283         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4284
4285         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4286         (UDP_NO_CHECK6_RX): Likewise.
4287
4288 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4289
4290         * sysdeps/posix/sysconf.c (__sysconf): Spell
4291         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4292
4293 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4294
4295         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4296         loading.
4297         * iconv/Versions (__gconv_transliterate): Export for use from
4298         gconv modules.
4299         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4300         (struct __gconv_trans_data, __gconv_trans_fct,
4301         __gconv_trans_context_fct, __gconv_trans_query_fct,
4302         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4303         definitions.
4304         (struct __gconv_step_data): Remove __trans member.
4305         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4306         longer hidden.  Remove unused trans_data argument.
4307         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4308         (__gconv_translit_find): Remove declaration.
4309         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4310         prototype.
4311         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4312         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4313         trans_data argument.  Add hidden definition.
4314         (__gconv_translit_find): Remove.
4315         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4316         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4317         * iconv/skeleton.c: Remove transliteration initialization.
4318         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4319         __gconv_step_data initialization.
4320         * libio/iofwide.c (__libio_translit_): Remove.
4321         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4322         * wcsmbs/btowc.c (__btowc): Likewise.
4323         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4324         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4325         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4326         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4327         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4328         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4329         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4330         * wcsmbs/wctob.c (wctob): Likewise.
4331
4332 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4333
4334         [BZ #16194]
4335         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4336         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4337         register usage.
4338         * sysdeps/x86/Makefile: Adjust.
4339
4340 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4341             Roland McGrath  <roland@hack.frob.com>
4342
4343         * locale/weight.h: Add include guard.
4344         (findidx): Make static rather than auto; take new parameters
4345         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4346         * locale/weightwc.h: Likewise.
4347         * posix/fnmatch_loop.c
4348         (FCT): Change type of EXTRA from int32_t to wint_t.
4349         Don't include either header inside the function.
4350         Call FINDIDX rather than findidx, and pass new arguments.
4351         #undef FINDIDX at the end of the file.
4352         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4353         FINDIDX before including fnmatch_loop.c for the non-wide version.
4354         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4355         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4356         for the wide version.
4357         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4358         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4359         Pass new arguments to findidx.
4360         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4361         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4362         Don't #include it inside the function.  Pass new arguments to findidx.
4363         * posix/regex_internal.h
4364         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4365         (re_string_elem_size_at): Don't #include it inside the function.
4366         Pass new arguments to findidx.
4367         * string/strcoll_l.c: #include WEIGHT_H at top level.
4368         (get_next_seq): Don't #include it inside the function.
4369         Pass new arguments to findidx.
4370         (get_next_seq_nocache): Likewise.
4371         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4372         (STRXFRM): Don't #include it inside the function.
4373         Pass new arguments to findidx.
4374
4375 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4376
4377         [BZ #17344]
4378         * malloc/malloc.c (unlink): Turn asserts into a call to
4379         malloc_printerr.
4380
4381 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4382
4383         [BZ #17370]
4384         * libio/wfileops (do_ftell_wide): Free OUT.
4385
4386 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4387
4388         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4389
4390 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4391
4392         [BZ #17363]
4393         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4394         group if the current group is empty.
4395
4396 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4397
4398         * benchtests/bench-memset.c (test_main): Add more test from size
4399         from 32 to 512 bytes.
4400         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4401         Add POWER8 memset object.
4402         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4403         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4404         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4405         implementation.
4406         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4407         Likewise.
4408         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4409         multiarch POWER8 memset optimization.
4410         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4411         POWER8 memset optimization.
4412
4413         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4414         Remove bzero multiarch objects.
4415         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4416         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4417         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4418         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4419         Remove define.
4420         [__bzero]: Redefine to specific name.
4421         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4422         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4423         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4424         define.
4425         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4426         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4427
4428 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4429
4430         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4431         warnings into errors.
4432
4433         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4434         __cxa_thread_atexit_impl prototype.
4435
4436 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4437
4438         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4439         Fix capitalization of error message.
4440
4441 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4442
4443         * sysdeps/mips/preconfigure: Modify ABI tests.
4444
4445 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4446
4447         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4448
4449 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4450             Carlos O'Donell  <carlos@systemhalted.org>
4451
4452         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4453         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4454         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4455         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4456         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4457         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4458         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4459         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4460         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4461         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4462         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4463         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4464         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4465         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4466         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4467         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4468         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4469         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4470         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4471         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4472         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4473         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4474         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4475         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4476         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4477         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4478         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4479         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4480         Deconditionalize the code that was previously under [RESET_PID].
4481         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4482         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4483         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4484         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4485         include sysdep.h.
4486
4487 2014-09-08  Allan McRae  <allan@archlinux.org>
4488
4489         * version.h (RELEASE): Set to "development".
4490         (VERSION): Set to "2.20.90"
4491
4492 2014-09-07  Allan McRae  <allan@archlinux.org
4493
4494         * version.h (RELEASE): Set to "stable".
4495         (VERSION): Set to "2.20"
4496         * include/features.h (__GLIBC_MINOR__): Set to 20.
4497
4498         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4499         Liebler.
4500
4501         * po/ko.po: Update Korean translation from translation project.
4502
4503 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4504
4505         [BZ #17354]
4506         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4507         macro for handling signed relocations.
4508
4509 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4510
4511         [BZ #17325]
4512         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4513         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4514         assert.
4515         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4516         * iconvdata/ibm935.c (BODY): Likewise.
4517         * iconvdata/ibm937.c (BODY): Likewise.
4518         * iconvdata/ibm939.c (BODY): Likewise.
4519         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4520         assert.
4521         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4522         script.
4523         * iconvdata/run-iconv-test.sh: New test loop for checking for
4524         decoder crashers.
4525
4526 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4527
4528         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4529         libm_hidden_ver.
4530
4531 2014-09-01  Allan McRae  <allan@archlinux.org>
4532
4533         * po/eo.po: Update Esperanto translation from translation project.
4534
4535         * po/ca.po: Update Catalan translation from translation project.
4536
4537 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4538
4539         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4540         __proc_dostop call.
4541
4542 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4543
4544         [BZ #17319]
4545         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4546         to call set_thread_area instead of hand written asm.
4547         (__NR_set_thread_area): Removed define.
4548         (TLS_FLAG_WRITABLE): Likewise.
4549         (__ASSUME_SET_THREAD_AREA): Remove check.
4550         (TLS_EBX_ARG): Remove define.
4551         (TLS_LOAD_EBX): Likewise.
4552
4553 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4554
4555         Simplify atomicity of socket creation in bind.
4556
4557         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4558         looking up the name after linking the file.
4559
4560 2014-08-27  Allan McRae  <allan@archlinux.org>
4561
4562         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4563
4564 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4565
4566         [BZ #17187]
4567         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4568         trans_compare, open_translit, __gconv_translit_find):
4569         Remove module loading code.
4570
4571 2014-08-26  Allan McRae  <allan@archlinux.org>
4572
4573         * po/vi.po: Update Vietnamese translation from translation project.
4574
4575         * po/uk.po: Update Ukrainian translation from translation project.
4576
4577         * po/fr.po: Update French translation from translation project.
4578
4579         * po/ru.po: Update Russian translation from translation project.
4580
4581         * po/pl.po: Update Polish translation from translation project.
4582
4583         * po/cs.po: Update Czech translation from translation project.
4584
4585         * po/de.po: Update German translation from translation project.
4586
4587         * po/bg.po: Update Bulgarian translation from translation project.
4588
4589         * po/sv.po: Update Sweedish translation from translation project.
4590
4591         * po/nl.po: Update Dutch translation from translation project.
4592
4593         * po/es.po: Update Spanish translation from translation project.
4594
4595 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4596
4597         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4598
4599         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4600         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4601         (CPPFLAGS-iconvconfig): Likewise.
4602         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4603
4604         * include/libc-symbols.h: Remove unnecessary check for
4605         NOT_IN_libc.
4606         * nptl/pthreadP.h: Likewise.
4607         * sysdeps/aarch64/setjmp.S: Likewise.
4608         * sysdeps/alpha/setjmp.S: Likewise.
4609         * sysdeps/arm/sysdep.h: Likewise.
4610         * sysdeps/i386/setjmp.S: Likewise.
4611         * sysdeps/m68k/setjmp.c: Likewise.
4612         * sysdeps/posix/getcwd.c: Likewise.
4613         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4614         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4615         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4616         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4617         * sysdeps/sh/sh3/setjmp.S: Likewise.
4618         * sysdeps/sh/sh4/setjmp.S: Likewise.
4619         * sysdeps/unix/alpha/sysdep.h: Likewise.
4620         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4621         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4622         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4623         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4626         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4627         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4628         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4629         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4630         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4631         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4632         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4633         * sysdeps/x86_64/setjmp.S: Likewise.
4634
4635 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4636
4637         [BZ #17263]
4638         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4639         <stdint.h>.
4640         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4641         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4642
4643 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4644
4645         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4646
4647         [BZ #17262]
4648         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4649         and __x86_64__ when disabling x87 inline functions.
4650
4651 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4652
4653         [BZ #17259]
4654         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4655         asm statement with __cpuid_count.
4656
4657 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4658
4659         * configure.ac: Change __ehdr_start code to dereference the struct.
4660         Run readelf on the output to look for relocations.
4661         * configure: Regenerated.
4662
4663 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4664
4665         [BZ #17261]
4666         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4667         value to 0.
4668         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4669
4670 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4671
4672         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4673
4674 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4675
4676         [BZ #16892]
4677         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4678         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4679
4680 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4681
4682         * malloc/malloc.c: Fix typo in comment.
4683
4684 2014-08-09  Allan McRae  <allan@archlinux.org>
4685
4686         * Regenerate libc.po.
4687
4688 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4689
4690         * intl/tst-gettext2.sh: Check every lang file for creation.
4691
4692 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4693
4694         * sysdeps/aarch64/fpu/math_private.h
4695         (libc_feholdsetround_noex_aarch64_ctx): New function.
4696
4697 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4698
4699         * sysdeps/arm/armv6/strcpy.S (strcpy):
4700         Fix performance issue in misaligned cases.
4701
4702 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4703
4704         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4705         Move definition from termios.h.
4706         (struct termio): Likewise.
4707         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4708         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4709         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4710         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4711         Likewise.
4712         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4713         Move definition to ioctl-types.h
4714         (struct termio): Likewise.
4715         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4716         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4717         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4718         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4719         Likewise.
4720
4721 2014-08-05  Richard Henderson  <rth@redhat.com>
4722
4723         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4724         exceptions.
4725         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4726         Add fraiseexcpt.
4727         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4728         Use __feraiseexcept.
4729         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4730         Protect libm symbols with IS_IN_libm.
4731
4732         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4733
4734 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4735
4736         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4737
4738 2014-08-04  Will Newton  <will.newton@linaro.org>
4739
4740         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4741         file.
4742
4743 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4744
4745         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4746         variants for each function.
4747
4748 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4749
4750         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4751         appended ...
4752         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4753         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4754         appended ...
4755         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4756         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4757         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4758         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4759         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4760         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4761         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4762         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4763         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4764         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4765         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4766         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4767         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4768         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4769         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4770         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4771         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4772         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4773         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4774         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4775         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4776         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4777         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4778         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4779         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4780         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4781         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4782         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4783         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4784         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4785         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4786         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4787         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4788         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4789         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4790         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4791         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4792         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4793         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4794         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4795         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4796         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4797         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4798         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4799         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4800         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4801         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4802         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4803         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4804         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4805         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4806         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4807         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4808         Update #include.
4809         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4810         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4811
4812 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4813
4814         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4815         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4816         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4817         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4818         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4819         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4820
4821 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4822
4823         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4824         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4825         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4826         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4827
4828 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4829
4830         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4831         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4832         (__libc_vfork): Define function under this name.
4833         (__vfork): Define as an alias.
4834         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4835         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4836
4837 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4838
4839         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4840         that was previously under [RESET_PID].
4841         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4842
4843 2014-08-04  Andreas Schwab  <schwab@suse.de>
4844
4845         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4846
4847 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4848
4849         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4850         (main): Likewise.
4851
4852 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4853
4854         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4855
4856 2014-08-01  Richard Henderon  <rth@redhat.com>
4857
4858         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4859         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4860         typo in exact zero test.
4861         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4862         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4863         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4864
4865 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4866
4867         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4868         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4869         * sysdeps/arm/sysdep.h: ... here.
4870         [!__ASSEMBLER__]: Include <stdint.h>.
4871
4872 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4873
4874         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4875         (HAVE_WCTYPE_H): Likewise.
4876         (HAVE_ISWCTYPE): Likewise.
4877         (ENABLE_NLS): Likewise.
4878         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4879         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4880
4881         * posix/regex_internal.c: Check if DEBUG is defined and is
4882         set.
4883
4884         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4885         (HAVE_MBSRTOWCS): Likewise.
4886         * posix/fnmatch.c: Include string.h unconditionally.
4887
4888 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4889
4890         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4891         reversal.
4892
4893 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4894
4895         * sysdeps/generic/safe-fatal.h: New file.
4896         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4897         * nptl/forward.c: Include it.
4898         (__pthread_unwind): Use __safe_fatal as default action, rather
4899         than a bogus use of INTERNAL_SYSCALL that could never work.
4900
4901         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4902         * configure.ac (libc_cv_builtin_trap): New test.
4903         * configure: Regenerated.
4904         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4905         (ABORT_INSTRUCTION): Define using __builtin_trap.
4906
4907         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4908         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4909         * sysdeps/nptl/nptl-signals.h: New file.
4910         * nptl/pthreadP.h: Include <nptl-signals.h>.
4911
4912 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4913
4914         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4915         (ONE_DIRECTION): Define.
4916         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4917         (ONE_DIRECTION): Define.
4918         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4919         (ONE_DIRECTION): Define.
4920
4921 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4922
4923         * sysdeps/s390/Makefile: Delete file.
4924         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4925         * sysdeps/s390/__longjmp.c: Delete file.
4926         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4927         Remove fields __flags and __reserved.
4928         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4929         and add versioning.
4930         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4931         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4932         * sysdeps/s390/rtld-setjmp.S: Likewise.
4933         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4934         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4935         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4936         * sysdeps/s390/s390-32/setjmp.S: ... here.
4937         Add versioning.
4938         (__sigsetjmp): Remove setting __flags field.
4939         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4940         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4941         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4942         * sysdeps/s390/s390-64/setjmp.S: ... here.
4943         Add versioning.
4944         (__sigsetjmp): Remove setting __flags field.
4945         * sysdeps/s390/setjmp.S: Delete file.
4946         * sysdeps/s390/sigjmp.c: Likewise.
4947         * sysdeps/s390/v1-longjmp.c: Likewise.
4948         * sysdeps/s390/v1-setjmp.h: Likewise.
4949         * sysdeps/s390/v1-sigjmp.c: Likewise.
4950         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4951         Remove v1-longjmp_chk.
4952         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4953         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4954         Include debug/longjmp_chk.c and add versioning.
4955         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4956         Include nptl/pt-longjmp.c and add versioning.
4957         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4958         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4959         Include __longjmp.c.
4960         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4961         Move to ...
4962         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4963         (__getcontext): Remove setting __flags field.
4964         Add versioning.
4965         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4966         Don't restore upper high grps.
4967         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4968         Likewise.
4969         (__swapcontext): Remove setting uc_flags field.
4970         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4971         Delete file.
4972         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4973         Include __longjmp.c.
4974         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4975         Move to ...
4976         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4977         (__getcontext): Remove setting __flags field.
4978         Add versioning.
4979         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4980         (__swapcontext): Remove setting uc_flags field.
4981         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4982         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4983         Remove fields uc_high_gprs and __reserved.
4984         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4985         New file with reverted content.
4986         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4987         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4988         Regenerated.
4989         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4990         Regenerated.
4991
4992 2014-07-31  Andreas Schwab  <schwab@suse.de>
4993
4994         * config.h.in (HAVE_IFUNC): Define to 0.
4995         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4996         definedness.
4997
4998 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4999
5000         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5001         memmove-avx-unaligned, memcpy-avx-unaligned and
5002         mempcpy-avx-unaligned.
5003         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5004         Add tests for AVX memcpy functions.
5005         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5006         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5007         memcpy_chk.
5008         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5009         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5010         memmove_chk.
5011         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5012         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5013         mempcpy_chk.
5014         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5015         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5016         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5017
5018 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5019
5020         [BZ #17213]
5021         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5022         powerpc64le.
5023
5024 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5025
5026         [BZ #16839]
5027         * manual/llio.texi: Add section about open file description locks.
5028         * manual/examples/ofdlocks.c: Example of open file description
5029         lock usage.
5030         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5031         F_OFD_SETLK, and F_OFD_SETLKW.
5032
5033 2014-07-23  Allan McRae  <allan@archlinux.org>
5034
5035         * po/es.po: Update Spanish translation from translation project.
5036
5037 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5038
5039         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5040
5041 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5042
5043         [BZ #17078]
5044         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5045         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5046         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5047
5048 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5049
5050         [BZ #17088]
5051         * math/fesetenv.c (__fesetenv)
5052         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5053         * math/feupdateenv.c (__feupdateenv)
5054         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5055
5056         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5057         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5058         (__ASSUME_SOCKETCALL): Do not define.
5059
5060         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5061         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5062         (__ASSUME_SOCKETCALL): Do not define.
5063         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5064         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5065         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5066         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5067         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5068         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5069         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5070         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5071
5072         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5073         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5074         (__ASSUME_SOCKETCALL): Do not define.
5075         (__ASSUME_IPC64): Define unconditionally.
5076         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5077         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5078         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5079         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5080         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5081         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5082         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5083         Likewise.
5084
5085         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5086         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5087         (__ASSUME_SOCKETCALL): Do not define.
5088         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5089         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5090         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5091         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5092         (__ASSUME_REQUEUE_PI): Define unconditionally.
5093         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5094         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5095         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5096         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5097         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5098         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5099
5100         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5101         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5102         (__ASSUME_SOCKETCALL): Do not define.
5103         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5104         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5105         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5106         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5107         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5108         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5109
5110         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5111         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5112         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5113         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5114         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5115         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5116         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5117         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5118         (__ASSUME_GETCPU_SYSCALL): Likewise.
5119
5120         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5121         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5122         cases for individual architectures.
5123         * sysdeps/gnu/configure: Regenerated.
5124         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5125         LIBC_SLIBDIR_RTLDDIR.
5126         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5127         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5128         LIBC_SLIBDIR_RTLDDIR.
5129         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5131         LIBC_SLIBDIR_RTLDDIR.
5132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5133         Regenerated.
5134         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5135         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5136         file.
5137         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5138         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5139         file.
5140         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5141         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5142         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5143         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5144
5145         * sysdeps/aarch64/shlib-versions: Move to ...
5146         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5147         * sysdeps/alpha/shlib-versions: Move to ...
5148         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5149         * sysdeps/arm/shlib-versions: Move to ...
5150         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5151         * sysdeps/hppa/shlib-versions: Move all contents except for
5152         libgcc_s entry to ...
5153         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5154         entry from ...
5155         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5156         * sysdeps/ia64/shlib-versions: Move to ...
5157         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5158         entry from ...
5159         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5160         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5161         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5162         * sysdeps/microblaze/shlib-versions: Move to ...
5163         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5164         * sysdeps/mips/shlib-versions: Move to ...
5165         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5166         entry from ...
5167         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5168         * sysdeps/tile/shlib-versions: Move to ...
5169         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5170         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5171         from ...
5172         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5173         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5174         entry from ...
5175         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5176
5177 2014-07-17  Will Newton  <will.newton@linaro.org>
5178
5179         * sysdeps/arm/bits/atomic.h
5180         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5181         (__arch_compare_and_exchange_bool_16_int): Likewise.
5182         (__arch_compare_and_exchange_bool_64_int): Likewise.
5183
5184         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5185         into an #else block.
5186
5187 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5188
5189         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5190         just Linux configurations.  Test empirically that the compiler sets
5191         __ARM_EABI__, rather than using the tuple to decide.
5192         * sysdeps/arm/preconfigure: Regenerated.
5193         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5194         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5195         contents appended ...
5196         * sysdeps/arm/configure.ac: ... here.
5197         * sysdeps/arm/configure: Regenerated.
5198
5199 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5200
5201         * nptl/pthread_kill.c: New file.
5202         * nptl/pthread_sigmask.c: New file.
5203         * nptl/pthread_sigqueue.c: New file.
5204
5205         * sysdeps/nptl/lowlevellock.h: New file.
5206         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5207         * sysdeps/nptl/lowlevellock-futex.h: New file.
5208
5209         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5210         Remove dead declarations.
5211
5212 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5213
5214         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5215         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5216         config-cflags-avx2.
5217         * sysdeps/x86_64/configure.ac: Likewise.
5218         * sysdeps/i386/configure: Regenerated.
5219         * sysdeps/x86_64/configure: Likewise.
5220         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5221         memset-avx2 only if config-cflags-avx2 is yes.
5222         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5223         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5224         defined.
5225         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5226         only if HAVE_AVX2_SUPPORT is defined.
5227         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5228
5229 2014-07-14  Alan Modra  <amodra@gmail.com>
5230
5231         [BZ #17153]
5232         * elf/elf.h (DT_PPC64_NUM): Correct value.
5233         * NEWS: Add to fixed bug list.
5234
5235 2014-07-13  Jim Meyering  <meyering@fb.com>
5236
5237         [BZ 17150]
5238         regex: don't deref NULL upon heap allocation failure
5239         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5240         failure in one more place.
5241         To trigger the segfault, configure grep -with-included-regex,
5242         build it, and run these commands:
5243         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5244
5245 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5246
5247         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5248
5249 2014-07-11  Richard Henderson  <rth@redhat.com>
5250
5251         * sysdeps/aarch64/libm-test-ulps: Update.
5252
5253 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5254
5255         [BZ #17135]
5256         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5257         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5258         (__nptl_setxid): Initialize error member.  Call
5259         __nptl_setxid_error.
5260         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5261         * nptl/descr.h (struct xid_command): Add error member.
5262         * nptl/tst-setuid3.c: New file.
5263         * nptl/Makefile (tests): Add it.
5264
5265 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5266
5267         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5268         New define.
5269         (__lll_trylock): Use __lll_base_trylock.
5270         (__lll_cond_trylock): Likewise.
5271
5272 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5273
5274         * nptl/pthread_create.c (start_thread): Use atomic_or and
5275         lll_futex_wake directly rather than lll_robust_dead.
5276         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5277         (lll_robust_dead): Macro removed.
5278         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5279         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5280         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5281         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5282         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5283         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5284         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5285         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5286         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5287         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5288         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5289         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5290         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5291         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5292         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5293
5294         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5295         Use atomic_compare_and_exchange_val_acq directly rather than
5296         lll_robust_trylock.
5297         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5298         (__lll_robust_trylock, lll_robust_trylock): Removed.
5299         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5300         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5301         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5302         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5303         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5304         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5305         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5306         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5307         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5308         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5309         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5310         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5311         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5312         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5313
5314 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5315
5316         * manual/locale.texi (Locale Names): New section documenting
5317         locale name syntax.  Adjust menu and node chaining accordingly.
5318         (Choosing Locale): Reference Locale Names, Locale Categories.
5319         Mention setting LC_ALL=C.  Reflect that name syntax is now
5320         documented.
5321         (Locale Categories): New section title.  Reference Locale Names.
5322         LC_ALL is an environment variable, but not a category.
5323         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5324         description, now in Locale Name.  Reference that section.  Locale
5325         name syntax is now documented.
5326
5327 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5328
5329         [BZ #17137]
5330         * locale/findlocale.c (name_present, valid_locale_name): New
5331         functions.
5332         (_nl_find_locale): Use the loc_name variable to store name
5333         candidates.  Call name_present and valid_locale_name to check and
5334         validate locale names.  Return an error if the locale is invalid.
5335
5336 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5337
5338         * locale/setlocale.c (setlocale): Use strdup for allocating
5339         composite name copy.
5340
5341 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5342
5343         Sync up with gnulib.
5344         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5345         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5346         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5347         and _GL_ARG_NONNULL.
5348         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5349         [!_LIBC]: Include code for Windows and Cygwin.
5350         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5351         Include prototype for int strerror_r.
5352         [!_LIBC] (is_open): New function.
5353         (flush_stdout): New function.
5354         (print_errno_message): Use it.
5355         (error): Likewise.
5356         (error_at_line): Likewise.
5357         (error_tail) Add function attribute macros.  Use
5358         __builtin_expect.
5359
5360         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5361
5362         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5363
5364         * io/ftw.c: Include sys/param.h unconditionally.
5365
5366         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5367
5368         [BZ #17125]
5369         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5370         libc_freeres_ptr.
5371         (freecache): New function to free CACHE on exit.
5372
5373         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5374         initialization.
5375
5376 2014-07-09  David S. Miller  <davem@davemloft.net>
5377
5378         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5379
5380         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5381         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5382         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5383         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5384         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5385         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5386         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5387         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5388         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5389         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5390         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5391         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5392         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5393
5394 2014-07-09  Andreas Schwab  <schwab@suse.de>
5395
5396         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5397         output.
5398         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5399         (do_test): Likewise.
5400
5401         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5402
5403 2014-07-09  Will Newton  <will.newton@linaro.org>
5404
5405         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5406         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5407         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5408         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5409         * sysdeps/hppa/start.S (_start): Likewise.
5410
5411 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5412
5413         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5414
5415         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5416         defined.
5417
5418 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5419
5420         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5421         after checking that it is non-NULL.
5422
5423         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5424
5425 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5426
5427         * sysdeps/powerpc/memmove.c: Remove file.
5428         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5429         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5430         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5431         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5432         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5433         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5434         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5435         string memmove instead of removed powerpc one.
5436
5437         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5438         [weak_alias]: Fix compiler warning due trailing data.
5439         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5440         [weak_alias]: Likewise.
5441         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5442         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5443
5444         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5445         (__libc_ifunc_impl_list): Add memmove functions.
5446
5447 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5448
5449         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5450         Remove code.
5451         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5452         Likewise
5453         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5454         Likewise
5455         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5456         Likewise
5457         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5458         Likewise
5459         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5460         Likewise
5461         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5462         Likewise
5463         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5464         Likewise
5465         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5466         Likewise
5467         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5468         Likewise
5469         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5470         Likewise
5471         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5472         Likewise
5473         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5474         Likewise
5475         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5476         Likewise
5477         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5478         Likewise
5479         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5480         Likewise
5481         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5482         Likewise
5483
5484 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5485
5486         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5487         to avoid alignment traps in non-cacheable memory.
5488         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5489
5490         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5491         multiarch objects.
5492         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5493         file: multiarch power7 memmove.
5494         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5495         multiarch default memmove.
5496         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5497         multiarch memove for powerpc32/power4.
5498
5499         * string/bcopy.c: Use full path to include memmove.c.
5500         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5501         multiarch objects.
5502         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5503         bcopy for powerpc64.
5504         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5505         bcopy for powerpc64.
5506         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5507         and memmove implementations.
5508         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5509         optimized multiarch memmove for POWER7/powerpc64.
5510         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5511         default multiarch memmove for powerpc64.
5512         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5513         multiarch for powerpc64.
5514         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5515         for POWER7/powerpc64.
5516         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5517         memmove for POWER7/powerpc64.
5518
5519         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5520         glibc default one.
5521
5522         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5523         __ELF_NATIVE_CLASS equal to 64.
5524
5525 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5526
5527         * sysdeps/nptl/lowlevellock.h: File removed.
5528
5529         * NEWS: NPTL is no longer an add-on!
5530         * nptl/internaltypes.h: Moved ...
5531         * sysdeps/nptl/internaltypes.h: ... here.
5532         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5533         * sysdeps/nptl/fork.c: Likewise.
5534         * sysdeps/nptl/gai_misc.h: Likewise.
5535         * sysdeps/nptl/librt-cancellation.c: Likewise.
5536         * sysdeps/nptl/jmp-unwind.c: Likewise.
5537         * sysdeps/nptl/setxid.h: Likewise.
5538         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5539         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5540         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5541         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5542         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5543         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5544         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5545         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5546         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5547         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5548         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5549         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5550         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5551         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5552         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5553         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5554         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5555         * nptl/Makeconfig: Moved ...
5556         * sysdeps/nptl/Makeconfig: ... here.
5557         * nptl/configure: File removed.
5558         * nptl/ANNOUNCE: File removed.
5559         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5560         * sysdeps/unix/sysv/linux/configure: Regenerated.
5561
5562         * nptl/Makefile (routines): Add libc_pthread_init,
5563         libc_multiple_threads, register-atfork and unregister-atfork.
5564         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5565         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5566         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5567         pthread-pi-defines.sym, structsem.sym.
5568         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5569         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5570         [$(subdir) = nptl] (tests): Add tst-setgetname.
5571         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5572         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5573         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5574         [!LIBC_SIGACTION]: Remove aliases.
5575         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5576         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5577         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5578         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5579         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5580         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5581         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5582         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5583         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5584         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5585         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5586         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5587         __libc_allocate_rtsig_private.
5588         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5589         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5590         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5591         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5592         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5593         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5594         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5595         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5596         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5597         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5598         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5599         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5600         * nptl/internaltypes.h: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5602         * sysdeps/nptl/jmp-unwind.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5604         * nptl/libc-lowlevellock.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5606         * nptl/libc_multiple_threads.c: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5608         * nptl/libc_pthread_init.c: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5610         * nptl/lowlevelbarrier.sym: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5612         * nptl/lowlevelcond.sym: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5614         * nptl/lowlevellock.c: ... here.
5615         * nptl/lowlevellock.h: Moved ...
5616         * sysdeps/nptl/lowlevellock.h: ... here.
5617         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5618         * nptl/lowlevelrobustlock.c: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5620         * nptl/lowlevelrobustlock.sym: ... here.
5621         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5622         * nptl/lowlevelrwlock.sym: ... here.
5623         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5624         * nptl/pt-fork.c: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5626         * nptl/pthread-pi-defines.sym: ... here.
5627         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5628         * nptl/pthread_attr_getaffinity.c: ... here.
5629         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5630         * nptl/pthread_attr_setaffinity.c: ... here.
5631         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5632         * nptl/pthread_mutex_cond_lock.c: ... here.
5633         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5634         Update #include.
5635         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5636         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5637         * nptl/pthread_once.c: ... here, replacing old file.
5638         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5639         * nptl/pthread_yield.c: ... here.
5640         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5641         * nptl/register-atfork.c: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5643         * nptl/sem_post.c: ... here.
5644         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5645         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5646         * nptl/sem_timedwait.c: ... here.
5647         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5648         * nptl/sem_trywait.c: ... here.
5649         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5650         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5651         * nptl/sem_wait.c: ... here.
5652         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5653         * nptl/structsem.sym: ... here.
5654         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5655         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5656         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5657         * nptl/unregister-atfork.c: ... here.
5658         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5659         * nptl/unwindbuf.sym: ... here.
5660         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5661         * sysdeps/nptl/fork.c: ... here.
5662         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5663         * sysdeps/nptl/fork.h: ... here.
5664         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5665         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5666         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5668         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5669         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5670         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5671         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5672         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5673         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5674         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5676         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5677         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5678         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5679         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5680         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5682         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5684         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5685         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5686         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5688         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5689         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5690         * sysdeps/unix/sysv/linux/raise.c: ... here.
5691         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5692         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5694         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5696         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5698         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5699         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5700         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5702         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5703         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5704         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5705         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5706
5707 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5708
5709         * sysdeps/generic/memcopy.h: Add comment for
5710         MEMCPY_OK_FOR_FWD_MEMMOVE.
5711
5712 2014-07-04  Will Newton  <will.newton@linaro.org>
5713
5714         * string/memchr.c: Merge from gnulib.
5715         [_LIBC]: Remove conditionals.
5716         (__ptr_t): Remove define.
5717         (LONG_MAX_32_BITS): Likewise.
5718         (LONG_MAX): Likewise.
5719         (MEMCHR): Use ANSI prototype and optimize algorithm.
5720
5721         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5722
5723 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5724
5725         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5726         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5727
5728         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5729         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5730         in a bare environment with no <stdlib.h> installed.
5731         * sysdeps/nptl/configure: Regenerated.
5732
5733         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5734
5735         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5736         AC_EGREP_CPP for kernel header checks, so they only succeed if
5737         including <linux/version.h> actually works right.
5738         * sysdeps/unix/sysv/linux/configure: Regenerated.
5739
5740         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5741         value so it's not diagnosed as unused.
5742
5743         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5744         thing) with "ifeq ($(subdir),rt)".
5745
5746 2014-07-03  Richard Henderson  <rth@redhat.com>
5747
5748         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5749         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5750         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5751
5752         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5753         (math_force_eval): New.
5754
5755         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5756         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5757
5758         * sysdeps/alpha/fpu/s_round.c: Remove file.
5759         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5760
5761         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5762         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5763         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5764         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5765         (_dl_start, print_statistics): Likewise.
5766         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5767         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5768
5769         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5770         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5771         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5772         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5773         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5774         (HP_SMALL_TIMING_AVAIL): Define.
5775         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5776         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5777         (HP_SMALL_TIMING_AVAIL): Define.
5778         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5779         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5780
5781         * sysdeps/aarch64/hp-timing.h: New file.
5782
5783         * sysdeps/generic/hp-timing.h: Remove dead comment.
5784         * sysdeps/generic/hp-timing-common.h: New file.
5785         * sysdeps/alpha/hp-timing.h: Include it.
5786         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5787         * sysdeps/i386/i686/hp-timing.h: Likewise.
5788         * sysdeps/ia64/hp-timing.h: Likewise.
5789         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5790         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5791         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5792         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5793         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5794         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5795         (hp_timing_t): New.
5796
5797         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5798         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5799         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5800         * elf/rtld.c (_dl_start_final): Likewise.
5801         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5802         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5803         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5804         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5805         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5806         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5807         (HP_TIMING_DIFF_INIT): Remove.
5808         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5809         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5810         (HP_TIMING_DIFF_INIT): Remove.
5811         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5812         * sysdeps/i386/i686/hp-timing.c: Remove file.
5813         * sysdeps/x86_64/hp-timing.c: Remove file.
5814         * sysdeps/ia64/hp-timing.c: Remove file.
5815         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5816         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5817         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5818         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5819
5820         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5821         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5822         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5823         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5824         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5825         (HP_TIMING_ACCUM): Remove.
5826         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5827         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5828         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5829
5830         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5831         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5832         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5833         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5834         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5835         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5836         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5837         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5838
5839         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5840
5841 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5842
5843         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5844
5845 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5846
5847         Sync up with gettext.
5848         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5849         [_MSC_VER]: Include malloc.h
5850         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5851         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5852         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5853         TEMP_FAILURE_RETRY.  Cast return of alloca.
5854         [!_LIBC] Call gl_rwlock_init.
5855         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5856
5857 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5858
5859         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5860         before checking its value.
5861
5862 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5863
5864         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5865
5866         * debug/memcpy_chk.c: Don't include pagecopy.h.
5867         * debug/mempcpy_chk.c: Likewise.
5868         * string/memcpy.c: Likewise.
5869         * string/memmove.c: Likewise.
5870         * sysdeps/powerpc/memmove.c: Likewise.
5871         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5872         definition of PAGE_COPY_FWD_MAYBE here...
5873         * sysdeps/generic/pagecopy.h: ... from here.
5874         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5875
5876 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5877             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5878
5879         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5880         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5881         optimizations.
5882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5883         (__libc_ifunc_impl_list): Likewise.
5884         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5885         multiarch strcat for PPC64.
5886         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5887         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5888
5889 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5890
5891         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5892
5893 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5894
5895         * intl/loadmsgcat.c: Remove declaration of
5896         get_sysdep_segment_value.
5897         (get_sysdep_segment_value): Use ISO C style.
5898         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5899         semicolon.  Fix typo and formatting in comment.
5900         (_nl_unload_domain): Use ISO C style.
5901
5902         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5903
5904 2014-07-02  Will Newton  <will.newton@linaro.org>
5905
5906         * malloc/obstack.c: Merge from gnulib master.
5907         [HAVE_CONFIG_H]: Remove conditional code.
5908         [!_LIBC]: Include config.h.
5909         [!ELIDE_CODE]: Don't include inttypes.h, include
5910         stdint.h unconditionally.
5911         (print_and_abort): Mark as _Noreturn.
5912         (_obstack_allocated_p): Mark as __attribute_pure__.
5913         (obstack_free): Rename to __obstack_free.
5914         [!__attribute__]: Remove conditional code.
5915         * malloc/obstack.h: Merge from gnulib master.
5916         [__cplusplus]: Move conditional down.
5917         [!__attribute_pure__]: Define __attribute_pure__ here
5918         if it is not already defined.
5919         (_obstack_memory_used): Mark as __attribute_pure__.
5920         [!__obstack_free]: Define as obstack_free.
5921         [__GNUC__]: Remove check for ancient NeXT gcc.
5922
5923 2014-07-02  Will Newton  <will.newton@linaro.org>
5924             Paul Eggert  <eggert@cs.ucla.edu>
5925
5926         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5927
5928 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5929
5930         * resolv/gethnamaddr.c: Add comment warning that the file is
5931         not maintained.
5932
5933 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5934
5935         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5936         entries.
5937
5938         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5939         entry for aio_cancel and aio_cancel64.
5940         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5941         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5942         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5943         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5944         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5945         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5946         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5947         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5948         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5949         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5950         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5951         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5952         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5953
5954 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5955
5956         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5957         * nptl/pthread_mutex_lock.c: Likewise.
5958         * nptl/pthread_mutex_timedlock.c: Likewise.
5959         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5960
5961 2014-07-01  Richard henderson  <rth@redhat.com>
5962
5963         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5964         (__isnan, __isnanl): Remove.
5965         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5966
5967         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5968
5969 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5970
5971         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5972
5973 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5974
5975         * resolv/nss_dns/dns-host.c (getanswer_r)
5976         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5977
5978 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5979
5980         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5981         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5982         undefine.
5983         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5984         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5985
5986 2014-07-01  Roland McGrath <roland@hack.frob.com>
5987
5988         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5989         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5990
5991         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5992         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5993
5994         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5995         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5996         ... here.
5997         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5998         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5999
6000         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6001         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6002         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6003         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6004
6005         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6006         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6007         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6008         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6009         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6010         Moved ...
6011         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6012         ... here.
6013         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6014         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6018         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6019         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6020         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6021         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6022         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6024         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6025         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6026         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6027         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6028         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6029         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6030         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6031         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6032         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6033         ... here.
6034         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6035         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6036         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6037         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6038         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6039         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6040         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6041         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6042
6043 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6044
6045         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6046         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6047         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6048         Add sysdep.
6049
6050 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6051
6052         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6053
6054 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6055
6056         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6057         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6058
6059         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6060
6061         * sysdeps/arm/libm-test-ulps: Regenerated.
6062
6063 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6064             Roland McGrath <roland@hack.frob.com>
6065
6066         * test-skeleton.c (signal_handler): Kill the whole process group
6067         before killing the child individually.
6068         (main): Report any failure on `setpgid'.
6069
6070 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6071
6072         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6073         from _TLS_H to _ARM_NPTL_TLS_H.
6074         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6075         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6076
6077 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6078
6079         [BZ #16539]
6080         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6081         (__expm1l): Return argument unchanged when small but not
6082         subnormal.
6083
6084         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6085         include macro name.
6086         (_FP_UNPACK_RAW_1_P): Likewise.
6087         (_FP_PACK_RAW_1): Likewise.
6088         (_FP_PACK_RAW_1_P): Likewise.
6089         (_FP_MUL_MEAT_1_wide): Likewise.
6090         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6091         (_FP_MUL_MEAT_1_hard): Likewise.
6092         (_FP_DIV_MEAT_1_imm): Likewise.
6093         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6094         (_FP_DIV_MEAT_1_udiv): Likewise.
6095         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6096         (_FP_UNPACK_RAW_2): Likewise.
6097         (_FP_UNPACK_RAW_2_P): Likewise.
6098         (_FP_PACK_RAW_2): Likewise.
6099         (_FP_PACK_RAW_2_P): Likewise.
6100         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6101         (_FP_MUL_MEAT_2_wide): Likewise.
6102         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6103         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6104         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6105         (_FP_MUL_MEAT_2_gmp): Likewise.
6106         (_FP_DIV_MEAT_2_udiv): Likewise.
6107         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6108         (_FP_FRAC_SRL_4): Likewise.
6109         (_FP_FRAC_SRST_4): Likewise.
6110         (_FP_FRAC_SRS_4): Likewise.
6111         (_FP_UNPACK_RAW_4): Likewise.
6112         (_FP_UNPACK_RAW_4_P): Likewise.
6113         (_FP_PACK_RAW_4): Likewise.
6114         (_FP_PACK_RAW_4_P): Likewise.
6115         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6116         (_FP_MUL_MEAT_4_wide): Likewise.
6117         (_FP_MUL_MEAT_4_gmp): Likewise.
6118         (umul_ppppmnnn): Likewise.
6119         (_FP_DIV_MEAT_4_udiv): Likewise.
6120         (__FP_FRAC_ADD_4): Likewise.
6121         (__FP_FRAC_SUB_3): Likewise.
6122         (__FP_FRAC_SUB_4): Likewise.
6123         (__FP_FRAC_DEC_3): Likewise.
6124         (__FP_FRAC_DEC_4): Likewise.
6125         (__FP_FRAC_ADDI_4): Likewise.
6126         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6127         (_FP_FRAC_SRL_8): Likewise.
6128         (_FP_FRAC_SRS_8): Likewise.
6129
6130         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6131         include macro name.
6132         (FP_UNPACK_RAW_EP): Likewise.
6133         (FP_PACK_RAW_E): Likewise.
6134         (FP_PACK_RAW_EP): Likewise.
6135         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6136         (_FP_ISSIGNAN): Likewise.
6137         (_FP_ADD_INTERNAL): Likewise.
6138         (_FP_FMA): Likewise.
6139         (_FP_CMP): Likewise.
6140         (_FP_SQRT): Likewise.
6141         (_FP_TO_INT): Likewise.
6142         (_FP_FROM_INT): Likewise.
6143         (FP_EXTEND): Likewise.
6144         (_FP_DIV_MEAT_N_loop): Likewise.
6145
6146 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6147
6148         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6149         throughout.
6150
6151 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6152
6153         [BZ #17097]
6154         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6155         result with correct sign in case of exponents that produce
6156         overflow except for X very close to 1.
6157
6158 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6159
6160         mktime: merge #if/#ifdef usage from glibc
6161         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6162         as that works with both Glibc's and Gnulib's style.
6163         See thread starting at Siddhesh Poyarekar's bug report at:
6164         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6165
6166 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6167
6168         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6169         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6170         * sysdeps/tile/tilegx/memmove.c: Remove file.
6171
6172 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6173
6174         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6175         abi-name definition.
6176         * scripts/soversions.awk: Do not handle or generate ABI lines.
6177         * shlib-versions: Remove ABI entries.
6178         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6179         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6180
6181 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6182
6183         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6184         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6185         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6186         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6187         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6188         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6189         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6190         Moved ...
6191         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6192         ... here.
6193         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6194         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6195         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6196         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6198         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6200         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6201         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6202         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6204         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6205         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6206         Moved ...
6207         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6208         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6209         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6210         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6211         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6212         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6213         Moved ...
6214         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6216         Moved ...
6217         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6218         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6219         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6220         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6221         Moved ...
6222         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6224         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6226         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6228         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6230         Moved ...
6231         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6233         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6235         Moved ...
6236         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6237         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6238         Moved ...
6239         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6240         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6241         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6242         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6243         Moved ...
6244         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6245         ... here.
6246         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6247         Identical file removed.
6248         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6249         Moved ...
6250         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6251         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6252         Identical file removed.
6253         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6256         Moved ...
6257         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6258         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6259         Identical file removed.
6260         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6261         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6262         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6263         Identical file removed.
6264         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6265         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6266         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6267         Identical file removed.
6268         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6269         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6271         Identical file removed.
6272         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6273         Moved ...
6274         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6275         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6276         Identical file removed.
6277         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6278         Moved ...
6279         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6280         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6281         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6282         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6283         Identical file removed.
6284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6285         Moved ...
6286         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6287         ... here.
6288         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6289         Identical file removed.
6290         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6291         Moved ...
6292         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6294         Identical file removed.
6295         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6296         Moved ...
6297         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6298         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6299         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6301         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6303         Moved ...
6304         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6306         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6307
6308         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6309         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6310         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6311         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6312         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6313
6314 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6315
6316         [BZ #17092]
6317         * nscd/nscd.c (monitor_child): Return exit status of child
6318         instead of return value from wait syscall.
6319
6320 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6321
6322         * configure.ac (libc_commonpagesize): Remove variable.
6323         (libc_relro_required): Likewise.
6324         (libc_cv_z_relro): Remove configure test.
6325         * configure: Regenerated.
6326         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6327         variable.
6328         (libc_relro_required): Likewise.
6329         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6330         (libc_relro_required): Likewise.
6331         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6332         (libc_relro_required): Likewise.
6333         * sysdeps/arm/preconfigure: Regenerated.
6334         * sysdeps/ia64/preconfigure: Remove file.
6335         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6336         variable.
6337         (libc_relro_required): Likewise.
6338
6339         [BZ #16561]
6340         [BZ #16562]
6341         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6342         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6343         recompute overflowing results in original rounding mode.
6344         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6345         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6346         recompute overflowing results in original rounding mode.
6347         * sysdeps/ieee754/ldbl-128/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/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6351         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6352         recompute overflowing results in original rounding mode.
6353         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6354         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6355         recompute overflowing results in original rounding mode.
6356         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6357         (libc_feholdsetround_ctx): New macro.
6358         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6359         * sysdeps/i386/fpu/libm-test-ulps: Update.
6360         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6361
6362 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6363
6364         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6365         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6366         corresponding .cpsetup call.
6367
6368 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6369
6370         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6371         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6372         * sysdeps/arm/Makefile [$(subdir) = csu]
6373         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6374         (static-only-routines): Add aeabi_read_tp here.
6375         (shared-only-routines): Add libc-aeabi_read_tp here.
6376         (CFLAGS-libc-start.c): Add -fexceptions here.
6377         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6378         (sysdep_routines, static-only-routines, shared-only-routines):
6379         Don't add to these here.
6380         (CFLAGS-libc-start.c): Likewise.
6381
6382         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6383         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6384         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6385         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6386         * sysdeps/arm/Makefile [$(subdir) = rt]
6387         (librt-sysdep_routines, librt-shared-only-routines):
6388         Append rt-aeabi_unwind_cpp_pr1 here.
6389         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6390         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6391         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6392         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6393         Append nptl-aeabi_unwind_cpp_pr1 here.
6394         (tests): Filter out tst-cleanupx4 here.
6395         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6396         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6397         Don't do those here.
6398
6399 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6400
6401         * scripts/list-sources.sh: Do not handle ports specially.
6402
6403 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6404
6405         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6406         * sysdeps/arm/feupdateenv.c: Likewise.
6407
6408         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6409
6410 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6411
6412         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6413         trailing whitespace removed.
6414         * scripts/config.guess: Update to version 2014-03-23.
6415         * scripts/config.sub: Update to version 2014-05-01
6416         * scripts/install-sh: Update to version 2013-12-25.23.
6417         * scripts/move-if-change: Update from gnulib.
6418
6419 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6420
6421         * debug/memmove_chk.c: Remove pagecopy.h include.
6422
6423 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6424
6425         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6426         identical to gnulib mktime.
6427
6428 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6429
6430         * configure.ac: Do not test for machine being rs6000.  Do not test
6431         for powerpc*-*soft.
6432         * configure: Regenerated.
6433
6434         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6435         test.
6436         * configure: Regenerated.
6437         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6438         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6439         Remove configure test.
6440         * sysdeps/arm/configure: Regenerated.
6441         * sysdeps/nptl/configure.ac: Do not check
6442         libc_cv_asm_cfi_directives.
6443         * sysdeps/nptl/configure: Regenerated.
6444         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6445         * sysdeps/x86_64/nptl/configure: Remove generated file.
6446         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6447         unconditional.
6448         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6449
6450 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6451
6452         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6453         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6454         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6455         it is defined.
6456
6457         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6458         instead of whether it is defined.
6459         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6460         * sysdeps/hppa/dl-machine.h: Likewise.
6461         * sysdeps/ia64/dl-machine.h: Likewise.
6462         * sysdeps/m68k/dl-machine.h: Likewise.
6463         * sysdeps/microblaze/dl-machine.h: Likewise.
6464         * sysdeps/mips/dl-machine.: Likewise.
6465         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6466         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6467         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6468         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6469         * sysdeps/sh/dl-machine.h: Likewise.
6470         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6471         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6472         * sysdeps/tile/dl-machine.h: Likewise.
6473         * sysdeps/x86_64/dl-machine.h: Likewise.
6474
6475         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6476         code.
6477         (verify_persistent_db): Likewise.
6478
6479 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6480
6481         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6482         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6484         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6486         Moved ...
6487         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6488         ... here.
6489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6492         Identical file removed.
6493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6498         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6499         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6500         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6504         Moved ...
6505         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6511         Moved ...
6512         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6514         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6516         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6517         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6518         Identical file removed.
6519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6520         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6522         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6524         Moved ...
6525         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6526         ... here.
6527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6528         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6530         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6532         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6534         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6536         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6538         Moved ...
6539         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6540         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6541         Moved ...
6542         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6546         Moved ...
6547         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6548         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6549         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6550
6551         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6552         folded into ...
6553         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6554         * sysdeps/unix/sysv/linux/s390/Versions
6555         (libpthread: GLIBC_2.19): New version set.
6556         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6557         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6558         (librt: GLIBC_2.3.3): New version set.
6559         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6560         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6561         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6562         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6563         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6564         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6565         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6566         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6567         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6568         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6569         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6570         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6571         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6572         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6573         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6574         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6575         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6576         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6577         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6578         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6579         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6580         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6581         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6582         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6583         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6584         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6585         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6586         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6587         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6588         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6589         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6590         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6591         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6592         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6593         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6594         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6595         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6596         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6597         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6598         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6599         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6600         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6601         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6603         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6604
6605         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6606         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6607         (__libc_vfork): Define the function under this name.
6608         [!NOT_IN_libc] (__vfork): Make this an alias.
6609         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6610         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6611         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6612         (__libc_vfork): Define the function under this name.
6613         [!NOT_IN_libc] (__vfork): Make this an alias.
6614         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6615         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6616         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6617         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6618         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6619         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6620
6621         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6622         code that was previously under [RESET_PID].
6623         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6624         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6625         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6626
6627         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6628         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6629         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6630         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6631         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6632         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6633         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6634         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6635         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6636         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6637         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6638         Moved ...
6639         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6657         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6659         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6660         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6661         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6663         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6664         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6665         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6666         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6667         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6668
6669 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6670
6671         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6672         that was previously under [RESET_PID].
6673         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6674
6675 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6676
6677         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6678         not undefine and redefine.
6679         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6680         [O_CLOEXEC]: Make code unconditional.
6681         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6682         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6683         <kernel-features.h>.
6684         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6685         conditional variable definition.
6686         (shm_open) [O_CLOEXEC]: Make code unconditional.
6687         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6688         code.
6689
6690         * configure.ac (USE_REGPARMS): Don't define here.
6691         * configure: Regenerated.
6692         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6693         * sysdeps/i386/configure: Regenerated.
6694
6695         * nptl/createthread.c: Don't include kernel-features.h.
6696         * nptl/pthread_cancel.c: Likewise.
6697         * nptl/pthread_condattr_setclock.c: Likewise.
6698         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6699         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6700         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6701         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6702         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6703         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6704         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6705         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6706         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6707         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6708         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6709         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6710         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6711         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6712         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6713         * nscd/gai.c: Likewise.
6714         * nss/nss_db/db-open.c: Likewise.
6715         * sysdeps/generic/ldsodefs.h: Likewise.
6716         * sysdeps/sh/nptl/tls.h: Likewise.
6717         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6718         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6719         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6720         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6721         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6722         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6723         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6724         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6725         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6726         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6727         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6728         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6729         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6730         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6731         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6732         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6733         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6734         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6735         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6736         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6737         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6738         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6739         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6740         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6741         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6742         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6743         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6744         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6745         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6746         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6747         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6748         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6749         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6750         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6751         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6752         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6753         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6754         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6755         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6756         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6757         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6758         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6759         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6760         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6761         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6762         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6763         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6764         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6765         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6766         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6767         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6768         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6769         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6770         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6771         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6772         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6773         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6774         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6797         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6798         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6799         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6800         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6801         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6802         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6803         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6804         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6805         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6806         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6807         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6808         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6809         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6810         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6811         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6812         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6813         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6814         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6815         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6816         * sysdeps/unix/sysv/linux/system.c: Likewise.
6817         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6818         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6819         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6820         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6821         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6822         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6823         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6824
6825         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6826         * configure: Regenerated.
6827         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6828
6829         * configure.ac (base_machine): Do not set specially for particular
6830         machines here.
6831         * configure: Regenerated.
6832         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6833         settings from configure.ac.
6834         * sysdeps/i386/preconfigure: New file.
6835         * sysdeps/s390/preconfigure: Likewise.
6836         * sysdeps/sh/preconfigure: Likewise.
6837         * sysdeps/sparc/preconfigure: Likewise.
6838
6839 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6840
6841         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6842         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6843         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6844         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6845         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6846         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6847         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6848         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6849         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6850         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6851         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6852         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6853         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6854         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6855         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6856         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6857         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6858         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6859         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6860
6861         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6862         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6863         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6864         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6865         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6866         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6867         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6868         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6869         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6870         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6871         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6872         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6873         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6874         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6875         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6876         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6877         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6878         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6879         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6880         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6881         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6882         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6883         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6884         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6885         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6886         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6887         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6888         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6889         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6890         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6891         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6892         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6893         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6894         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6895         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6896         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6897         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6898         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6899
6900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6901         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6905         Moved ...
6906         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6907         ... here.
6908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6909         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6911         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6913         Moved ...
6914         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6916         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6918         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6920         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6922         Moved ...
6923         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6927         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6928         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6930         Moved ...
6931         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6933         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6935         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6937         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6939         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6941         Moved ...
6942         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6943         ... here.
6944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6945         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6947         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6949         Moved ...
6950         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6952         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6954         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6956         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6958         Moved ...
6959         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6960         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6961         Moved ...
6962         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6964         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6966         Moved ...
6967         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6969         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6971         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6972
6973 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6974
6975         * timezone/checktab.awk: Update from tzcode 2014e.
6976         * timezone/private.h: Likewise.
6977         * timezone/tzfile.h: Likewise.
6978         * timezone/zdump.c: Likewise.
6979         * timezone/zic.c: Likewise.
6980
6981         * sysdeps/unix/sysv/linux/kernel-features.h
6982         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6983         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6984         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6985         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6986         Remove conditional code.
6987
6988 2014-06-25  Will Newton  <will.newton@linaro.org>
6989
6990         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6991         (_dl_arm_cap_flags): Add HWCAP2 values.
6992         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6993         (_DL_HWCAP_COUNT): Increase to 37.
6994         (_DL_HWCAP_LAST): New define.
6995         (_DL_HWCAP2_LAST): New define.
6996         (_dl_procinfo): Add support for printing
6997         AT_HWCAP2 entries.
6998         (_dl_string_hwcap): Use _dl_hwcap_string.
6999
7000 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7001
7002         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7003
7004 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7005
7006         * README: Do not mention ports directory.
7007
7008         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7009         Remove macro.
7010         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7011         <kernel-features.h>.
7012         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7013         conditional variable definition.
7014         (__futimes): Update comment.
7015         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7016         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7017
7018         [BZ #16560]
7019         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7020         arguments close to 0.
7021         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7022         Likewise.
7023         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7024         Likewise.
7025         * math/auto-libm-test-in: Add more tests of exp10.
7026         * math/auto-libm-test-out: Regenerated.
7027         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7028
7029         * sysdeps/unix/sysv/linux/kernel-features.h
7030         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7031         * sysdeps/unix/sysv/linux/readv.c: Do not include
7032         <kernel-features.h>.
7033         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7034         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7035         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7036         unconditional.
7037         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7038         conditional code.
7039         * sysdeps/unix/sysv/linux/writev.c: Do not include
7040         <kernel-features.h>.
7041         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7042         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7043         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7044         unconditional.
7045         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7046         conditional code.
7047
7048 2014-06-25  Will Newton  <will.newton@linaro.org>
7049
7050         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7051         comment changes throughout the file.  Remove checks
7052         for HAVE_*_H definitions that are not required.
7053         (__gen_tempname): Call abort if an unknown kind value is
7054         passed.
7055
7056 2014-06-25  Andreas Schwab  <schwab@suse.de>
7057
7058         [BZ #17086]
7059         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7060         scalbln, scalblnf, scalblnl in libc.
7061
7062 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7063
7064         [BZ #17086]
7065         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7066         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7067         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7068
7069 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7070
7071         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7072         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7073         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7074         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7075         Update #include.
7076         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7077         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7078         Update #include.
7079         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7080         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7081         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7082         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7083         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7084         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7085         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7086         * sysdeps/x86/bits/semaphore.h: ... here.
7087         * sysdeps/x86/nptl/elide.h: Moved ...
7088         * sysdeps/x86/elide.h: ... here.
7089         * sysdeps/x86_64/nptl/Implies: File removed.
7090         * sysdeps/i386/nptl/Implies: File removed.
7091
7092 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7093
7094         [BZ #16539]
7095         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7096         return the argument for normal arguments with exponent below -64.
7097         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7098         Likewise.
7099         * math/auto-libm-test-in: Add another test of expm1.
7100         * math/auto-libm-test-out: Regenerated.
7101
7102         [BZ #16287]
7103         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7104         calling __erfcl for arguments at least 16.
7105         * math/auto-libm-test-in: Add more tests of erf.
7106         * math/auto-libm-test-out: Regenerated.
7107
7108         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7109         individual architectures.
7110         * sysdeps/unix/sysv/linux/configure: Regenerated.
7111         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7112         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7113         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7114         (ldd_rewrite_script): Define variable.
7115         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7117         file.
7118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7119         generated file.
7120         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7121         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7122         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7123         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7124         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7125         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7126         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7127         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7128
7129 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7130
7131         [BZ #17084]
7132         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7133         Rename member __data.d to __data.__elision_data.
7134
7135 2014-06-24  Wilco  <wdijkstr@arm.com>
7136
7137         * NEWS: Add 16918 to fixed bug list.
7138
7139 2014-06-24  Wilco  <wdijkstr@arm.com>
7140
7141         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7142
7143 2014-06-24  Wilco  <wdijkstr@arm.com>
7144
7145         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7146         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7147         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7148         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7149         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7150         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7151         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7152         Use _FPU_MASK_RM.
7153
7154 2014-06-24  Wilco  <wdijkstr@arm.com>
7155
7156         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7157
7158 2014-06-24  Wilco  <wdijkstr@arm.com>
7159
7160         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7161         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7162         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7163         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7164
7165 2014-06-24  Wilco  <wdijkstr@arm.com>
7166
7167         [BZ #16918]
7168         * sysdeps/arm/feupdateenv.c (feupdateenv):
7169         Rewrite to reduce FPSCR accesses and fix return value.
7170
7171 2014-06-24  Wilco  <wdijkstr@arm.com>
7172
7173         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7174         Optimize to avoid unnecessary FPSCR writes.
7175         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7176         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7177         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7178         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7179
7180 2014-06-24  Wilco  <wdijkstr@arm.com>
7181
7182         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7183         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7184         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7185         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7186         Call libc_fetestexcept_vfp.
7187         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7188         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7189         __SOFTFP__ ifdef so that they can be built for softfp.
7190
7191 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7192
7193         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7194         argument type signed char.
7195
7196         * Makerules (check-abi): Dump diff of symlist if the test
7197         fails.
7198
7199 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7200
7201         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7202         using abort.
7203
7204         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7205         Remove unused variable ST.
7206
7207 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7208
7209         [BZ #16354]
7210         [BZ #17061]
7211         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7212         small arguments before calling __expm1.
7213         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7214         small arguments before calling __expm1f.
7215         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7216         small arguments before calling __expm1l.
7217         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7218         Likewise.
7219         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7220         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7221         spurious underflow for some cosh tests.
7222         * math/auto-libm-test-out: Regenerated.
7223         * sysdeps/i386/fpu/libm-test-ulps: Update.
7224
7225         [BZ #17050]
7226         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7227         (__ieee754_y1): Set errno if return value overflows.
7228         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7229         (__ieee754_y1f): Set errno if return value overflows.
7230         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7231         (__ieee754_y1l): Set errno if return value overflows.
7232         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7233         (__ieee754_y1l): Set errno if return value overflows.
7234         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7235         * math/auto-libm-test-out: Regenerated.
7236
7237         * math/gen-auto-libm-tests.c: Document use of
7238         ignore-zero-inf-sign.
7239         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7240         (input_flags): Add ignore-zero-inf-sign.
7241         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7242         * math/gen-libm-test.pl (generate_testfile): Handle
7243         ignore-zero-inf-sign.
7244         * math/auto-libm-test-in: Mark some cpow tests with
7245         ignore-zero-inf-sign and some with xfail-rounding.
7246         * math/auto-libm-test-out: Regenerated.
7247         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7248         * sysdeps/i386/fpu/libm-test-ulps: Update.
7249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7250
7251         [BZ #16315]
7252         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7253         overflowing or underflowing operations take place with sign of
7254         result.
7255         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7256         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7257         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7258         (__ieee754_pow): Recompute overflowing and underflowing results in
7259         original rounding mode.
7260         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7261         (__powl_helper): Allow negative argument X and scale negated value
7262         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7263         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7264         overflowing or underflowing operations take place with sign of
7265         result.
7266         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7267         Include <math.h>.
7268         * math/auto-libm-test-in: Add more tests of pow.
7269         * math/auto-libm-test-out: Regenerated.
7270         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7271         (pow_tonearest_test_data): Remove.
7272         (pow_test_tonearest): Likewise.
7273         (pow_towardzero_test_data): Likewise.
7274         (pow_test_towardzero): Likewise.
7275         (pow_downward_test_data): Likewise.
7276         (pow_test_downward): Likewise.
7277         (pow_upward_test_data): Likewise.
7278         (pow_test_upward): Likewise.
7279         (main): Don't call removed functions.
7280         * sysdeps/i386/fpu/libm-test-ulps: Update.
7281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7282
7283 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7284
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7286         Moved ...
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7289         Moved ...
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7292         Moved ...
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7295         Moved ...
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7298         File removed.
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7300         File removed.
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7302         File removed.
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7304         File removed.
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7306         File removed.
7307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7308         File removed.
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7310         File removed.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7312         File removed.
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7314         File removed.
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7316         File removed.
7317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7318         File removed.
7319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7320         File removed.
7321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7322         Moved ...
7323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7325         Moved ...
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7327         ... here.
7328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7329         Moved ...
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7332         Moved ...
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7335         Moved ...
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7338         Moved ...
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7341         Moved ...
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7344         Moved ...
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7347         Moved ...
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7351         ... here.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7353         Moved ...
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7356         Moved ...
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7358         ... here.
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7360         Moved ...
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7362         ... here.
7363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7364         Moved ...
7365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7366         ... here.
7367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7368         Moved ...
7369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7371         Moved ...
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7376         Moved ...
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7378         ... here.
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7380         Moved ...
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7382         ... here.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7384         Moved ...
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7387         Moved ...
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7390         Moved ...
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7393         Moved ...
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7396         Moved ...
7397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7398         ... here.
7399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7400         Moved ...
7401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7403         Moved ...
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7406         Moved ...
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7409         Moved ...
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7414         Moved ...
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7417         Moved ...
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7420         Moved ...
7421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7422         ... here.
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7424         Moved ...
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7426         ... here.
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7428         Moved ...
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7430         ... here.
7431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7432         Moved ...
7433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7443         ... here.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7445         Moved ...
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7447         ... here.
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7449         Moved ...
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7451         ... here.
7452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7453         Moved ...
7454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7456         Moved ...
7457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7458
7459 2014-06-23  Will Newton  <will.newton@linaro.org>
7460             Wilco  <wdijkstr@arm.com>
7461
7462         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7463         implementation.  Include get-rounding-mode.h.
7464         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7465         [!libc_feholdsetround_noex_ctx]: Define
7466         libc_feholdsetround_noex_ctx.
7467         [!libc_feholdsetround_noexf_ctx]: Define
7468         libc_feholdsetround_noexf_ctx.
7469         [!libc_feholdsetround_noexl_ctx]: Define
7470         libc_feholdsetround_noexl_ctx.
7471         (libc_feholdsetround_ctx): New function.
7472         (libc_feresetround_ctx): New function.
7473         (libc_feholdsetround_noex_ctx): New function.
7474         (libc_feresetround_noex_ctx): New function.
7475
7476 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7477
7478         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7479         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7480         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7481         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7482         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7483         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7484
7485         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7486         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7487         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7488         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7489         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7490         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7491         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7492         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7493         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7494         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7495         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7496         Moved ...
7497         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7498         ... here.
7499         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7500         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7501         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7502         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7503         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7504         Moved ...
7505         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7506         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7507         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7508         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7509         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7510         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7511         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7512         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7513         Moved ...
7514         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7515         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7516         Moved ...
7517         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7518         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7519         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7520         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7521         Moved ...
7522         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7523         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7524         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7526         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7527         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7528         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7529         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7530         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7531         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7532         Moved ...
7533         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7534         ... here.
7535         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7536         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7537         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7538         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7539         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7540         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7541         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7542         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7544         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7545         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7546         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7547         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7548         Moved ...
7549         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7550         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7551         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7552         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7553         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7554         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7557         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7558         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7560         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7561
7562         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7563         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7564         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7565         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7566         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7567         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7568         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7569         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7571         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7572         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7573         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7574         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7575         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7576         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7577         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7583         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7584         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7585         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7586         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7587         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7588         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7589         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7590
7591 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7592
7593         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7594         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7595         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7596         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7597         (IPV6_PMTUDISC_INTERFACE): Likewise.
7598         (IPV6_PMTUDISC_OMIT): Likewise.
7599
7600 2014-06-23  Andreas Schwab  <schwab@suse.de>
7601
7602         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7603         Remove unused errout label.
7604
7605 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7606
7607         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7608         macro: hardware supports Vector Crypto instructions.
7609
7610 2014-06-23  Will Newton  <will.newton@linaro.org>
7611
7612         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7613         rather than __builtin_expect.
7614
7615         * elf/dl-lookup.c (undefined_msg): Remove variable.
7616         (_dl_lookup_symbol_x): Replace undefined_msg with string
7617         literal.
7618
7619         * elf/dl-lookup.c (do_lookup_unique): New function.
7620         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7621         to a separate function.
7622
7623 2014-06-23  Andreas Schwab  <schwab@suse.de>
7624
7625         [BZ #17079]
7626         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7627         before reading the next line.
7628
7629 2014-06-23  Will Newton  <will.newton@linaro.org>
7630
7631         * test-skeleton.c (signal_handler): Use printf and %m
7632         rather than perror.  Use printf rather than fprintf to
7633         stderr.  Use puts rather than fputs to stderr.
7634         (main): Likewise.
7635
7636 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7637
7638         * nscd/nscd.c (thread_info_t): Remove typedef.
7639         (thread_info): Remove variable.
7640
7641 2014-06-21  Allan McRae  <allan@archlinux.org>
7642
7643         * NEWS: Mention CVE-2014-4043.
7644
7645 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7646
7647         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7648         * nptl/smp.h: ... here.
7649
7650         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7651
7652         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7653         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7654         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7655         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7656
7657         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7658         * nptl/stack-aliasing.h: New file.
7659         * sysdeps/i386/i686/stack-aliasing.h: New file.
7660         * sysdeps/i386/i686/nptl/Makefile: File removed.
7661         * sysdeps/x86_64/stack-aliasing.h: New file.
7662         * sysdeps/x86_64/nptl/Makefile
7663         (CFLAGS-pthread_create.c): Variable removed.
7664
7665         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7666         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7667         old file.
7668         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7669         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7670         old file.
7671
7672 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7673
7674         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7675         (__ASSUME_SIGFRAME_V2): Remove macro.
7676         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7677         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7678         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7679         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7680         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7681         Declare as function.  Remove conditional macro definitions.
7682         (__default_rt_sa_restorer): Likewise.
7683         (__default_sa_restorer_v1): Remove declaration.
7684         (__default_sa_restorer_v2): Likewise.
7685         (__default_rt_sa_restorer_v1): Likewise.
7686         (__default_rt_sa_restorer_v2): Likewise.
7687         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7688         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7689         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7690
7691 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7692
7693         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7694         (libpthread-routines): Add sysdep.
7695         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7696         * sysdeps/unix/sysv/linux/sparc/Versions
7697         (libpthread: GLIBC_2.3.3): New version set.
7698         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7699         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7700         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7702         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7703         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7704         Moved ...
7705         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7706         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7707         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7708         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7709         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7710         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7711         * sysdeps/sparc/nptl/sem_init.c: ... here.
7712         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7713         * sysdeps/sparc/nptl/sem_post.c: ... here.
7714         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7715         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7716         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7717         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7718         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7719         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7720         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7721         (libpthread-routines): Add cpu_relax.
7722         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7723         File removed.
7724         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7725         (librt: GLIBC_2.3.3): New version set.
7726         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7727         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7728         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7729         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7730         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7732         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7734         Moved ...
7735         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7737         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7739         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7741         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7743         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7744         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7745         Moved ...
7746         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7747         Update #include.
7748         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7749         Moved ...
7750         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7751         Update #include.
7752         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7753         Moved ...
7754         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7755         Update #include.
7756         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7757         Moved ...
7758         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7759         Update #include.
7760         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7761         Moved ...
7762         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7763         Update #include.
7764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7765         Moved ...
7766         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7767         Update #include.
7768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7769         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7771         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7773         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7774         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7775         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7777         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7778         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7779         Moved ...
7780         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7781         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7782         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7784         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7785
7786 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7787
7788         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7789         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7790         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7791         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7792         * nscd/nscd.c: Likewise.
7793         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7794         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7795         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7796         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7797
7798         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7799         <kernel-features.h>.
7800         (init_mq_netlink): Remove conditional have_sock_cloexec
7801         definitions.  Remove code conditional on have_sock_cloexec < 0.
7802         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7803         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7804         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7805         <kernel-features.h>.
7806         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7807         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7808
7809 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7810
7811         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7812         Add tests for memset_chk and memset.
7813
7814         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7815         with AVX2_Usable.
7816
7817 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7818
7819         [BZ #16046]
7820         * elf/tst-dl-iter-static.c: New file.
7821         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7822
7823         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7824         error.
7825
7826 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7827
7828         * sysdeps/unix/sysv/linux/kernel-features.h
7829         (__ASSUME_F_GETOWN_EX): Remove macro.
7830         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7831         <kernel-features.h>.
7832         (miss_F_GETOWN_EX): Remove variable or macro.
7833         (do_fcntl): Do not check miss_F_GETOWN_EX.
7834         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7835
7836         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7837         Remove macro.
7838         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7839         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7840         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7841
7842         * sysdeps/unix/sysv/linux/kernel-features.h
7843         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7844         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7845         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7846         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7847
7848 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7849
7850         [BZ #17075]
7851         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7852         Fix calculation of the symbol's value.
7853         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7854         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7855         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7856         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7857         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7858         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7859         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7860         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7861         (modules-names): Add `tst-armtlsdescmod',
7862         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7863         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7864         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7865         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7866         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7867         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7868         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7869         ($(objpfx)tst-armtlsdescloc): New dependency.
7870         ($(objpfx)tst-armtlsdescextnow): Likewise.
7871         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7872         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7873         TLS scheme support.
7874         * sysdeps/arm/configure: Regenerate.
7875
7876 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7877
7878         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7879         (__atfct_seterrno_2): Likewise.
7880         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7881         <kernel-features.h>.
7882         (__ASSUME_ATFCTS): Do not undefine and redefine.
7883         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7884         (__have_atfcts): Remove conditional definition.
7885         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7886         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7887         unreachable if [__ASSUME_ATFCTS].
7888         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7889         not undefine and redefine.
7890         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7891         <kernel-features.h>.
7892         (faccessat) [__NR_faccessat]: Make code unconditional.
7893         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7894         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7895         <kernel-features.h>.
7896         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7897         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7898         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7899         <kernel-features.h>.
7900         (fchownat) [__NR_fchownat]: Make code unconditional.
7901         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7902         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7903         <kernel-features.h>.
7904         (futimesat) [__NR_futimesat]: Make code unconditional.
7905         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7906         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7907         <kernel-features.h>.
7908         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7909         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7910         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7911         <kernel-features.h>.
7912         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7913         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7914         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7915         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7916         <kernel-features.h>.
7917         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7918         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7919         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7920         <kernel-features.h>.
7921         (linkat) [__NR_linkat]: Make code unconditional.
7922         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7923         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7924         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7925         <kernel-features.h>.
7926         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7927         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7928         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7929         <kernel-features.h>.
7930         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7931         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7932         * sysdeps/unix/sysv/linux/openat.c: Do not include
7933         <kernel-features.h>.
7934         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7935         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7936         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7937         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7938         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7939         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7940         <kernel-features.h>.
7941         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7942         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7943         result of INLINE_SYSCALL directly, not via int variable.
7944         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7945         <kernel-features.h>.
7946         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7947         (renameat) [__NR_renameat]: Make code unconditional.
7948         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7949         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7950         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7951         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7952         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7953         (__ASSUME_ATFCTS): Do not undefine and redefine.
7954         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7955         <kernel-features.h>.
7956         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7957         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7958         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7959         <kernel-features.h>.
7960         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7961         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7962         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7963         (__ASSUME_ATFCTS): Do not undefine and redefine.
7964         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7965         <kernel-features.h>.
7966         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7967         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7968         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7969         <kernel-features.h>.
7970         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7971         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7972
7973 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7974
7975         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7976
7977 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7978
7979         [BZ #17069]
7980         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7981         constructed tree before returning error.
7982         * posix/bug-regexp36.c: Expand test case.
7983
7984 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7985
7986         [BZ #6803]
7987         * math/libm-test.inc (scalbln_test_date):
7988         Add errno expectations.
7989         * math/w_scalblnf.c: New File.
7990         Add wrapper which checks for setting errno to ERANGE.
7991         Add weak_alias for corresponding scalbln function.
7992         * math/w_scalbln.c: Likewise.
7993         * math/w_scalblnl.c: Likewise.
7994         * math/Makefile (libm-calls): Add w_scalbln.
7995         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7996         Remove weak_alias for corresponding scalbln function.
7997         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7998         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7999         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8000         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8001         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8002         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8003         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8004         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8005         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8006         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8007         Remove long_double_symbol for scalblnl function in libm, libc.
8008         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8009         Add wrapper which checks for setting errno to ERANGE.
8010         Add long_double_symbol for scalblnl function in libm, libc.
8011         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8012         Remove long_double_symbol for scalblnl in libm.
8013         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8014         Add wrapper which checks for setting errno to ERANGE.
8015         Add long_double_symbol for scalblnl function in libm.
8016         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8017         Do not use wrapper because of own implementation.
8018
8019 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8020
8021         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8022         3 bytes for __pad1 for x32.
8023         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8024
8025 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8026             H.J. Lu  <hongjiu.lu@intel.com>
8027
8028         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8029         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8030         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8031         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8032         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8033
8034 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8035
8036         [BZ #17069]
8037         * posix/regcomp.c (parse_expression): Deallocate partially
8038         constructed tree before returning error.
8039         * posix/Makefile.c (tests): Add bug-regex36.
8040         (generated): Add bug-regex36.mtrace.
8041         (tests-special): Add $(objpfx)bug-regex36-mem.out
8042         (bug-regex36-ENV): New variable.
8043         ($(objpfx)bug-regex36-mem.out): New rule.
8044         * posix/bug-regex36.c: New file.
8045
8046 2014-06-19  Will Newton  <will.newton@linaro.org>
8047
8048         * malloc/malloc.c (systrim): If extra is zero then return
8049         early.
8050
8051 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8052
8053         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8054
8055 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8056
8057         * sysdeps/aarch64/strchr.S: New file.
8058
8059 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8060
8061         [BZ #17022]
8062         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8063         from arguments -2 or below.
8064         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8065         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8066
8067 2014-06-18  Andreas Schwab  <schwab@suse.de>
8068
8069         [BZ #17062]
8070         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8071         of a bracket expr not to run off the end of the string.
8072         * posix/Makefile (tests): Add tst-fnmatch3.
8073         * posix/tst-fnmatch3.c: New file.
8074
8075 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8076
8077         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8078         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8079         [$(cross-compiling) = no]: Likewise.
8080         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8081         [$(cross-compiling) = no]: Likewise.
8082
8083 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8084
8085         [BZ #17031]
8086         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8087         double, adjusted for any remainder from the high double.
8088         * math/libm-test.inc (nearbyint): Add tests.
8089         (rint): Likewise.
8090
8091 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8092
8093         * nptl/sysdeps/powerpc/Makefile: Moved ...
8094         * sysdeps/powerpc/nptl/Makefile: ... here.
8095         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8096         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8097         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8098         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8099         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8100         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8101         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8102         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8103         * nptl/sysdeps/powerpc/tls.h: Moved ...
8104         * sysdeps/powerpc/nptl/tls.h: ... here.
8105
8106 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8107
8108         [BZ #16681]
8109         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8110         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8111         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8112         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8113         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8114         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8115         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8116         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8117         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8118
8119 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8120
8121         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8122
8123 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8124
8125         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8126         defined operator.
8127
8128         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8129         $TIMEOUTFACTOR.
8130
8131 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8132
8133         [BZ #17058]
8134         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8135         non-executed part of the test.
8136
8137 2014-06-16  Andreas Schwab  <schwab@suse.de>
8138
8139         * string/bits/string2.h (strdup, strndup): Update feature guard.
8140
8141 2014-06-14  David S. Miller  <davem@davemloft.net>
8142
8143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8144
8145 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8146
8147         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8148         that was previously under [RESET_PID].
8149         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8150
8151         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8152         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8153         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8154         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8155         (__libc_vfork): New strong alias.
8156         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8157
8158 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8159
8160         * sysdeps/generic/elide.h: New file.
8161
8162 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8163
8164         * Makefile (installed-headers): Adjust path of pthread.h header.
8165
8166 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8167
8168         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8169         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8170         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8171         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8172
8173         * nptl/sysdeps/s390/Makefile: Moved ...
8174         * sysdeps/s390/nptl/Makefile: ... here.
8175         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8176         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8177         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8178         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8179         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8180         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8181         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8182         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8183         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8184         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8185         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8186         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8187         * nptl/sysdeps/s390/tls.h: Moved ...
8188         * sysdeps/s390/nptl/tls.h: ... here.
8189
8190         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8191         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8192
8193 2014-06-13  David S. Miller  <davem@davemloft.net>
8194
8195         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8196         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8197         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8198         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8199         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8200         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8201         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8202         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8203         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8204         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8205         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8206         Remove RESET_PID cpp guards.
8207         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8208         Remove RESET_PID cpp guards.
8209         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8210
8211 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8212
8213         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8214         __sp to uintptr_t.
8215
8216 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8217
8218         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8219         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8220         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8221         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8222         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8223         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8224         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8225         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8226         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8227         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8228         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8229         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8230         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8231         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8232         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8233         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8234         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8235         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8236         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8237         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8238
8239         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8240         (pthread_rwlock_rdlock): Add elision.
8241         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8242         (pthread_rwlock_wrlock): Add elision.
8243         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8244         (pthread_rwlock_trywrlock): Add elision.
8245         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8246         (pthread_rwlock_tryrdlock): Add elision.
8247         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8248         (pthread_rwlock_tryrdlock): Add elision unlock.
8249         * nptl/sysdeps/pthread/pthread.h:
8250         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8251         (PTHREAD_RWLOCK_INITIALIZER,
8252         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8253         Handle new elision field.
8254         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8255         * sysdeps/arm/nptl/bits/pthreadtypes.h
8256         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8257         * sysdeps/sh/nptl/bits/pthreadtypes.h
8258         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8259         * sysdeps/tile/nptl/bits/pthreadtypes.h
8260         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8261         * sysdeps/a/nptl/bits/pthreadtypes.h
8262         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8263         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8264         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8265         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8266         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8267         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8268         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8269         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8270         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8271         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8272         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8273         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8274         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8275         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8276         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8277         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8278         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8279         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8280         (elision_init): Set try_xbegin to zero when no RTM.
8281         * sysdeps/x86/nptl/bits/pthreadtypes.h
8282         (pthread_rwlock_t): Change __pad1 to __rwelision.
8283         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8284
8285 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8286
8287         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8288         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8289         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8290         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8291
8292 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8293
8294         [BZ #16996]
8295         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8296         that the cached result has been set before returning it.
8297
8298 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8299
8300         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8301         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8302         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8303         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8304         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8305         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8306
8307         * nptl/sysdeps/sparc/Makefile: Moved ...
8308         * sysdeps/sparc/nptl/Makefile: ... here.
8309         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8310         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8311         * nptl/sysdeps/sparc/tls.h: Moved ...
8312         * sysdeps/sparc/nptl/tls.h: ... here.
8313         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8314         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8315         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8316         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8317         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8318         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8319         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8320         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8321         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8322         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8323         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8324         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8325         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8326         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8327         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8328         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8329         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8330         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8331         Update #include.
8332         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8333         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8334         Update #include.
8335         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8336         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8337         Update #include.
8338         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8339         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8340         Update #include.
8341
8342         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8343
8344         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8345         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8346
8347         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8348         (struct list_links): Type removed.
8349         (struct thread_node, struct timer_node): Replace struct list_links
8350         with struct list_head.
8351         (list_unlink_ip): Likewise.
8352         * sysdeps/pthread/timer_routines.c
8353         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8354         (list_append, list_insbefore): Likewise.
8355         (list_init): Function removed.
8356         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8357         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8358         * sysdeps/pthread/Makefile: ... here, new file.
8359
8360         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8361         * sysdeps/nptl/Implies: ... here.
8362         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8363         * nptl/sysdeps/pthread/list.h: Moved ...
8364         * include/list.h: ... here.
8365         * nptl/sysdeps/pthread/createthread.c: Moved ...
8366         * nptl/createthread.c: ... here.
8367         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8368         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8369         * nptl/pt-longjmp.c: ... here.
8370         * nptl/sysdeps/pthread/Makefile: Moved ...
8371         * sysdeps/nptl/Makefile: ... here.
8372         * nptl/sysdeps/pthread/Subdirs: Moved ...
8373         * sysdeps/nptl/Subdirs: ... here.
8374         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8375         * sysdeps/nptl/aio_misc.h: ... here.
8376         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8377         * sysdeps/nptl/bits/libc-lock.h: ... here.
8378         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8379         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8380         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8381         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8382         * nptl/sysdeps/pthread/configure: Moved ...
8383         * sysdeps/nptl/configure: ... here.
8384         * nptl/sysdeps/pthread/configure.ac: Moved ...
8385         * sysdeps/nptl/configure.ac: ... here.
8386         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8387         * sysdeps/nptl/gai_misc.h: ... here.
8388         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8389         * sysdeps/nptl/librt-cancellation.c: ... here.
8390         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8391         * sysdeps/nptl/malloc-machine.h: ... here.
8392         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8393         * sysdeps/nptl/pthread-functions.h: ... here.
8394         * nptl/sysdeps/pthread/pthread.h: Moved ...
8395         * sysdeps/nptl/pthread.h: ... here.
8396         * nptl/sysdeps/pthread/setxid.h: Moved ...
8397         * sysdeps/nptl/setxid.h: ... here.
8398         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8399         * sysdeps/nptl/sigfillset.c: ... here.
8400         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8401         * sysdeps/nptl/tcb-offsets.h: ... here.
8402         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8403         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8404         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8405         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8406         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8407         * sysdeps/pthread/allocalim.h: ... here.
8408         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8409         * sysdeps/pthread/bits/sigthread.h: ... here.
8410         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8411         * sysdeps/pthread/flockfile.c: ... here.
8412         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8413         * sysdeps/pthread/ftrylockfile.c: ... here.
8414         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8415         * sysdeps/pthread/funlockfile.c: ... here.
8416         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8417         * sysdeps/pthread/posix-timer.h: ... here.
8418         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8419         * sysdeps/pthread/timer_create.c: ... here.
8420         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8421         * sysdeps/pthread/timer_delete.c: ... here.
8422         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8423         * sysdeps/pthread/timer_getoverr.c: ... here.
8424         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8425         * sysdeps/pthread/timer_gettime.c: ... here.
8426         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8427         * sysdeps/pthread/timer_routines.c: ... here.
8428         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8429         * sysdeps/pthread/timer_settime.c: ... here.
8430         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8431         * sysdeps/pthread/tst-timer.c: ... here.
8432         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8433         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8434
8435         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8436         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8437
8438         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8439         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8440         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8441         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8442         Update #include target.
8443         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8444         * sysdeps/i386/i686/nptl/Makefile: ... here.
8445         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8446         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8447         Update #include target.
8448         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8449         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8450         * nptl/sysdeps/i386/Makefile: Moved ...
8451         * sysdeps/i386/nptl/Makefile: ... here.
8452         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8453         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8454         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8455         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8456         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8457         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8458         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8459         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8460         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8461         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8462         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8463         * nptl/sysdeps/i386/tls.h: Moved ...
8464         * sysdeps/i386/nptl/tls.h: ... here.
8465
8466         * sysdeps/sh/Makefile [$(subdir) = csu]
8467         (gen-as-const-headers): Add tcb-offsets.sym.
8468         * nptl/sysdeps/sh/Makefile: File removed.
8469         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8470         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8471         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8472         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8473         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8474         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8475         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8476         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8477         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8478         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8479         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8480         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8481         * nptl/sysdeps/sh/tls.h: Moved ...
8482         * sysdeps/sh/nptl/tls.h: ... here.
8483         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8484         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8485         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8486         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8487         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8488         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8489         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8490         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8491         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8492         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8493         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8494         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8495         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8496         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8497         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8498         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8499         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8500         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8501         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8502         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8503         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8504         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8505         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8506         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8507         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8508         Moved ...
8509         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8510         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8511         Moved ...
8512         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8513         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8514         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8515         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8516         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8518         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8519         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8520         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8522         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8523         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8524         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8525         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8526         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8527         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8528         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8529         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8530         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8531
8532 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8533
8534         * posix/spawn_faction_addopen.c: Include string.h.
8535
8536 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8537
8538         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8539         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8540         * nptl/sysdeps/x86_64/Makefile: Moved ...
8541         * sysdeps/x86_64/nptl/Makefile: ... here.
8542         * nptl/sysdeps/x86_64/configure: Moved ...
8543         * sysdeps/x86_64/nptl/configure: ... here.
8544         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8545         * sysdeps/x86_64/nptl/configure.ac: ... here.
8546         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8547         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8548         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8549         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8550         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8551         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8552         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8553         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8554         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8555         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8556         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8557         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8558         * nptl/sysdeps/x86_64/tls.h: Moved ...
8559         * sysdeps/x86_64/nptl/tls.h: ... here.
8560         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8561         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8562         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8563         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8564
8565         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8566
8567 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8568
8569         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8570
8571 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8572
8573         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8574         type.
8575         [POSIX] (off_t): Likewise.
8576         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8577         [POSIX] (S_ISBLK): Require macro.
8578         [POSIX] (S_ISCHR): Likewise.
8579         [POSIX] (S_ISDIR): Likewise.
8580         [POSIX] (S_ISFIFO): Likewise.
8581         [POSIX] (S_ISREG): Likewise.
8582         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8583         optional-macro.
8584         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8585         type.
8586         [POSIX] (time_t): Likewise.
8587         [POSIX] (timer_t): Likewise.
8588
8589 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8590
8591         [BZ #17048]
8592         * posix/spawn_int.h (struct __spawn_action): Make the path string
8593         non-const to support deallocation.
8594         * posix/spawn_faction_addopen.c
8595         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8596         * posix/spawn_faction_destroy.c
8597         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8598         path in all spawn_do_open actions.
8599         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8600         posix_spawn_file_actions_addopen.
8601
8602 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8603
8604         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8605         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8606         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8607         conditional code always true.
8608         (__libc_vfork): New alias.
8609
8610 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8611
8612         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8613         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8614
8615         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8616
8617         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8618         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8619
8620         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8621         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8622
8623         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8624         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8625
8626 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8627
8628         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8629         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8630         multiarch strcmp for PPC64.
8631         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8632         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8634         multiarch optimizations.
8635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8636         (__libc_ifunc_impl_list): Likewise.
8637
8638 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8639
8640         * benchtests/scripts/validate_benchout.py: New script.
8641         * benchtests/Makefile (bench-func): Call it.
8642         * benchtests/scripts/benchout.schema.json: New file.
8643
8644 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8645
8646         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8647         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8648         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8649         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8650         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8651         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8652         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8653         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8654         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8655         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8656         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8657         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8658         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8659         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8660         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8661         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8663         Moved ...
8664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8665         ... here.
8666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8667         Moved ...
8668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8670         Moved ...
8671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8672         ... here.
8673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8674         Moved ...
8675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8676         ... here.
8677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8678         Moved ...
8679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8681         Moved ...
8682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8683         ... here.
8684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8685         Moved ...
8686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8687         ... here.
8688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8689         Moved ...
8690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8692         Moved ...
8693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8694         ... here.
8695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8696         Moved ...
8697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8698         ... here.
8699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8700         Moved ...
8701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8702         ... here.
8703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8704         Moved ...
8705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8707         Moved ...
8708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8709         ... here.
8710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8711         Moved ...
8712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8713         ... here.
8714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8715         Moved ...
8716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8717         ... here.
8718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8719         Moved ...
8720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8722         Moved ...
8723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8724         ... here.
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8726         Moved ...
8727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8728         ... here.
8729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8730         Moved ...
8731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8733         Moved ...
8734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8735         ... here.
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8737         Moved ...
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8740         Moved ...
8741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8743         Moved ...
8744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8745         ... here.
8746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8747         Moved ...
8748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8749         ... here.
8750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8751         Moved ...
8752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8753         ... here.
8754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8755         Moved ...
8756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8758         Moved ...
8759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8760         ... here.
8761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8762         Moved ...
8763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8764         ... here.
8765         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8766         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8767         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8768         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8769         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8770         Moved ...
8771         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8772         ... here.
8773         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8774         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8775         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8776         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8777         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8778         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8779         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8780         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8781         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8782         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8783         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8784         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8788         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8789         Moved ...
8790         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8791         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8792         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8793         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8794         Moved ...
8795         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8796         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8797         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8798         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8799         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8800         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8801         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8802
8803 2014-06-10  Wilco  <wdijkstr@arm.com>
8804
8805         * math/test-fenv-return.c: New file.
8806         * math/Makefile: Add new test test-fenv-return.
8807
8808 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8809
8810         [BZ #17042]
8811         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8812         when x - 1 is zero.
8813         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8814         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8815         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8816         0.0L for an argument of 1.0L.
8817         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8818         Likewise.
8819         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8820         value when x - 1 is zero.
8821         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8822         * sysdeps/i386/fpu/libm-test-ulps: Update.
8823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8824
8825 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8826
8827         [BZ #15119]
8828         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8829
8830 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8831
8832         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8833         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8834
8835 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8836
8837         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8838         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8839
8840         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8841         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8842
8843         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8844         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8845
8846         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8847         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8848
8849         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8850         if not already defined.
8851         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8852         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8853         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8854         (TLS_INIT_TP): Use it.
8855         (TLS_DEFINE_INIT_TP): New macro.
8856         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8857
8858 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8859
8860         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8861         constant.
8862         [POSIX] (IXANY): Likewise.
8863         [POSIX] (OLCUC): Likewise.
8864         [POSIX || POSIX2008] (CBAUD): Do not allow.
8865         [POSIX || POSIX2008] (DEFECHO): Likewise.
8866         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8867         [POSIX || POSIX2008] (ECHOKE): Likewise.
8868         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8869         [POSIX || POSIX2008] (EXTA): Likewise.
8870         [POSIX || POSIX2008] (EXTB): Likewise.
8871         [POSIX || POSIX2008] (FLUSHO): Likewise.
8872         [POSIX || POSIX2008] (LOBLK): Likewise.
8873         [POSIX || POSIX2008] (PENDIN): Likewise.
8874         [POSIX || POSIX2008] (SWTCH): Likewise.
8875         [POSIX || POSIX2008] (VDISCARD): Likewise.
8876         [POSIX || POSIX2008] (VDSUSP): Likewise.
8877         [POSIX || POSIX2008] (VLNEXT): Likewise.
8878         [POSIX || POSIX2008] (VREPRINT): Likewise.
8879         [POSIX || POSIX2008] (VSTATUS): Likewise.
8880         [POSIX || POSIX2008] (VWERASE): Likewise.
8881         (B*): Change to B[0123456789]*.
8882         * conform/data/time.h-data [POSIX || UNIX98]
8883         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8884         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8885         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8886         [POSIX] (tm_*): Do not allow.
8887
8888 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8889
8890         * Makefile (install): Don't set LANGUAGE.
8891         * Makefile.in (install): Likewise.
8892         * assert/Makefile (test-assert-ENV): Remove variable.
8893         (test-assert-perr-ENV): Likewise.
8894         * elf/Makefile (neededtest4-ENV): Likewise.
8895         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8896         [$(cross-compiling) = no]: Don't set LANGUAGE.
8897         * io/ftwtest-sh (LANG): Remove variable.
8898         * libio/Makefile (tst-widetext-ENV): Likewise.
8899         * manual/install.texi (Running make install): Don't refer to
8900         environment settings for make install.
8901         * INSTALL: Regenerated.
8902         * nptl/tst-tls6.sh: Don't set LANG.
8903         * posix/globtest.sh (LANG): Remove variable.
8904         * string/Makefile (tester-ENV): Likewise.
8905         (inl-tester-ENV): Likewise.
8906         (noinl-tester-ENV): Likewise.
8907         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8908         [$(cross-compiling) = no]: Don't set LANGUAGE.
8909         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8910         without explicit environment settings.
8911
8912 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8913
8914         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8915         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8916         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8917         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8918
8919 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8920
8921         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8922         other files in the crypt directory.
8923         * crypt/crypt.c: Remove duplicate includes.
8924         * crypt/crypt-entry.c: Likewise.
8925         * crypt/crypt_util.c: Likewise.
8926
8927 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8928
8929         * Makeconfig (run-program-env): New variable.
8930         (run-program-prefix-before-env): Likewise.
8931         (run-program-prefix-after-env): Likewise.
8932         (run-program-prefix): Define in terms of new variables.
8933         (built-program-cmd-before-env): New variable.
8934         (built-program-cmd-after-env): Likewise.
8935         (built-program-cmd): Define in terms of new variables.
8936         (test-program-prefix-before-env): New variable.
8937         (test-program-prefix-after-env): Likewise.
8938         (test-program-prefix): Define in terms of new variables.
8939         (test-program-cmd-before-env): New variable.
8940         (test-program-cmd-after-env): Likewise.
8941         (test-program-cmd): Define in terms of new variables.
8942         * Rules (make-test-out): Use $(run-program-env).
8943         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8944         (help): Do not mention environment variables.  Mention
8945         --timeoutfactor option.
8946         (timeoutfactor): New variable.
8947         (blacklist_exports): Remove function.
8948         (exports): Remove variable.
8949         (command): Do not include ${exports}.
8950         * manual/install.texi (Configuring and compiling): Do not mention
8951         test wrappers preserving environment variables.  Mention that last
8952         assignment to a variable must take precedence.
8953         * INSTALL: Regenerated.
8954         * benchtests/Makefile (run-bench): Use $(run-program-env).
8955         * catgets/Makefile ($(objpfx)test1.cat): Use
8956         $(built-program-cmd-before-env), $(run-program-env) and
8957         $(built-program-cmd-after-env).
8958         ($(objpfx)test2.cat): Do not specify environment variables
8959         explicitly.
8960         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8961         $(run-program-env) and $(built-program-cmd-after-env).
8962         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8963         $(run-program-env) and $(test-program-cmd-after-env).
8964         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8965         explicitly.
8966         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8967         run_program_env and test_program_cmd_after_env arguments.
8968         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8969         * elf/tst-pathopt.sh: Use run_program_env argument.
8970         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8971         $(test-wrapper-env) and $(run-program-env).
8972         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8973         run_program_env arguments.
8974         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8975         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8976         $(test-program-prefix-before-env), $(run-program-env) and
8977         $(test-program-prefix-after-env).
8978         ($(objpfx)tst-gettext2.out): Likewise.
8979         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8980         run_program_env and test_program_prefix_after_env arguments.
8981         * intl/tst-gettext2.sh: Likewise.
8982         * intl/tst-gettext4.sh: Do not set environment variables
8983         explicitly.
8984         * intl/tst-gettext6.sh: Likewise.
8985         * intl/tst-translit.sh: Likewise.
8986         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8987         $(test-program-prefix-before-env), $(run-program-env) and
8988         $(test-program-prefix-after-env).
8989         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8990         run_program_env and test_program_prefix_after_env arguments.
8991         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8992         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8993         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8994         explicitly with each use of ${test_wrapper_env}.
8995         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8996         $(test-program-prefix-before-env), $(run-program-env) and
8997         $(test-program-prefix-after-env).
8998         * posix/tst-getconf.sh: Do not set environment variables
8999         explicitly.
9000         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9001         run_program_env and test_program_prefix_after_env arguments.
9002         * stdio-common/tst-printf.sh: Do not set environment variables
9003         explicitly.
9004         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9005         $(test-program-prefix-before-env), $(run-program-env) and
9006         $(test-program-prefix-after-env).
9007         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9008         run_program_env and test_program_prefix_after_env arguments.
9009         Split $test calls into $test_pre and $test.
9010         * timezone/Makefile (build-testdata): Use
9011         $(built-program-cmd-before-env), $(run-program-env) and
9012         $(built-program-cmd-after-env).
9013
9014 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9015
9016         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9017         strlen for non SHARED builds.
9018
9019 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9020
9021         * nptl/allocatestack.c (check_list): Inlined function...
9022         (__reclaim_stacks): ... here.
9023
9024 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9025
9026         [BZ #15698]
9027         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9028         memory overrun.
9029
9030 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9031
9032         * Rules (make-test-out): Include
9033         LOCPATH=$(common-objpfx)localedata in default environment.
9034         * debug/Makefile (tst-chk1-ENV): Remove variable.
9035         (tst-chk2-ENV): Likewise.
9036         (tst-chk3-ENV): Likewise.
9037         (tst-chk4-ENV): Likewise.
9038         (tst-chk5-ENV): Likewise.
9039         (tst-chk6-ENV): Likewise.
9040         (tst-lfschk1-ENV): Likewise.
9041         (tst-lfschk2-ENV): Likewise.
9042         (tst-lfschk3-ENV): Likewise.
9043         (tst-lfschk4-ENV): Likewise.
9044         (tst-lfschk5-ENV): Likewise.
9045         (tst-lfschk6-ENV): Likewise.
9046         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9047         (tst-iconv7-ENV): Likewise.
9048         * intl/Makefile (LOCPATH-ENV): Likewise.
9049         (tst-codeset-ENV): Likewise.
9050         (tst-gettext3-ENV): Likewise.
9051         (tst-gettext5-ENV): Likewise.
9052         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9053         (tst-fopenloc-ENV): Likewise.
9054         (tst-fgetws-ENV): Remove variable.
9055         (tst-ungetwc1-ENV): Likewise.
9056         (tst-ungetwc2-ENV): Likewise.
9057         (bug-ungetwc2-ENV): Likewise.
9058         (tst-swscanf-ENV): Likewise.
9059         (bug-ftell-ENV): Likewise.
9060         (tst-fgetwc-ENV): Likewise.
9061         (tst-fseek-ENV): Likewise.
9062         (tst-ftell-partial-wide-ENV): Likewise.
9063         (tst-ftell-active-handler-ENV): Likewise.
9064         (tst-ftell-append-ENV): Likewise.
9065         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9066         (tst-regexloc-ENV): Likewise.
9067         (bug-regex1-ENV): Likewise.
9068         (tst-regex-ENV): Likewise.
9069         (tst-regex2-ENV): Likewise.
9070         (bug-regex5-ENV): Likewise.
9071         (bug-regex6-ENV): Likewise.
9072         (bug-regex17-ENV): Likewise.
9073         (bug-regex18-ENV): Likewise.
9074         (bug-regex19-ENV): Likewise.
9075         (bug-regex20-ENV): Likewise.
9076         (bug-regex22-ENV): Likewise.
9077         (bug-regex23-ENV): Likewise.
9078         (bug-regex25-ENV): Likewise.
9079         (bug-regex26-ENV): Likewise.
9080         (bug-regex30-ENV): Likewise.
9081         (bug-regex32-ENV): Likewise.
9082         (bug-regex33-ENV): Likewise.
9083         (bug-regex34-ENV): Likewise.
9084         (bug-regex35-ENV): Likewise.
9085         (tst-rxspencer-ENV): Likewise.
9086         (tst-rxspencer-no-utf8-ENV): Likewise.
9087         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9088         (tst-sscanf-ENV): Likewise.
9089         (tst-swprintf-ENV): Likewise.
9090         (tst-swscanf-ENV): Likewise.
9091         (test-vfprintf-ENV): Likewise.
9092         (scanf13-ENV): Likewise.
9093         (bug14-ENV): Likewise.
9094         (tst-grouping-ENV): Likewise.
9095         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9096         (tst-strtod3-ENV): Likewise.
9097         (tst-strtod4-ENV): Likewise.
9098         (tst-strtod5-ENV): Likewise.
9099         (testmb2-ENV): Likewise./
9100         * string/Makefile (tst-strxfrm-ENV): Likewise.
9101         (tst-strxfrm2-ENV): Likewise.
9102         (bug-strcoll1-ENV): Likewise.
9103         (test-strcasecmp-ENV): Likewise.
9104         (test-strncasecmp-ENV): Likewise.
9105         * time/Makefile (tst-strptime-ENV): Likewise.
9106         (tst-ftime_l-ENV): Likewise.
9107         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9108         (tst-mbrtowc-ENV): Likewise.
9109         (tst-wcrtomb-ENV): Likewise.
9110         (tst-mbrtowc2-ENV): Likewise.
9111         (tst-c16c32-1-ENV): Likewise.
9112         (tst-mbsnrtowcs-ENV): Likewise.
9113
9114 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9115
9116         * manual/resource.texi (How to get information about the memory
9117         subsystem?): Fix typo.
9118         Reported by Peon de la Parra Ivan <peon@keba.com>
9119
9120 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9121
9122         [BZ #16882]
9123         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9124         (pthread_spin_lock): Branch out of spin loop to proper location.
9125         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9126         (pthread_spin_lock): Likewise.
9127
9128         * nptl/tst-spin4.c: New test.
9129         * nptl/Makefile (tests): Add tst-spin4.
9130
9131 2014-06-03  Andreas Schwab  <schwab@suse.de>
9132
9133         [BZ #15946]
9134         * resolv/res_send.c (send_dg): Reload file descriptor after
9135         calling reopen.
9136
9137 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9138
9139         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9140
9141 2014-06-03  Richard Henderson  <rth@redhat.com>
9142
9143         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9144         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9145         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9146         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9147         in the SAVE_PID block.
9148         (__libc_vfork): New alias.
9149         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9150
9151         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9152         child in registers, not on the stack.  Remove RESET_PID conditionals.
9153         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9154
9155 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9156
9157         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9158
9159 2014-06-03  Wilco  <wdijkstr@arm.com>
9160
9161         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9162         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9163         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9164         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9165         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9166         Likewise.
9167
9168 2014-06-03  Wilco  <wdijkstr@arm.com>
9169
9170         * sysdeps/aarch64/fpu/math_private.h
9171         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9172         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9173         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9174         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9175         Fix declarations.
9176
9177 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9178
9179         * crypt/crypt-private.h: Include ufc-crypt.h.
9180         (__b64_from_24bit): Declare extern.
9181         * crypt/crypt_util.c(__b64_from_24bit): New function.
9182         (b64t): New static const variable.
9183         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9184         (b64t): Remove variable.
9185         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9186         * crypt/sha256-crypt.c: Include crypt-private.h.
9187         (b64t): Remove variable.
9188         (__sha256_crypt_r): Remove b64_from_24bit and replace
9189         with __b64_from_24bit.
9190         * crypt/sha512-crypt.c: Likewise.
9191
9192 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9193
9194         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9195         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9196         Label the code __libc_vfork rather than __vfork.
9197         [!NOT_IN_libc] (vfork): Define as weak alias.
9198         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9199         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9200         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9201
9202 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9203
9204         * malloc/malloc.c (malloc_info): Fix format specifier for
9205         n_mmaps.
9206
9207 2014-06-02  Wilco  <wdijkstr@arm.com>
9208
9209         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9210         FPCR write.
9211
9212 2014-06-02  Wilco  <wdijkstr@arm.com>
9213
9214         [BZ #17009]
9215         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9216         Rewrite to reduce FPCR/FPSR accesses.
9217
9218 2014-06-01  David S. Miller  <davem@davemloft.net>
9219
9220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9221
9222 2014-05-31  David S. Miller  <davem@davemloft.net>
9223
9224         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9225         to occur in round to nearest mode when |x| >= 2.0
9226
9227 2014-05-30  Richard Henderson  <rth@twiddle.net>
9228
9229         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9230         (PSEUDO_RET_NOERRNO): Remove.
9231         (ret): Don't redefine.
9232         (ret_NOERRNO): Define in terms of ret.
9233         (ret_ERRVAL): Likewise.
9234
9235         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9236         use of PSEUDO_RET; perform the error check directly.
9237
9238 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9239
9240         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9241         with __int128_t.
9242
9243 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9244
9245         * malloc/malloc (malloc_info): Fix formatting.
9246
9247 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9248             Roland McGrath  <roland@hack.frob.com>
9249
9250         * malloc/malloc (malloc_info): Also print mmapped statistics.
9251
9252 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9253
9254         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9255         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9256
9257 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9258
9259         * malloc/malloc.c (malloc_info): Inline mi_arena.
9260
9261 2014-05-29  Richard Henderson  <rth@twiddle.net>
9262
9263         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9264         Remove comma before expanding ASM_ARGS_##nr.
9265         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9266         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9267         of ASM_ARGS_##nr.
9268         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9269         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9270         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9271         (ASM_ARGS_1): Add leading comma.
9272
9273         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9274         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9275         to __errno_location.
9276         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9277         Remove the expected plt for __errno_location.
9278
9279         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9280         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9281         call to __read_tp.
9282
9283         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9284         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9285         it and break it down.
9286         (DOCARGS_0, DOCARGS_1): Do nothing.
9287         (DOCARGS_2): Update to store into the new stack frame.
9288         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9289         (UNDOCARGS_1): Update to restore from the new stack frame.
9290         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9291         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9292
9293         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9294         (SINGLE_THREAD_P): New parameter for result regno.
9295         (PSEUDO): Update to match; use cbz instead of beq.
9296
9297         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9298         Use ENTRY to define the _nocancel entry point.  Share the syscall
9299         and syscall error check paths with the cancel path.
9300         (PSEUDO_END): New.
9301
9302         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9303         whitespace; tabs before and after asm mnemonics.
9304
9305 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9306
9307         [BZ #15132]
9308         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9309         Call fstat64 or stat64 internally, depending on arguments passed.
9310         Replace stat buffer argument with file descriptor argument.
9311         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9312         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9313         Pass fd to __internal_statvfs instead of calling fstat64.
9314         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9315         Pass fd to __internal_statvfs64 instead of calling fstat64.
9316         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9317         Pass -1 to __internal_statvfs instead of calling stat64.
9318         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9319         Pass -1 to __internal_statvfs64 instead of calling stat64.
9320
9321 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9322
9323         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9324         that was previously under [RESET_PID].
9325         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9326
9327         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9328         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9329
9330 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9331
9332         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9333
9334         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9335         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9336
9337 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9338
9339         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9340
9341 2014-05-27  Andreas Schwab  <schwab@suse.de>
9342
9343         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9344         TLS_INIT_TP macro.
9345         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9346         * elf/rtld.c (init_tls, dl_main): Likewise.
9347         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9348         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9349         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9350         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9351         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9352         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9353         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9354         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9355         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9356         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9357         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9358         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9359         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9360         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9361         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9362         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9363         * sysdeps/generic/tls.h: Update description.
9364
9365 2014-05-27  Will Newton  <will.newton@linaro.org>
9366
9367         [BZ #16990]
9368         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9369         and restore r2 rather than just restoring.
9370
9371 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9372
9373         [BZ #16724]
9374         * libio/tst-ftell-append.c: New test case.
9375         * libio/Makefile (tests): Add test case.
9376         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9377         append mode.
9378         * libio/wfileops.c (do_ftell_wide): Likewise.
9379
9380 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9381
9382         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9383
9384         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9385         ...
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9388         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9389         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9390         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9391         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9393         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9394         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9398         Moved ...
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9401         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9403         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9405         ...
9406         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9410         here.
9411         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9412         ...
9413         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9415         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9416
9417         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9420         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9421
9422         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9423         merge into ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9426         ...
9427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9429         ...
9430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9432         Moved ...
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9434         here.
9435         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9439         Moved ...
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9441
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9443         conditional [RESET_PID].
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9445         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9446         removed.
9447         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9448         removed.
9449
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9451         <tcb-offsets.h>.
9452         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9453         (__libc_vfork): New strong alias.
9454         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9455         removed.
9456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9457         Removed.
9458
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9460         <tcb-offsets.h>.
9461         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9462         (__libc_vfork): New strong alias.
9463         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9464         removed.
9465         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9466         removed.
9467
9468 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9469
9470         * malloc/malloc.c (mi_arena): New function.
9471         (malloc_info): Remove nested function mi_arena. Call non-nosted
9472         function mi_arena.
9473
9474 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9475
9476         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9477         by insrwi.
9478         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9479         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9480         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9481         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9482         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9483         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9484         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9485
9486 2014-05-26  Andreas Schwab  <schwab@suse.de>
9487
9488         [BZ #16984]
9489         * locale/programs/repertoire.c (repertoire_read): Add slash
9490         between I18NPATH element and file name.
9491         * locale/programs/locfile.c (locfile_read): Likewise.
9492
9493 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9494
9495         * nptl/pthread_mutexattr_settype.c
9496         (__pthread_mutexattr_settype):
9497         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9498
9499 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9500
9501         * nptl/tst-mutex5 (do_test):
9502         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9503
9504 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9505
9506         * benchtests/README: Document 'init' directive.
9507         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9508         BENCH_INIT.
9509         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9510         (parse_file): Recognize 'init' directive.
9511
9512 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9513
9514         [BZ #16796]
9515         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9516         alignment of struct pthread.
9517
9518 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9519
9520         [BZ #16878]
9521         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9522         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9523         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9524         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9525
9526 2014-05-25  Richard Henderson  <rth@twiddle.net>
9527
9528         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9529         (SINGLE_THREAD_P_PIC): Remove.
9530         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9531         (SINGLE_THREAD_P_PIC): Remove.
9532
9533         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9534         branch to syscall error ...
9535         (PSEUDO): ... here.
9536         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9537         from __local_syscall_error to .Lsyscall_error.
9538         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9539         (SYSCALL_ERROR): Update label name.
9540
9541         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9542         Do not use DOARGS/UNDOARGS.
9543         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9544         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9545         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9546         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9547         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9548
9549         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9550         block comment.
9551
9552         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9553         define if !NOT_IN_libc.
9554         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9555         define with non-default symbol versions.
9556
9557 2014-05-23  Richard Henderson  <rth@twiddle.net>
9558
9559         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9560         (vfork, __vfork): Define via compat_symbol.
9561
9562         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9563         [!HAVE_IFUNC] (vfork_compat): Remove.
9564         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9565
9566 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9567
9568         [BZ #16978]
9569         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9570         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9571         variable.
9572
9573 2014-05-23  Richard Henderson  <rth@twiddle.net>
9574
9575         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9576         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9577         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9578         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9579
9580         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9581         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9582         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9583         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9584         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9585         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9586         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9587         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9588         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9589         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9590         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9591         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9592         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9601         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9603         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9613         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9614         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9615         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9616         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9617         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9618         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9619         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9620         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9621         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9622         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9623         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9624         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9625         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9626         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9627         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9628         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9629         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9630         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9631         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9632         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9633         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9634         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9635         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9636
9637         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9638         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9639         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9640         before exiting on error.
9641         (__libc_vfork): New strong alias.
9642         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9643         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9644
9645         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9646         that was previously under [RESET_PID].
9647         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9648
9649         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9650
9651 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9652
9653         [BZ #16977]
9654         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9655         value when x - 1 is zero.
9656         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9657         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9658         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9659         0.0L for an argument of 1.0L.
9660         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9661         Likewise.
9662         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9663         value when x - 1 is zero.
9664         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9665         * sysdeps/i386/fpu/libm-test-ulps: Update.
9666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9667
9668 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9669
9670         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9671         alphasort and versionsort.
9672
9673 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9674
9675         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9676         macro.
9677         [copysignf]: Likewise.
9678
9679 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9680
9681         * crypt/md5-crypt.c: Fix formatting.
9682
9683 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9684
9685         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9686         (b64_from_24bit): New function.
9687
9688 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9689
9690         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9691         libc_hidden_builtin_def to ifunc.
9692         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9693         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9694
9695 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9696
9697         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9698         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9699
9700 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9701
9702         * nscd/Depend (linuxthreads): Remove.
9703         (nptl): Add.
9704         * resolv/Depend (linuxthreads): Remove.
9705         * rt/Depend (linuxthreads): Remove.
9706
9707         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9708         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9709         $(common-objpfx)elf/.
9710         (link-libc-before-gnulib): Likewise.
9711         (elfobjdir): Remove variable.
9712         * Makefile (install): Use $(elf-objpfx) instead of
9713         $(common-objpfx)elf/.
9714         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9715         $(elfobjdir)/.
9716         (link-libc-deps): Likewise.
9717         ($(common-objpfx)libc.so): Likewise.
9718         ($(common-objpfx)linkobj/libc.so): Likewise.
9719         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9720         instead of $(common-objpfx)elf/.
9721         (symbolic-link-list): Likewise.
9722         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9723         [$(cross-compiling) = no]: Likewise.
9724         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9725         $(elfobjdir)/.
9726         (static-gnulib-arch): Likewise.
9727         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9728         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9729         $(common-objpfx)elf/.
9730
9731 2014-05-21  Richard Henderson  <rth@redhat.com>
9732
9733         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9734         (SINGLE_THREAD_P): Use the correct width load.  Fold
9735         into the ldr offset.
9736
9737         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9738         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9739
9740 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9741
9742         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9743         (libgcc_s_resume): Use __attribute_used__.
9744         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9745         Likewise.
9746
9747 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9748
9749         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9750         optimization when used with float constants.
9751
9752         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9753
9754 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9755
9756         [BZ #16915]
9757         * locale/nl_langinfo_l.c: Make direct reference to every
9758         _nl_current_CATEGORY symbol.
9759         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9760         (tests-static): Add tst-langinfo-static.
9761         (tests-special): Add tst-langinfo-static.out.
9762         ($(objpfx)tst-langinfo.out): Redirect output.
9763         ($(objpfx)tst-langinfo-static.out): New.
9764         * localedata/tst-langinfo.sh: Send output to stdout.
9765         * localedata/tst-langinfo-static.c: New file.
9766
9767         [BZ #16965]
9768         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9769         when the shift amount is modulo the limb size.
9770
9771 2014-05-20  Richard Henderson  <rth@redhat.com>
9772
9773         [BZ #16967]
9774         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9775         Change type of sa_flags from unsigned int to int.
9776
9777         [BZ #16966]
9778         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9779
9780         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9781
9782 2014-05-20  Will Newton  <will.newton@linaro.org>
9783
9784         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9785         Test the return value of the system call in the nocancel case.
9786
9787 2014-05-20  Will Newton  <will.newton@linaro.org>
9788             Yvan Roux  <yvan.roux@linaro.org>
9789
9790         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9791         #include of asm/ptrace.h.
9792         (PTRACE_GET_THREAD_AREA): Remove #undef.
9793         (PTRACE_GETHBPREGS): Likewise.
9794         (PTRACE_SETHBPREGS): Likewise.
9795         (struct user_regs_struct): New structure.
9796         (struct user_fpsimd_struct): New structure.
9797         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9798         #include of asm/ptrace.h and second #include of sys/user.h.
9799         (PTRACE_GET_THREAD_AREA): Remove #undef.
9800         (PTRACE_GETHBPREGS): Likewise.
9801         (PTRACE_SETHBPREGS): Likewise.
9802         (ELF_NGREG): Use new struct user_regs_struct.
9803         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9804
9805 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9806
9807         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9808         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9809
9810 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9811
9812         [BZ #16958]
9813         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9814         membar to avoid block loads/stores to overlap previous stores.
9815
9816 2014-05-17  Richard Henderson  <rth@redhat.com>
9817
9818         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9819         Create the __##syscall_name##_nocancel entry point.
9820         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9821         Remove; let the sysdep-cancel.h code create it.
9822
9823 2014-05-17  David S. Miller  <davem@davemloft.net>
9824
9825         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9826         Protect with __USE_GNU.
9827         (TIOCSET_TEMPT): Likewise.
9828         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9829         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9830         these are already provided in bits/ioctl-types.h
9831
9832 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9833
9834         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9835         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9836
9837         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9838         Use wait4 regardless of [__NR_waitpid].
9839
9840 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9841
9842         PR libgcc/60166
9843         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9844         (_FP_NANSIGN_Q): Set the quiet bit.
9845
9846 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9847
9848         * benchtests/Makefile
9849         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9850         not $(common-objpfx)math/libm.so.
9851         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9852         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9853         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9854         $(common-objpfx)dlfcn/libdl.so.
9855         ($(objpfx)tst-audit8): Depend on $(libm), not
9856         $(common-objpfx)math/libm.so.
9857         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9858         not $(common-objpfx)dlfcn/libdl.so.
9859         * math/Makefile
9860         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9861         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9862         [$(build-shared) = yes].
9863         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9864         $(common-objpfx)nptl/libpthread.so.
9865         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9866         $(common-objpfx)math/libm.so$(libm.so-version) or
9867         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9868         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9869         $(common-objpfx)dlfcn/libdl.so.
9870         * setjmp/Makefile (link-libm): Remove variable.
9871         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9872         * stdio-common/Makefile (link-libm): Remove variable.
9873         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9874         * stdlib/Makefile (link-libm): Remove variable.
9875         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9876         ($(objpfx)tst-strtod-round): Likewise.
9877         ($(objpfx)tst-tininess): Likewise.
9878         ($(objpfx)tst-strtod-underflow): Likewise.
9879         ($(objpfx)tst-strtod6): Likewise.
9880         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9881         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9882         $(common-objpfx)dlfcn/libdl.so.
9883
9884 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9885
9886         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9887         BSD terminal modes definitions.
9888
9889 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9890
9891         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9892         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9893
9894         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9895         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9896         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9897         Don't do #include_next.
9898         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9899         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9900         Don't do #include_next.
9901         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9902         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9903         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9904         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9905
9906 2014-05-16  Allan McRae  <allan@archlinux.org>
9907
9908         * po/sv.po: Update Swedish translation from translation project.
9909
9910         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9911         in sed expression.
9912
9913 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9914
9915         [BZ #16917]
9916         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9917         errno if the TIOCGPTN ioctl fails with an error different than
9918         EINVAL.
9919         * login/tst-ptsname.c: New file.
9920         * login/Makefile (tests): Add tst-ptsname.
9921
9922         [BZ #16943]
9923         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9924         and prlimit64.
9925
9926 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9927
9928         [BZ #16849]
9929         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9930         herrno to return EAI_AGAIN.
9931
9932 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9933
9934         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9935         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9936         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9941         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9942         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9943         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9951         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9953         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9954         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9955         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9956         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9957         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9959         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9960         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9961         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9962         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9963         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9965         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9967         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9969         Moved ...
9970         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9972         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9982         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9988         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9994         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9998         Moved ...
9999         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10001         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10002         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10003         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10005         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10009         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10013         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10015         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10017         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10019         Moved ...
10020         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10021         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10022         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10023
10024         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10025         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10026         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10027         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10028         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10030         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10032         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10034         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10036         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10038         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10040         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10041         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10042         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10044         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10045         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10046         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10047         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10048         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10049         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10050         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10051         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10052         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10053         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10054         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10055
10056         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10057         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10058
10059         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10060         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10061         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10062         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10063         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10065         Moved ...
10066         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10071         Moved ...
10072         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10074         Moved ...
10075         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10077         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10078         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10079         Moved ...
10080         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10081         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10082         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10083         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10084         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10085         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10086         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10091         Moved ...
10092         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10093         ... here.
10094         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10096         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10097         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10098         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10099         Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10101         ... here.
10102         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10103         Moved ...
10104         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10106         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10108         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10110         Moved ...
10111         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10116         Moved ...
10117         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10122         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10124         Moved ...
10125         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10127         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10128         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10129         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10130         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10131         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10133         Moved ...
10134         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10136         Moved ...
10137         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10138         ... here.
10139         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10140         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10142         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10146         ... here.
10147         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10148         Moved ...
10149         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10151         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10153         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10155         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10157         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10159         Moved ...
10160         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10162         Moved ...
10163         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10165         Moved ...
10166         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10168         Moved ...
10169         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10171         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10173         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10175         Moved ...
10176         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10178         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10180         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10182         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10184         Moved ...
10185         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10189         ... here.
10190         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10191         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10192         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10193         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10194         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10195         Moved ...
10196         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10197         ... here.
10198         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10199         Moved ...
10200         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10201         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10202         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10203         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10204         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10206         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10208         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10210         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10211
10212         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10213         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10214
10215         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10216         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10217
10218         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10219         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10220         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10222         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10224         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10225         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10226         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10228         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10230         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10232         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10233         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10234         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10236         Moved ...
10237         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10238         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10239         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10241         Moved ...
10242         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10243         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10244         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10246         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10247         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10248         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10250         Moved ...
10251         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10252         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10253         Moved ...
10254         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10255         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10256         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10257         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10258         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10259         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10260         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10261         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10262         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10263         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10264         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10265         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10266         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10267         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10268         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10270         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10271
10272         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10273         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10274         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10275         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10276         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10277
10278         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10279         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10281         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10282         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10283         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10284         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10285         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10286         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10287         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10288
10289         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10290         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10291
10292         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10293         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10295         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10297         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10298         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10299         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10300         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10301         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10302         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10303         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10304         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10305         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10306         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10307         Update #include.
10308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10309         Likewise.
10310         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10311         Likewise.
10312         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10313         Likewise.
10314         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10315         Likewise.
10316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10317         Likewise.
10318         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10319         Likewise.
10320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10321         Likewise.
10322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10323         Likewise.
10324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10325         Likewise.
10326         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10327         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10328         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10329         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10330         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10331         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10332         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10333         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10334         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10335         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10336         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10337         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10338         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10339         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10340         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10341
10342         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10343         that was previously under [RESET_PID].
10344         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10345         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10346         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10347
10348         * sysdeps/i386/nptl/Implies: New file.
10349         * sysdeps/x86_64/nptl/Implies: New file.
10350         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10351         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10353         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10354
10355         * sysdeps/unix/sysv/linux/i386/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/i386/vfork.S: File removed.
10359         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10360
10361         * sysdeps/unix/sysv/linux/x86_64/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         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10365         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10366
10367         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10368         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10369         (__libc_vfork): New strong alias.
10370         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10371         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10372         * nptl/pt-vfork.c: New file.
10373         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10374         (libpthread: GLIBC_2.20): New version set (empty).
10375
10376 2014-05-14  Will Newton  <will.newton@linaro.org>
10377
10378         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10379         rather than #if.
10380
10381 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10382
10383         [BZ #16564]
10384         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10385         arguments with exponent 65 or above.
10386         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10387         arguments 0x1p113L or above.
10388         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10389         to arguments 0x1p107L or above.
10390         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10391         positive arguments with exponent 65 or above.
10392         * math/auto-libm-test-in: Add more tests of log1p.
10393         * math/auto-libm-test-out: Regenerated.
10394
10395         [BZ #16928]
10396         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10397         non-finite arguments is +0.
10398         * math/s_cacosf.c (__cacosf): Likewise.
10399         * math/s_cacosl.c (__cacosl): Likewise.
10400         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10401         * sysdeps/i386/fpu/libm-test-ulps: Update.
10402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10403
10404         [BZ #16927]
10405         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10406         value.
10407         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10408         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10409         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10410         for explicit high bit of mantissa when testing for argument equal
10411         to 1.
10412         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10413         * sysdeps/i386/fpu/libm-test-ulps: Update.
10414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10415
10416         [BZ #16516]
10417         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10418         (__erf): Scale by 16 instead of 8 in potentially underflowing
10419         case.  Ensure exception if result actually underflows.
10420         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10421         (__erff): Scale by 16 instead of 8 in potentially underflowing
10422         case.  Ensure exception if result actually underflows.
10423         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10424         (efx8): Remove variable.
10425         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10426         case.  Ensure exception if result actually underflows.
10427         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10428         (efx8): Remove variable.
10429         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10430         case.  Ensure exception if result actually underflows.
10431         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10432         (efx8): Remove variable.
10433         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10434         case.  Ensure exception if result actually underflows.
10435         * math/auto-libm-test-in: Add more tests of erf.
10436         * math/auto-libm-test-out: Regenerated.
10437
10438 2014-05-14  Andreas Schwab  <schwab@suse.de>
10439
10440         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10441         Remove code conditionalized on USE___THREAD.
10442
10443         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10444         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10445         not definedness.
10446
10447 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10448
10449         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10450         Define unconditionally.
10451         (__ASSUME_O_CLOEXEC): Likewise.
10452         (__ASSUME_SOCK_CLOEXEC): Likewise.
10453         (__ASSUME_IN_NONBLOCK): Likewise.
10454         (__ASSUME_PIPE2): Likewise.
10455         (__ASSUME_EVENTFD2): Likewise.
10456         (__ASSUME_SIGNALFD4): Likewise.
10457         (__ASSUME_DUP3): Likewise.
10458         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10459         (__ASSUME_DUP3): Do not define.
10460         (__ASSUME_EVENTFD2): Likewise.
10461         (__ASSUME_IN_NONBLOCK): Likewise.
10462         (__ASSUME_O_CLOEXEC): Likewise.
10463         (__ASSUME_PIPE2): Likewise.
10464         (__ASSUME_SIGNALFD4): Likewise.
10465         (__ASSUME_SOCK_CLOEXEC): Likewise.
10466         (__ASSUME_UTIMES): Undefine.
10467         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10468         (__ASSUME_UTIMES): Do not define.
10469         (__ASSUME_O_CLOEXEC): Likewise.
10470         (__ASSUME_SOCK_CLOEXEC): Likewise.
10471         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10472         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10473         0x020621].
10474         (__ASSUME_PIPE2): Likewise.
10475         (__ASSUME_EVENTFD2): Likewise.
10476         (__ASSUME_SIGNALFD4): Likewise.
10477         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10478         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10479         Do not define.
10480         (__ASSUME_EVENTFD2): Likewise.
10481         (__ASSUME_SIGNALFD4): Likewise.
10482         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10483         (__ASSUME_32BITUIDS): Likewise.
10484         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10485         (__ASSUME_IPC64): Likewise.
10486         (__ASSUME_ST_INO_64_BIT): Likewise.
10487         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10488         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10489         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10490         (__ASSUME_UTIMES): Do not define.
10491         (__ASSUME_PSELECT): Likewise.
10492         (__ASSUME_PPOLL): Likewise.
10493         (__ASSUME_O_CLOEXEC): Likewise.
10494         (__ASSUME_SOCK_CLOEXEC): Likewise.
10495         (__ASSUME_IN_NONBLOCK): Likewise.
10496         (__ASSUME_PIPE2): Likewise.
10497         (__ASSUME_EVENTFD2): Likewise.
10498         (__ASSUME_SIGNALFD4): Likewise.
10499         (__ASSUME_DUP3): Likewise.
10500         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10501         (__ASSUME_UTIMES): Likewise.
10502         (__ASSUME_O_CLOEXEC): Likewise.
10503         (__ASSUME_SOCK_CLOEXEC): Likewise.
10504         (__ASSUME_IN_NONBLOCK): Likewise.
10505         (__ASSUME_PIPE2): Likewise.
10506         (__ASSUME_EVENTFD2): Likewise.
10507         (__ASSUME_SIGNALFD4): Likewise.
10508         (__ASSUME_DUP3): Likewise.
10509         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10510         (__ASSUME_UTIMES): Likewise.
10511         (__ASSUME_O_CLOEXEC): Likewise.
10512         (__ASSUME_SOCK_CLOEXEC): Likewise.
10513         (__ASSUME_IN_NONBLOCK): Likewise.
10514         (__ASSUME_PIPE2): Likewise.
10515         (__ASSUME_EVENTFD2): Likewise.
10516         (__ASSUME_SIGNALFD4): Likewise.
10517         (__ASSUME_DUP3): Likewise.
10518         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10519         Likewise.
10520         (__ASSUME_UTIMES): Likewise.
10521         (__ASSUME_EVENTFD2): Likewise.
10522         (__ASSUME_SIGNALFD4): Likewise.
10523         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10524         (__ASSUME_O_CLOEXEC): Likewise.
10525         (__ASSUME_SOCK_CLOEXEC): Likewise.
10526         (__ASSUME_IN_NONBLOCK): Likewise.
10527         (__ASSUME_PIPE2): Likewise.
10528         (__ASSUME_EVENTFD2): Likewise.
10529         (__ASSUME_SIGNALFD4): Likewise.
10530         (__ASSUME_DUP3): Likewise.
10531         (__ASSUME_UTIMES): Undefine.
10532
10533         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10534         feclearexcept.  Remove symbol versioning code.
10535         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10536         symbol versioning code.
10537         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10538         symbol versioning code.
10539         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10540         feupdateenv.  Remove symbol versioning code.
10541         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10542         fegetexceptflag.  Remove symbol versioning code.
10543         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10544         fesetexceptflag.  Remove symbol versioning code.
10545         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10546         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10547         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10548         (__posix_fadvise64_l32): Remove prototype.
10549         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10550         code.
10551
10552 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10553
10554         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10555         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10556         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10557         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10558
10559 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10560
10561         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10562         current working directory
10563
10564 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10565
10566         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10567         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10568         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10569         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10570         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10571         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10572         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10573         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10574         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10575         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10576         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10577         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10578         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10579         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10580         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10581         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10582         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10583         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10584         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10589         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10590         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10593         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10594         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10595         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10597         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10599         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10600         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10601         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10602         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10603         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10604         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10605         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10606         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10607         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10608
10609         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10610         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10611
10612         * sysdeps/unix/sysv/linux/arm/Makefile
10613         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10614         Add rt-aeabi_unwind_cpp_pr1.
10615         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10616         Add nptl-aeabi_unwind_cpp_pr1.
10617         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10618         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10619         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10620         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10621         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10622         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10623
10624         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10625         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10626         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10627         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10628
10629         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10630         Deconditionalize the code that was previously under [RESET_PID].
10631         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10632
10633         * sysdeps/generic/exit-thread.h: New file.
10634         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10635         * include/unistd.h (__exit_thread): Remove declaration.
10636         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10637         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10638         * csu/libc-start.c: Include <exit-thread.h>.
10639         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10640         * nptl/pthread_create.c: Include <exit-thread.h>.
10641         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10642         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10643         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10644         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10645         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10646         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10647         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10648         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10649         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10650         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10651         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10652         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10653         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10654         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10655         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10656         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10657         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10658
10659 2014-05-13  Andreas Schwab  <schwab@suse.de>
10660
10661         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10662
10663 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10664
10665         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10666         (__ASSUME_UTIMES): Do not condition on kernel version.
10667         (__ASSUME_PSELECT): Define unconditionally.
10668         (__ASSUME_PPOLL): Likewise.
10669         (__ASSUME_ATFCTS): Likewise.
10670         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10671         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10672         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10673         (__ASSUME_UTIMENSAT): Define unconditionally.
10674         (__ASSUME_PRIVATE_FUTEX): Likewise.
10675         (__ASSUME_FALLOCATE): Likewise.
10676         (__ASSUME_O_CLOEXEC): Likewise.
10677         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10678         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10679         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10680         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10681         (__ASSUME_IN_NONBLOCK): Likewise.
10682         (__ASSUME_PIPE2): Likewise.
10683         (__ASSUME_EVENTFD2): Likewise.
10684         (__ASSUME_SIGNALFD4): Likewise.
10685         (__ASSUME_DUP3): Likewise.
10686         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10687         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10688         (__ASSUME_AT_RANDOM): Likewise.
10689         (__ASSUME_PREADV): Likewise.
10690         (__ASSUME_PWRITEV): Likewise.
10691         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10692         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10693         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10694         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10695         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10696         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10697         (__ASSUME_O_CLOEXEC): Define unconditionally.
10698         (__ASSUME_PSELECT): Do not undefine conditionally.
10699         (__ASSUME_PPOLL): Likewise.
10700         (__ASSUME_ATFCTS): Likewise.
10701         (__ASSUME_SET_ROBUST_LIST): Likewise.
10702         (__ASSUME_UTIMENSAT): Likewise.
10703         (__ASSUME_FDATASYNC): Define unconditionally.
10704         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10705         (__ASSUME_SIGFRAME_V2): Likewise.
10706         )__ASSUME_EVENTFD2): Likewise.
10707         (__ASSUME_SIGNALFD4): Likewise.
10708         (__ASSUME_PSELECT): Do not undefine conditionally.
10709         (__ASSUME_PPOLL): Likewise.
10710         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10711         (__ASSUME_PSELECT): Define unconditionally.
10712         (__ASSUME_PPOLL): Likewise.
10713         (__ASSUME_O_CLOEXEC): Likewise.
10714         (__ASSUME_SOCK_CLOEXEC): Likewise.
10715         (__ASSUME_IN_NONBLOCK): Likewise.
10716         (__ASSUME_PIPE2): Likewise.
10717         (__ASSUME_EVENTFD2): Likewise.
10718         (__ASSUME_SIGNALFD4): Likewise.
10719         (__ASSUME_DUP3): Likewise.
10720         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10721         (__ASSUME_O_CLOEXEC): Likewise.
10722         (__ASSUME_SOCK_CLOEXEC): Likewise.
10723         (__ASSUME_IN_NONBLOCK): Likewise.
10724         (__ASSUME_PIPE2): Likewise.
10725         (__ASSUME_EVENTFD2): Likewise.
10726         (__ASSUME_SIGNALFD4): Likewise.
10727         (__ASSUME_DUP3): Likewise.
10728         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10729         (__ASSUME_EVENTFD2): Likewise.
10730         (__ASSUME_SIGNALFD4): Likewise.
10731         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10732
10733 2014-05-12  Andreas Schwab  <schwab@suse.de>
10734
10735         [BZ #16932]
10736         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10737         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10738         than maximum RPC packet size.
10739         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10740         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10741         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10742         (_nss_nis_getservbyport_r): Likewise.
10743
10744 2014-05-12  Will Newton  <will.newton@linaro.org>
10745
10746         * malloc/Makefile (tests): Add tst-mallopt.
10747         * malloc/tst-mallopt.c: New file.
10748
10749 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10750
10751         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10752         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10753
10754 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10755
10756         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10757         (tst-tlsmod6.so): Likewise.
10758
10759 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10760
10761         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10762
10763 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10764
10765         [BZ #16064]
10766         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10767         and <dl-procinfo.h>.
10768         (__fegetenv): Save SSE state in envp->__eip if supported.
10769         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10770         envp->__eip if supported.
10771         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10772         and <dl-procinfo.h>.
10773         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10774         __data_offset and __data_selector in environment to 0.  Set SSE
10775         state if supported.
10776         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10777         test-fenv-sse.
10778         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10779         -mfpmath=sse.
10780         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10781
10782 2014-05-09  Will Newton  <will.newton@linaro.org>
10783
10784         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10785         and libc_relro_required for ARM.
10786         * sysdeps/arm/preconfigure: Regenerate.
10787
10788 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10789             Stefan Liebler  <stli@linux.vnet.ibm.com>
10790
10791         * config.make.in (enable-lock-elision): New Makefile variable.
10792         * configure.ac: Likewise.
10793         * configure: Regenerate.
10794         * sysdeps/s390/configure.ac:
10795         Add check for gcc transactions support.
10796         * sysdeps/s390/configure: Regenerate.
10797         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10798         Build elision files if enabled.
10799         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10800         Add lock elision support for s390.
10801         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10802         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10803         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10804         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10805         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10806         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10807         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10808         Likewise.
10809         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10810         Likewise.
10811         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10812         Likewise.
10813         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10814         Likewise.
10815         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10816         (__lll_timedlock_elision, __lll_lock_elision)
10817         (__lll_unlock_elision, __lll_trylock_elision)
10818         (lll_timedlock_elision, lll_lock_elision)
10819         (lll_unlock_elision, lll_trylock_elision): Add.
10820         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10821         (pthread_mutex_t): Add lock elision support for s390.
10822
10823 2014-05-14  Wilco  <wdijkstr@arm.com>
10824
10825         * sysdeps/arm/fclrexcpt.c: Cleanup.
10826         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10827         * sysdeps/arm/feenablxcpt.c: Cleanup.
10828         * sysdeps/arm/fegetenv.c: Cleanup.
10829         * sysdeps/arm/fegetexcept.c: Cleanup.
10830         * sysdeps/arm/fegetround.c: Cleanup.
10831         * sysdeps/arm/feholdexcpt.c: Cleanup.
10832         * sysdeps/arm/fesetenv.c: Cleanup.
10833         * sysdeps/arm/fesetround.c: Cleanup.
10834         * sysdeps/arm/feupdateenv.c: Cleanup.
10835         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10836         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10837         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10838         * sysdeps/arm/ftestexcept.c: Cleanup.
10839         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10840         * sysdeps/arm/setfpucw.c: Cleanup.
10841
10842 2014-05-09  Will Newton  <will.newton@linaro.org>
10843
10844         * sysdeps/arm/armv7/strcmp.S: New file.
10845         * NEWS: Mention addition of ARMv7 optimized strcmp.
10846
10847 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10848
10849         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10850         look for %.ac rather than %.in.
10851
10852         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10853         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10854         * sysdeps/mach/hurd/configure: Regenerated.
10855         * sysdeps/unix/sysv/linux/configure: Regenerated.
10856
10857         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10858
10859 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10860
10861         [BZ# 16922]
10862         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10863         (LONG_SUB): Ditto.
10864         (PTR_SUB): Ditto.
10865
10866 2014-05-07  Andreas Schwab  <schwab@suse.de>
10867
10868         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10869         when skipping over non-matching result from nscd.
10870
10871 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10872
10873         [BZ #16876]
10874         * nptl/sockperf.c (client): Check socket return value.
10875
10876         [BZ #16877]
10877         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10878         nscd security class.
10879
10880 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10881
10882         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10883         * sysdeps/arm/unwind.h: ... here.
10884
10885 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10886
10887         [BZ# 16916]
10888         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10889         Define.
10890
10891 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10892
10893         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10894         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10895         multiarch strncpy for PPC64.
10896         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10897         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10898         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10899         multiarch optimizations.
10900         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10901         (__libc_ifunc_impl_list): Likewise.
10902         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10903         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10904         multiarch stpncpy for PPC64.
10905         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10906         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10907
10908 2014-05-06  Andreas Schwab  <schwab@suse.de>
10909
10910         [BZ #16912]
10911         * gmon/mcount.c (_MCOUNT_DECL): Use
10912         atomic_compare_and_exchange_bool_acq instead of
10913         catomic_compare_and_exchange_bool_acq.
10914
10915 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10916
10917         * elf/Makefile (others, install-bin): Remove pldd.
10918         (pldd-modules): Variable removed.
10919         ($(objpfx)pldd): Target removed.
10920         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10921         (others, install-bin): Append pldd here.
10922         ($(objpfx)pldd): New target.
10923
10924         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10925         to 0, so the first #if test emitted later doesn't see it undefined.
10926         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10927         * sysdeps/gnu/errlist.c: Regenerated.
10928
10929 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10930
10931         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10932         [libc_hidden_builtin_def]: Define to empty value.
10933         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10934         [libc_hidden_builtin_def]: Likewise.
10935         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10936         [libc_hidden_builtin_def]: Likewise.
10937         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10938         [libc_hidden_builtin_def]: Likewise.
10939         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10940         __redirect_memcpy and define ifunc as default hidden symbol.
10941         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10942         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10943
10944 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10945
10946         * locale/iso-4217.def: Reintroduce XDR currency.
10947
10948 2014-05-04  Allan McRae  <allan@archlinux.org>
10949
10950         * po/eo.po: Update Esperanto translation from translation project.
10951
10952 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10953
10954         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10955         and FEATURE_INDEX_MAX to 1.
10956         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10957
10958 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10959
10960         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10961         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10962         * iconvdata/big5.c (ONE_DIRECTION): Define.
10963         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10964         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10965         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10966         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10967         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10968         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10969         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10970         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10971         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10972         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10973         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10974         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10975         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10976         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10977         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10978         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10979         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10980         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10981         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10982         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10983         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10984         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10985         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10986         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10987         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10988         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10989         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10990         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10991         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10992         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10993         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10994         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10995         * iconvdata/johab.c (ONE_DIRECTION): Define.
10996         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10997         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10998         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10999         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11000         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11001         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11002         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11003         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11004         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11005         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11006
11007 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11008
11009         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11010         (_IO_JUMPS_OFFSET): Define to 0.
11011
11012         * nptl/sysdeps/pthread/bits/libc-lock.h
11013         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11014         (__libc_lock_define_initialized_recursive): Always define using
11015         initializer.  Modern compilers treat uninitialized (implicit zero) and
11016         explicit zero initializers the same (i.e. put the datum in bss).
11017
11018 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11019
11020         * nscd/nscd-client.h: Include <string.h>.
11021
11022 2014-05-01  David S. Miller  <davem@davemloft.net>
11023
11024         [BZ #16885]
11025         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11026         multiple zero bytes exist at the end of a string.
11027         Reported by Aurelien Jarno <aurelien@aurel32.net>
11028
11029         * string/test-strcmp.c (check): Add explicit test for situations where
11030         there are multiple zero bytes after the first.
11031
11032 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11033
11034         [BZ #16890]
11035         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11036         when compiling wprintf.
11037         * stdio-common/tstdiomisc.c (t3): New function.
11038         (main): Call it.
11039
11040 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11041
11042         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11043         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11044         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11045         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11046
11047 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11048
11049         * stdlib/longlong.h: Updated from GCC.
11050
11051 2014-05-01  Will Newton  <will.newton@linaro.org>
11052             Bernard Ogden  <bernie.ogden@linaro.org>
11053
11054         * NEWS: Update fixed bug list.
11055
11056         [BZ #15119]
11057         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11058
11059 2014-04-30  David S. Miller  <davem@davemloft.net>
11060
11061         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11062         (libc_feholdexcept_setround_sparc_ctx): New function.
11063         (libc_fesetenv_sparc_ctx): Likewise.
11064         (libc_feupdateenv_sparc_ctx): Likewise.
11065         (libc_feholdsetround_sparc_ctx): Likewise.
11066         (libc_feholdexcept_setround_ctx): Define.
11067         (libc_feholdexcept_setroundf_ctx): Likewise.
11068         (libc_feholdexcept_setroundl_ctx): Likewise.
11069         (libc_fesetenv_ctx): Likewise.
11070         (libc_fesetenvf_ctx): Likewise.
11071         (libc_fesetenvl_ctx): Likewise.
11072         (libc_feupdateenv_ctx): Likewise.
11073         (libc_feupdateenvf_ctx): Likewise.
11074         (libc_feupdateenvl_ctx): Likewise.
11075         (libc_feresetround_ctx): Likewise.
11076         (libc_feresetroundf_ctx): Likewise.
11077         (libc_feresetroundl_ctx): Likewise.
11078         (libc_feholdsetround_ctx): Likewise.
11079         (libc_feholdsetroundf_ctx): Likewise.
11080         (libc_feholdsetroundl_ctx): Likewise.
11081
11082         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11083         with __USE_GNU instead of XOPEN cpp guards.
11084
11085         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11086         0.
11087
11088         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11089         with XOPEN cpp guards.
11090
11091 2014-04-30  Julian Brown  <julian@codesourcery.com>
11092
11093         [BZ #16888]
11094         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11095         handling.
11096
11097 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11098
11099         [BZ #9894]
11100         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11101         Change to 2.6.32.
11102         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11103         * sysdeps/unix/sysv/linux/configure: Regenerated.
11104         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11105         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11106         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11107         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11108         * README: Update reference to required Linux kernel version.
11109         * manual/install.texi (Linux): Update reference to required Linux
11110         kernel headers version.
11111         * INSTALL: Regenerated.
11112
11113         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11114         header inclusion.
11115         [POSIX] (limits.h): Likewise.
11116         [POSIX] (math.h): Likewise.
11117         [POSIX] (sys/wait.h): Likewise.
11118         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11119         function.
11120         [POSIX] (stddef.h): Do not allow header inclusion.
11121
11122 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11123
11124         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11125
11126 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11127
11128         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11129         Return immediately after lll_futex_wake.
11130
11131 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11132
11133         [BZ #16791]
11134         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11135         structure.
11136         (datahead_init_pos): Call datahead_init_common early.
11137         (datahead_init_neg): Likewise.
11138
11139         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11140         datahead_init_neg): New functions.
11141         * nscd/aicache.c (addhstaiX): Use them.
11142         * nscd/grpcache.c (cache_addgr): Likewise.
11143         * nscd/hstcache.c (cache_addhst): Likewise.
11144         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11145         * nscd/netgroupcache.c (do_notfound): Likewise.
11146         (addgetnetgrentX): Likewise.
11147         (addinnetgrX): Likewise.
11148         * nscd/pwdcache.c (cache_addpw): Likewise.
11149         * nscd/servicescache.c (cache_addserv): Likewise.
11150
11151 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11152             Atsushi Onoe  <atsushi@onoe.org>
11153
11154         [BZ #14308]
11155         [BZ #12994]
11156         [BZ #13651]
11157         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11158         one response is valid.
11159         * resolv/res_send.c (send_dg): Check for validity of other
11160         response if the current response is a referral.
11161
11162 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11163
11164         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11165
11166 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11167
11168         [BZ #16823]
11169         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11170         Always divide by positive zero when computing -Inf result.
11171         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11172         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11173
11174 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11175
11176         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11177         FPSCR if value do not change.
11178         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11179         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11180         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11181         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11182         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11183         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11184         function.
11185
11186 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11187
11188         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11189         * sysdeps/unix/sysv/linux/hppa: Move directory from
11190         ports/systeps/unix/sysv/linux/hppa.
11191         * README: Update listing for hppa-*-linux-gnu.
11192
11193 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11194
11195         [BZ #16754]
11196         * manual/stdio.texi (Hook functions): Fix types of stream hook
11197         functions.
11198         [BZ #16854]
11199         * socket/sys/socket.h: Fix typo in comment.
11200
11201 2014-04-28  Wilco  <wdijkstr@arm.com>
11202
11203         * sysdeps/arm/fenv_private.h: New file.
11204         * sysdeps/arm/math_private.h: New file.
11205         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11206
11207 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11208
11209         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11210         with __int128_t.
11211         (La_x86_64_retval): Likewise.
11212
11213 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11214
11215         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11216         fpsr if value didn't change.
11217         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11218         to fpcr if value didn't change.
11219         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11220         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11221         fpsr or fpcr if value didn't change.
11222         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11223         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11224         fpcr if value didn't change.
11225         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11226         to fpsr if value didn't change.
11227
11228 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11229
11230         * nptl/tst-sem3.c: Use test-skeleton.c
11231         (main): Rename to do_test.  Use return instead of
11232         exit.
11233         * nptl/tst-sem4.c: Use test-skeleton.c
11234         (main): Rename to do_test.
11235
11236 2014-04-22  David S. Miller  <davem@davemloft.net>
11237
11238         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11239         (struct sigaction): New struct member __glibc_reserved0, change
11240         type of sa_flags to int.
11241
11242 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11243
11244         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11245         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11246
11247 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11248
11249         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11250         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11251
11252 2014-04-22  Will Newton  <will.newton@linaro.org>
11253             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11254
11255         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11256         (__longjmp): Add longjmp and longjmp_target SystemTap
11257         probes.
11258         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11259         (__sigsetjmp): Add setjmp SystemTap probe.
11260
11261 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11262
11263         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11264         match manual order.
11265
11266 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11267
11268         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11269
11270         * sysdeps/powerpc/fpu/fenv_private.h
11271         (libc_feholdexcept_setroundl_ctx): Define to
11272         libc_feholdexcept_setround_ppc_ctx.
11273         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11274         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11275         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11276         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11277
11278 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11279
11280         * sysdeps/aarch64/math-tests.h: New file.
11281
11282 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11283
11284         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11285         New.
11286         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11287         Check and set bit_AVX2_Usable.
11288         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11289         macro.
11290         (bit_AVX2): Likewise.
11291         (index_AVX2_Usable): Likewise.
11292         (CPUID_AVX2): Likewise.
11293         (HAS_AVX2): Likewise.
11294
11295 2014-04-17  Will Newton  <will.newton@linaro.org>
11296
11297         * manual/setjmp.texi (System V contexts): Add note that
11298         calling setcontext on a context created by a call to a
11299         signal handler is undefined.  Update text to note that
11300         setcontext from a signal handler is possible but not
11301         recommended.
11302
11303         [BZ #16629]
11304         * stdlib/tst-setcontext.c: Include signal.h.
11305         (main): Check that the signal stack before and
11306         after swapcontext is the same.
11307
11308         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11309         Re-implement to restore registers in user code and avoid
11310         rt_sigreturn system call.
11311
11312 2014-04-17  Wilco  <wdijkstr@arm.com>
11313
11314         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11315         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11316         * math/test-fenv.c: Skip exception trap tests on targets which only
11317         support non-stop mode.
11318
11319 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11320             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11321
11322         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11323         (libc_feholdsetround_aarch64_ctx)
11324         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11325         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11326         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11327         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11328         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11329         (libc_feresetround_noexl_ctx): Define.
11330
11331 2014-04-16  Richard Henderson  <rth@redhat.com>
11332
11333         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11334
11335         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11336         unwind tables.
11337
11338         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11339         const from the non-libc, non-ldso copy.
11340
11341         * sysdeps/alpha/libm-test-ulps: Regenerate.
11342
11343 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11344             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11345
11346         * sysdeps/aarch64/fpu/math_private.h: New file.
11347
11348 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11349
11350         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11351
11352 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11353
11354         [BZ #16275]
11355         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11356         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11357         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11358         Intel MPX bound registers before _dl_profile_fixup.
11359         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11360         registers after _dl_profile_fixup.  Save and restore bound
11361         registers bnd0/bnd1 when calling _dl_call_pltexit.
11362         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11363         (LR_BND_OFFSET): Likewise.
11364         (LRV_BND0_OFFSET): Likewise.
11365         (LRV_BND1_OFFSET): Likewise.
11366
11367 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11368
11369         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11370         to...
11371         * sysdeps/mach/hurd/i386/tls.h: ... here.
11372         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11373         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11374         fields.
11375
11376 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11377
11378         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11379
11380 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11381
11382         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11383
11384 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11385
11386         [BZ #14770]
11387         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11388         * sysdeps/s390/configure: Regenerate.
11389
11390         [BZ #16824]
11391         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11392         Set round-to-nearest internally to reduce error accumulation.
11393
11394 2014-04-16  Alan Modra  <amodra@gmail.com>
11395
11396         [BZ #16740]
11397         [BZ #16619]
11398         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11399         * math/libm-test.inc (frexp_test_data): Add tests.
11400         * NEWS: Update fixed bug list.
11401
11402 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11403
11404         * benchtests/Makefile: Depend on libraries in build directory.
11405         (bench-math): Separate out math tests.
11406         (bench-pthread): Separate out pthread tests.
11407         (bench): Include math and pthread tests.
11408
11409 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11410
11411         [BZ #16831]
11412         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11413         _dl_debug_initialize.
11414
11415         * configure.ac: Remove SELinux header check.
11416         * configure: Regenerate.
11417         * nscd/selinux.c (perms): Array of const char* to permission names.
11418         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11419         default policy. Call string_to_security_class and string_to_av_perm to
11420         translate strings. Enforce default policy and call avs_has_perm with
11421         results of translated strings.
11422
11423 2014-04-13  David S. Miller  <davem@davemloft.net>
11424
11425         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11426
11427 2014-04-12  Allan McRae  <allan@archlinux.org>
11428
11429         [BZ #16838]
11430         * manual/string.texi (Collation Functions): Fix qsort argument
11431         order in example.
11432         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11433
11434 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11435
11436         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11437         Make the test a no-op if there are no exceptions defined.
11438
11439 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11440
11441         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11442         enable-hardcoded-path-in-tests
11443
11444 2014-04-11  Will Newton  <will.newton@linaro.org>
11445
11446         * benchtests/Makefile (extra-objs): Add json-lib.o.
11447         (bench-func): Tidy up JSON output.
11448         * benchtests/bench-skeleton.c: Include json-lib.h.
11449         (main): Use JSON library functions to do output of
11450         benchmark results.
11451         * benchtests/bench-timing-type.c (main): Output the
11452         timing type simply, leaving formatting to the user.
11453         * benchtests/json-lib.c: New file.
11454         * benchtests/json-lib.h: Likewise.
11455
11456 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11457
11458         [BZ #15215]
11459         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11460         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11461         memory barriers.  Add comments.
11462         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11463         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11464         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11465         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11466         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11467         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11468
11469 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11470
11471         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11472         * sysdeps/s390/s390-64/configure.ac: ... this ...
11473         * sysdeps/s390/configure.ac: ... to here.
11474         * sysdeps/s390/s390-32/configure: Delete file.
11475         * sysdeps/s390/s390-64/configure: Delete file.
11476         * sysdeps/s390/configure: Regenerate.
11477
11478 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11479
11480         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11481
11482 2014-04-11  Will Newton  <will.newton@linaro.org>
11483
11484         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11485         to zero if it is not defined elsewhere.  (mtrim): Test
11486         the value of MALLOC_DEBUG with #if rather than #ifdef.
11487
11488 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11489
11490         * benchtests/pthread_once-inputs: New file.
11491         * benchtests/pthread_once-source.c: New file.
11492         * benchtests/README: Update documentation.
11493
11494 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11495             H.J. Lu  <hongjiu.lu@intel.com>
11496
11497         [BZ #16275]
11498         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11499         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11500         * sysdeps/x86_64/configure: Regenerated.
11501         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11502         macro.
11503         (REGISTER_SAVE_RAX): Likewise.
11504         (REGISTER_SAVE_RCX): Likewise.
11505         (REGISTER_SAVE_RDX): Likewise.
11506         (REGISTER_SAVE_RSI): Likewise.
11507         (REGISTER_SAVE_RDI): Likewise.
11508         (REGISTER_SAVE_R8): Likewise.
11509         (REGISTER_SAVE_R9): Likewise.
11510         (REGISTER_SAVE_BND0): Likewise.
11511         (REGISTER_SAVE_BND1): Likewise.
11512         (REGISTER_SAVE_BND2): Likewise.
11513         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11514         bound registers when calling _dl_fixup.
11515
11516 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11517
11518         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11519         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11520         of its definition.
11521         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11522         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11523         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11524         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11525         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11526         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11527         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11528
11529 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11530
11531         [BZ #15514]
11532         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11533         pathconf(_PC_NAME_MAX).
11534
11535 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11536
11537         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11538         Remove macro usage.
11539         (__PTHREAD_SPINS): Move definition to ...
11540         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11541         (__PTHREAD_SPINS): ... here.
11542         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11543         (__PTHREAD_SPIN): Likewise.
11544         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11545         (__PTHREAD_SPIN): Likewise.
11546         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11547         (__PTHREAD_SPIN): Likewise.
11548         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11549         (__PTHREAD_SPIN): Likewise.
11550         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11551         (__PTHREAD_SPIN): Likewise.
11552         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11553         (__PTHREAD_SPIN): Likewise.
11554         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11555         (__PTHREAD_SPIN): Likewise.
11556         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11557         (__PTHREAD_SPIN): Likewise.
11558         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11559         (__PTHREAD_SPIN): Likewise.
11560         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11561         (__PTHREAD_SPIN): Likewise.
11562         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11563         (__PTHREAD_SPIN): Likewise.
11564         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11565         (__PTHREAD_SPIN): Likewise.
11566
11567         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11568         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11569         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11570         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11571         imply folder.
11572         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11573         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11574         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11575         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11576         correct imply path.
11577         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11578         strlen symbol for non multi-arch builds.
11579         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11580         missing hidden_def and weak_alias.
11581
11582 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11583
11584         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11585
11586 2014-04-07  Will Newton  <will.newton@linaro.org>
11587
11588         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11589         and contents.  [!_LIBC] Remove #ifndef and contents.
11590         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11591         * string/memccpy.c (__memccpy): Use ANSI prototype.
11592         * string/memfrob.c (memfrob): Likewise.
11593         * string/strcoll.c (STRCOLL): Likewise.
11594         * string/strlen.c (strlen): Likewise.
11595         * string/strtok.c (STRTOK): Likewise.
11596         * string/strcat.c: Remove unused #include of memcopy.h.
11597         (strcat): Use ANSI prototype.
11598         * string/strchr.c: Remove unused #include of memcopy.h.
11599         (strchr): Use ANSI prototype.
11600         * string/strcmp.c: Remove unused #include of memcopy.h.
11601         (strcmp): Use ANSI prototype.
11602         * string/strcpy.c: Remove unused #include of memcopy.h.
11603         (strcpy): Use ANSI prototype.
11604
11605 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11606
11607         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11608         * config.make.in (config-extra-cppflags): Set it from
11609         libc_extra_cppflags.
11610         * configure.ac (libc_extra_cflags): Make it accumulate over
11611         configure fragments.
11612         (libc_extra_cppflags): New flag.
11613         * configure. Regenerate.
11614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11615         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11616         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11618
11619         [BZ #16815]
11620         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11621         result for FE_DOWNWARD rounding mode.
11622         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11623         Likewise.
11624         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11625
11626 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11627
11628         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11629         in function argument name.
11630
11631 2014-04-03  David Svoboda  <svoboda@cert.org>
11632
11633         [BZ #5666]
11634         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11635         explicitly.
11636
11637 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11638
11639         * elf/dl-unmap-segments.h: New file.
11640         * sysdeps/generic/ldsodefs.h
11641         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11642         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11643         * elf/dl-fptr.c: Likewise.
11644         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11645         * sysdeps/aarch64/tlsdesc.c: Likewise.
11646         * sysdeps/arm/tlsdesc.c: Likewise.
11647         * sysdeps/i386/tlsdesc.c: Likewise.
11648         * sysdeps/tile/dl-runtime.c: Likewise.
11649         * sysdeps/x86_64/tlsdesc.c: Likewise.
11650         * elf/dl-load.h: New file.
11651         * elf/dl-load.c: Include it.
11652         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11653         Macros moved to dl-load.h.
11654         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11655         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11656         Use _dl_unmap_segments in place of __munmap.
11657         Break out segment-mapping loop into ...
11658         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11659
11660 2014-04-03  Will Newton  <will.newton@linaro.org>
11661
11662         * elf/dl-lookup.c (do_lookup_x): Remove comment
11663         referring to nested function and move variable
11664         declarations down to before first use.
11665
11666 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11667
11668         [BZ #16799]
11669         [BZ #16800]
11670         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11671         with 0 numerator.
11672         * math/s_catanf.c (__catanf): Likewise.
11673         * math/s_catanh.c (__catanh): Likewise.
11674         * math/s_catanhf.c (__catanhf): Likewise.
11675         * math/s_catanhl.c (__catanhl): Likewise.
11676         * math/s_catanl.c (__catanl): Likewise.
11677         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11678         by positive zero when computing -Inf result.
11679         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11680         (catanh_test): Likewise.
11681         * sysdeps/i386/fpu/libm-test-ulps: Update.
11682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11683
11684         [BZ #16789]
11685         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11686         instead of using underflowing value in computing result.
11687         * math/s_clog10.c (__clog10): Likewise.
11688         * math/s_clog10f.c (__clog10f): Likewise.
11689         * math/s_clog10l.c (__clog10l): Likewise.
11690         * math/s_clogf.c (__clogf): Likewise.
11691         * math/s_clogl.c (__clogl): Likewise.
11692         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11693         (clog10_test): Likewise.
11694         * sysdeps/i386/fpu/libm-test-ulps: Update.
11695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11696
11697 2014-04-02  Alan Modra  <amodra@gmail.com>
11698
11699         [BZ #16739]
11700         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11701         output when value is near a power of two.  Use int64_t for lx and
11702         remove casts.  Use decimal rather than hex exponent constants.
11703         Don't use long double multiplication when double will suffice.
11704         * math/libm-test.inc (nextafter_test_data): Add tests.
11705         * NEWS: Add 16739 and 16786 to bug list.
11706
11707         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11708
11709         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11710
11711 2014-04-01  Will Newton  <will.newton@linaro.org>
11712
11713         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11714         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11715
11716 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11717
11718         [BZ #13347]
11719         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11720         * nptl/tst-setuid2.c: New file.
11721         * nptl/Makefile (xtests): Add tst-setuid2.
11722
11723 2014-04-01  Alan Modra  <amodra@gmail.com>
11724
11725         [BZ #16786]
11726         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11727
11728 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11729
11730         [BZ #6803]
11731         [BZ #6804]
11732         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11733         set errno as appropriate.
11734         * math/w_scalbf.c (__scalbf): Likewise.
11735         * math/w_scalbl.c (__scalbl): Likewise.
11736         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11737         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11738         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11739         Add more NaN tests.
11740
11741         [BZ #16349]
11742         * math/w_atan2.c: Include <errno.h>.
11743         (__atan2): Set errno for result underflowing to zero.
11744         * math/w_atan2f.c: Include <errno.h>.
11745         (__atan2f): Set errno for result underflowing to zero.
11746         * math/w_atan2l.c: Include <errno.h>.
11747         (__atan2l): Set errno for result underflowing to zero.
11748         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11749         tests.
11750         * math/auto-libm-test-out: Regenerated.
11751
11752 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11753
11754         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11755         Encode instruction correctly in little endian.
11756         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11757         Likewise.
11758         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11759         Likewise.
11760         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11761         Likewise.
11762         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11763         Likewise.
11764
11765 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11766
11767         [BZ #9894]
11768         * sysdeps/unix/sysv/linux/kernel-features.h
11769         [__sparc__ && !__arch64__ && !__sparc_v9__]
11770         (__ASSUME_SET_ROBUST_LIST): Do not define.
11771         [__sparc__ && !__arch64__ && !__sparc_v9__]
11772         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11773         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11774         Likewise.
11775         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11776         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11777         (__ASSUME_REQUEUE_PI): Likewise.
11778         (__ASSUME_SET_ROBUST_LIST): Likewise.
11779         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11780         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11781         Undefine.
11782         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11783         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11784         Likewise.
11785         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11786         Likewise.
11787         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11788         Likewise.
11789         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11790         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11791         Undefine.
11792         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11793         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11794         Likewise.
11795
11796         [BZ #16648]
11797         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11798         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11799         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11800
11801 2014-03-31  Will Newton  <will.newton@linaro.org>
11802
11803         * benchtests/Makefile (bench): Add ffs and ffsll to list
11804         of tests.
11805         * benchtests/ffs-inputs: New file.
11806         * benchtests/ffsll-inputs: Likewise.
11807
11808 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11809
11810         [BZ #16770]
11811         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11812         too large before casting to int.
11813         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11814         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11815         * math/libm-test.inc (scalb_test_data): Add more tests.
11816
11817 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11818
11819         * benchtests/Makefile (DETAILED_OPT): New make option.
11820         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11821         set.
11822         * benchtests/bench-skeleton.c: Include stdbool.h.
11823         (main): Store and print timings per input.
11824         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11825         member to each argument value.
11826         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11827         (_print_arg_data): Initialize per-input timing to 0.
11828
11829         * benchtests/Makefile (timing-type): New binary.
11830         (bench-clean): Also remove bench-timing-type.
11831         (bench): New target for timing-type.
11832         (bench-func): Print output in JSON format.
11833         * benchtests/bench-skeleton.c (main): Print output in JSON
11834         format.
11835         * benchtests/bench-timing-type.c: New file.
11836         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11837         (TIMING_PRINT_STATS): Remove.
11838         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11839         name separately.
11840
11841         * benchtests/bench-modf.c: Remove.
11842         * benchtests/modf-inputs: New inputs file.
11843
11844 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11845
11846         [BZ #16362]
11847         * math/s_clog10.c (M_PI_LOG10E): New macro.
11848         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11849         imaginary parts are 0.
11850         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11851         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11852         imaginary parts are 0.
11853         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11854         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11855         imaginary parts are 0.
11856         * math/libm-test.inc (clog10_test_data): Update expected results
11857         for when real and imaginary parts are 0.
11858
11859 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11860
11861         * elf/dl-load.c: Finish conversion of __builtin_expect into
11862         __glibc_{un}likely.
11863
11864 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11865
11866         [BZ #16348]
11867         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11868         1+x for argument with exponent below -67.
11869         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11870         Likewise.
11871         * math/auto-libm-test-in: Add more tests of exp.
11872         * math/auto-libm-test-out: Regenerated.
11873
11874 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11875
11876         [BZ #16759]
11877         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11878         (nscd_getnetgrent): Use it.
11879
11880         [BZ #16760]
11881         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11882         of stpcpy.
11883
11884 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11885
11886         * nptl/sysdeps/unix/sysv/linux/x86_64/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         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11893         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11894         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11895         (lll_robust_unlock): Remove out of line section. Use cfi
11896         intrinsics.
11897         (LLL_STUB_UNWIND_INFO*): Remove.
11898
11899 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11900
11901         [BZ #16758]
11902         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11903         blank values.
11904
11905 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11906
11907         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11908
11909 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11910
11911         [BZ #16198]
11912         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11913         fnstenv.
11914         * math/test-fenv-preserve.c: New file.
11915         * math/Makefile (tests): Add test-fenv-preserve.
11916
11917 2014-03-26  Will Newton <will.newton@linaro.org>
11918
11919         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11920
11921 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11922
11923         * scripts/versionlist.awk: Partition the version sets and emit all
11924         GLIBC_* (sorted) before all others (sorted).
11925
11926 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11927
11928         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11929         GLIBC_2.2.5 version.
11930
11931 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11932
11933         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11934         calls.
11935
11936         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11937         previous change.
11938
11939         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11940
11941 2014-03-25  Andreas Schwab  <schwab@suse.de>
11942
11943         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11944         label to be used after in6ailist is initialized.
11945
11946 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11947
11948         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11949         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11950
11951 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11952
11953         [BZ #16357]
11954         [BZ #16599]
11955         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11956         min_plus_half.
11957         (fp_formats): Update initializers.
11958         (init_fp_formats): Initialize new field.
11959         (output_for_one_input_case): Allow underflow for results up to
11960         min_plus_half.
11961         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11962         * math/auto-libm-test-in: Don't mark some underflows from asin and
11963         atanh as spurious.
11964         * math/auto-libm-test-out: Regenerated.
11965         * sysdeps/i386/fpu/libm-test-ulps: Update.
11966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11967
11968 2014-03-25  Andreas Schwab  <schwab@suse.de>
11969
11970         * libio/Makefile (tst-ftell-partial-wide-ENV)
11971         (tst-ftell-active-handler-ENV): Define.
11972
11973 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11974
11975         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11976
11977 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11978
11979         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11980
11981 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11982
11983         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11984         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11985         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11986
11987 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11988
11989         [BZ #16634]
11990         * elf/dl-load.c (open_verify): Add mode parameter.
11991         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11992         (open_path): Change from boolean 'secure' to complete flag 'mode'
11993         (_dl_map_object): Adjust.
11994         * elf/Makefile (tests): Add tst-dlopen-aout.
11995         * elf/tst-dlopen-aout.c: New test.
11996
11997 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11998
11999         [BZ #16714]
12000         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12001         (struct stat): Rename member pad0 to __glibc_reserved0.
12002
12003         [BZ #16712]
12004         * sysdeps/s390/s390-32/bits/wordsize.h
12005         (__WORDSIZE32_SIZE_ULONG): New define.
12006         * sysdeps/s390/s390-64/bits/wordsize.h
12007         (__WORDSIZE32_SIZE_ULONG): Likewise.
12008         * sysdeps/generic/stdint.h (SIZE_MAX):
12009         Define as UL if __WORDSIZE32_SIZE_ULONG.
12010
12011         [BZ #16713]
12012         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12013         (__glibc_reserved0): New variable.
12014         (sa_flags): Change type to int.
12015
12016         * posix/Makefile (before-compile): Use += before-compile instead
12017         of a :=.
12018
12019         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12020         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12021
12022 2014-03-20  Andreas Schwab  <schwab@suse.de>
12023
12024         [BZ #16743]
12025         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12026         non-matching result from nscd.
12027
12028 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12029
12030         * scripts/bench.py: Moved to ...
12031         * benchtests/scripts/bench.py: ... here.
12032         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12033
12034 2014-03-24  Andreas Schwab  <schwab@suse.de>
12035
12036         [BZ #16002]
12037         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12038         alloca_account and account alloca use for struct in6ailist.
12039
12040 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12041
12042         [BZ #16284]
12043         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12044         rounding mode to recompute results that overflow to infinity or
12045         underflow to zero.
12046         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12047         bug 16284.
12048         * math/auto-libm-test-out: Regenerated.
12049         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12050         (ccosh_test): Likewise.
12051         (csin_test_data): Use plus_oflow.
12052         (csin_test): Use ALL_RM_TEST.
12053         (csinh_test_data): Use plus_oflow.
12054         (csinh_test): Use ALL_RM_TEST.
12055         * sysdeps/i386/fpu/libm-test-ulps: Update.
12056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12057
12058 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12059
12060         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12061         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12062         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12063
12064         [BZ #16731]
12065         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12066         when x - 1 is zero.
12067         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12068         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12069         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12070         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12071         argument is 1.
12072         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12073         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12074         zero.
12075         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12076         * sysdeps/i386/fpu/libm-test-ulps: Update.
12077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12078
12079 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12080
12081         * scripts/bench.pl: Remove file.
12082         * scripts/bench.py: New benchmark script.
12083         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12084         * benchtests/README: Mention python dependency.
12085         * scripts/pylintrc: New file.
12086         * scripts/pylint: New file.
12087
12088         * bits/mathdef.h: Use #ifdef instead of #if.
12089         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12090         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12091         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12092         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12093         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12094         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12095
12096 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12097             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12098
12099         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12100         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12101         and strpbrk-ppc64 objects.
12102         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12103         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12104         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12105         multiarch strpbrk for POWER7.
12106         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12107         multiarch strpbrk for PPC64.
12108         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12109         ifunc selector.
12110         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12111         strpbrk for POWER7.
12112
12113 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12114
12115         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12116         (atan_test): Likewise.
12117         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12118         (atanh_test): Use ALL_RM_TEST.
12119         (atan2_test_data): Likewise.
12120         (cabs_test): Likewise.
12121         (cacosh_test): Likewise.
12122         (carg_test): Likewise.
12123         (casin_test): Likewise.
12124         (casinh_test): Likewise.
12125         (cbrt_test): Likewise.
12126         (csqrt_test): Likewise.
12127         (erf_test): Likewise.
12128         (erfc_test): Likewise.
12129         (pow10_test): Likewise.
12130         (exp2_test): Likewise.
12131         (hypot_test): Likewise.
12132         (j0_test): Likewise.
12133         (j1_test): Likewise.
12134         (lgamma_test): Likewise.
12135         (gamma_test): Likewise.
12136         (sincos_test): Likewise.
12137         (tanh_test): Likewise.
12138         (y0_test): Likewise.
12139         (y1_test): Likewise.
12140         * sysdeps/i386/fpu/libm-test-ulps: Update.
12141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12142
12143 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12144
12145         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12146         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12147         and strcspn-ppc64 objects.
12148         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12149         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12150         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12151         multiarch strcspn for POWER7.
12152         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12153         multiarch strcspn for PPC64.
12154         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12155         ifunc selector.
12156         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12157         strcspn for POWER7.
12158
12159 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12160
12161         * math/gen-libm-test.pl (generate_testfile): Expect only function
12162         name as argument to AUTO_TESTS_* and pass results for all rounding
12163         modes to parse_args.
12164         (parse_auto_input): Separate inputs of automatic tests from
12165         outputs before storing in %auto_tests.
12166         * math/libm-test.inc (acos_test_data): Update call to
12167         AUTO_TESTS_f_f.
12168         (acos_test): Use ALL_RM_TEST.
12169         (acos_tonearest_test_data): Remove.
12170         (acos_test_tonearest): Likewise.
12171         (acos_towardzero_test_data): Likewise.
12172         (acos_test_towardzero): Likewise.
12173         (acos_downward_test_data): Likewise.
12174         (acos_test_downward): Likewise.
12175         (acos_upward_test_data): Likewise.
12176         (acos_test_upward): Likewise.
12177         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12178         (asin_test_data): Likewise.
12179         (asin_test): Use ALL_RM_TEST.
12180         (asin_tonearest_test_data): Remove.
12181         (asin_test_tonearest): Likewise.
12182         (asin_towardzero_test_data): Likewise.
12183         (asin_test_towardzero): Likewise.
12184         (asin_downward_test_data): Likewise.
12185         (asin_test_downward): Likewise.
12186         (asin_upward_test_data): Likewise.
12187         (asin_test_upward): Likewise.
12188         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12189         (atan_test_data): Likewise.
12190         (atanh_test_data): Likewise.
12191         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12192         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12193         (carg_test_data): Likewise.
12194         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12195         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12196         (ccosh_test_data): Likewise.
12197         (cexp_test_data): Likewise.
12198         (clog_test_data): Likewise.
12199         (clog10_test_data): Likewise.
12200         (cos_test_data): Update call to AUTO_TESTS_f_f.
12201         (cos_test): Use ALL_RM_TEST.
12202         (cos_tonearest_test_data): Remove.
12203         (cos_test_tonearest): Likewise.
12204         (cos_towardzero_test_data): Likewise.
12205         (cos_test_towardzero): Likewise.
12206         (cos_downward_test_data): Likewise.
12207         (cos_test_downward): Likewise.
12208         (cos_upward_test_data): Likewise.
12209         (cos_test_upward): Likewise.
12210         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12211         (cosh_test): Use ALL_RM_TEST.
12212         (cosh_tonearest_test_data): Remove.
12213         (cosh_test_tonearest): Likewise.
12214         (cosh_towardzero_test_data): Likewise.
12215         (cosh_test_towardzero): Likewise.
12216         (cosh_downward_test_data): Likewise.
12217         (cosh_test_downward): Likewise.
12218         (cosh_upward_test_data): Likewise.
12219         (cosh_test_upward): Likewise.
12220         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12221         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12222         (ctan_test_data): Likewise.
12223         (ctan_test): Use ALL_RM_TEST.
12224         (ctan_tonearest_test_data): Remove.
12225         (ctan_test_tonearest): Likewise.
12226         (ctan_towardzero_test_data): Likewise.
12227         (ctan_test_towardzero): Likewise.
12228         (ctan_downward_test_data): Likewise.
12229         (ctan_test_downward): Likewise.
12230         (ctan_upward_test_data): Likewise.
12231         (ctan_test_upward): Likewise.
12232         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12233         (ctanh_test): Use ALL_RM_TEST.
12234         (ctanh_tonearest_test_data): Remove.
12235         (ctanh_test_tonearest): Likewise.
12236         (ctanh_towardzero_test_data): Likewise.
12237         (ctanh_test_towardzero): Likewise.
12238         (ctanh_downward_test_data): Likewise.
12239         (ctanh_test_downward): Likewise.
12240         (ctanh_upward_test_data): Likewise.
12241         (ctanh_test_upward): Likewise.
12242         (erf_test_data): Update call to AUTO_TESTS_f_f.
12243         (erfc_test_data): Likewise.
12244         (exp_test_data): Likewise.
12245         (exp_test): Use ALL_RM_TEST.
12246         (exp_tonearest_test_data): Remove.
12247         (exp_test_tonearest): Likewise.
12248         (exp_towardzero_test_data): Likewise.
12249         (exp_test_towardzero): Likewise.
12250         (exp_downward_test_data): Likewise.
12251         (exp_test_downward): Likewise.
12252         (exp_upward_test_data): Likewise.
12253         (exp_test_upward): Likewise.
12254         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12255         (exp10_test): Use ALL_RM_TEST.
12256         (exp10_tonearest_test_data): Remove.
12257         (exp10_test_tonearest): Likewise.
12258         (exp10_towardzero_test_data): Likewise.
12259         (exp10_test_towardzero): Likewise.
12260         (exp10_downward_test_data): Likewise.
12261         (exp10_test_downward): Likewise.
12262         (exp10_upward_test_data): Likewise.
12263         (exp10_test_upward): Likewise.
12264         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12265         (expm1_test_data): Likewise.
12266         (expm1_test): Use ALL_RM_TEST.
12267         (expm1_tonearest_test_data): Remove.
12268         (expm1_test_tonearest): Likewise.
12269         (expm1_towardzero_test_data): Likewise.
12270         (expm1_test_towardzero): Likewise.
12271         (expm1_downward_test_data): Likewise.
12272         (expm1_test_downward): Likewise.
12273         (expm1_upward_test_data): Likewise.
12274         (expm1_test_upward): Likewise.
12275         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12276         (fma_test): Use ALL_RM_TEST.
12277         (fma_towardzero_test_data): Remove.
12278         (fma_test_towardzero): Likewise.
12279         (fma_downward_test_data): Likewise.
12280         (fma_test_downward): Likewise.
12281         (fma_upward_test_data): Likewise.
12282         (fma_test_upward): Likewise.
12283         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12284         (j0_test_data): Update call to AUTO_TESTS_f_f.
12285         (j1_test_data): Likewise.
12286         (jn_test_data): Update call to AUTO_TESTS_if_f.
12287         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12288         (log_test_data): Update call to AUTO_TESTS_f_f.
12289         (log10_test_data): Likewise.
12290         (log1p_test_data): Likewise.
12291         (log2_test_data): Likewise.
12292         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12293         (pow_tonearest_test_data): Likewise.
12294         (sin_test_data): Update call to AUTO_TESTS_f_f.
12295         (sin_test): Use ALL_RM_TEST.
12296         (sin_tonearest_test_data): Remove.
12297         (sin_test_tonearest): Likewise.
12298         (sin_towardzero_test_data): Likewise.
12299         (sin_test_towardzero): Likewise.
12300         (sin_downward_test_data): Likewise.
12301         (sin_test_downward): Likewise.
12302         (sin_upward_test_data): Likewise.
12303         (sin_test_upward): Likewise.
12304         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12305         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12306         (sinh_test): Use ALL_RM_TEST.
12307         (sinh_tonearest_test_data): Remove.
12308         (sinh_test_tonearest): Likewise.
12309         (sinh_towardzero_test_data): Likewise.
12310         (sinh_test_towardzero): Likewise.
12311         (sinh_downward_test_data): Likewise.
12312         (sinh_test_downward): Likewise.
12313         (sinh_upward_test_data): Likewise.
12314         (sinh_test_upward): Likewise.
12315         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12316         (sqrt_test): Use ALL_RM_TEST.
12317         (sqrt_tonearest_test_data): Remove.
12318         (sqrt_test_tonearest): Likewise.
12319         (sqrt_towardzero_test_data): Likewise.
12320         (sqrt_test_towardzero): Likewise.
12321         (sqrt_downward_test_data): Likewise.
12322         (sqrt_test_downward): Likewise.
12323         (sqrt_upward_test_data): Likewise.
12324         (sqrt_test_upward): Likewise.
12325         (tan_test_data): Update call to AUTO_TESTS_f_f.
12326         (tan_test): Use ALL_RM_TEST.
12327         (tan_tonearest_test_data): Remove.
12328         (tan_test_tonearest): Likewise.
12329         (tan_towardzero_test_data): Likewise.
12330         (tan_test_towardzero): Likewise.
12331         (tan_downward_test_data): Likewise.
12332         (tan_test_downward): Likewise.
12333         (tan_upward_test_data): Likewise.
12334         (tan_test_upward): Likewise.
12335         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12336         (tgamma_test_data): Likewise.
12337         (y0_test_data): Likewise.
12338         (y1_test_data): Likewise.
12339         (yn_test_data): Update call to AUTO_TESTS_if_f.
12340         (main): Do not call removed functions.
12341
12342 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12343
12344         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12345         (ldexp_test_data): Remove.
12346         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12347         scalbn_test_data.
12348         (scalb_test): Use ALL_RM_TEST.
12349
12350 2014-03-19  Andreas Schwab  <schwab@suse.de>
12351
12352         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12353
12354 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12355
12356         [BZ #16649]
12357         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12358         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12359         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12360         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12361         (__ASSUME_PREADV): Undefine.
12362         (__ASSUME_PWRITEV): Likewise.
12363
12364 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12365
12366         * bits/mman-linux.h: Add comment about non-Linux use.
12367         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12368         bits/mman-linux.h resting place.
12369
12370         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12371         * bits/mman-linux.h: ... here.
12372
12373 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12374
12375         * conform/conformtest.pl: Add standard definition when calling C
12376         preprocessor on data files.
12377         (checknamespace): Remove unused variable.
12378
12379 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12380
12381         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12382         minus_oflow, plus_uflow and minus_uflow in expected results.
12383         * math/libm-test.inc (scalbn_test_data): Add more tests of
12384         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12385         minus_uflow.
12386         (scalbn_test): Use ALL_RM_TEST.
12387         (scalbln_test_data): Add more tests of negative arguments.  Use
12388         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12389         (scalbln_test): Use ALL_RM_TEST.
12390
12391 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12392
12393         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12394
12395 2014-03-18  Will Newton  <will.newton@linaro.org>
12396
12397         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12398         inaccurate comment.
12399
12400 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12401
12402         * Makerules [!subdir] (check-abi): Exit with error status if a
12403         test failed.
12404
12405 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12406
12407         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12408         for rint.  Include results for all rounding modes.
12409         (nearbyint_test): Use ALL_RM_TEST.
12410         (rint_test_data): Include all tests used for nearbyint.
12411
12412 2014-03-17  Will Newton  <will.newton@linaro.org>
12413
12414         * nptl/sysdeps/pthread/pthread.h: Revert previous
12415         change.
12416
12417         * sysdeps/generic/ldsodefs.h: Revert previous
12418         change.
12419
12420         * libio/genops.c: Revert previous change.
12421         * libio/libioP.h: Likewise.
12422         * stdio-common/vfprintf.c: Likewise.
12423
12424         * sysdeps/generic/math_private.h: Revert previous
12425         change.
12426
12427         * sysdeps/generic/math_private.h: Check whether
12428         HAVE_RM_CTX is defined with #ifdef rather
12429         than #if.
12430
12431         * argp/argp-fmtstream.h: Check whether
12432         __STRICT_ANSI__ is defined with #ifdef rather
12433         than #if.
12434         * argp/argp.h: Likewise.
12435
12436         * libio/genops.c: Check whether
12437         _IO_JUMPS_OFFSET is defined with #ifdef rather
12438         than #if.
12439         * libio/libioP.h: Likewise.
12440         * stdio-common/vfprintf.c: Likewise.
12441
12442         * sysdeps/generic/ldsodefs.h: Check whether
12443         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12444         than #if.
12445
12446         * nptl/sysdeps/pthread/pthread.h: Check
12447         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12448         its value.
12449
12450 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12451
12452         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12453         setting O_APPEND.
12454         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12455         test case.
12456
12457         [BZ #16680]
12458         * libio/fileops.c (_IO_file_open): Seek to end of file but
12459         don't cache the offset.
12460         (get_file_offset): Remove function.
12461         (do_ftell): Use cached offset when available.
12462         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12463         don't cache the offset.
12464         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12465         case.
12466         (do_one_test): Call it.
12467         (do_ftell_test): Fix up expected old offset for a+ mode.
12468         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12469         available.
12470
12471         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12472         up test status with function return status.
12473         (do_write_test): Likewise.
12474         (do_append_test): Likewise.
12475
12476         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12477         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12478         Remove.
12479
12480 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12481
12482         * math/gen-libm-test.pl (parse_args): Handle results specified for
12483         each rounding mode separately.
12484         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12485         tests and results from lrint_tonearest_test_data,
12486         lrint_towardzero_test_data, lrint_downward_test_data and
12487         lrint_upward_test_data.
12488         (lrint_test): Use ALL_RM_TEST.
12489         (lrint_tonearest_test_data): Remove.
12490         (lrint_test_tonearest): Likewise.
12491         (lrint_towardzero_test_data): Likewise.
12492         (lrint_test_towardzero): Likewise.
12493         (lrint_downward_test_data): Likewise.
12494         (lrint_test_downward): Likewise.
12495         (lrint_upward_test_data): Likewise.
12496         (lrint_test_upward): Likewise.
12497         (llrint_test_data): Merge in per-rounding-mode tests and results
12498         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12499         llrint_downward_test_data and llrint_upward_test_data.
12500         (llrint_test): Use ALL_RM_TEST.
12501         (llrint_tonearest_test_data): Remove.
12502         (llrint_test_tonearest): Likewise.
12503         (llrint_towardzero_test_data): Likewise.
12504         (llrint_test_towardzero): Likewise.
12505         (llrint_downward_test_data): Likewise.
12506         (llrint_test_downward): Likewise.
12507         (llrint_upward_test_data): Likewise.
12508         (llrint_test_upward): Likewise.
12509         (rint_test_data): Merge in per-rounding-mode tests and results
12510         from rint_tonearest_test_data, rint_towardzero_test_data,
12511         rint_downward_test_data and rint_upward_test_data.  Add
12512         per-rounding-mode results for tests not in those arrays.
12513         (rint_test): Use ALL_RM_TEST.
12514         (rint_tonearest_test_data): Remove.
12515         (rint_test_tonearest): Likewise.
12516         (rint_towardzero_test_data): Likewise.
12517         (rint_test_towardzero): Likewise.
12518         (rint_downward_test_data): Likewise.
12519         (rint_test_downward): Likewise.
12520         (rint_upward_test_data): Likewise.
12521         (rint_test_upward): Likewise.
12522         (main): Don't call removed functions.
12523
12524 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12525
12526         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12527         "Compiled on ..." crapola.  It is anti-useful.
12528
12529 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12530
12531         * scripts/evaluate-test.sh: Handle fourth argument to determine
12532         whether test run should stop on failure.
12533         * Makeconfig (stop-on-test-failure): New variable.
12534         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12535         $(stop-on-test-failure).
12536         * Makefile (tests): Give a summary of results from testing and
12537         exit with failure status if they include an ERROR or FAIL.
12538         (xtests): Likewise.
12539         * manual/install.texi (Configuring and compiling): Mention
12540         stop-on-test-failure=y.
12541         * INSTALL: Regenerated.
12542
12543 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12544
12545         * scripts/versionlist.awk: New file.
12546         * Makerules [$(build-shared) = yes]
12547         (postclean-generated): Add Versions.def, not Versions.def.v and
12548         Versions.def.v.i.
12549         ($(common-objpfx)Versions.def.v.i): Target removed.
12550         ($(common-objpfx)Versions.def): New target.
12551         ($(common-objpfx)Versions.all): Depend on that rather that
12552         $(common-objpfx)Versions.def.v.
12553         * Versions.def: File removed.
12554
12555         * Makeconfig (+gccwarn): Add -Wundef.
12556         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12557         a dl-sysdep.h breaking its contract.
12558         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12559         * include/stackinfo.h: New file.
12560         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12561         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12562         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12563         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12564         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12565         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12566         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12567         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12568         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12569         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12570         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12571         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12572         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12573         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12574         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12575
12576 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12577
12578         [BZ #16707]
12579         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12580         implementation.
12581         * math/libm-test.inc (round_test_data): Add more tests.
12582
12583         [BZ #16706]
12584         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12585         implementation.
12586         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12587
12588         [BZ #16701]
12589         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12590         implementation.
12591         * math/libm-test.inc (ceil_test_data): Add more tests.
12592
12593         * math/libm-test.inc (trunc_test_data): Add more tests related to
12594         BZ#16414.
12595
12596 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12597
12598         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12599         with #if rather than #ifdef.
12600         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12601
12602 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12603
12604         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12605         first.  Disable AVX-512 GCC support if assembler doesn't support
12606         it.
12607         * sysdeps/x86_64/configure: Regenerated.
12608
12609 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12610
12611         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12612         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12613         (__old_pthread_attr_setstack): Likewise.
12614         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12615         [!_STACK_GROWS_DOWN]: Likewise.
12616
12617 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12618
12619         * config.make.in (have-bash2): Delete.
12620         * configure.ac (libc_cv_have_bash2): Delete.
12621         * configure: Regenerate.
12622         * elf/Makefile (common-ldd-rewrite): Rename to ...
12623         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12624         (sh-ldd-rewrite): Delete.
12625         (bash-ldd-rewrite): Delete.
12626         (have-bash2): Delete checks.
12627         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12628         ldd-rewrite.
12629
12630         * config.make.in (have-ksh): Delete.
12631         (KSH): Delete.
12632         * configure.ac (libc_cv_have_ksh): Delete.
12633         * configure: Regenerate.
12634
12635         * elf/Makefile: Delete $(have-ksh) check.
12636         ($(objpfx)sotruss): Change KSH to BASH.
12637         * elf/sotruss.ksh: Rename to ...
12638         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12639         function style to match POSIX.  Drop ksh vim mode setting.
12640
12641         * manual/time.texi (Specifying the Time Zone with TZ): Change
12642         Tuesday to Thursday.
12643
12644         * debug/tst-longjmp_chk2.c: Update header comment.
12645         (stackoverflow_handler): Add comment.  Call assert on pass value.
12646
12647 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12648
12649         [BZ #16194]
12650         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12651         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12652         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12653         (La_x86_64_vector): Add zmm.
12654         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12655         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12656         ($(objpfx)tst-audit10): New target.
12657         ($(objpfx)tst-audit10.out): Likewise.
12658         (tst-audit10-ENV): New.
12659         (AVX512-CFLAGS): Likewise.
12660         (CFLAGS-tst-audit10.c): Likewise.
12661         (CFLAGS-tst-auditmod10a.c): Likewise.
12662         (CFLAGS-tst-auditmod10b.c): Likewise.
12663         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12664         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12665         * sysdeps/x86_64/configure: Regenerated.
12666         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12667         AVX-512 zmm register support.
12668         (_dl_x86_64_save_sse): Likewise.
12669         (_dl_x86_64_restore_sse): Likewise.
12670         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12671         size vector registers.
12672         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12673         (ZMM_SIZE): Likewise.
12674         * sysdeps/x86_64/tst-audit10.c: New file.
12675         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12676         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12677
12678 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12679
12680         * configure.ac (HAVE_EHDR_START): New check.
12681         * configure: Regenerated.
12682         * config.h.in (HAVE_EHDR_START): New #undef.
12683         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12684         assuming the lowest-addressed segment maps the start of the file.
12685
12686 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12687
12688         * INSTALL: Regenerated.
12689
12690 2014-03-13  Will Newton  <will.newton@linaro.org>
12691
12692         * manual/setjmp.texi (System V contexts): Improve
12693         clarity and grammar of documentation.
12694
12695 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12696
12697         [BZ #16381]
12698         * elf/Makefile (tests): Add tst-pie2.
12699         (tests-pie): Add tst-pie2.
12700         * elf/tst-pie2.c: New file.
12701         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12702         for ET_EXEC.
12703         * elf/rtld.c (map_doit): Load executable as lt_executable.
12704         (dl_main): Likewise.
12705
12706 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12707
12708         [BZ #16642]
12709         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12710         (__ASSUME_PSELECT): Undefine.
12711
12712 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12713
12714         [BZ #16689]
12715         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12716         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12717         static build.
12718         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12719         selector for static builds.
12720
12721 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12722
12723         [BZ #16695]
12724         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12725         key in the buffer.
12726
12727 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12728
12729         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12730         IFUNC selector for static builds.
12731
12732 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12733
12734         * sysdeps/mips/math_private.h [__mips_hard_float]
12735         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12736         libc_feresetround_mips_ctx.
12737         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12738         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12739         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12740
12741         [BZ #16677]
12742         * math/s_nextafter.c (__nextafter): Do not return value from
12743         overflowing computation.
12744         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12745         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12746         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12747         Likewise.
12748         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12749         Likewise.
12750         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12751         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12752
12753 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12754
12755         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12756         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12757         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12758         the new mov targetting sp.
12759
12760 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12761
12762         [BZ #16683]
12763         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12764         Define it for static builds as well.
12765         (NO_BZERO_IMPL): Likewise.
12766
12767 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12768
12769         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12770         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12771         multiarch strspn for PPC64.
12772         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12773         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12774         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12775         (__libc_ifunc_impl_list): Likewise.
12776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12777         multiarch optimizations
12778         * string/strspn.c (strspn): Using macro to redefine symbol name.
12779
12780 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12781             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12782
12783         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12784         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12785         multiarch strncat for PPC64.
12786         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12787         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12788         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12789         (__libc_ifunc_impl_list): Likewise.
12790         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12791         multiarch optimizations
12792
12793 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12794
12795         [BZ #16639]
12796         * nscd/nscd.service: Make service type forking.
12797
12798 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12799
12800         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12801         sign in non default rounding modes.
12802         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12803
12804 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12805
12806         * math/libm-test.inc (ALL_RM_TEST): New macro.
12807         (ceil_test): Use ALL_RM_TEST.
12808         (cimag_test): Likewise.
12809         (conj_test): Likewise.
12810         (copysign_test): Likewise.
12811         (cproj_test): Likewise.
12812         (creal_test): Likewise.
12813         (fabs_test): Likewise.
12814         (floor_test): Likewise.
12815         (fmax_test): Likewise.
12816         (fmin_test): Likewise.
12817         (fmod_test): Likewise.
12818         (fpclassify_test): Likewise.
12819         (frexp_test): Likewise.
12820         (ilogb_test): Likewise.
12821         (isfinite_test): Likewise.
12822         (finite_test): Likewise.
12823         (isgreater_test): Likewise.
12824         (isgreaterequal_test): Likewise.
12825         (isinf_test): Likewise.
12826         (isless_test): Likewise.
12827         (islessequal_test): Likewise.
12828         (islessgreater_test): Likewise.
12829         (isnan_test): Likewise.
12830         (isnormal_test): Likewise.
12831         (issignaling_test): Likewise.
12832         (isunordered_test): Likewise.
12833         (logb_test): Likewise.
12834         (logb_downward_test_data): Remove.
12835         (logb_test_downward): Likewise.
12836         (lround_test): Use ALL_RM_TEST.
12837         (llround_test): Likewise.
12838         (modf_test): Likewise.
12839         (nexttoward_test): Likewise.
12840         (remainder_test): Likewise.
12841         (drem_test): Likewise.
12842         (remainder_tonearest_test_data): Likewise.
12843         (remainder_test_tonearest): Likewise.
12844         (drem_test_tonearest): Likewise.
12845         (remainder_towardzero_test_data): Likewise.
12846         (remainder_test_towardzero): Likewise.
12847         (drem_test_towardzero): Likewise.
12848         (remainder_downward_test_data): Likewise.
12849         (remainder_test_downward): Likewise.
12850         (drem_test_downward): Likewise.
12851         (remainder_upward_test_data): Likewise.
12852         (remainder_test_upward): Likewise.
12853         (drem_test_upward): Likewise.
12854         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12855         (round_test): Use ALL_RM_TEST.
12856         (signbit_test): Likewise.
12857         (trunc_test): Likewise.
12858         (significand_test): Likewise.
12859         (main): Don't call removed functions.
12860
12861 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12862
12863         [BZ #16674]
12864         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12865         || __USE_XOPEN2K8].
12866         (ILL_ILLOPN): Likewise.
12867         (ILL_ILLADR): Likewise.
12868         (ILL_ILLTRP): Likewise.
12869         (ILL_PRVOPC): Likewise.
12870         (ILL_PRVREG): Likewise.
12871         (ILL_COPROC): Likewise.
12872         (ILL_BADSTK): Likewise.
12873         (FPE_INTDIV): Likewise.
12874         (FPE_INTOVF): Likewise.
12875         (FPE_FLTDIV): Likewise.
12876         (FPE_FLTOVF): Likewise.
12877         (FPE_FLTUND): Likewise.
12878         (FPE_FLTRES): Likewise.
12879         (FPE_FLTINV): Likewise.
12880         (FPE_FLTSUB): Likewise.
12881         (SEGV_MAPERR): Likewise.
12882         (SEGV_ACCERR): Likewise.
12883         (BUS_ADRALN): Likewise.
12884         (BUS_ADRERR): Likewise.
12885         (BUS_OBJERR): Likewise.
12886         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12887         (TRAP_TRACE): Likewise.
12888         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12889         __USE_XOPEN2K8].
12890         (CLD_KILLED): Likewise.
12891         (CLD_DUMPED): Likewise.
12892         (CLD_TRAPPED): Likewise.
12893         (CLD_STOPPED): Likewise.
12894         (CLD_CONTINUED): Likewise.
12895         (POLL_IN): Likewise.
12896         (POLL_OUT): Likewise.
12897         (POLL_MSG): Likewise.
12898         (POLL_ERR): Likewise.
12899         (POLL_PRI): Likewise.
12900         (POLL_HUP): Likewise.
12901         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12902         Likewise.
12903         (ILL_ILLOPN): Likewise.
12904         (ILL_ILLADR): Likewise.
12905         (ILL_ILLTRP): Likewise.
12906         (ILL_PRVOPC): Likewise.
12907         (ILL_PRVREG): Likewise.
12908         (ILL_COPROC): Likewise.
12909         (ILL_BADSTK): Likewise.
12910         (FPE_INTDIV): Likewise.
12911         (FPE_INTOVF): Likewise.
12912         (FPE_FLTDIV): Likewise.
12913         (FPE_FLTOVF): Likewise.
12914         (FPE_FLTUND): Likewise.
12915         (FPE_FLTRES): Likewise.
12916         (FPE_FLTINV): Likewise.
12917         (FPE_FLTSUB): Likewise.
12918         (SEGV_MAPERR): Likewise.
12919         (SEGV_ACCERR): Likewise.
12920         (BUS_ADRALN): Likewise.
12921         (BUS_ADRERR): Likewise.
12922         (BUS_OBJERR): Likewise.
12923         (BUS_MCEERR_AR): Likewise.
12924         (BUS_MCEERR_AO): Likewise.
12925         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12926         (TRAP_TRACE): Likewise.
12927         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12928         __USE_XOPEN2K8].
12929         (CLD_KILLED): Likewise.
12930         (CLD_DUMPED): Likewise.
12931         (CLD_TRAPPED): Likewise.
12932         (CLD_STOPPED): Likewise.
12933         (CLD_CONTINUED): Likewise.
12934         (POLL_IN): Likewise.
12935         (POLL_OUT): Likewise.
12936         (POLL_MSG): Likewise.
12937         (POLL_ERR): Likewise.
12938         (POLL_PRI): Likewise.
12939         (POLL_HUP): Likewise.
12940         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12941         (ILL_ILLOPN): Likewise.
12942         (ILL_ILLADR): Likewise.
12943         (ILL_ILLTRP): Likewise.
12944         (ILL_PRVOPC): Likewise.
12945         (ILL_PRVREG): Likewise.
12946         (ILL_COPROC): Likewise.
12947         (ILL_BADSTK): Likewise.
12948         (FPE_INTDIV): Likewise.
12949         (FPE_INTOVF): Likewise.
12950         (FPE_FLTDIV): Likewise.
12951         (FPE_FLTOVF): Likewise.
12952         (FPE_FLTUND): Likewise.
12953         (FPE_FLTRES): Likewise.
12954         (FPE_FLTINV): Likewise.
12955         (FPE_FLTSUB): Likewise.
12956         (SEGV_MAPERR): Likewise.
12957         (SEGV_ACCERR): Likewise.
12958         (BUS_ADRALN): Likewise.
12959         (BUS_ADRERR): Likewise.
12960         (BUS_OBJERR): Likewise.
12961         (BUS_MCEERR_AR): Likewise.
12962         (BUS_MCEERR_AO): Likewise.
12963         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12964         (TRAP_TRACE): Likewise.
12965         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12966         __USE_XOPEN2K8].
12967         (CLD_KILLED): Likewise.
12968         (CLD_DUMPED): Likewise.
12969         (CLD_TRAPPED): Likewise.
12970         (CLD_STOPPED): Likewise.
12971         (CLD_CONTINUED): Likewise.
12972         (POLL_IN): Likewise.
12973         (POLL_OUT): Likewise.
12974         (POLL_MSG): Likewise.
12975         (POLL_ERR): Likewise.
12976         (POLL_PRI): Likewise.
12977         (POLL_HUP): Likewise.
12978         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12979         Likewise.
12980         (ILL_ILLOPN): Likewise.
12981         (ILL_ILLADR): Likewise.
12982         (ILL_ILLTRP): Likewise.
12983         (ILL_PRVOPC): Likewise.
12984         (ILL_PRVREG): Likewise.
12985         (ILL_COPROC): Likewise.
12986         (ILL_BADSTK): Likewise.
12987         (ILL_BADIADDR): Likewise.
12988         (ILL_BREAK): Likewise.
12989         (FPE_INTDIV): Likewise.
12990         (FPE_INTOVF): Likewise.
12991         (FPE_FLTDIV): Likewise.
12992         (FPE_FLTOVF): Likewise.
12993         (FPE_FLTUND): Likewise.
12994         (FPE_FLTRES): Likewise.
12995         (FPE_FLTINV): Likewise.
12996         (FPE_FLTSUB): Likewise.
12997         (FPE_DECOVF): Likewise.
12998         (FPE_DECDIV): Likewise.
12999         (FPE_DECERR): Likewise.
13000         (FPE_INVASC): Likewise.
13001         (FPE_INVDEC): Likewise.
13002         (SEGV_MAPERR): Likewise.
13003         (SEGV_ACCERR): Likewise.
13004         (SEGV_PSTKOVF): Likewise.
13005         (BUS_ADRALN): Likewise.
13006         (BUS_ADRERR): Likewise.
13007         (BUS_OBJERR): Likewise.
13008         (BUS_MCEERR_AR): Likewise.
13009         (BUS_MCEERR_AO): Likewise.
13010         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13011         (TRAP_TRACE): Likewise.
13012         (TRAP_BRANCH): Likewise.
13013         (TRAP_HWBKPT): Likewise.
13014         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13015         __USE_XOPEN2K8].
13016         (CLD_KILLED): Likewise.
13017         (CLD_DUMPED): Likewise.
13018         (CLD_TRAPPED): Likewise.
13019         (CLD_STOPPED): Likewise.
13020         (CLD_CONTINUED): Likewise.
13021         (POLL_IN): Likewise.
13022         (POLL_OUT): Likewise.
13023         (POLL_MSG): Likewise.
13024         (POLL_ERR): Likewise.
13025         (POLL_PRI): Likewise.
13026         (POLL_HUP): Likewise.
13027         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13028         (ILL_ILLOPN): Likewise.
13029         (ILL_ILLADR): Likewise.
13030         (ILL_ILLTRP): Likewise.
13031         (ILL_PRVOPC): Likewise.
13032         (ILL_PRVREG): Likewise.
13033         (ILL_COPROC): Likewise.
13034         (ILL_BADSTK): Likewise.
13035         (FPE_INTDIV): Likewise.
13036         (FPE_INTOVF): Likewise.
13037         (FPE_FLTDIV): Likewise.
13038         (FPE_FLTOVF): Likewise.
13039         (FPE_FLTUND): Likewise.
13040         (FPE_FLTRES): Likewise.
13041         (FPE_FLTINV): Likewise.
13042         (FPE_FLTSUB): Likewise.
13043         (SEGV_MAPERR): Likewise.
13044         (SEGV_ACCERR): Likewise.
13045         (BUS_ADRALN): Likewise.
13046         (BUS_ADRERR): Likewise.
13047         (BUS_OBJERR): Likewise.
13048         (BUS_MCEERR_AR): Likewise.
13049         (BUS_MCEERR_AO): Likewise.
13050         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13051         (TRAP_TRACE): Likewise.
13052         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13053         __USE_XOPEN2K8].
13054         (CLD_KILLED): Likewise.
13055         (CLD_DUMPED): Likewise.
13056         (CLD_TRAPPED): Likewise.
13057         (CLD_STOPPED): Likewise.
13058         (CLD_CONTINUED): Likewise.
13059         (POLL_IN): Likewise.
13060         (POLL_OUT): Likewise.
13061         (POLL_MSG): Likewise.
13062         (POLL_ERR): Likewise.
13063         (POLL_PRI): Likewise.
13064         (POLL_HUP): Likewise.
13065         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13066         (ILL_ILLOPN): Likewise.
13067         (ILL_ILLADR): Likewise.
13068         (ILL_ILLTRP): Likewise.
13069         (ILL_PRVOPC): Likewise.
13070         (ILL_PRVREG): Likewise.
13071         (ILL_COPROC): Likewise.
13072         (ILL_BADSTK): Likewise.
13073         (FPE_INTDIV): Likewise.
13074         (FPE_INTOVF): Likewise.
13075         (FPE_FLTDIV): Likewise.
13076         (FPE_FLTOVF): Likewise.
13077         (FPE_FLTUND): Likewise.
13078         (FPE_FLTRES): Likewise.
13079         (FPE_FLTINV): Likewise.
13080         (FPE_FLTSUB): Likewise.
13081         (SEGV_MAPERR): Likewise.
13082         (SEGV_ACCERR): Likewise.
13083         (BUS_ADRALN): Likewise.
13084         (BUS_ADRERR): Likewise.
13085         (BUS_OBJERR): Likewise.
13086         (BUS_MCEERR_AR): Likewise.
13087         (BUS_MCEERR_AO): Likewise.
13088         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13089         (TRAP_TRACE): Likewise.
13090         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13091         __USE_XOPEN2K8].
13092         (CLD_KILLED): Likewise.
13093         (CLD_DUMPED): Likewise.
13094         (CLD_TRAPPED): Likewise.
13095         (CLD_STOPPED): Likewise.
13096         (CLD_CONTINUED): Likewise.
13097         (POLL_IN): Likewise.
13098         (POLL_OUT): Likewise.
13099         (POLL_MSG): Likewise.
13100         (POLL_ERR): Likewise.
13101         (POLL_PRI): Likewise.
13102         (POLL_HUP): Likewise.
13103         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13104         (ILL_ILLOPN): Likewise.
13105         (ILL_ILLADR): Likewise.
13106         (ILL_ILLTRP): Likewise.
13107         (ILL_PRVOPC): Likewise.
13108         (ILL_PRVREG): Likewise.
13109         (ILL_COPROC): Likewise.
13110         (ILL_BADSTK): Likewise.
13111         (FPE_INTDIV): Likewise.
13112         (FPE_INTOVF): Likewise.
13113         (FPE_FLTDIV): Likewise.
13114         (FPE_FLTOVF): Likewise.
13115         (FPE_FLTUND): Likewise.
13116         (FPE_FLTRES): Likewise.
13117         (FPE_FLTINV): Likewise.
13118         (FPE_FLTSUB): Likewise.
13119         (SEGV_MAPERR): Likewise.
13120         (SEGV_ACCERR): Likewise.
13121         (BUS_ADRALN): Likewise.
13122         (BUS_ADRERR): Likewise.
13123         (BUS_OBJERR): Likewise.
13124         (BUS_MCEERR_AR): Likewise.
13125         (BUS_MCEERR_AO): Likewise.
13126         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13127         (TRAP_TRACE): Likewise.
13128         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13129         __USE_XOPEN2K8].
13130         (CLD_KILLED): Likewise.
13131         (CLD_DUMPED): Likewise.
13132         (CLD_TRAPPED): Likewise.
13133         (CLD_STOPPED): Likewise.
13134         (CLD_CONTINUED): Likewise.
13135         (POLL_IN): Likewise.
13136         (POLL_OUT): Likewise.
13137         (POLL_MSG): Likewise.
13138         (POLL_ERR): Likewise.
13139         (POLL_PRI): Likewise.
13140         (POLL_HUP): Likewise.
13141         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13142         (ILL_ILLOPN): Likewise.
13143         (ILL_ILLADR): Likewise.
13144         (ILL_ILLTRP): Likewise.
13145         (ILL_PRVOPC): Likewise.
13146         (ILL_PRVREG): Likewise.
13147         (ILL_COPROC): Likewise.
13148         (ILL_BADSTK): Likewise.
13149         (ILL_DBLFLT): Likewise.
13150         (ILL_HARDWALL): Likewise.
13151         (FPE_INTDIV): Likewise.
13152         (FPE_INTOVF): Likewise.
13153         (FPE_FLTDIV): Likewise.
13154         (FPE_FLTOVF): Likewise.
13155         (FPE_FLTUND): Likewise.
13156         (FPE_FLTRES): Likewise.
13157         (FPE_FLTINV): Likewise.
13158         (FPE_FLTSUB): Likewise.
13159         (SEGV_MAPERR): Likewise.
13160         (SEGV_ACCERR): Likewise.
13161         (BUS_ADRALN): Likewise.
13162         (BUS_ADRERR): Likewise.
13163         (BUS_OBJERR): Likewise.
13164         (BUS_MCEERR_AR): Likewise.
13165         (BUS_MCEERR_AO): Likewise.
13166         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13167         (TRAP_TRACE): Likewise.
13168         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13169         __USE_XOPEN2K8].
13170         (CLD_KILLED): Likewise.
13171         (CLD_DUMPED): Likewise.
13172         (CLD_TRAPPED): Likewise.
13173         (CLD_STOPPED): Likewise.
13174         (CLD_CONTINUED): Likewise.
13175         (POLL_IN): Likewise.
13176         (POLL_OUT): Likewise.
13177         (POLL_MSG): Likewise.
13178         (POLL_ERR): Likewise.
13179         (POLL_PRI): Likewise.
13180         (POLL_HUP): Likewise.
13181         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13182         (ILL_ILLOPN): Likewise.
13183         (ILL_ILLADR): Likewise.
13184         (ILL_ILLTRP): Likewise.
13185         (ILL_PRVOPC): Likewise.
13186         (ILL_PRVREG): Likewise.
13187         (ILL_COPROC): Likewise.
13188         (ILL_BADSTK): Likewise.
13189         (FPE_INTDIV): Likewise.
13190         (FPE_INTOVF): Likewise.
13191         (FPE_FLTDIV): Likewise.
13192         (FPE_FLTOVF): Likewise.
13193         (FPE_FLTUND): Likewise.
13194         (FPE_FLTRES): Likewise.
13195         (FPE_FLTINV): Likewise.
13196         (FPE_FLTSUB): Likewise.
13197         (SEGV_MAPERR): Likewise.
13198         (SEGV_ACCERR): Likewise.
13199         (BUS_ADRALN): Likewise.
13200         (BUS_ADRERR): Likewise.
13201         (BUS_OBJERR): Likewise.
13202         (BUS_MCEERR_AR): Likewise.
13203         (BUS_MCEERR_AO): Likewise.
13204         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13205         (TRAP_TRACE): Likewise.
13206         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13207         __USE_XOPEN2K8].
13208         (CLD_KILLED): Likewise.
13209         (CLD_DUMPED): Likewise.
13210         (CLD_TRAPPED): Likewise.
13211         (CLD_STOPPED): Likewise.
13212         (CLD_CONTINUED): Likewise.
13213         (POLL_IN): Likewise.
13214         (POLL_OUT): Likewise.
13215         (POLL_MSG): Likewise.
13216         (POLL_ERR): Likewise.
13217         (POLL_PRI): Likewise.
13218         (POLL_HUP): Likewise.
13219         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13220         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13221
13222         [BZ #16670]
13223         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13224         before #include of <time.h>.
13225         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13226         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13227         (test-xfail-UNIX98/sched.h/conform): Likewise.
13228
13229 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13230
13231         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13232         error absence of trapping exception support.
13233         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13234
13235 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13236
13237         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13238         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13239         * timezone/Makefile (testdata): Move definition above include of
13240         Rules.
13241         (test-zones): New variable.
13242         (tests-special): Add zone files.
13243         (build-testdata): Use $(evaluate-test).
13244
13245         * elf/Makefile (tests-special): Rename tests to end with .out.
13246         ($(objpfx)noload-mem): Likewise.
13247         ($(objpfx)tst-leaks1-mem): Likewise.
13248         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13249         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13250         $(objpfx)test-iconvconfig.out.
13251         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13252         set -e inside subshell and redirect output to file.
13253         * iconvdata/Makefile (generated): Rename tests to end with .out.
13254         Correct type.
13255         (tests-special): Rename tests to end with .out.
13256         ($(objpfx)mtrace-tst-loading): Likewise.
13257         * intl/Makefile (generated): Likewise.
13258         (tests-special): Likewise.
13259         ($(objpfx)mtrace-tst-gettext): Likewise.
13260         * misc/Makefile (generated): Likewise.
13261         (tests-special): Likewise.
13262         ($(objpfx)tst-error1-mem): Likewise.
13263         * nptl/Makefile (tests-special): Likewise.
13264         ($(objpfx)tst-stack3-mem): Likewise.
13265         (generated): Likewise.
13266         * posix/Makefile (generated): Likewise.
13267         (tests-special): Likewise.
13268         (xtests-special): Likewise.
13269         ($(objpfx)tst-fnmatch-mem): Likewise.
13270         ($(objpfx)bug-regex2-mem): Likewise.
13271         ($(objpfx)bug-regex14-mem): Likewise.
13272         ($(objpfx)bug-regex21-mem): Likewise.
13273         ($(objpfx)bug-regex31-mem): Likewise.
13274         ($(objpfx)tst-vfork3-mem): Likewise.
13275         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13276         ($(objpfx)tst-pcre-mem): Likewise.
13277         ($(objpfx)tst-boost-mem): Likewise.
13278         ($(objpfx)bug-ga2-mem): Likewise.
13279         ($(objpfx)bug-glob2-mem): Likewise.
13280         * resolv/Makefile (generate): Likewise.
13281         (tests-special): Likewise.
13282         (xtests-special): Likewise.
13283         (generated): Likewise.
13284         ($(objpfx)mtrace-tst-leaks): Likewise.
13285         ($(objpfx)mtrace-tst-leaks2): Likewise.
13286
13287         * scripts/merge-test-results.sh: New file.
13288         * Makefile (tests-special-notdir): New variable.
13289         (tests): Run merge-test-results.sh.
13290         (xtests): Likewise.
13291         * Rules (tests-special-notdir): New variable.
13292         (xtests-special-notdir): Likewise.
13293         (tests): Run merge-test-results.sh
13294         (xtests): Likewise.
13295
13296         * Makeconfig (test-xfail-name): New variable.
13297         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13298         compute variable name for expected failures.
13299         * conform/Makefile (conformtest-headers-data): New variable.
13300         (conformtest-standards): Likewise.
13301         (conformtest-headers-ISO): Likewise.
13302         (conformtest-headers-ISO99): Likewise.
13303         (conformtest-headers-ISO11): Likewise.
13304         (conformtest-headers-POSIX): Likewise.
13305         (conformtest-headers-XPG3): Likewise.
13306         (conformtest-headers-XPG4): Likewise.
13307         (conformtest-headers-UNIX98): Likewise.
13308         (conformtest-headers-XOPEN2K): Likewise.
13309         (conformtest-headers-POSIX2008): Likewise.
13310         (conformtest-headers-XOPEN2K8): Likewise.
13311         (conformtest-header-list-base): Likewise.
13312         (conformtest-header-list-tests): Likewise.
13313         (conformtest-header-base): Likewise.
13314         (conformtest-header-tests): Likewise.
13315         (tests-special): Add $(conformtest-header-list-tests).  If
13316         [$(fast-check) && !$(cross-compiling)], add
13317         $(conformtest-header-tests) instead of
13318         $(objpfx)run-conformtest.out.
13319         (generated): Add $(conformtest-header-list-base).  If
13320         [$(fast-check) && !$(cross-compiling)], add
13321         $(conformtest-header-base).  Remove previous setting.
13322         ($(conformtest-header-list-tests)): New target.
13323         (test-xfail-run-conformtest): Remove variable.
13324         ($(objpfx)run-conformtest.out): Remove target.
13325         (test-xfail-ISO11/complex.h/conform): New variable.
13326         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13327         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13328         (test-xfail-XPG3/varargs.h/conform): Likewise.
13329         (test-xfail-XPG4/varargs.h/conform): Likewise.
13330         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13331         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13332         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13333         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13334         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13335         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13336         (test-xfail-XPG3/ftw.h/conform): Likewise.
13337         (test-xfail-XPG3/grp.h/conform): Likewise.
13338         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13339         (test-xfail-XPG3/limits.h/conform): Likewise.
13340         (test-xfail-XPG3/pwd.h/conform): Likewise.
13341         (test-xfail-XPG3/search.h/conform): Likewise.
13342         (test-xfail-XPG3/signal.h/conform): Likewise.
13343         (test-xfail-XPG3/stdio.h/conform): Likewise.
13344         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13345         (test-xfail-XPG3/string.h/conform): Likewise.
13346         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13347         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13348         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13349         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13350         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13351         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13352         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13353         (test-xfail-XPG3/termios.h/conform): Likewise.
13354         (test-xfail-XPG3/time.h/conform): Likewise.
13355         (test-xfail-XPG3/unistd.h/conform): Likewise.
13356         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13357         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13358         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13359         (test-xfail-XPG4/netdb.h/conform): Likewise.
13360         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13361         (test-xfail-XPG4/signal.h/conform): Likewise.
13362         (test-xfail-XPG4/stdio.h/conform): Likewise.
13363         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13364         (test-xfail-XPG4/stropts.h/conform): Likewise.
13365         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13366         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13367         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13368         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13369         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13370         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13371         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13372         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13373         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13374         (test-xfail-XPG4/termios.h/conform): Likewise.
13375         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13376         (test-xfail-XPG4/unistd.h/conform): Likewise.
13377         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13378         (test-xfail-POSIX/sched.h/conform): Likewise.
13379         (test-xfail-POSIX/signal.h/conform): Likewise.
13380         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13381         (test-xfail-POSIX/tar.h/conform): Likewise.
13382         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13383         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13384         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13385         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13386         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13387         (test-xfail-UNIX98/sched.h/conform): Likewise.
13388         (test-xfail-UNIX98/signal.h/conform): Likewise.
13389         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13390         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13391         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13392         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13393         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13394         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13395         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13396         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13397         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13398         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13399         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13400         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13401         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13402         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13403         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13404         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13405         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13406         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13407         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13408         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13409         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13410         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13411         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13412         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13413         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13414         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13415         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13416         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13417         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13418         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13419         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13420         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13421         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13422         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13423         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13424         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13425         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13426         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13427         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13428         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13429         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13430         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13431         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13432         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13433         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13434         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13435         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13436         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13437         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13438         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13439         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13440         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13441         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13442         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13443         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13444         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13445         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13446         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13447         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13448         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13449         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13450         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13451         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13452         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13453         (conformtest-cc-flags): Likewise.
13454         ($(conformtest-header-tests): New target.
13455         * conform/check-header-lists.sh: New file.
13456         * conform/run-conformtest.sh: Remove.
13457
13458         * conform/conformtest.pl: Allow ' and \ in values given for
13459         constants.
13460         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13461         inclusion.
13462         [POSIX] (sys/types.h): Likewise.
13463         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13464         inclusion.
13465         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13466         inclusion.
13467         * conform/data/signal.h-data (SIGIO): Remove expectation.
13468         [XPG3] (SIGBUS): Do not expect.
13469         [POSIX || XPG3] (SIGPOLL): Likewise.
13470         [POSIX || XPG3] (SIGPROF): Likewise.
13471         [POSIX || XPG3] (SIGSYS): Likewise.
13472         [XPG3] (SIGTRAP): Likewise.
13473         [POSIX || XPG3] (SIGURG): Likewise.
13474         [POSIX || XPG3] (SIGVTALRM): Likewise.
13475         [POSIX || XPG3] (SIGXCPU): Likewise.
13476         [POSIX || XPG3] (SIGXFSZ): Likewise.
13477         [POSIX] (SA_SIGINFO): Expect.
13478         [XPG3] (siginfo_t): Do not expect type or contents.
13479         [POSIX] (si_pid): Do not expect element.
13480         [POSIX] (si_uid): Likewise.
13481         [POSIX] (si_addr): Likewise.
13482         [POSIX] (si_status): Likewise.
13483         [POSIX] (si_band): Likewise.
13484         [XPG4] (si_value): Likewise.
13485         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13486         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13487         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13488         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13489         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13490         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13491         [POSIX || XPG3] (ILL_COPROC): Likewise.
13492         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13493         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13494         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13495         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13496         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13497         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13498         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13499         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13500         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13501         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13502         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13503         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13504         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13505         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13506         [POSIX || XPG3] (CLD_EXITED): Likewise.
13507         [POSIX || XPG3] (CLD_KILLED): Likewise.
13508         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13509         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13510         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13511         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13512         [POSIX || XPG3] (POLL_IN): Likewise.
13513         [POSIX || XPG3] (POLL_OUT): Likewise.
13514         [POSIX || XPG3] (POLL_MSG): Likewise.
13515         [POSIX || XPG3] (POLL_ERR): Likewise.
13516         [POSIX || XPG3] (POLL_PRI): Likewise.
13517         [POSIX || XPG3] (POLL_HUP): Likewise.
13518         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13519         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13520         (SIG*): Do not allow.
13521         [XPG3] (si_*): Likewise.
13522         [XPG3] (SI_*): Likewise.
13523         [XPG3 || XPG4] (sigev_*): Likewise.
13524         [XPG3 || XPG4] (SIGEV_*): Likewise.
13525         [XPG3 || XPG4] (sival_*): Likewise.
13526         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13527         [POSIX || XPG3] (BUS_*): Likewise.
13528         [POSIX || XPG3] (CLD_*): Likewise.
13529         [POSIX || XPG3] (FPE_*): Likewise.
13530         [POSIX || XPG3] (ILL_*): Likewise.
13531         [POSIX || XPG3] (POLL_*): Likewise.
13532         [POSIX || XPG3] (SEGV_*): Likewise.
13533         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13534         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13535         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13536         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13537         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13538         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13539         Specify type and value.
13540         (TVERSLEN): Likewise.
13541         (REGTYPE): Likewise.
13542         (AREGTYPE): Likewise.
13543         (LNKTYPE): Likewise.
13544         (SYMTYPE): Likewise.
13545         (CHRTYPE): Likewise.
13546         (BLKTYPE): Likewise.
13547         (DIRTYPE): Likewise.
13548         (FIFOTYPE): Likewise.
13549         (CONTTYPE): Likewise.
13550         (TSUID): Likewise.
13551         (TSGID): Likewise.
13552         (TSVTX): Likewise.
13553         (TUREAD): Likewise.
13554         (TUWRITE): Likewise.
13555         (TUEXEC): Likewise.
13556         (TGREAD): Likewise.
13557         (TGWRITE): Likewise.
13558         (TGEXEC): Likewise.
13559         (TOREAD): Likewise.
13560         (TOWRITE): Likewise.
13561         (TOEXEC): Likewise.
13562         [POSIX] (TSVTX): Expect constant.
13563
13564 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13565
13566         * Makefile (tests): Change dependencies to ....
13567         (tests-special): ... additions to this variable.
13568         (tests): Depend on $(tests-special).
13569         * Makerules (check-abi-list): New variable.
13570         (check-abi): Depend on $(check-abi-list).
13571         [$(subdir) = elf] (tests-special): Add
13572         $(objpfx)check-abi-libc.out.
13573         [$(build-shared) = yes && subdir] (tests-special): Add
13574         $(check-abi-list).
13575         [$(build-shared) = yes && subdir] (tests): Do not depend on
13576         check-abi.
13577         * Rules (tests): Depend on $(tests-special).
13578         (xtests): Depend on $(xtests-special).
13579         * catgets/Makefile (tests): Change dependencies to ....
13580         (tests-special): ... additions to this variable.
13581         * conform/Makefile (tests): Change dependencies to ....
13582         (tests-special): ... additions to this variable.
13583         * elf/Makefile (tests): Change dependencies to ....
13584         (tests-special): ... additions to this variable.
13585         * grp/Makefile (tests): Change dependencies to ....
13586         (tests-special): ... additions to this variable.
13587         * iconv/Makefile (xtests): Change dependencies to ....
13588         (xtests-special): ... additions to this variable.
13589         * iconvdata/Makefile (tests): Change dependencies to ....
13590         (tests-special): ... additions to this variable.
13591         * intl/Makefile (tests): Change dependencies to ....
13592         (tests-special): ... additions to this variable.  Also add
13593         $(objpfx)tst-gettext.out.
13594         * io/Makefile (tests): Change dependencies to ....
13595         (tests-special): ... additions to this variable.
13596         * libio/Makefile (tests): Change dependencies to ....
13597         (tests-special): ... additions to this variable.
13598         * malloc/Makefile (tests): Change dependencies to ....
13599         (tests-special): ... additions to this variable.
13600         * misc/Makefile (tests): Change dependencies to ....
13601         (tests-special): ... additions to this variable.
13602         * nptl/Makefile (tests): Change dependencies to ....
13603         (tests-special): ... additions to this variable.
13604         * nptl_db/Makefile (tests): Change dependencies to ....
13605         (tests-special): ... additions to this variable.
13606         * posix/Makefile (tests): Change dependencies to ....
13607         (tests-special): ... additions to this variable.
13608         (xtests): Change dependencies to ....
13609         (xtests-special): ... additions to this variable.
13610         * resolv/Makefile (tests): Change dependencies to ....
13611         (tests-special): ... additions to this variable.
13612         (xtests): Change dependencies to ....
13613         (xtests-special): ... additions to this variable.
13614         * stdio-common/Makefile (tests): Change dependencies to ....
13615         (tests-special): ... additions to this variable.
13616         (do-tst-unbputc): Remove target.
13617         (do-tst-printf): Likewise.
13618         * stdlib/Makefile (tests): Change dependencies to ....
13619         (tests-special): ... additions to this variable.
13620         * string/Makefile (tests): Change dependencies to ....
13621         (tests-special): ... additions to this variable.
13622         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13623         (tests-special): ... additions to this variable.
13624
13625         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13626         whole file.
13627         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13628         whole file.
13629         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13630         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13631
13632         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13633         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13634         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13635         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13636         * conform/data/libgen.h-data [XPG3]: Likewise.
13637         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13638         * conform/data/ndbm.h-data [XPG3]: Likewise.
13639         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13640         * conform/data/netdb.h-data [XPG3]: Likewise.
13641         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13642         * conform/data/poll.h-data [XPG3]: Likewise.
13643         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13644         * conform/data/strings.h-data [XPG3]: Likewise.
13645         * conform/data/stropts.h-data [XPG3]: Likewise.
13646         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13647         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13648         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13649         Likewise.
13650         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13651         * conform/data/sys/time.h-data [XPG3]: Likewise.
13652         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13653         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13654         * conform/data/sys/un.h-data [XPG3]: Likewise.
13655         * conform/data/syslog.h-data [XPG3]: Likewise.
13656         * conform/data/ucontext.h-data [XPG3]: Likewise.
13657         * conform/data/utmpx.h-data [XPG3]: Likewise.
13658         * conform/data/varargs.h-data [UNIX98]: Enable file.
13659
13660         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13661
13662         * math/libm-test.inc (struct test_f_f_data): Move expected results
13663         into structure for each rounding mode.
13664         (struct test_ff_f_data): Likewise.
13665         (struct test_ff_f_data_nexttoward): Likewise.
13666         (struct test_fi_f_data): Likewise.
13667         (struct test_fl_f_data): Likewise.
13668         (struct test_if_f_data): Likewise.
13669         (struct test_fff_f_data): Likewise.
13670         (struct test_c_f_data): Likewise.
13671         (struct test_f_f1_data): Likewise.
13672         (struct test_fF_f1_data): Likewise.
13673         (struct test_ffI_f1_data): Likewise.
13674         (struct test_c_c_data): Likewise.
13675         (struct test_cc_c_data): Likewise.
13676         (struct test_f_i_data): Likewise.
13677         (struct test_ff_i_data): Likewise.
13678         (struct test_f_l_data): Likewise.
13679         (struct test_f_L_data): Likewise.
13680         (struct test_fFF_11_data): Likewise.
13681         (RM_): New macro.
13682         (RM_FE_DOWNWARD): Likewise.
13683         (RM_FE_TONEAREST): Likewise.
13684         (RM_FE_TOWARDZERO): Likewise.
13685         (RM_FE_UPWARD): Likewise.
13686         (RUN_TEST_LOOP_f_f): Update references to expected results.
13687         (RUN_TEST_LOOP_2_f): Likewise.
13688         (RUN_TEST_LOOP_fff_f): Likewise.
13689         (RUN_TEST_LOOP_c_f): Likewise.
13690         (RUN_TEST_LOOP_f_f1): Likewise.
13691         (RUN_TEST_LOOP_fF_f1): Likewise.
13692         (RUN_TEST_LOOP_fI_f1): Likewise.
13693         (RUN_TEST_LOOP_ffI_f1): Likewise.
13694         (RUN_TEST_LOOP_c_c): Likewise.
13695         (RUN_TEST_LOOP_cc_c): Likewise.
13696         (RUN_TEST_LOOP_f_i): Likewise.
13697         (RUN_TEST_LOOP_f_i_tg): Likewise.
13698         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13699         (RUN_TEST_LOOP_f_b): Likewise.
13700         (RUN_TEST_LOOP_f_b_tg): Likewise.
13701         (RUN_TEST_LOOP_f_l): Likewise.
13702         (RUN_TEST_LOOP_f_L): Likewise.
13703         (RUN_TEST_LOOP_fFF_11): Likewise.
13704         * math/gen-libm-test.pl (parse_args): Output four copies of
13705         expected results for each test.
13706
13707         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13708         (__ASSUME_UTIMES): Remove.
13709         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13710         (__ASSUME_UTIMES): Likewise.
13711
13712         * math/gen-auto-libm-tests.c: Update comment on output format.
13713         (output_for_one_input_case): Generate before-rounding and
13714         after-rounding information as conditions on output flags not
13715         floating-point format.
13716         * math/auto-libm-test-out: Regenerated.
13717         * math/gen-libm-test.pl (cond_value): New function.
13718         (or_cond_value): Use cond_value.
13719         (generate_testfile): Handle conditional exceptions.
13720
13721 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13722
13723         * math/libm-test.inc (max_valid_error): New variable.
13724         (init_max_error): Take new argument specifying whether function
13725         results are exactly determined.  Set max_valid_error and bound
13726         other variables for errors based on this argument.
13727         (set_max_error): Do not record results above max_valid_error.
13728         (check_float_internal): Only accept errors of up to 0.5ulps if
13729         also at most max_valid_error.
13730         (START): Take new argument EXACT and pass it to init_max_error.
13731         (acos_test): Update call to START.
13732         (acos_test_tonearest): Likewise.
13733         (acos_test_towardzero): Likewise.
13734         (acos_test_downward): Likewise.
13735         (acos_test_upward): Likewise.
13736         (acosh_test): Likewise.
13737         (asin_test): Likewise.
13738         (asin_test_tonearest): Likewise.
13739         (asin_test_towardzero): Likewise.
13740         (asin_test_downward): Likewise.
13741         (asin_test_upward): Likewise.
13742         (asinh_test): Likewise.
13743         (atan_test): Likewise.
13744         (atanh_test): Likewise.
13745         (atan2_test): Likewise.
13746         (cabs_test): Likewise.
13747         (cacos_test): Likewise.
13748         (cacosh_test): Likewise.
13749         (carg_test): Likewise.
13750         (casin_test): Likewise.
13751         (casinh_test): Likewise.
13752         (catan_test): Likewise.
13753         (catanh_test): Likewise.
13754         (cbrt_test): Likewise.
13755         (ccos_test): Likewise.
13756         (ccosh_test): Likewise.
13757         (ceil_test): Likewise.
13758         (cexp_test): Likewise.
13759         (cimag_test): Likewise.
13760         (clog_test): Likewise.
13761         (clog10_test): Likewise.
13762         (conj_test): Likewise.
13763         (copysign_test): Likewise.
13764         (cos_test): Likewise.
13765         (cos_test_tonearest): Likewise.
13766         (cos_test_towardzero): Likewise.
13767         (cos_test_downward): Likewise.
13768         (cos_test_upward): Likewise.
13769         (cosh_test): Likewise.
13770         (cosh_test_tonearest): Likewise.
13771         (cosh_test_towardzero): Likewise.
13772         (cosh_test_downward): Likewise.
13773         (cosh_test_upward): Likewise.
13774         (cpow_test): Likewise.
13775         (cproj_test): Likewise.
13776         (creal_test): Likewise.
13777         (csin_test): Likewise.
13778         (csinh_test): Likewise.
13779         (csqrt_test): Likewise.
13780         (ctan_test): Likewise.
13781         (ctan_test_tonearest): Likewise.
13782         (ctan_test_towardzero): Likewise.
13783         (ctan_test_downward): Likewise.
13784         (ctan_test_upward): Likewise.
13785         (ctanh_test): Likewise.
13786         (ctanh_test_tonearest): Likewise.
13787         (ctanh_test_towardzero): Likewise.
13788         (ctanh_test_downward): Likewise.
13789         (ctanh_test_upward): Likewise.
13790         (erf_test): Likewise.
13791         (erfc_test): Likewise.
13792         (exp_test): Likewise.
13793         (exp_test_tonearest): Likewise.
13794         (exp_test_towardzero): Likewise.
13795         (exp_test_downward): Likewise.
13796         (exp_test_upward): Likewise.
13797         (exp10_test): Likewise.
13798         (exp10_test_tonearest): Likewise.
13799         (exp10_test_towardzero): Likewise.
13800         (exp10_test_downward): Likewise.
13801         (exp10_test_upward): Likewise.
13802         (pow10_test): Likewise.
13803         (exp2_test): Likewise.
13804         (expm1_test): Likewise.
13805         (expm1_test_tonearest): Likewise.
13806         (expm1_test_towardzero): Likewise.
13807         (expm1_test_downward): Likewise.
13808         (expm1_test_upward): Likewise.
13809         (fabs_test): Likewise.
13810         (fdim_test): Likewise.
13811         (floor_test): Likewise.
13812         (fma_test): Likewise.
13813         (fma_test_towardzero): Likewise.
13814         (fma_test_downward): Likewise.
13815         (fma_test_upward): Likewise.
13816         (fmax_test): Likewise.
13817         (fmin_test): Likewise.
13818         (fmod_test): Likewise.
13819         (fpclassify_test): Likewise.
13820         (frexp_test): Likewise.
13821         (hypot_test): Likewise.
13822         (ilogb_test): Likewise.
13823         (isfinite_test): Likewise.
13824         (finite_test): Likewise.
13825         (isgreater_test): Likewise.
13826         (isgreaterequal_test): Likewise.
13827         (isinf_test): Likewise.
13828         (isless_test): Likewise.
13829         (islessequal_test): Likewise.
13830         (islessgreater_test): Likewise.
13831         (isnan_test): Likewise.
13832         (isnormal_test): Likewise.
13833         (issignaling_test): Likewise.
13834         (isunordered_test): Likewise.
13835         (j0_test): Likewise.
13836         (j1_test): Likewise.
13837         (jn_test): Likewise.
13838         (ldexp_test): Likewise.
13839         (lgamma_test): Likewise.
13840         (gamma_test): Likewise.
13841         (lrint_test): Likewise.
13842         (lrint_test_tonearest): Likewise.
13843         (lrint_test_towardzero): Likewise.
13844         (lrint_test_downward): Likewise.
13845         (lrint_test_upward): Likewise.
13846         (llrint_test): Likewise.
13847         (llrint_test_tonearest): Likewise.
13848         (llrint_test_towardzero): Likewise.
13849         (llrint_test_downward): Likewise.
13850         (llrint_test_upward): Likewise.
13851         (log_test): Likewise.
13852         (log10_test): Likewise.
13853         (log1p_test): Likewise.
13854         (log2_test): Likewise.
13855         (logb_test): Likewise.
13856         (logb_test_downward): Likewise.
13857         (lround_test): Likewise.
13858         (llround_test): Likewise.
13859         (modf_test): Likewise.
13860         (nearbyint_test): Likewise.
13861         (nextafter_test): Likewise.
13862         (nexttoward_test): Likewise.
13863         (pow_test): Likewise.
13864         (pow_test_tonearest): Likewise.
13865         (pow_test_towardzero): Likewise.
13866         (pow_test_downward): Likewise.
13867         (pow_test_upward): Likewise.
13868         (remainder_test): Likewise.
13869         (drem_test): Likewise.
13870         (remainder_test_tonearest): Likewise.
13871         (drem_test_tonearest): Likewise.
13872         (remainder_test_towardzero): Likewise.
13873         (drem_test_towardzero): Likewise.
13874         (remainder_test_downward): Likewise.
13875         (drem_test_downward): Likewise.
13876         (remainder_test_upward): Likewise.
13877         (drem_test_upward): Likewise.
13878         (remquo_test): Likewise.
13879         (rint_test): Likewise.
13880         (rint_test_tonearest): Likewise.
13881         (rint_test_towardzero): Likewise.
13882         (rint_test_downward): Likewise.
13883         (rint_test_upward): Likewise.
13884         (round_test): Likewise.
13885         (scalb_test): Likewise.
13886         (scalbn_test): Likewise.
13887         (scalbln_test): Likewise.
13888         (signbit_test): Likewise.
13889         (sin_test): Likewise.
13890         (sin_test_tonearest): Likewise.
13891         (sin_test_towardzero): Likewise.
13892         (sin_test_downward): Likewise.
13893         (sin_test_upward): Likewise.
13894         (sincos_test): Likewise.
13895         (sinh_test): Likewise.
13896         (sinh_test_tonearest): Likewise.
13897         (sinh_test_towardzero): Likewise.
13898         (sinh_test_downward): Likewise.
13899         (sinh_test_upward): Likewise.
13900         (sqrt_test): Likewise.
13901         (sqrt_test_tonearest): Likewise.
13902         (sqrt_test_towardzero): Likewise.
13903         (sqrt_test_downward): Likewise.
13904         (sqrt_test_upward): Likewise.
13905         (tan_test): Likewise.
13906         (tan_test_tonearest): Likewise.
13907         (tan_test_towardzero): Likewise.
13908         (tan_test_downward): Likewise.
13909         (tan_test_upward): Likewise.
13910         (tanh_test): Likewise.
13911         (tgamma_test): Likewise.
13912         (trunc_test): Likewise.
13913         (y0_test): Likewise.
13914         (y1_test): Likewise.
13915         (yn_test): Likewise.
13916         (significand_test): Likewise.
13917
13918         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13919         individual tests in comment.
13920         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13921         (prev_max_error): New variable.
13922         (prev_real_max_error): Likewise.
13923         (prev_imag_max_error): Likewise.
13924         (compare_ulp_data): Don't refer to test names in comment.
13925         (find_test_ulps): Remove function.
13926         (find_function_ulps): Likewise.
13927         (find_complex_function_ulps): Likewise.
13928         (init_max_error): Take function name as argument.  Look up ulps
13929         for that function.
13930         (print_ulps): Remove function.
13931         (print_max_error): Use prev_max_error instead of calling
13932         find_function_ulps.
13933         (print_complex_max_error): Use prev_real_max_error and
13934         prev_imag_max_error instead of calling find_complex_function_ulps.
13935         (check_float_internal): Take max_ulp parameter instead of calling
13936         find_test_ulps.  Don't call print_ulps.
13937         (check_float): Update call to check_float_internal.
13938         (check_complex): Update calls to check_float_internal.
13939         (START): Pass argument to init_max_error.
13940         * math/gen-libm-test.pl (%results): Don't include "kind"
13941         information.
13942         (parse_ulps): Don't handle ulps of individual tests.
13943         (print_ulps_file): Likewise.
13944         (output_ulps): Likewise.
13945         * math/README.libm-test: Update.
13946         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13947         individual tests.
13948         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13949         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13950         * sysdeps/arm/libm-test-ulps: Likewise.
13951         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13952         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13953         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13954         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13955         * sysdeps/microblaze/libm-test-ulps: Likewise.
13956         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13957         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13958         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13959         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13960         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13961         * sysdeps/sh/libm-test-ulps: Likewise.
13962         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13963         * sysdeps/tile/libm-test-ulps: Likewise.
13964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13965
13966 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13967
13968         * math/libm-test.inc (print_complex_max_error): Check separately
13969         whether real and imaginary errors are within allowed range and
13970         pass 0 to print_complex_function_ulps instead of value within
13971         allowed range.
13972
13973 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13974
13975         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13976         formatting.
13977         (get_handles_fopen): Likewise.
13978         (do_write_test): Likewise.
13979
13980         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13981
13982         * libio/fileops.c (do_ftell): Use cached offset when
13983         available.
13984         * libio/iofwide.c (do_ftell_wide): Likewise.
13985         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13986         _IO_file_attach.
13987         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13988
13989         [BZ #16532]
13990         * libio/libioP.h (get_file_offset): New function.
13991         * libio/fileops.c (get_file_offset): Likewise.
13992         (do_ftell): Likewise.
13993         (_IO_new_file_seekoff): Split out ftell logic.
13994         * libio/wfileops.c (do_ftell_wide): Likewise.
13995         (_IO_wfile_seekoff): Split out ftell logic.
13996         * libio/tst-ftell-active-handler.c: New test case.
13997         * libio/Makefile (tests): Add it.
13998
13999 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14000
14001         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14002         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14003
14004 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14005
14006         [BZ #16639]
14007         * nscd/connections.c (nscd_init): Call do_exit.
14008         (start_threads): Call do_exit and notify_parent.
14009         (begin_drop_privileges): Call do_exit.
14010         (finish_drop_privileges): Likewise.
14011         * nscd/selinux.c (preserve_capabilities): Likewise.
14012         (install_real_capabilities): Likewise.
14013         (nscd_selinux_enabled): Likewise.
14014         (avc_create_thread): Likewise.
14015         (avc_alloc_lock): Likewise.
14016         (nscd_avc_init): Likewise.
14017         * nscd/nscd.c (parent_fd): New static variable.
14018         (main): Create a pipe between parent and child processes.
14019         Skip closing parent_fd.
14020         (monitor_child): New function.
14021         (do_exit): Likewise.
14022         (notify_parent): Likewise.
14023         * nscd/nscd.h (notify_parent): Likewise.
14024         (do_exit): Likewise.
14025
14026 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14027
14028         * malloc/malloc.c (__libc_calloc): Revert last change.
14029
14030 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14031
14032         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14033
14034 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14035
14036         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14037         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14038         implementation.
14039         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14040         (__libc_ifunc_impl_list): Likewise.
14041         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14042         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14043         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14044         * string/strrchr.c: Define STRRCHR.
14045
14046 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14047
14048         * benchtest/bench-strtok.c (simple_strtok): Delete.
14049         (strtok_string): Use as benchmark.
14050         * string/strtok (STRTOK): New macro.
14051
14052 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14053
14054         * manual/threads.texi: Add header and standard comments to all
14055         functions.
14056
14057         * elf/dl-lookup.c (check_match): New function.
14058         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14059         (do_lookup_x): Remove nested function check_match. Use non-nested
14060         function check_match.
14061
14062 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14063
14064         * csu/Makefile (generated, before-compile): Use += rather than =.
14065         * catgets/Makefile (generated, generated-dirs): Likewise.
14066         * debug/Makefile (generated): Likewise.
14067         * dlfcn/Makefile (generated): Likewise.
14068         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14069         * iconvdata/Makefile (before-compile, generated): Likewise.
14070         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14071         * libio/Makefile (generated): Likewise.
14072         * malloc/Makefile (generated): Likewise.
14073         * manual/Makefile (generated, generated-dirs): Likewise.
14074         * misc/Makefile (generated): Likewise.
14075         * posix/Makefile (generated): Likewise.
14076         * resolv/Makefile (generated): Likewise.
14077         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14078         * timezone/Makefile (generated, generated-dirs): Likewise.
14079
14080         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14081
14082 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14083
14084         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14085         power8 implementation.
14086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14087         file: POWER8 llround ifunc implementation.
14088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14089         (__lllround): Add POWER8 implementation.
14090         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14091         POWER8 llround implementation.
14092
14093         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14094         power8 implementation.
14095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14096         file: POWER8 llrint ifunc implementation.
14097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14098         Add POWER8 implementation.
14099         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14100         POWER8 llrint implementation.
14101
14102         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14103         power8 implementation.
14104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14105         file: POWER8 finite ifunc implementation.
14106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14107         Add POWER8 implementation.
14108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14109         Likewise.
14110         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14111         POWER8 finite implementation.
14112         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14113
14114         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14115         power8 implementation.
14116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14117         file: POWER8 isinf ifunc implementation.
14118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14119         POWER8 implementation.
14120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14121         Likewise.
14122         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14123         isinf implementation.
14124         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14125
14126         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14127         (INIT_ARCH): Add hwcap2 initialization.
14128         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14129         power8 implementation.
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14131         file: POWER8 isnan ifunc implementation.
14132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14133         POWER8 implementation.
14134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14135         Likewise.
14136         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14137         isnan implementation.
14138         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14139
14140 2014-02-27  Joey Ye  <joey.ye@arm.com>
14141
14142         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14143         (_FP_NANFRAC_Q): Set to zero.
14144
14145 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14146
14147         [BZ #16623]
14148         * math/auto-libm-test-in: New test inputs.
14149         * math/auto-libm-test-out: Regenerate.
14150         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14151         and DA.
14152         (__cos): Likewise.
14153         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14154
14155 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14156
14157         * scripts/evaluate-test.sh: Take new argument indicating whether
14158         failure is expected.
14159         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14160         indicating whether failure is expected.
14161         * conform/Makefile (test-xfail-run-conformtest): New variable.
14162         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14163         level.
14164         * posix/Makefile (test-xfail-annexc): New variable.
14165         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14166
14167 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14168
14169         * argp/Makefile: Include Makeconfig immediately after defining
14170         subdir.
14171         * assert/Makefile: Likewise.
14172         * benchtests/Makefile: Likewise.
14173         * catgets/Makefile: Likewise.
14174         * conform/Makefile: Likewise.
14175         * crypt/Makefile: Likewise.
14176         * csu/Makefile: Likewise.
14177         (all): Remove target.
14178         * ctype/Makefile: Include Makeconfig immediately after defining
14179         subdir.
14180         * debug/Makefile: Likewise.
14181         * dirent/Makefile: Likewise.
14182         * dlfcn/Makefile: Likewise.
14183         * gmon/Makefile: Likewise.
14184         * gnulib/Makefile: Likewise.
14185         * grp/Makefile: Likewise.
14186         * gshadow/Makefile: Likewise.
14187         * hesiod/Makefile: Likewise.
14188         * hurd/Makefile: Likewise.
14189         (all): Remove target.
14190         * iconvdata/Makefile: Include Makeconfig immediately after
14191         defining subdir.
14192         * inet/Makefile: Likewise.
14193         * intl/Makefile: Likewise.
14194         * io/Makefile: Likewise.
14195         * libio/Makefile: Likewise.
14196         (all): Remove target.
14197         * locale/Makefile: Include Makeconfig immediately after defining
14198         subdir.
14199         * login/Makefile: Likewise.
14200         * mach/Makefile: Likewise.
14201         (all): Remove target.
14202         * malloc/Makefile: Include Makeconfig immediately after defining
14203         subdir.
14204         (all): Remove target.
14205         * manual/Makefile: Include Makeconfig immediately after defining
14206         subdir.
14207         * math/Makefile: Likewise.
14208         * misc/Makefile: Likewise.
14209         * nis/Makefile: Likewise.
14210         * nss/Makefile: Likewise.
14211         * po/Makefile: Likewise.
14212         (all): Remove target.
14213         * posix/Makefile: Include Makeconfig immediately after defining
14214         subdir.
14215         * pwd/Makefile: Likewise.
14216         * resolv/Makefile: Likewise.
14217         * resource/Makefile: Likewise.
14218         * rt/Makefile: Likewise.
14219         * setjmp/Makefile: Likewise.
14220         * shadow/Makefile: Likewise.
14221         * signal/Makefile: Likewise.
14222         * socket/Makefile: Likewise.
14223         * soft-fp/Makefile: Likewise.
14224         * stdio-common/Makefile: Likewise.
14225         * stdlib/Makefile: Likewise.
14226         * streams/Makefile: Likewise.
14227         * string/Makefile: Likewise.
14228         * sunrpc/Makefile: Likewise.
14229         (all): Remove target.
14230         * sysvipc/Makefile: Include Makeconfig immediately after defining
14231         subdir.
14232         * termios/Makefile: Likewise.
14233         * time/Makefile: Likewise.
14234         * timezone/Makefile: Likewise.
14235         (all): Remove target.
14236         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14237         subdir.
14238         * wctype/Makefile: Likewise.
14239
14240 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14241
14242         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14243         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14244         (libc_feholdexcept_setround_mips): Ditto.
14245         (libc_feholdsetround): New.
14246         (libc_feholdsetroundf): New.
14247         (libc_feholdsetroundl): New.
14248         (libc_feupdateenv_test_mips): New.
14249         (libc_feupdateenv_test): New.
14250         (libc_feupdateenv_testf): New.
14251         (libc_feupdateenv_testl): New.
14252         (libc_feresetround): New.
14253         (libc_feresetroundf): New.
14254         (libc_feresetroundl): New.
14255         (libc_fetestexcept_mips): New.
14256         (libc_fetestexcept): New.
14257         (libc_fetestexceptf): New.
14258         (libc_fetestexceptl): New.
14259         (HAVE_RM_CTX): New.
14260         (libc_feholdexcept_setround_mips_ctx): New.
14261         (libc_feholdexcept_setround_ctx): New.
14262         (libc_feholdexcept_setroundf_ctx): New.
14263         (libc_feholdexcept_setroundl_ctx): New.
14264         (libc_fesetenv_mips_ctx): New.
14265         (libc_fesetenv_ctx): New.
14266         (libc_fesetenv_ctxf): New.
14267         (libc_fesetenv_ctxl): New.
14268         (libc_feupdateenv_mips_ctx): New.
14269         (libc_feupdateenv_ctx): New.
14270         (libc_feupdateenvf_ctx): New.
14271         (libc_feupdateenvl_ctx): New.
14272         (libc_feholdsetround_mips_ctx): New.
14273         (libc_feholdsetround_ctx): New.
14274         (libc_feholdsetroundf_ctx): New.
14275         (libc_feholdsetroundl_ctx): New.
14276         (libc_feresetround_mips_ctx): New.
14277         (libc_feresetround_ctx): New.
14278         (libc_feresetroundf_ctx): New.
14279         (libc_feresetroundl_ctx): New.
14280
14281 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14282
14283         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14284
14285         * manual/ipc.texi: New file.
14286         * manual/Makefile (chapters): Add ipc.
14287         * manual/job.texi: Add "Inter-Process Communication" to next.
14288         * manual/process.texi: Add "Inter-Process Communication" to prev.
14289
14290 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14291
14292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14293
14294 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14295
14296         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14297
14298         * manual/arith.texi: Fix spaces after sentences.
14299         * manual/charset.texi: Likewise.
14300         * manual/errno.texi: Likewise.
14301         * manual/install.texi: Likewise.
14302         * manual/llio.texi: Likewise.
14303         * manual/locale.texi: Likewise.
14304         * manual/maint.texi: Likewise.
14305         * manual/math.texi: Likewise.
14306         * manual/memory.texi: Likewise.
14307         * manual/message.texi: Likewise.
14308         * manual/probes.texi: Likewise.
14309         * manual/resource.texi: Likewise.
14310         * manual/signal.texi: Likewise.
14311         * manual/socket.texi: Likewise.
14312         * manual/stdio.texi: Likewise.
14313         * manual/string.texi: Likewise.
14314         * manual/time.texi: Likewise.
14315         * manual/users.texi: Likewise.
14316
14317 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14318
14319         [BZ #16632]
14320         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14321         _DEFAULT_SOURCE is defined.
14322
14323 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14324             Carlos O'Donell  <carlos@redhat.com>
14325
14326         [BZ #16613]
14327         * elf/dl-tls.c (_dl_count_modids): New function.
14328         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14329         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14330         audit library and increment generation counter.
14331         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14332         * elf/tst-audit9.c: New file.
14333         * elf/tst-auditmod9a.c: New file.
14334         * elf/tst-auditmod9b.c: New file.
14335         * elf/Makefile: Add rules to build and run tst-audit9.
14336
14337 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14338
14339         [BZ #15347]
14340         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14341
14342 2014-02-25  Will Newton  <will.newton@linaro.org>
14343
14344         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14345         (__longjmp): Restore sp and lr before restoring callee
14346         saved registers.  Add longjmp and longjmp_target
14347         SystemTap probe point.
14348         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14349         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14350         Define to zero to match jmpbuf layout.
14351         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14352         (__sigsetjmp): Save sp and lr before saving callee
14353         saved registers.  Add setjmp SystemTap probe point.
14354
14355 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14356
14357         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14358
14359 2014-02-24  Andreas Schwab  <schwab@suse.de>
14360
14361         [BZ #15804]
14362         * elf/pldd.c (wait_for_ptrace_stop): New function.
14363         (main): Call it after attaching.
14364
14365 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14366
14367         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14368         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14369         Versions files is now verboten.
14370         * hurd/Versions (libc: GLIBC_2.0):
14371         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14372         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14373         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14374         * mach/Versions: Likewise.
14375
14376         * csu/Versions: Remove unused %include.
14377         * resolv/Versions: Likewise.
14378
14379 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14380
14381         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14382         ($(objpfx)check-local-headers.out): Likewise.
14383         ($(objpfx)begin-end-check.out): Likewise.
14384         * Makerules (check-abi-%.out): Likewise.
14385         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14386         ($(objpfx)test2.cat): Likewise.
14387         ($(objpfx)de/libc.cat): Likewise.
14388         ($(objpfx)test-gencat.out): Likewise.
14389         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14390         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14391         ($(objpfx)noload-mem): Likewise.
14392         ($(objpfx)tst-pathopt.out): Likewise.
14393         ($(objpfx)tst-rtld-load-self.out): Likewise.
14394         ($(objpfx)tst-array1-cmp.out): Likewise.
14395         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14396         ($(objpfx)tst-array2-cmp.out): Likewise.
14397         ($(objpfx)tst-array3-cmp.out): Likewise.
14398         ($(objpfx)tst-array4-cmp.out): Likewise.
14399         ($(objpfx)tst-array5-cmp.out): Likewise.
14400         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14401         ($(objpfx)check-textrel.out): Likewise.
14402         ($(objpfx)check-execstack.out): Likewise.
14403         ($(objpfx)check-localplt.out): Likewise.
14404         ($(objpfx)order2-cmp.out): Likewise.
14405         ($(objpfx)tst-leaks1-mem): Likewise.
14406         ($(objpfx)tst-leaks1-static-mem): Likewise.
14407         ($(objpfx)tst-initorder-cmp.out): Likewise.
14408         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14409         ($(objpfx)tst-unused-dep.out): Likewise.
14410         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14411         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14412         * iconv/Makefile (test-iconvconfig): Likewise.
14413         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14414         ($(objpfx)iconv-test.out): Likewise.
14415         ($(objpfx)tst-tables.out): Likewise.
14416         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14417         ($(objpfx)tst-gettext.out): Likewise.
14418         ($(objpfx)tst-translit.out): Likewise.
14419         ($(objpfx)tst-gettext2.out): Likewise.
14420         ($(objpfx)tst-gettext4.out): Likewise.
14421         ($(objpfx)tst-gettext6.out): Likewise.
14422         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14423         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14424         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14425         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14426         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14427         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14428         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14429         ($(objpfx)wordexp-tst.out): Likewise.
14430         ($(objpfx)annexc.out): Likewise.
14431         ($(objpfx)tst-fnmatch-mem): Likewise.
14432         ($(objpfx)bug-regex2-mem): Likewise.
14433         ($(objpfx)bug-regex14-mem): Likewise.
14434         ($(objpfx)bug-regex21-mem): Likewise.
14435         ($(objpfx)bug-regex31-mem): Likewise.
14436         ($(objpfx)tst-vfork3-mem): Likewise.
14437         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14438         ($(objpfx)tst-pcre-mem): Likewise.
14439         ($(objpfx)tst-boost-mem): Likewise.
14440         ($(objpfx)tst-getconf.out): Likewise.
14441         ($(objpfx)bug-ga2-mem): Likewise.
14442         ($(objpfx)bug-glob2-mem): Likewise.
14443         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14444         ($(objpfx)mtrace-tst-leaks2): Likewise.
14445         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14446         ($(objpfx)tst-printf.out): Likewise.
14447         ($(objpfx)tst-setvbuf1.out): Likewise.
14448         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14449         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14450         ($(objpfx)tst-fmtmsg.out): Likewise.
14451         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14452         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14453
14454         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14455         * bits/sigaction.h [__USE_MISC]: Likewise.
14456         * bits/waitstatus.h: Update #endif comments.
14457         * ctype/ctype.h: Likewise.
14458         * dirent/dirent.h: Likewise.
14459         [__USE_MISC]: Remove redundant conditionals.
14460         * grp/grp.h: Update #endif comments.
14461         [__USE_GNU]: Remove redundant conditionals.
14462         [__USE_MISC]: Likewise.
14463         * inet/netinet/in.h [__USE_GNU]: Likewise.
14464         * io/sys/stat.h [__USE_MISC]: Likewise.
14465         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14466         * libio/bits/stdio.h: Update #endif comments.
14467         [__USE_MISC]: Remove redundant conditionals.
14468         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14469         * libio/stdio.h: Update #endif comments.
14470         [__USE_MISC]: Remove redundant conditionals.
14471         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14472         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14473         * math/math.h: Update #else and #endif comments.
14474         [__USE_MISC]: Remove redundant conditionals.
14475         * misc/sys/uio.h: Update #endif comments.
14476         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14477         * posix/glob.h [__USE_MISC]: Likewise.
14478         * posix/sys/types.h: Update #endif comments.
14479         [__USE_MISC]: Remove redundant conditionals.
14480         * posix/sys/wait.h: Update #endif comments.
14481         [__USE_MISC]: Remove redundant conditionals.
14482         * posix/unistd.h: Update #endif comments.
14483         [__USE_MISC]: Remove redundant conditionals.
14484         * pwd/pwd.h [__USE_GNU]: Likewise.
14485         [__USE_MISC]: Likewise.
14486         * resolv/netdb.h [__USE_GNU]: Likewise.
14487         * signal/signal.h: Update #endif comments.
14488         [__USE_MISC]: Remove redundant conditionals.
14489         * stdlib/stdlib.h: Update #else and #endif comments.
14490         [__USE_MISC]: Remove redundant conditionals.
14491         [__USE_GNU]: Likewise.
14492         * string/bits/string2.h [__USE_MISC]: Likewise.
14493         * string/string.h: Update #endif comments.
14494         [__USE_MISC]: Remove redundant conditionals.
14495         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14496         Likewise.
14497         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14498         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14499         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14500         Likewise.
14501         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14502         Likewise.
14503         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14504         comments.
14505         [__USE_MISC]: Remove redundant conditionals.
14506         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14507         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14508         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14509         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14510         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14511         Likewise.
14512         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14513         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14514         Likewise.
14515         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14516         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14517         Likewise.
14518         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14519         Likewise.
14520         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14521         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14522         Likewise.
14523         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14524         Likewise.
14525         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14526         * sysdeps/x86/bits/string.h: Update #endif comments.
14527         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14528         conditionals.
14529         * time/sys/time.h: Update #endif comments.
14530         * time/time.h: Likewise.
14531         [__USE_MISC]: Remove redundant conditionals.
14532
14533 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14534
14535         [BZ #16600]
14536         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14537
14538 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14539
14540         * Versions.def (librt): Add GLIBC_2.17.
14541
14542 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14543
14544         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14545         synonym for _SYS_AUXV_H to allow direct inclusion.
14546         * sysdeps/sparc/bits/hwcap.h: Likewise.
14547         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14548         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14549         * sysdeps/sparc/sysdep.h: Likewise.
14550
14551 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14552
14553         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14554
14555 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14556
14557         * benchtests/bench-strrchr.c: Print length instead of position.
14558
14559 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14560
14561         [BZ #16611]
14562         * sysdeps/unix/sysv/linux/kernel-features.h
14563         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14564         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14565         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14566         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14567         Likewise.
14568         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14569         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14570         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14571         (__ASSUME_SENDMMSG): Define instead of using previous
14572         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14573         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14574         (__ASSUME_SENDMMSG_SYSCALL): Define.
14575         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14576         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14577         Likewise.
14578         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14579         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14580         Likewise.
14581         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14582         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14583         Likewise.
14584         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14585         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14586         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14587         [__ASSUME_SENDMMSG]: Change conditionals to
14588         [__ASSUME_SENDMMSG_SOCKETCALL].
14589         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14590         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14591         Define.
14592         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14593         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14594         Likewise.
14595         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14596         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14597         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14598         [!__ASSUME_SENDMMSG]: Change conditional to
14599         [!__ASSUME_SENDMMSG_SOCKETCALL].
14600         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14601         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14602         Define.
14603
14604         [BZ #16610]
14605         * sysdeps/unix/sysv/linux/kernel-features.h
14606         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14607         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14608         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14609         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14610         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14611         [__i386__ || __sparc__]
14612         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14613         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14614         (__ASSUME_RECVMMSG): Define instead of using previous
14615         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14616         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14617         (__ASSUME_RECVMMSG_SYSCALL): Define.
14618         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14619         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14620         Likewise.
14621         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14622         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14623         Likewise.
14624         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14625         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14626         Likewise.
14627         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14628         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14629         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14630         [__ASSUME_RECVMMSG]: Change condition to
14631         [__ASSUME_RECVMMSG_SOCKETCALL].
14632         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14633         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14634         Define.
14635         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14636         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14637         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14638         Likewise.
14639         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14640         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14641         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14642         [!__ASSUME_RECVMMSG]: Change condition to
14643         [!__ASSUME_RECVMMSG_SOCKETCALL].
14644         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14645         (__ASSUME_RECVMMSG_SYSCALL): Define.
14646
14647         [BZ #16609]
14648         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14649         __powerpc__ || __s390__ || __sh__ || __sparc__]
14650         (__ASSUME_SOCKETCALL): Define.
14651         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14652         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14653         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14654         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14655         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14656         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14657         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14658         (__ASSUME_ACCEPT4): Define instead of using previous
14659         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14660         __powerpc__ || __sparc__ || __s390__)] condition.
14661         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14662         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14663         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14664         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14665         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14666         [!__ASSUME_ACCEPT4]: Change condition to
14667         [!__ASSUME_ACCEPT4_SOCKETCALL].
14668         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14669         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14670         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14671         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14672         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14673         __ASSUME_ACCEPT4_SYSCALL.
14674         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14675         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14676         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14677         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14678         __ASSUME_ACCEPT4_SYSCALL.
14679         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14680         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14681         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14682         [__ASSUME_ACCEPT4]: Change condition to
14683         [__ASSUME_ACCEPT4_SOCKETCALL].
14684         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14685         (__ASSUME_SOCKETCALL): Define.
14686         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14687         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14688         (__ASSUME_SOCKETCALL): Define.
14689         (__ASSUME_ACCEPT4): Remove.
14690         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14691         Define.
14692         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14693         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14694         Likewise.
14695         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14696         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14697
14698         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14699         macro.
14700         (HWCAP_ARM_LPAE): Likewise.
14701         (HWCAP_ARM_EVTSTRM): Likewise.
14702         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14703         Add vpfd32, lpae and evtstrm.
14704         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14705         Increase to 22.
14706
14707 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14708
14709         * math/auto-libm-test-in: Add tests of clog10.
14710         * math/auto-libm-test-out: Regenerated.
14711         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14712         * sysdeps/i386/fpu/libm-test-ulps: Update.
14713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14714
14715 2014-02-18  Andreas Schwab  <schwab@suse.de>
14716
14717         [BZ #16574]
14718         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14719         Store non-zero if the second buffer was newly allocated.
14720         (send_dg): Likewise.
14721         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14722         to send_vc and send_dg.
14723         (res_nsend): Pass NULL for ansp2_malloced.
14724         * resolv/res_query.c (__libc_res_nquery): Add parameter
14725         answerp2_malloced and pass it down to __libc_res_nsend.
14726         (res_nquery): Pass additional NULL to __libc_res_nquery.
14727         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14728         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14729         second answer buffer if answerp2_malloced was set.
14730         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14731         (__libc_res_nquerydomain): Add parameter
14732         answerp2_malloced and pass it down to __libc_res_nquery.
14733         (res_nquerydomain): Pass additional NULL to
14734         __libc_res_nquerydomain.
14735         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14736         additional NULL to __libc_res_nsend and __libc_res_nquery.
14737         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14738         additional NULL to __libc_res_nsearch.
14739         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14740         parameter of __libc_res_nsearch to check for separately allocated
14741         second buffer.
14742         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14743         __libc_res_nquery.
14744         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14745         additional NULL to __libc_res_nquery.
14746         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14747         __libc_res_nsearch.
14748         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14749         * include/resolv.h: Update prototypes of __libc_res_nquery,
14750         __libc_res_nsearch, __libc_res_nsend.
14751
14752 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14753
14754         * math/auto-libm-test-in: Add tests of fma.
14755         * math/auto-libm-test-out: Regenerated.
14756         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14757         (fma_towardzero_test_data): Likewise.
14758         (fma_downward_test_data): Likewise.
14759         (fma_upward_test_data): Likewise.
14760         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14761         mpc_mode.
14762         (rounding_modes): Add values for new field.
14763         (func_calc_method): Add value mpfr_fff_f.
14764         (func_calc_desc): Add mpfr_fff_f union field.
14765         (test_function): Add field exact_args.
14766         (FUNC): Add macro argument EXACT_ARGS.
14767         (FUNC_mpfr_f_f): Update call to FUNC.
14768         (FUNC_mpfr_f_f): Likewise.
14769         (FUNC_mpfr_ff_f): Likewise.
14770         (FUNC_mpfr_if_f): Likewise.
14771         (FUNC_mpc_c_f): Likewise.
14772         (FUNC_mpc_c_c): Likewise.
14773         (test_functions): Add fma.  Update calls to FUNC.
14774         (handle_input_arg): Add argument exact_args.
14775         (add_test): Update call to handle_input_arg.
14776         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14777         (output_for_one_input_case): Update call to calc_generic_results.
14778         Recalculate exact zero results in each rounding mode.
14779
14780         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14781         non-negative before setting low bit.
14782         * math/auto-libm-test-in: Mark one asin test possibly having
14783         spurious underflow.
14784         * math/auto-libm-test-out: Regenerated.
14785         * sysdeps/i386/fpu/libm-test-ulps: Update.
14786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14787
14788 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14789
14790         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14791         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14792         ports/sysdeps/unix/sysv/linux/microblaze.
14793         * README: Add missing listing for microblaze*-*-linux-gnu.
14794
14795 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14796
14797         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14798         duplicate code
14799
14800 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14801
14802         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14803         * sysdeps/unix/sysv/linux/ia64: Move directory from
14804         ports/sysdeps/unix/sysv/linux/ia64.
14805         * README: Update listing for ia64-*-linux-gnu.
14806
14807 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14808             Joseph Myers  <joseph@codesourcery.com>
14809
14810         * Makeconfig (test-name): New variable.
14811         (evaluate-test): Likewise.
14812         * Makerules (do-test-clean): Remove .test-result files.
14813         (common-mostlyclean): Likewise.
14814         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14815         * scripts/evaluate-test.sh: New file.
14816
14817 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14818
14819         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14820         separate $(objpfx)tst-fopenloc-cmp.out and
14821         $(objpfx)tst-fopenloc-mem.out targets.
14822         (tests): Update dependencies.
14823         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14824         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14825         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14826         (tst-rxspencer-no-utf8-ARGS): New variable.
14827         (tst-rxspencer-no-utf8-ENV): Likewise.
14828         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14829         instead of $(objpfx)tst-rxspencer-mem.
14830         ($(objpfx)tst-rxspencer-mem): Change target to
14831         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14832         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14833         * posix/tst-rxspencer-no-utf8.c: New file.
14834
14835         * elf/Makefile ($(objpfx)order.out): Remove rule.
14836         [$(run-built-tests) = yes] (tests): Depend on
14837         $(objpfx)order-cmp.out.
14838         ($(objpfx)order-cmp.out): New rule.
14839         [$(run-built-tests) = yes] (tests): Depend on
14840         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14841         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14842         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14843         $(objpfx)tst-array5-static-cmp.out.
14844         ($(objpfx)tst-array1.out): Remove rule.
14845         ($(objpfx)tst-array1-cmp.out): New rule.
14846         ($(objpfx)tst-array1-static.out): Remove rule.
14847         ($(objpfx)tst-array1-static-cmp.out): New rule.
14848         ($(objpfx)tst-array2.out): Remove rule.
14849         ($(objpfx)tst-array2-cmp.out): New rule.
14850         ($(objpfx)tst-array3.out): Remove rule.
14851         ($(objpfx)tst-array3-cmp.out): New rule.
14852         ($(objpfx)tst-array4.out): Remove rule.
14853         ($(objpfx)tst-array4-cmp.out): New rule.
14854         ($(objpfx)tst-array5.out): Remove rule.
14855         ($(objpfx)tst-array5-cmp.out): New rule.
14856         ($(objpfx)tst-array5-static.out): Remove rule.
14857         ($(objpfx)tst-array5-static-cmp.out): New rule.
14858         [$(run-built-tests) = yes] (tests): Depend on
14859         $(objpfx)order2-cmp.out.
14860         ($(objpfx)order2.out): Remove rule.
14861         ($(objpfx)order2-cmp.out): New rule.
14862         ($(objpfx)tst-initorder.out): Remove rule.
14863         [$(run-built-tests) = yes] (tests): Depend on
14864         $(objpfx)tst-initorder-cmp.out.
14865         ($(objpfx)tst-initorder-cmp.out): New rule.
14866         ($(objpfx)tst-initorder2.out): Remove rule.
14867         [$(run-built-tests) = yes] (tests): Depend on
14868         $(objpfx)tst-initorder2-cmp.out.
14869         ($(objpfx)tst-initorder2-cmp.out): New rule.
14870         [$(run-built-tests) = yes] (tests): Depend on
14871         $(objpfx)tst-unused-dep-cmp.out.
14872         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14873         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14874         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14875         on $(objpfx)tst-setvbuf1-cmp.out.
14876         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14877         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14878         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14879         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14880         ($(objpfx)tst-svc.out): Remove rule.
14881         ($(objpfx)tst-svc-cmp.out): New rule.
14882
14883 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14884
14885         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14886         * ctype/ctype.h [__USE_MISC]: Likewise.
14887         * dirent/dirent.h [__USE_MISC]: Likewise.
14888         * grp/grp.h [__USE_MISC]: Likewise.
14889         * io/fcntl.h [__USE_MISC]: Likewise.
14890         * io/sys/stat.h [__USE_MISC]: Likewise.
14891         * libio/stdio.h [__USE_MISC]: Likewise.
14892         * posix/unistd.h [__USE_MISC]: Likewise.
14893         * pwd/pwd.h [__USE_MISC]: Likewise.
14894         * stdlib.h [__USE_MISC]: Likewise.
14895         * string/bits/string2.h [__USE_MISC]: Likewise.
14896         * string/string.h [__USE_MISC]: Likewise.
14897         * time/time.h [__USE_MISC]: Likewise.
14898
14899 2014-02-13  Andreas Schwab  <schwab@suse.de>
14900
14901         [BZ #16574]
14902         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14903         second answer buffer if it was separately allocated.
14904
14905 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14906
14907         * sysdeps/mips/math-tests.h: Include <features.h>.
14908         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14909         (ROUNDING_TESTS_long_double): Do not define.
14910         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14911         (EXCEPTION_TESTS_long_double): Likewise.
14912         * sysdeps/mips/mips64/libm-test-ulps: Update.
14913
14914         * include/features.h (__USE_BSD): Remove macro definitions.
14915         (__USE_SVID): Likewise.
14916         (_BSD_SOURCE): Likewise.
14917         (_SVID_SOURCE): Likewise.
14918         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14919         from definition of _DEFAULT_SOURCE.
14920         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14921         [_DEFAULT_SOURCE].
14922         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14923         * bits/mman.h [__USE_BSD]: Likewise.
14924         * bits/termios.h [__USE_BSD]: Likewise.
14925         * bits/waitstatus.h [__USE_BSD]: Likewise.
14926         * ctype/ctype.h [__USE_SVID]: Likewise.
14927         * dirent/dirent.h [__USE_BSD]: Likewise.
14928         * grp/grp.h [__USE_SVID]: Likewise.
14929         [__USE_BSD]: Likewise.
14930         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14931         * io/fcntl.h [__USE_BSD]: Likewise.
14932         * io/ftw.h [__USE_BSD]: Likewise.
14933         * io/sys/stat.h [__USE_BSD]: Likewise.
14934         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14935         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14936         * libio/stdio.h [__USE_SVID]: Likewise.
14937         [__USE_BSD]: Likewise.
14938         * math/math.h [__USE_SVID]: Likewise.
14939         [__USE_BSD]: Likewise.
14940         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14941         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14942         * misc/search.h [__USE_SVID]: Likewise.
14943         * misc/sys/mman.h [__USE_BSD]: Likewise.
14944         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14945         * misc/sys/uio.h [__USE_BSD]: Likewise.
14946         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14947         * posix/glob.h [__USE_BSD]: Likewise.
14948         * posix/regex.h [__USE_BSD]: Likewise.
14949         * posix/sys/types.h [__USE_BSD]: Likewise.
14950         [__USE_SVID]: Likewise.
14951         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14952         * posix/sys/wait.h [__USE_BSD]: Likewise.
14953         [__USE_SVID]: Likewise.
14954         * posix/unistd.h [__USE_BSD]: Likewise.
14955         [__USE_SVID]: Likewise.
14956         * pwd/pwd.h [__USE_SVID]: Likewise.
14957         * resolv/netdb.h [__USE_BSD]: Likewise.
14958         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14959         * signal/signal.h [__USE_BSD]: Likewise.
14960         [__USE_SVID]: Likewise.
14961         * socket/sys/socket.h [__USE_BSD]: Likewise.
14962         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14963         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14964         [__USE_SVID]: Likewise.
14965         * string/bits/string2.h [__USE_BSD]: Likewise.
14966         [__USE_SVID]: Likewise.
14967         * string/bits/string3.h [__USE_BSD]: Likewise.
14968         * string/endian.h [__USE_BSD]: Likewise.
14969         * string/string.h [__USE_SVID]: Likewise.
14970         [__USE_BSD]: Likewise.
14971         * string/strings.h [__USE_BSD]: Likewise.
14972         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14973         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14974         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14975         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14976         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14977         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14978         Likewise.
14979         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14980         Likewise.
14981         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14982         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14983         Likewise.
14984         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14985         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14986         Likewise.
14987         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14988         Likewise.
14989         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14990         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14991         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14992         Likewise.
14993         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14994         Likewise.
14995         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14996         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14997         * termios/termios.h [__USE_BSD]: Likewise.
14998         * time/sys/time.h [__USE_BSD]: Likewise.
14999         * time/time.h [__USE_BSD]: Likewise.
15000         [__USE_SVID]: Likewise.
15001
15002         * Makefile (subdir_targets): Remove subdir_lint.out.
15003
15004         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15005         (do-tst-printf): Likewise.
15006         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15007         $(objpfx)tst-printf.out.
15008
15009         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15010
15011         * Makerules (check-abi-%): Change target to
15012         $(objpfx)check-abi-%.out.
15013         (check-abi target): Update dependencies.
15014         (check-abi-pattern variable): Redirect output of diff to $@.
15015         (check-abi variable): Likewise.
15016         * elf/Makefile (check-abi): Update dependencies.
15017
15018         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15019         unused.
15020         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15021         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15022         subnormal range.
15023         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15024         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15025         value has largest subnormal exponent.
15026         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15027         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15028         * sysdeps/aarch64/soft-fp/sfp-machine.h
15029         (_FP_TININESS_AFTER_ROUNDING): New macro.
15030         * sysdeps/alpha/soft-fp/sfp-machine.h
15031         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15032         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15033         Likewise.
15034         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15035         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15036         * sysdeps/mips/soft-fp/sfp-machine.h
15037         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15038         * sysdeps/powerpc/soft-fp/sfp-machine.h
15039         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15040         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15041         Likewise.
15042         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15043         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15044         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15045         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15046         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15047         Likewise.
15048
15049 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15050
15051         [BZ #16545]
15052         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15053         model 1.
15054
15055 2014-02-12  Richard Henderson  <rth@redhat.com>
15056
15057         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15058         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15059         * sysdeps/unix/sysv/linux/alpha: Move directory from
15060         ports/sysdeps/unix/sysv/linux/alpha.
15061         * README: Update listing for alpha-*-linux-gnu.
15062
15063 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15064
15065         * include/features.h: Update comment documenting feature test
15066         macros.
15067         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15068         _DEFAULT_SOURCE.
15069         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15070         (_SVID_SOURCE): Likewise.
15071         (_DEFAULT_SOURCE): Update description of default features.
15072         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15073         with _GNU_SOURCE.
15074         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15075         (S_ISVTX): Likewise.
15076         * manual/math.texi (Mathematical Constants): Likewise.
15077         * manual/signal.texi (Interrupted Primitives): Likewise.
15078         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15079         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15080         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15081         Don't refer to _SVID_SOURCE in warning text.
15082
15083         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15084
15085         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15086         already defined.
15087         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15088         * sysdeps/mips/dl-lookup.c: Remove.
15089         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15090
15091 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15092
15093         [BZ #16447]
15094         * math/auto-libm-test-in: Add testcase for expl.
15095         * math/auto-libm-test-out: Regenerate.
15096         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15097         calculation of unsafe.
15098         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15099
15100 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15101
15102         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15103         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15104         ports/sysdeps/unix/sysv/linux/aarch64.
15105         * README: Update listing for aarch64*-*-linux-gnu.
15106
15107 2014-02-11  Will Newton  <will.newton@linaro.org>
15108
15109         * manual/probes.texi (Mathematical Function Probes): Use
15110         "triggered" instead of "hit".
15111
15112         * manual/probes.texi (Internal Probes): Add documentation
15113         of setjmp, longjmp and longjmp_target probes.
15114
15115         * include/stap-probe.h: Add comment about probe argument
15116         format.
15117
15118         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15119         definition.  (tr_where, tr_freehook, tr_mallochook,
15120         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15121
15122 2014-02-11  David S. Miller  <davem@davemloft.net>
15123
15124         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15125         processing int_tests.
15126
15127 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15128
15129         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15130         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15131         * sysdeps/unix/sysv/linux/mips: Move directory from
15132         ports/sysdeps/unix/sysv/linux/mips.
15133         * README: Update listing for mips-*-linux-gnu and
15134         mips64-*-linux-gnu.
15135
15136 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15137
15138         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15139         * sysdeps/unix/sysv/linux/m68k: Move directory from
15140         ports/sysdeps/unix/sysv/linux/m68k.
15141         * README: Update listing for m68k-*-linux-gnu.
15142
15143 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15144
15145         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15146         * sysdeps/unix/sysv/linux/generic: Move directory from
15147         ports/sysdeps/unix/sysv/linux/generic.
15148         * sysdeps/unix/sysv/linux/tile: Move directory from
15149         ports/sysdeps/unix/sysv/linux/tile.
15150         * README: Update listing for tile*-*-linux-gnu.
15151
15152 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15153
15154         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15155         __builtin_expect.
15156         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15157         * catgets/open_catalog.c (__open_catalog): Likewise.
15158         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15159         * debug/confstr_chk.c: Likewise.
15160         * debug/fread_chk.c (__fread_chk): Likewise.
15161         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15162         * debug/getgroups_chk.c: Likewise.
15163         * debug/mbsnrtowcs_chk.c: Likewise.
15164         * debug/mbsrtowcs_chk.c: Likewise.
15165         * debug/mbstowcs_chk.c: Likewise.
15166         * debug/memcpy_chk.c: Likewise.
15167         * debug/memmove_chk.c: Likewise.
15168         * debug/mempcpy_chk.c: Likewise.
15169         * debug/memset_chk.c: Likewise.
15170         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15171         * debug/strcat_chk.c (__strcat_chk): Likewise.
15172         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15173         * debug/strncat_chk.c (__strncat_chk): Likewise.
15174         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15175         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15176         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15177         * debug/wcpncpy_chk.c: Likewise.
15178         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15179         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15180         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15181         * debug/wcsncpy_chk.c: Likewise.
15182         * debug/wcsnrtombs_chk.c: Likewise.
15183         * debug/wcsrtombs_chk.c: Likewise.
15184         * debug/wcstombs_chk.c: Likewise.
15185         * debug/wmemcpy_chk.c: Likewise.
15186         * debug/wmemmove_chk.c: Likewise.
15187         * debug/wmempcpy_chk.c: Likewise.
15188         * debug/wmemset_chk.c: Likewise.
15189         * dirent/scandirat.c (SCANDIRAT): Likewise.
15190         * dlfcn/dladdr1.c (dladdr1): Likewise.
15191         * dlfcn/dladdr.c (dladdr): Likewise.
15192         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15193         * dlfcn/dlerror.c (__dlerror): Likewise.
15194         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15195         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15196         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15197         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15198         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15199         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15200         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15201         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15202         Likewise.
15203         * elf/dl-conflict.c: Likewise.
15204         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15205         * elf/dl-dst.h: Likewise.
15206         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15207         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15208         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15209         * elf/dl-init.c (call_init, _dl_init): Likewise.
15210         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15211         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15212         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15213         Likewise.
15214         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15215         Likewise.
15216         * elf/dl-minimal.c (__libc_memalign): Likewise.
15217         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15218         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15219         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15220         * elf/dl-sym.c (do_sym): Likewise.
15221         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15222         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15223         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15224         * elf/dl-writev.h (_dl_writev): Likewise.
15225         * elf/ldconfig.c (search_dir): Likewise.
15226         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15227         (dl_main): Likewise.
15228         * elf/setup-vdso.h (setup_vdso): Likewise.
15229         * grp/compat-initgroups.c (compat_call): Likewise.
15230         * grp/fgetgrent.c (fgetgrent): Likewise.
15231         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15232         * grp/putgrent.c (putgrent): Likewise.
15233         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15234         Likewise.
15235         * hurd/hurdinit.c: Likewise.
15236         * iconvdata/8bit-gap.c (struct): Likewise.
15237         * iconvdata/ansi_x3.110.c : Likewise.
15238         * iconvdata/big5.c : Likewise.
15239         * iconvdata/big5hkscs.c : Likewise.
15240         * iconvdata/cp1255.c: Likewise.
15241         * iconvdata/cp1258.c : Likewise.
15242         * iconvdata/cp932.c : Likewise.
15243         * iconvdata/euc-cn.c: Likewise.
15244         * iconvdata/euc-jisx0213.c : Likewise.
15245         * iconvdata/euc-jp.c: Likewise.
15246         * iconvdata/euc-jp-ms.c : Likewise.
15247         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15248         * iconvdata/gb18030.c : Likewise.
15249         * iconvdata/gbbig5.c (const): Likewise.
15250         * iconvdata/gbgbk.c: Likewise.
15251         * iconvdata/gbk.c : Likewise.
15252         * iconvdata/ibm1364.c : Likewise.
15253         * iconvdata/ibm930.c : Likewise.
15254         * iconvdata/ibm932.c: Likewise.
15255         * iconvdata/ibm933.c : Likewise.
15256         * iconvdata/ibm935.c : Likewise.
15257         * iconvdata/ibm937.c : Likewise.
15258         * iconvdata/ibm939.c : Likewise.
15259         * iconvdata/ibm943.c: Likewise.
15260         * iconvdata/iso_11548-1.c: Likewise.
15261         * iconvdata/iso-2022-cn.c : Likewise.
15262         * iconvdata/iso-2022-cn-ext.c : Likewise.
15263         * iconvdata/iso-2022-jp-3.c: Likewise.
15264         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15265         * iconvdata/iso-2022-kr.c : Likewise.
15266         * iconvdata/iso646.c (gconv_end): Likewise.
15267         * iconvdata/iso_6937-2.c : Likewise.
15268         * iconvdata/iso_6937.c : Likewise.
15269         * iconvdata/iso8859-1.c: Likewise.
15270         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15271         * iconvdata/shift_jisx0213.c : Likewise.
15272         * iconvdata/sjis.c : Likewise.
15273         * iconvdata/t.61.c : Likewise.
15274         * iconvdata/tcvn5712-1.c : Likewise.
15275         * iconvdata/tscii.c: Likewise.
15276         * iconvdata/uhc.c : Likewise.
15277         * iconvdata/unicode.c (gconv_end): Likewise.
15278         * iconvdata/utf-16.c (gconv_end): Likewise.
15279         * iconvdata/utf-32.c (gconv_end): Likewise.
15280         * iconvdata/utf-7.c (base64): Likewise.
15281         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15282         * iconv/gconv_close.c (__gconv_close): Likewise.
15283         * iconv/gconv_open.c (__gconv_open): Likewise.
15284         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15285         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15286         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15287         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15288         (ucs4le_internal_loop_single): Likewise.
15289         * iconv/iconv.c (iconv): Likewise.
15290         * iconv/iconv_close.c: Likewise.
15291         * iconv/loop.c (SINGLE): Likewise.
15292         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15293         * include/atomic.h: Likewise.
15294         * inet/inet6_option.c (option_alloc): Likewise.
15295         * intl/bindtextdom.c (set_binding_values): Likewise.
15296         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15297         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15298         * intl/localealias.c (read_alias_file): Likewise.
15299         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15300         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15301         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15302         * libio/fmemopen.c (fmemopen): Likewise.
15303         * libio/iofgets.c (_IO_fgets): Likewise.
15304         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15305         * libio/iofgetws.c (fgetws): Likewise.
15306         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15307         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15308         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15309         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15310         * locale/findlocale.c (_nl_find_locale): Likewise.
15311         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15312         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15313         Likewise.
15314         * locale/setlocale.c (setlocale): Likewise.
15315         * login/programs/pt_chown.c (main): Likewise.
15316         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15317         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15318         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15319         (mmap, mmap64, mremap, munmap): Likewise.
15320         * math/e_exp2l.c: Likewise.
15321         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15322         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15323         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15324         * math/s_catan.c (__catan): Likewise.
15325         * math/s_catanf.c (__catanf): Likewise.
15326         * math/s_catanh.c (__catanh): Likewise.
15327         * math/s_catanhf.c (__catanhf): Likewise.
15328         * math/s_catanhl.c (__catanhl): Likewise.
15329         * math/s_catanl.c (__catanl): Likewise.
15330         * math/s_ccosh.c (__ccosh): Likewise.
15331         * math/s_ccoshf.c (__ccoshf): Likewise.
15332         * math/s_ccoshl.c (__ccoshl): Likewise.
15333         * math/s_cexp.c (__cexp): Likewise.
15334         * math/s_cexpf.c (__cexpf): Likewise.
15335         * math/s_cexpl.c (__cexpl): Likewise.
15336         * math/s_clog10.c (__clog10): Likewise.
15337         * math/s_clog10f.c (__clog10f): Likewise.
15338         * math/s_clog10l.c (__clog10l): Likewise.
15339         * math/s_clog.c (__clog): Likewise.
15340         * math/s_clogf.c (__clogf): Likewise.
15341         * math/s_clogl.c (__clogl): Likewise.
15342         * math/s_csin.c (__csin): Likewise.
15343         * math/s_csinf.c (__csinf): Likewise.
15344         * math/s_csinh.c (__csinh): Likewise.
15345         * math/s_csinhf.c (__csinhf): Likewise.
15346         * math/s_csinhl.c (__csinhl): Likewise.
15347         * math/s_csinl.c (__csinl): Likewise.
15348         * math/s_csqrt.c (__csqrt): Likewise.
15349         * math/s_csqrtf.c (__csqrtf): Likewise.
15350         * math/s_csqrtl.c (__csqrtl): Likewise.
15351         * math/s_ctan.c (__ctan): Likewise.
15352         * math/s_ctanf.c (__ctanf): Likewise.
15353         * math/s_ctanh.c (__ctanh): Likewise.
15354         * math/s_ctanhf.c (__ctanhf): Likewise.
15355         * math/s_ctanhl.c (__ctanhl): Likewise.
15356         * math/s_ctanl.c (__ctanl): Likewise.
15357         * math/w_pow.c: Likewise.
15358         * math/w_powf.c: Likewise.
15359         * math/w_powl.c: Likewise.
15360         * math/w_scalb.c (sysv_scalb): Likewise.
15361         * math/w_scalbf.c (sysv_scalbf): Likewise.
15362         * math/w_scalbl.c (sysv_scalbl): Likewise.
15363         * misc/error.c (error_tail): Likewise.
15364         * misc/pselect.c (__pselect): Likewise.
15365         * nis/nis_callback.c (__nis_create_callback): Likewise.
15366         * nis/nis_call.c (__nisfind_server): Likewise.
15367         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15368         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15369         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15370         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15371         * nis/nis_lookup.c (nis_lookup): Likewise.
15372         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15373         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15374         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15375         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15376         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15377         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15378         * nis/nss_compat/compat-initgroups.c (add_group)
15379         (internal_getgrent_r): Likewise.
15380         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15381         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15382         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15383         (internal_getspnam_r): Likewise.
15384         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15385         (_nss_nis_getaliasbyname_r): Likewise.
15386         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15387         (_nss_nis_getntohost_r): Likewise.
15388         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15389         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15390         (_nss_nis_getgrgid_r): Likewise.
15391         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15392         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15393         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15394         (_nss_nis_gethostbyname4_r): Likewise.
15395         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15396         (initgroups_netid): Likewise.
15397         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15398         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15399         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15400         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15401         (_nss_nis_getprotobynumber_r): Likewise.
15402         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15403         (_nss_nis_getsecretkey): Likewise.
15404         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15405         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15406         (_nss_nis_getpwuid_r): Likewise.
15407         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15408         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15409         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15410         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15411         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15412         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15413         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15414         Likewise.
15415         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15416         (_nss_nisplus_getntohost_r): Likewise.
15417         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15418         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15419         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15420         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15421         Likewise.
15422         * nis/nss_nisplus/nisplus-initgroups.c
15423         (_nss_nisplus_initgroups_dyn): Likewise.
15424         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15425         (_nss_nisplus_getnetbyaddr_r): Likewise.
15426         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15427         (_nss_nisplus_getprotobynumber_r): Likewise.
15428         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15429         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15430         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15431         Likewise.
15432         * nis/nss_nisplus/nisplus-service.c
15433         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15434         (_nss_nisplus_getservbyport_r): Likewise.
15435         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15436         (_nss_nisplus_getspnam_r): Likewise.
15437         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15438         Likewise.
15439         * nscd/aicache.c (addhstaiX): Likewise.
15440         * nscd/cache.c (cache_search, prune_cache): Likewise.
15441         * nscd/connections.c (register_traced_file, send_ro_fd)
15442         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15443         (main_loop_epoll): Likewise.
15444         * nscd/grpcache.c (addgrbyX): Likewise.
15445         * nscd/hstcache.c (addhstbyX): Likewise.
15446         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15447         * nscd/mem.c (gc, mempool_alloc): Likewise.
15448         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15449         (addinnetgrX): Likewise.
15450         * nscd/nscd-client.h (__nscd_acquire_maplock)
15451         (__nscd_drop_map_ref): Likewise.
15452         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15453         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15454         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15455         Likewise.
15456         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15457         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15458         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15459         (__nscd_get_map_ref): Likewise.
15460         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15461         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15462         Likewise.
15463         * nscd/pwdcache.c (addpwbyX): Likewise.
15464         * nscd/selinux.c (preserve_capabilities): Likewise.
15465         * nscd/servicescache.c (addservbyX): Likewise.
15466         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15467         * posix/fnmatch.c (fnmatch): Likewise.
15468         * posix/getopt.c (_getopt_internal_r): Likewise.
15469         * posix/glob.c (glob, glob_in_dir): Likewise.
15470         * posix/wordexp.c (exec_comm_child): Likewise.
15471         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15472         (getanswer_r, gaih_getanswer_slice): Likewise.
15473         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15474         * resolv/res_init.c: Likewise.
15475         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15476         * resolv/res_query.c (__libc_res_nquery): Likewise.
15477         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15478         Likewise.
15479         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15480         * stdio-common/perror.c (perror): Likewise.
15481         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15482         * stdio-common/tmpnam.c (tmpnam): Likewise.
15483         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15484         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15485         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15486         Likewise.
15487         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15488         * stdlib/putenv.c (putenv): Likewise.
15489         * stdlib/setenv.c (__add_to_environ): Likewise.
15490         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15491         * stdlib/strtol_l.c (INTERNAL): Likewise.
15492         * string/memmem.c (memmem): Likewise.
15493         * string/strerror.c (strerror): Likewise.
15494         * string/strnlen.c (__strnlen): Likewise.
15495         * string/test-memmem.c (simple_memmem): Likewise.
15496         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15497         * sunrpc/pm_getport.c (__get_socket): Likewise.
15498         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15499         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15500         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15501         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15502         Likewise.
15503         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15504         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15505         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15506         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15507         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15508         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15509         Likewise.
15510         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15511         Likewise.
15512         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15513         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15514         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15515         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15516         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15517         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15518         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15519         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15520         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15521         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15522         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15523         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15524         Likewise.
15525         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15526         Likewise.
15527         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15528         Likewise.
15529         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15530         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15531         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15532         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15533         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15534         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15535         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15536         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15537         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15538         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15539         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15540         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15541         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15542         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15543         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15544         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15545         Likewise.
15546         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15547         Likewise.
15548         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15549         Likewise.
15550         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15551         Likewise.
15552         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15553         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15554         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15555         Likewise.
15556         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15557         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15558         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15559         * sysdeps/posix/sleep.c: Likewise.
15560         * sysdeps/posix/tempname.c: Likewise.
15561         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15562         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15563         Likewise.
15564         * sysdeps/powerpc/powerpc32/dl-machine.h
15565         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15566         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15567         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15568         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15569         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15570         Likewise.
15571         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15572         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15573         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15574         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15575         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15576         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15577         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15578         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15579         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15580         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15581         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15582         (elf_machine_lazy_rel): Likewise.
15583         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15584         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15585         (elf_machine_lazy_rel): Likewise.
15586         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15587         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15588         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15589         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15590         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15591         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15592         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15593         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15594         Likewise.
15595         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15596         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15597         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15598         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15599         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15600         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15601         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15602         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15603         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15604         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15605         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15606         Likewise.
15607         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15608         (__posix_fallocate64_l64): Likewise.
15609         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15610         (posix_fallocate): Likewise.
15611         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15612         Likewise.
15613         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15614         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15615         (getifaddrs_internal): Likewise.
15616         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15617         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15618         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15619         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15620         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15621         (__posix_fallocate64_l64): Likewise.
15622         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15623         Likewise.
15624         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15625         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15626         (__get_clockfreq): Likewise.
15627         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15628         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15629         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15630         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15631         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15632         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15633         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15634         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15635         Likewise.
15636         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15637         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15638         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15639         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15640         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15641         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15642         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15643         Likewise.
15644         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15645         (posix_fallocate): Likewise.
15646         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15647         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15648         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15649         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15650         (elf_machine_rela, elf_machine_rela_relative)
15651         (elf_machine_lazy_rel): Likewise.
15652         * time/asctime.c (asctime_internal): Likewise.
15653         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15654         * time/tzset.c (__tzset_parse_tz): Likewise.
15655         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15656         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15657         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15658         * wcsmbs/wcsmbsload.h: Likewise.
15659
15660         [BZ #15894]
15661         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15662
15663         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15664         (arena_get2): Remove THREAD_STATS conditionals.
15665         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15666         (__malloc_stats, int): Likewise.
15667
15668 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15669
15670         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15671         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15672
15673         * manual/setjmp.texi: Fix typos/grammar errors.
15674
15675         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15676         Only return early when n is <= 0.  Delete unused return statement.
15677
15678         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15679         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15680         * debug/tst-longjmp_chk3.c: New file.
15681
15682         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15683         (test_main): Replace code with set_fortify_handler call.
15684         * debug/test-strcpy_chk.c: Likewise.
15685         * debug/tst-chk1.c: Likewise.
15686         * debug/tst-longjmp_chk.c: Likewise.
15687         * test-skeleton.c: Include fcntl.h & paths.h
15688         (set_fortify_handler): Define.
15689
15690         * debug/tst-longjmp_chk.c: Add header comment and include
15691         ../test-skeleton.c.
15692         (do_test): Mark static.
15693         (TEST_FUNCTION): Define.
15694
15695         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15696         (IP_PMTUDISC_INTERFACE): Likewise.
15697         (IP_MULTICAST_IF): Likewise.
15698         (IP_MULTICAST_TTL): Likewise.
15699         (IP_MULTICAST_LOOP): Likewise.
15700         (IP_ADD_MEMBERSHIP): Likewise.
15701         (IP_DROP_MEMBERSHIP): Likewise.
15702         (IP_UNBLOCK_SOURCE): Likewise.
15703         (IP_BLOCK_SOURCE): Likewise.
15704         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15705         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15706         (IP_MSFILTER): Likewise.
15707         (MCAST_JOIN_GROUP): Likewise.
15708         (MCAST_BLOCK_SOURCE): Likewise.
15709         (MCAST_UNBLOCK_SOURCE): Likewise.
15710         (MCAST_LEAVE_GROUP): Likewise.
15711         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15712         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15713         (MCAST_MSFILTER): Likewise.
15714         (IP_MULTICAST_ALL): Likewise.
15715         (IP_UNICAST_IF): Likewise.
15716
15717         * timezone/Makefile: Delete $(have-ksh) check.
15718         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15719         * timezone/tzselect.ksh: Add +x mode bits.
15720
15721         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15722         (ANON_INODE_FS_MAGIC): Likewise.
15723         (BDEVFS_MAGIC): Likewise.
15724         (BINFMTFS_MAGIC): Likewise.
15725         (BTRFS_TEST_MAGIC): Likewise.
15726         (CRAMFS_MAGIC_WEND): Likewise.
15727         (DEBUGFS_MAGIC): Likewise.
15728         (ECRYPTFS_SUPER_MAGIC): Likewise.
15729         (EXT3_SUPER_MAGIC): Likewise.
15730         (EXT4_SUPER_MAGIC): Likewise.
15731         (FUTEXFS_SUPER_MAGIC): Likewise.
15732         (HOSTFS_SUPER_MAGIC): Likewise.
15733         (HUGETLBFS_MAGIC): Likewise.
15734         (MINIX3_SUPER_MAGIC): Likewise.
15735         (MTD_INODE_FS_MAGIC): Likewise.
15736         (NILFS_SUPER_MAGIC): Likewise.
15737         (OPENPROM_SUPER_MAGIC): Likewise.
15738         (PIPEFS_MAGIC): Likewise.
15739         (PSTOREFS_MAGIC): Likewise.
15740         (QNX6_SUPER_MAGIC): Likewise.
15741         (RAMFS_MAGIC): Likewise.
15742         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15743         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15744         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15745         (SECURITYFS_MAGIC): Likewise.
15746         (SELINUX_MAGIC): Likewise.
15747         (SMACK_MAGIC): Likewise.
15748         (SOCKFS_MAGIC): Likewise.
15749         (SQUASHFS_MAGIC): Likewise.
15750         (STACK_END_MAGIC): Likewise.
15751         (TMPFS_MAGIC): Likewise.
15752         (USBDEVICE_SUPER_MAGIC): Likewise.
15753         (V9FS_MAGIC): Likewise.
15754         (XENFS_SUPER_MAGIC): Likewise.
15755         (CRAMFS_MAGIC): Fix typo in comment.
15756         (EXT2_SUPER_MAGIC): Update comment.
15757         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15758
15759 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15760
15761         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15762         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15763         * sysdeps/unix/sysv/linux/arm: Move directory from
15764         ports/sysdeps/unix/sysv/linux/arm.
15765         * README: Update listing for arm-*-linux-gnueabi.
15766
15767         * README: Remove mention of am33.
15768
15769 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15770
15771         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15772         than the comma operator, to avoid "rhs of comma has no effect"
15773         compiler warnings.
15774         (__sigfillset, __sigandset, __sigorset): Likewise.
15775         * include/signal.h (__sigemptyset): Likewise.
15776         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15777
15778 2014-02-07  Allan McRae  <allan@archlinux.org>
15779
15780         * version.h (RELEASE): Set to "development".
15781         (VERSION): Set to "2.19.90"
15782         * NEWS: Add 2.20 section.
15783
15784 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15785
15786         [BZ #16529]
15787         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15788
15789 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15790
15791         * manual/contrib.texi: Update entry for Carlos O'Donell,
15792         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15793
15794 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15795
15796         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15797
15798         * sysdeps/unix/sysv/linux/kernel-features.h
15799         [__LINUX_KERNEL_VERSION >= 0x020621]
15800         (__ASSUME_PROC_PID_TASK_COMM): Define.
15801
15802 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15803
15804         [BZ #16398]
15805         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15806         conversion when destination buffer does not have enough space.
15807         * libio/tst-ftell-partial-wide.c: New test case.
15808         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15809
15810         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15811         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15812         Leonard and Allan McRae.
15813
15814 2014-02-04  David S. Miller  <davem@davemloft.net>
15815
15816         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15817         32-bit.
15818
15819 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15820
15821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15822         New file
15823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15824         New file
15825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15826         New file.
15827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15828         New file.
15829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15830         New file.
15831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15832         New file.
15833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15834         New file.
15835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15836         New file.
15837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15838         New file.
15839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15840         New file.
15841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15842         New file.
15843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15844         New file.
15845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15846         New file.
15847
15848 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15849
15850         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15851         * shlib-versions: Likewise.
15852
15853 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15854             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15855
15856         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15857         (abilist-pattern): New variable, set to %-le.abilist.
15858
15859         * Makerules (abilist-pattern): New variable.
15860         (vpath): Use $(abilist-pattern) in place of %.abilist.
15861         (check-abi-% pattern rule): Likewise.
15862         (check-abi, update-abi): Likewise.
15863
15864 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15865
15866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15867
15868 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15869
15870         * manual/startup.texi: Add next, previous, and top entries for
15871         the `Program Arguments' and `Environment Variables' nodes.
15872
15873 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15874
15875         * manual/macros.texi: Add comments before MTASC-safety macros.
15876
15877         * manual/users.texi: Document MTASC-safety properties.
15878
15879         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15880         (pthread_getspecific, pthread_setspecific): Format with
15881         @deftypefun, and add @safety note.
15882         * manual/signal.texi: Move comments that analyze the above
15883         functions to their home place.
15884
15885 2014-02-03  Allan McRae  <allan@archlinux.org>
15886
15887         * po/sl.po: Update Slovenian translation from translation project.
15888
15889 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15890
15891         * manual/time.texi (timegm): Add missing blank after @c.
15892         Reported by Joseph Myers <joseph@codesourcery.com>.
15893
15894 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15895
15896         * manual/check-safety.sh: New.
15897         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15898
15899         * manual/terminal.texi: Document MTASC-safety properties.
15900
15901         * manual/filesys.texi: Document MTASC-safety properties.
15902
15903         * manual/errno.texi: Document MTASC-safety properties.
15904
15905         * manual/intro.texi: Document safety identifiers and
15906         conditionals.
15907
15908         * manual/string.texi (wcstok): Fix prototype.
15909         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15910
15911         * manual/time.texi: Document MTASC-safety properties.
15912
15913         * manual/string.texi: Document MTASC-safety properties.
15914
15915         * manual/threads.texi: Document MTASC-safety properties.
15916
15917         * manual/stdio.texi: Document MTASC-safety properties.
15918
15919         * manual/syslog.texi: Document MTASC-safety properties.
15920
15921         * manual/sysinfo.texi: Document MTASC-safety properties.
15922
15923         * manual/startup.texi: Document MTASC-safety properties.
15924
15925         * manual/socket.texi: Document MTASC-safety properties.
15926
15927         * manual/signal.texi: Document MTASC-safety properties.
15928
15929 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15930
15931         * manual/setjmp.texi: Document MTASC-safety properties.
15932
15933         * manual/search.texi: Document MTASC-safety properties.
15934
15935         * manual/resource.texi: Document MTASC-safety properties.
15936
15937         * manual/process.texi: Document MTASC-safety properties.
15938
15939         * manual/platform.texi: Document MTASC-safety properties.
15940
15941         * manual/pipe.texi: Document MTASC-safety properties.
15942
15943         * manual/pattern.texi: Document MTASC-safety properties.
15944
15945         * manual/message.texi: Document MTASC-safety properties.
15946
15947         [BZ #12751]
15948         * manual/memory.texi: Document MTASC-safety properties.
15949
15950         * manual/math.texi: Document MTASC-safety properties.
15951
15952         * manual/locale.texi: Document MTASC-safety properties.
15953
15954         * manual/llio.texi: Document MTASC-safety properties.
15955
15956         * manual/libdl.texi: New.
15957
15958         * manual/lang.texi: Document MTASC-safety properties.
15959
15960         * manual/job.texi: Document MTASC-safety properties.
15961
15962         * manual/getopt.texi: Document MTASC-safety properties.
15963
15964         * manual/ctype.texi: Document MTASC-safety properties.
15965
15966 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15967
15968         [BZ #16046]
15969         * csu/libc-tls.c (static_map): Remove variable.
15970         (__libc_setup_tls): Use main executable's link map for TLS data.
15971         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15972         casing for LM_ID_BASE and GL(dl_nns).
15973         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15974         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15975         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15976         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15977         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15978         member.
15979         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15980         l_phnum members.
15981
15982 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15983
15984         * manual/debug.texi: Document MTASC-safety properties.
15985
15986 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15987
15988         [BZ #16510]
15989         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15990         of __x86_64__ when disabling x87 inline functions.
15991
15992 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15993
15994         * manual/charset.texi: Document MTASC-safety properties.
15995
15996         * manual/crypt.texi: Document MTASC-safety properties.
15997
15998         * manual/conf.texi: Document MTASC-safety properties.
15999
16000         * manual/arith.texi: Document MTASC-safety properties.
16001
16002         * manual/argp.texi: Document MTASC-safety properties.
16003
16004         * manual/macros.texi: Introduce macros to document multi
16005         thread, asynchronous signal and asynchronous cancellation
16006         safety properties.
16007         * manual/intro.texi: Introduce the properties themselves.
16008
16009 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16010
16011         * sysdeps/sh/sh4/Makefile: New file.
16012
16013 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16014
16015         * math/gen-libm-test.pl ($srcdir): New variable.
16016         ($auto_input): Use it.
16017
16018 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16019
16020         [BZ #16506]
16021         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16022         access beyond array bounds when parsing netgroups file.
16023
16024         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16025         the old buffer before realloc.
16026
16027 2014-01-27  Allan McRae  <allan@archlinux.org>
16028
16029         * po/fr.po: Update French translation from translation project.
16030
16031 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16032
16033         * sysdeps/sh/libm-test-ulps: Regenerate.
16034
16035 2014-01-24  David S. Miller  <davem@davemloft.net>
16036
16037         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16038
16039 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16040
16041         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16042         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16043
16044 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16045
16046         [BZ #16474]
16047         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16048         string pointers after reallocation.
16049
16050 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16051
16052         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16053         __SH4A__ instead of __SH_FPU_ANY__.
16054
16055 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16056
16057         * sysdeps/sh/fpu_control.h: New file.
16058         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16059         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16060         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16061         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16062         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16063         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16064         * sysdeps/sh/sys/ucontext.h: Remove.
16065         * sysdeps/sh/sys: Remove directory.
16066
16067 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16068
16069         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16070         s390/sys/ucontext.h.
16071         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16072         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16073
16074 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16075
16076         [BZ #15605]
16077         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16078
16079 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16080
16081         [BZ#16431]
16082         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16083         Adjust the vDSO correctly for internal calls.
16084         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16085
16086 2014-01-20  Allan McRae  <allan@archlinux.org>
16087
16088         * po/ca.po: Update Catalan translation from translation project.
16089
16090 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16091
16092         * sysdeps/s390/sotruss-lib.c: New file.
16093
16094 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16095
16096         [BZ#16430]
16097         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16098         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16099         local calls issues by not having a PLT stub required for IFUNC calls.
16100         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16101
16102 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16103
16104         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16105         * math/test-fpucw-static.c: Likewise.
16106
16107 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16108
16109         [BZ #16453]
16110         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16111
16112 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16113
16114         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16115         implementation for powerpc.
16116
16117 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16118
16119         [BZ #14782]
16120         * sysdeps/posix/system.c (__libc_system): Do not enable
16121         asynchronous cancellation.
16122
16123 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16124
16125         [BZ #16427]
16126         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16127         handling only for numbers special also in the IEEE case.
16128
16129 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16130
16131         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16132
16133 2014-01-11  Allan McRae  <allan@archlinux.org>
16134
16135         * po/bg.po: Update Bulgarian translation from translation project.
16136
16137         * po/de.po: Update German translation from translation project.
16138
16139 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16140
16141         * sysdeps/generic/gcc-compat.h: New file.
16142
16143 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16144
16145         * benchtests/asin-inputs: Correct slow inputs.
16146         * benchtests/acos-inputs: Likewise.
16147
16148 2014-01-10  Allan McRae  <allan@archlinux.org>
16149
16150         * po:sv.po: Update Swedish translation from translation project.
16151
16152         * po/vi.po: Update Vietnamese translation from translation project.
16153
16154         * po/eo.po: Update Esperanto translation from translation project.
16155
16156         * po/cs.po: Update Czech translation from translation project.
16157
16158         * po/nl.po: Update Dutch translation from translation project.
16159
16160         * po/pl.po: Update Polish translation from translation project.
16161
16162         * po/ru.po: Update Russian translation from translation project.
16163
16164         * po/uk.po: Update Ukrainian translation from translation project.
16165
16166 2014-01-08  Brooks Moses  <bmoses@google.com>
16167
16168         * elf/dl-load.c: Fix comment typo.
16169
16170 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16171
16172         * po/header.pot: Rename to...
16173         * po/pot.header: ... this.
16174         * po/Makefile: Use pot.header.
16175
16176 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16177             Maxim Kuvyrkov  <maxim@kugelworks.com>
16178
16179         [BZ #16394]
16180         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16181         SRC and DEST against LEN.
16182
16183 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16184
16185         [BZ #16414]
16186         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16187         implementation.
16188         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16189
16190 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16191
16192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16193
16194 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16195
16196         [BZ #16408]
16197         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16198         for large positive arguments.
16199
16200 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16201
16202         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16203
16204         * math/auto-libm-test-in: Mark various tests with
16205         xfail-rounding:ldbl-128ibm.
16206         * math/auto-libm-test-out: Regenerated.
16207
16208         [BZ #16407]
16209         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16210         Increase overflow threshold.
16211
16212 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16213
16214         [BZ #14286]
16215         * stdio-common/vfprintf.c: Check for integer overflow.
16216
16217 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16218
16219         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16220         the first argument and return value of __tls_get_addr_internal.
16221
16222 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16223
16224         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16225         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16226
16227 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16228
16229         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16230         * sysdeps/s390/rtld-global-offsets.sym: New file.
16231         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16232         GLIBC_2.19 symbol.
16233         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16234         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16235         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16236         ... this.
16237         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16238         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16239         ... this.
16240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16241         Regenerate.
16242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16243         Regenerate.
16244         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16245         halfs of GPRs for high_gprs contexts.
16246         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16247         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16248         field.
16249         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16250         uc_flags field.
16251         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16252         64 bit versions:
16253         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16254         for high GPRs (uc_high_gprs) and for future extensions
16255         (__reserved).
16256         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16257         for future extensions (__reserved).
16258         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16259         64 bit versions:
16260         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16261         SC_HIGHGPRS offset definition.
16262         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16263         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16264
16265         * Versions.def: Add GLIBC_2.19 for libpthread.
16266         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16267         siglongjmp for libpthread with GLIBC_2.19 symver.
16268         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16269         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16270         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16271         * sysdeps/s390/__longjmp.c: New file.
16272         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16273         * sysdeps/s390/longjmp.c: New file.
16274         * sysdeps/s390/setjmp.S: New file.
16275         * sysdeps/s390/sigjmp.S: New file.
16276         * sysdeps/s390/v1-longjmp.c: New file.
16277         * sysdeps/s390/v1-setjmp.h: New file.
16278         * sysdeps/s390/v1-sigjmp.c: New file.
16279         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16280         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16281         GLIBC_2.19 version.
16282         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16283         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16284         versioned symbols for ____longjmp_chk.
16285         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16286         Likewise.
16287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16288         Regenerate.
16289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16290         Regenerate.
16291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16292         Regenerate.
16293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16294         Regenerate.
16295         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16296         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16297         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16298         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16299         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16300         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16301         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16302         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16303         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16304         * sysdeps/s390/rtld-__longjmp.c: New file.
16305         * sysdeps/s390/rtld-setjmp.S: New file.
16306
16307 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16308
16309         [BZ #16400]
16310         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16311         Return -__logl (x) for small positive arguments without evaluating
16312         a polynomial.
16313
16314 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16315
16316         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16317         Rename to ...
16318         (__ptrace_peeksiginfo_args): ... this.
16319         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16320         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16321         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16322
16323 2014-01-06  Allan McRae  <allan@archlinux.org>
16324
16325         * inet/netinet/in.h: Fix typo in comment.
16326
16327 2014-01-05  Andreas Jaeger  <aj@suse.de>
16328
16329         * sysdeps/i386/fpu/libm-test-ulps: Update.
16330
16331 2014-01-05  Allan McRae  <allan@archlinux.org>
16332
16333         * po/libc.pot: Regenerated.
16334
16335         * malloc/memusagestat.c: Fix gettext call formatting.
16336
16337 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16338
16339         * nscd/nscd.c: Improve usage() output.
16340
16341 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16342
16343         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16344         * sysdeps/unix/sysv/linux/configure: Regenerated.
16345         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16346         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16347
16348 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16349
16350         [BZ #16390]
16351         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16352         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16353
16354 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16355
16356         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16357         extra tokens at end of #undef directive.
16358         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16359         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16360         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16361
16362 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16363
16364         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16365
16366         * math/auto-libm-test-in: Mark various tests with
16367         xfail-rounding:ldbl-128ibm.
16368         * math/auto-libm-test-out: Regenerated.
16369
16370 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16371
16372         [BZ #16386]
16373         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16374         numbers with subnormal high part when calculating exponent.
16375
16376         [BZ #16385]
16377         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16378         fabs.
16379
16380         [BZ #16384]
16381         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16382         M_LN2l.
16383         (__ieee754_acoshl): Use __log1pl not __log1p.
16384
16385 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16386
16387         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16388         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16389         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16390         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16391         (reused_arena, arena_get2): Convert to GNU style.
16392         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16393         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16394         (memalign_check, __malloc_set_state): Likewise.
16395         * malloc/mallocbug.c (main): Likewise.
16396         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16397         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16398         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16399         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16400         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16401         (__posix_memalign, malloc_info): Likewise.
16402         * malloc/malloc.h: Likewise.
16403         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16404         (mallochook, memalignhook, reallochook, mabort): Likewise.
16405         * malloc/mcheck.h: Likewise.
16406         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16407         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16408         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16409         * malloc/morecore.c (__default_morecore): Likewise.
16410         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16411         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16412         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16413         (print_and_abort): Likewise.
16414         * malloc/obstack.h: Likewise.
16415         * malloc/set-freeres.c (__libc_freeres): Likewise.
16416         * malloc/tst-mallocstate.c (main): Likewise.
16417         * malloc/tst-mtrace.c (main): Likewise.
16418         * malloc/tst-realloc.c (do_test): Likewise.
16419
16420 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16421
16422         [BZ #16366]
16423         * nscd/netgroupcache.c (do_notfound): New function.
16424         (addgetnetgrentX): Use it.
16425
16426         [BZ # 16365]
16427         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16428         NSS_STATUS_NOTFOUND.
16429
16430 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16431
16432         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16434
16435 2014-01-01  Allan McRae  <allan@archlinux.org>
16436
16437         * scripts/update-copyrights: Update configure input file suffix.
16438
16439         * NEWS: Update copyright year.
16440         * catgets/gencat.c: Likewise.
16441         * csu/version.c: Likewise.
16442         * debug/catchsegv.sh: Likewise.
16443         * debug/pcprofiledump.c: Likewise.
16444         * debug/xtrace.sh: Likewise.
16445         * elf/ldconfig.c: Likewise.
16446         * elf/ldd.bash.in: Likewise.
16447         * elf/pldd.c: Likewise.
16448         * elf/sotruss.ksh: Likewise.
16449         * elf/sprof.c: Likewise.
16450         * iconv/iconv_prog.c: Likewise.
16451         * iconv/iconvconfig.c: Likewise.
16452         * locale/programs/locale.c: Likewise.
16453         * locale/programs/localedef.c: Likewise.
16454         * login/programs/pt_chown.c: Likewise.
16455         * malloc/memusage.sh: Likewise.
16456         * malloc/memusagestat.c: Likewise.
16457         * malloc/mtrace.pl: Likewise.
16458         * manual/libc.texinfo: Likewise.
16459         * nscd/nscd.c: Likewise.
16460         * nss/getent.c: Likewise.
16461         * nss/makedb.c: Likewise.
16462         * posix/getconf.c: Likewise.
16463         * scripts/test-installation.pl: Likewise.
16464
16465         * All files with FSF copyright notices: Update copyright dates
16466         using scripts/update-copyrights.
16467         * intl/plural.c: Regenerated.
16468         * locale/programs/charmap-kw.h: Likewise.
16469         * locale/programs/locfile-kw.h: Likewise.
16470
16471 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16472
16473         * sysdeps/unix/sysv/linux/configure: Regenerated.
16474         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16475         the linux/fanotify.h header.
16476         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16477         HAVE_LINUX_FANOTIFY_H is defined.
16478
16479 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16480
16481         * benchtests/cos-inputs: New inputs.
16482         * benchtests/sin-inputs: Likewise.
16483
16484         * benchtests/atan-inputs: New inputs. Fix name of multiple
16485         precision fallback inputs.
16486
16487         * benchtests/atanh-inputs: New inputs.
16488         * benchtests/tanh-inputs: Likewise.
16489
16490         * benchtests/acosh-inputs: New inputs.
16491         * benchtests/asinh-inputs: Likewise.
16492
16493         * benchtests/cosh-inputs: New inputs.
16494         * benchtests/sinh-inputs: Likewise.
16495
16496         * benchtests/acos-inputs: Add more inputs.
16497         * benchtests/asin-inputs: Likewise.
16498
16499 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16500
16501         [BZ #16375]
16502         * manual/arith.texi: Fix spelling.
16503         * manual/charset.texi: Likewise.
16504         * manual/errno.texi: Likewise.
16505         * manual/filesys.texi: Likewise.
16506         * manual/lang.texi: Likewise.
16507         * manual/llio.texi: Likewise.
16508         * manual/locale.texi: Likewise.
16509         * manual/message.texi: Likewise.
16510         * manual/resource.texi: Likewise.
16511         * manual/search.texi: Likewise.
16512         * manual/setjmp.texi: Likewise.
16513         * manual/stdio.texi: Likewise.
16514         * manual/string.texi: Likewise.
16515         * manual/sysinfo.texi: Likewise.
16516         * manual/time.texi: Likewise.
16517
16518 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16519
16520         * po/sl.po: New file.
16521
16522 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16523
16524         * .gitignore: Add core/.gdbinit/.gdb_history.
16525
16526 2013-12-27  Allan McRae  <allan@archlinux.org>
16527
16528         [BZ #16369]
16529         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16530         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16531
16532 2013-12-24  Brooks Moses  <bmoses@google.com>
16533
16534         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16535         all compilers that claim C++98 compliance, not just GCC.
16536         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16537         Likewise.
16538
16539 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16540
16541         * NEWS: Restore accidentally deleted bug-fix entries.
16542
16543 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16544             Ondřej Bílka  <neleai@seznam.cz>
16545
16546         [BZ #15073]
16547         * malloc/malloc.c (_int_free): Perform sanity check only if we
16548         have_lock.
16549
16550 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16551
16552         [BZ #12986]
16553         * manual/stdio.texi (String Input Conversions): Clarify that character
16554         classes are not supported.
16555
16556 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16557
16558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16559
16560 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16561
16562         [BZ #16337]
16563         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16564         Calculate results for small negative arguments directly rather
16565         than using reflection formula with special underflow handling.
16566
16567         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16568         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16569         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16570         (fchflags): Likewise.
16571         (revoke): Likewise.
16572         (setlogin): Likewise.
16573         (sigaltstack): Likewise.
16574         (wait4): Likewise.
16575         (sigblock): Remove.
16576         (sigsetmask): Likewise.
16577         (wait3): Likewise.
16578         (waitpid): Likewise.
16579         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16580         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16581         file.
16582         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16583         * sysdeps/unix/bsd/Makefile: ... here.
16584         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16585         * sysdeps/unix/bsd/Versions: ... here.
16586         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16587         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16588         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16589         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16590         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16591         * sysdeps/unix/bsd/sigblock.c: ... here.
16592         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16593         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16594         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16595         * sysdeps/unix/bsd/sigvec.c: ... here.
16596         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16597         * sysdeps/unix/bsd/tcdrain.c: ... here.
16598         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16599         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16600         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16601         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16602         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16603         * sysdeps/unix/bsd/wait.c: ... here.
16604         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16605         * sysdeps/unix/bsd/wait3.c: ... here.
16606         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16607         * sysdeps/unix/bsd/waitpid.c: ... here.
16608
16609 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16610
16611         [BZ #16356]
16612         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16613         round-to-nearest for [!USE_AS_EXPM1L].
16614         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16615         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16616         more tests of exp and exp10.  Expect some exp10 tests to miss
16617         exceptions or fail in directed rounding modes.
16618         * math/auto-libm-test-out: Regenerated.
16619         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16620         (exp10_test_tonearest): New function.
16621         (exp10_towardzero_test_data): New array.
16622         (exp10_test_towardzero): New function.
16623         (exp10_downward_test_data): New array.
16624         (exp10_test_downward): New function.
16625         (exp10_upward_test_data): New array.
16626         (exp10_test_upward): New function.
16627         (main): Call the new functions.
16628         * sysdeps/i386/fpu/libm-test-ulps: Update.
16629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16630
16631 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16632
16633         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16634         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16635         * math/auto-libm-test-out: Regenerated.
16636         * math/libm-test.inc (acosh_test_data): Add more tests.
16637         (atanh_test_data): Likewise.
16638         (ceil_test_data): Likewise.
16639         (copysign_test_data): Likewise.
16640         * sysdeps/i386/fpu/libm-test-ulps: Update.
16641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16642
16643         * timezone/checktab.awk: Update from tzcode 2013i.
16644         * timezone/private.h: Likewise.
16645         * timezone/scheck.c: Likewise.
16646         * timezone/tzfile.h: Likewise.
16647         * timezone/tzselect.ksh: Likewise.
16648         * timezone/zdump.c: Likewise.
16649         * timezone/zic.c: Likewise.
16650
16651         * math/auto-libm-test-in: Add tests of cpow.
16652         * math/auto-libm-test-out: Regenerated.
16653         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16654         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16655         mpc_cc_c.
16656         (func_calc_desc): Add mpc_cc_c union field.
16657         (test_functions): Add cpow.
16658         (special_fill_2pi): New function.
16659         (special_real_inputs): Add 2pi.
16660         (calc_generic_results): Handle mpc_cc_c.
16661         * sysdeps/i386/fpu/libm-test-ulps: Update.
16662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16663
16664         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16665         csqrt, ctan and ctanh.
16666         * math/auto-libm-test-out: Regenerated.
16667         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16668         (TEST_COND_x86): Likewise.
16669         (ccos_test_data): Use AUTO_TESTS_c_c.
16670         (ccosh_test_data): Likewise.
16671         (cexp_test_data): Likewise.
16672         (clog_test_data): Likewise.
16673         (csqrt_test_data): Likewise.
16674         (ctan_test_data): Likewise.
16675         (ctan_tonearest_test_data): Likewise.
16676         (ctan_towardzero_test_data): Likewise.
16677         (ctan_downward_test_data): Likewise.
16678         (ctan_upward_test_data): Likewise.
16679         (ctanh_test_data): Likewise.
16680         (ctanh_tonearest_test_data): Likewise.
16681         (ctanh_towardzero_test_data): Likewise.
16682         (ctanh_downward_test_data): Likewise.
16683         (ctanh_upward_test_data): Likewise.
16684         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16685         mpc_c_c.
16686         (func_calc_desc): Add mpc_c_c union field.
16687         (FUNC_mpc_c_c): New macro.
16688         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16689         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16690         ctanh.
16691         (special_fill_min_subnorm_p120): New function.
16692         (special_real_inputs): Add min_subnorm_p120.
16693         (calc_generic_results): Handle mpc_c_c.
16694         * sysdeps/i386/fpu/libm-test-ulps: Update.
16695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16696
16697 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16698
16699         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16700         (do_sin_slow): New functions.
16701         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16702         (cslow2, csloww1, csloww2): Use the new functions.
16703
16704         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16705         Use M to change sign of result instead of X.  Assume X is
16706         positive.
16707         (csloww1): Likewise.
16708         (__sin): Adjust.
16709         (__cos): Adjust.
16710
16711         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16712         arguments A and DA.
16713         (__sin): Adjust.
16714         (__cos): Likewise.
16715
16716         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16717         (__cos): Likewise.
16718         (sloww1): Don't adjust sign of DX.
16719         (csloww1): Likewise.
16720         (sloww2): Use X directly and don't adjust sign of DX.
16721         (csloww2): Likewise.
16722
16723 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16724
16725         * math/auto-libm-test-in: Add tests of cabs and carg.
16726         * math/auto-libm-test-out: Regenerated.
16727         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16728         (carg_test_data): Likewise.
16729         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16730         mpc_c_f.
16731         (func_calc_desc): Add mpc_c_f union field.
16732         (test_functions): Add cabs and carg.
16733         (calc_generic_results): Handle mpc_c_f.
16734
16735         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16736         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16737         as a macro and a compat symbol.
16738         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16739         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16740         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16741         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16742         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16743         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16744         not use .hidden.
16745         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16746         Likewise.
16747         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16748         Likewise.
16749         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16750         Likewise.
16751         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16752         Likewise.
16753         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16754         Likewise.
16755         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16756         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16757         from GLIBC_2.3.2.
16758
16759 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16760
16761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16762
16763 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16764
16765         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16766         trailing whitespace removed.
16767         * scripts/config.guess: Update to version 2013-11-29.
16768         * scripts/config.sub: Update to version 2013-10-01.
16769
16770         * math/auto-libm-test-in: Add tests of sincos.
16771         * math/auto-libm-test-out: Regenerated.
16772         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16773         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16774         mpfr_f_11.
16775         (func_calc_desc): Add mpfr_f_11 union field.
16776         (test_functions): Add sincos.
16777         (calc_generic_results): Handle mpfr_f_11.
16778         * sysdeps/i386/fpu/libm-test-ulps: Update.
16779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16780
16781 2013-12-19  Andreas Schwab  <schwab@suse.de>
16782
16783         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16784         CALL_MCOUNT.
16785         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16786         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16787         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16788
16789 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16790
16791         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16792         * sysdeps/i386/fpu/libm-test-ulps: Update.
16793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16794
16795         [BZ #16293]
16796         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16797         round-to-nearest mode when using frndint.
16798         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16799         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16800         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16801         Likewise.
16802         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16803         sinh test to fail.
16804         * math/auto-libm-test-out: Regenerated.
16805         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16806         (TEST_COND_x86): Likewise.
16807         (expm1_tonearest_test_data): New array.
16808         (expm1_test_tonearest): New function.
16809         (expm1_towardzero_test_data): New array.
16810         (expm1_test_towardzero): New function.
16811         (expm1_downward_test_data): New array.
16812         (expm1_test_downward): New function.
16813         (expm1_upward_test_data): New array.
16814         (expm1_test_upward): New function.
16815         (main): Run the new test functions.
16816         * sysdeps/i386/fpu/libm-test-ulps: Update.
16817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16818
16819         * include/features.h: Update comment documenting feature test
16820         macros.  Mention _DEFAULT_SOURCE in comment.
16821         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16822         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16823         _BSD_SOURCE and _SVID_SOURCE.
16824         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16825         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16826         !_SVID_SOURCE]: Likewise.
16827         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16828         (__USE_POSIX_IMPLICITLY): Define.
16829         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16830         (_POSIX_SOURCE): Undefine and redefine.
16831         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16832         (_POSIX_C_SOURCE): Likewise.
16833         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16834         (Feature Test Macros): Update documentation of default features.
16835
16836 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16837
16838         * benchtests/Makefile: Add bench-strtok.
16839         * benchtests/bench-strtok.c: New file: strtok benchtest.
16840
16841 2013-12-19  Allan McRae  <allan@archlinux.org>
16842
16843         * manual/install.texi: Suppress menu for plain text output.
16844         * INSTALL: Regenerated.
16845
16846 2013-12-18  Brooks Moses  <bmoses@google.com>
16847
16848         [BZ #15846]
16849         * misc/getauxval.c: Include errno.h.
16850         (__getauxval): Set errno to ENOENT if the requested type is not
16851         found.
16852         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16853         don't declare with __attribute_const__.
16854         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16855         * manual/startup.texi: Document that getauxval sets errno.
16856
16857 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16858
16859         * math/auto-libm-test-in: Add tests of jn and yn.
16860         * math/auto-libm-test-out: Regenerated.
16861         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16862         (yn_test_data): Likewise.
16863         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16864         mpfr_if_f.
16865         (func_calc_desc): Add mpfr_if_f union field.
16866         (FUNC_mpfr_if_f): New macro.
16867         (test_functions): Add jn and yn.
16868         (calc_generic_results): Assert type of second input for
16869         mpfr_ff_f.  Handle mpfr_if_f.
16870         (output_for_one_input_case): Disable all checking for arguments
16871         fitting floating-point types in case of an integer argument.
16872         * sysdeps/i386/fpu/libm-test-ulps: Update.
16873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16874
16875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16876         Don't expect fegetround reference in libm.so.
16877
16878 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16879
16880         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16881         $(config-cflags-nofma).
16882
16883 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16884
16885         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16886         * math/auto-libm-test-out: Regenerated.
16887
16888         [BZ #16338]
16889         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16890         to determine exponent and adjust argument to have exponent of -1.
16891         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16892         log2.
16893         * math/auto-libm-test-out: Regenerated.
16894         * sysdeps/i386/fpu/libm-test-ulps: Update.
16895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16896
16897 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16898
16899         * manual/probes.texi: Remove cases when per-thread arenas are
16900         disabled.
16901
16902 2013-12-18  Andreas Schwab  <schwab@suse.de>
16903
16904         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16905         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16906         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16907         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16908         * sysdeps/i386/i686/multiarch/Makefile: Update.
16909         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16910
16911 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16912
16913         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16914         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16915
16916 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16917
16918         [BZ #15968]
16919         Support TZ transition times < 00:00:00.
16920         This is needed for version-3 tz-format files; it supports time
16921         stamps past 2037 for America/Godthab (the only entry in the tz
16922         database for which this change is relevant).
16923         * manual/time.texi (TZ Variable): Document transition times
16924         from -167:59:59 through -00:00:01.
16925         * time/tzset.c (tz_rule): Time of day is now signed.
16926         (__tzset_parse_tz): Parse negative time of day.
16927
16928         Document TZ transition times >= 25:00:00.
16929         * manual/time.texi (TZ Variable): Document transition times from
16930         25:00:00 through 167:59:59.  These are already supported, and this
16931         support will help with version-3 tz-format files.
16932
16933         * manual/time.texi (TZ Variable): Modernize North America example
16934         to reflect current (i.e., 2007-and-later) daylight saving rules.
16935
16936         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16937
16938 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16939
16940         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16941         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16942         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16943         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16944         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16945         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16946         * sysdeps/unix/bsd/clock.c: Likewise.
16947         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16948         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16949         * sysdeps/unix/bsd/init-posix.c: Likewise.
16950         * sysdeps/unix/bsd/poll.c: Likewise.
16951         * sysdeps/unix/bsd/ptsname.c: Likewise.
16952         * sysdeps/unix/bsd/seekdir.c: Likewise.
16953         * sysdeps/unix/bsd/setegid.c: Likewise.
16954         * sysdeps/unix/bsd/seteuid.c: Likewise.
16955         * sysdeps/unix/bsd/setgid.c: Likewise.
16956         * sysdeps/unix/bsd/setrgid.c: Likewise.
16957         * sysdeps/unix/bsd/setruid.c: Likewise.
16958         * sysdeps/unix/bsd/setsid.c: Likewise.
16959         * sysdeps/unix/bsd/setuid.c: Likewise.
16960         * sysdeps/unix/bsd/sigaction.c: Likewise.
16961         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16962         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16963         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16964         * sysdeps/unix/bsd/telldir.c: Likewise.
16965         * sysdeps/unix/bsd/times.c: Likewise.
16966         * sysdeps/unix/bsd/usleep.c: Likewise.
16967
16968         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16969         ($(objpfx)libbsd-compat.a): Remove rule.
16970
16971         * include/features.h (__FAVOR_BSD): Do not define.
16972         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16973         features conflicting with POSIX.
16974         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16975         (_BSD_SOURCE): Remove description of not being a subset of other
16976         feature test macros.
16977         * manual/job.texi (getpgrp): Do not document BSD version.
16978         (getpgid): Do not document by reference to BSD getpgrp.
16979         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16980         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16981         * signal/signal.h [__FAVOR_BSD]: Likewise.
16982         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16983         instead of making contents conditional on [__FAVOR_BSD].
16984         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16985
16986 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16987
16988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16989
16990 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16991
16992         [BZ #16314]
16993         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16994         values below 2**-450, not 2**-500.
16995         * math/auto-libm-test-in: Don't allow spurious underflow from
16996         hypot.
16997         * math/auto-libm-test-out: Regenerated.
16998
16999         [BZ #16316]
17000         [BZ #16330]
17001         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17002         values of ha and hb and sort them after adjusting subnormal
17003         arguments.
17004         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17005         Likewise.
17006         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17007         values of ea and eb and sort them after adjusting subnormal
17008         arguments.
17009         * math/auto-libm-test-in: Do not expect some hypot tests of
17010         subnormals to fail.  Add more hypot tests.
17011         * math/auto-libm-test-out: Regenerated.
17012
17013 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17014
17015         [BZ #13304]
17016         * sysdeps/sh/s_fma.c: New file.
17017         * sysdeps/sh/s_fmaf.c: New file.
17018         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17019         version.
17020         * sysdeps/sh/Implies: Add sh/soft-fp.
17021
17022 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17023
17024         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17025         level of indirection to members `objname', `errstring', `malloced'.
17026         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17027         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17028         it as the __longjmp argument (just pass 1 instead).
17029         (_dl_catch_error): Initialize C with argument pointers and address of
17030         volatile local ERRCODE rather than copying values out of C at return.
17031
17032 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17033
17034         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17035         * math/auto-libm-test-out: Regenerated.
17036         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17037         (hypot_test_data): Likewise.
17038         (pow_test_data): Likewise.
17039         (pow_tonearest_test_data): Likewise.
17040         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17041         mpfr_ff_f.
17042         (func_calc_desc): Add mpfr_ff_f union field.
17043         (FUNC_mpfr_ff_f): New macro.
17044         (test_functions): Add atan2, hypot and pow.
17045         (special_fill_min): New function.
17046         (special_fill_minus_min): Likewise.
17047         (special_fill_min_subnorm): Likewise.
17048         (special_fill_minus_min_subnorm): Likewise.
17049         (special_real_inputs): Add min, -min, min_subnorm and
17050         -min_subnorm.
17051         (calc_generic_results): Handle mpfr_ff_f.
17052         * sysdeps/i386/fpu/libm-test-ulps: Update.
17053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17054
17055 2013-12-16  Will Newton  <will.newton@linaro.org>
17056
17057         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17058         (Aligned Memory Blocks): Add documentation for aligned_alloc
17059         and suggest it as an alternative to posix_memalign.
17060         (Hooks for Malloc): Document __memalign_hook is also called
17061         for aligned_alloc.  (Summary of Malloc): Add summary for
17062         aligned alloc.  Document __memalign_hook is also called
17063         for aligned_alloc.
17064
17065 2013-12-16  Will Newton  <will.newton@linaro.org>
17066
17067         * manual/memory.texi (Malloc Examples): Clarify default
17068         alignment documentation.  Suggest posix_memalign rather
17069         than memalign or valloc.
17070         (Aligned Memory Blocks): Remove suggestion to use memalign
17071         or valloc.  Remove obsolete comment about BSD.
17072         Document memalign errno values and mark the function obsolete.
17073         Document posix_memalign returned error codes.  Mark valloc
17074         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17075         called for posix_memalign and valloc.
17076         (Summary of Malloc): Add posix_memalign to function summary.
17077         __memalign_hook is also called for posix_memalign and valloc.
17078
17079 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17080
17081         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17082         TAYLOR_SIN.
17083         (__sin): Adjust.
17084         (__cos): Likewise.
17085         (sloww): Use mynumber union.  Expand ternary operator into
17086         if-else statements.
17087         (cslow): use mynumber union.
17088
17089 2013-12-16  Allan McRae  <allan@archlinux.org>
17090
17091         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17092         * configure: Regenerated.
17093
17094         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17095
17096         [BZ #14120]
17097         * configure.ac: Added --enable-maintainer-mode. Check for
17098         autoconf when enabled.
17099         * configure: Regenerated.
17100
17101         * nscd/nscd.service: New file.
17102         * nscd/nscd.tmpfiles: New file.
17103
17104 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17105
17106         [BZ #12100]
17107         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17108         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17109         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17110         (strstr): Add __strstr_sse2_unaligned ifunc.
17111         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17112         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17113         (strcasestr): Remove __strcasestr_sse42 ifunc.
17114         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17115         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17116         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17117
17118 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17119
17120         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17121         * sysdeps/sh/bits/fenv.h: ... here.
17122         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17123
17124 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17125
17126         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17127
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17129         hypotf multiarch implementations.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17131         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17133         multiarch hypot for PPC64.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17137         multiarch hypotf for PPC64.
17138
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17140         modff multiarch implementations.
17141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17144         multiarch modf for PPC64.
17145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17148         multiarch modff for PPC64.
17149
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17151         and logl multiarch implementations.
17152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17155         multiarch logb for PPC64.
17156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17159         multiarch logb for PPC64.
17160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17163         multiarch logb for PPC64.
17164
17165         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17166         isinff multiarch implementation.
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17168         file.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17171         multiarch isinf for PPC64.
17172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17173         file.
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17175         multiarch isinff for PPC64.
17176
17177         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17178         finitef multiarch implementation.
17179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17180         file.
17181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17183         multiarch finite for PPC64.
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17185         file.
17186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17187         multiarch finitef for PPC64.
17188
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17190         lrint multiarch implementation.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17192         file.
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17195         multiarch llrint for PPC64.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17197         multiarch lrint for PPC64.
17198
17199         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17200         copysignf multiarch implementation.
17201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17202         file.
17203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17204         file.
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17206         multiarch copysign for PPC64.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17208         multiarch copysignf for PPC64.
17209
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17211         multiarch implementation.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17213         file.
17214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17215         file.
17216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17217         file.
17218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17219         file.
17220         multiarch llround for PPC64.
17221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17222         multiarch trunc for PPC64.
17223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17224         multiarch truncf for PPC64.
17225
17226         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17227         multiarch implementation.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17229         file.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17231         file.
17232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17233         file.
17234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17235         file.
17236         multiarch llround for PPC64.
17237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17238         multiarch round for PPC64.
17239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17240         multiarch roundf for PPC64.
17241
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17243         multiarch implementation.
17244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17245         file.
17246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17247         file.
17248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17249         file.
17250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17251         file.
17252         multiarch llround for PPC64.
17253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17254         multiarch floor for PPC64.
17255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17256         multiarch floorf for PPC64.
17257
17258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17259         multiarch implementation.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17261         file.
17262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17263         file.
17264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17265         file.
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17267         file.
17268         multiarch llround for PPC64.
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17270         multiarch ceil for PPC64.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17272         multiarch ceilf for PPC64.
17273
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17275         multiarch implementation.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17277         file.
17278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17279         file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17281         file.
17282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17283         multiarch llround for PPC64.
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17285         multiarch lround for PPC64.
17286
17287         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17288         multiarch implementation.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17292         file.
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17296         multiarch isnan for PPC64.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17298         multiarch isnanf for PPC64.
17299
17300         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17301         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17302         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17303         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17304         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17306
17307         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17308         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17309         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17310         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17311
17312         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17313         multiarch implementations.
17314         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17315         (__libc_ifunc_impl_list): Likewise.
17316         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17317         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17318         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17319         multiarch stpcpy for PPC64.
17320
17321         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17322         multiarch implementations.
17323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17324         (__libc_ifunc_impl_list): Likewise.
17325         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17326         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17327         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17328         multiarch strcpy for PPC64.
17329
17330         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17331         redefine function name.
17332         (_wordcopy_fwd_dest_aligned): Likewise.
17333         (_wordcopy_bwd_aligned): Likewise.
17334         (_wordcopy_bwd_dest_aligned): Likewise.
17335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17336         multiarch implementations.
17337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17338         (__libc_ifunc_impl_list): Likewise.
17339         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17340         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17341         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17342         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17343         multiarch wcscpy for PPC64.
17344
17345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17346         multiarch implementations.
17347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17348         (__libc_ifunc_impl_list): Likewise.
17349         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17350         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17351         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17352         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17353         multiarch wcscpy for PPC64.
17354
17355         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17356         multiarch implementations.
17357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17358         (__libc_ifunc_impl_list): Likewise.
17359         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17360         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17361         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17362         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17363         multiarch wcsrchr for PPC64.
17364
17365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17366         multiarch implementations.
17367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17368         (__libc_ifunc_impl_list): Likewise.
17369         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17370         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17371         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17372         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17373         multiarch wcschr for PPC64.
17374
17375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17376         multiarch implementations.
17377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17378         (__libc_ifunc_impl_list): Likewise.
17379         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17380         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17381         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17382         multiarch strchrnul for PPC64.
17383
17384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17385         implementations.
17386         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17387         (__libc_ifunc_impl_list): Likewise.
17388         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17389         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17390         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17391         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17392         strchr for PPC64.
17393
17394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17395         implementations.
17396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17397         (__libc_ifunc_impl_list): Likewise.
17398         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17399         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17400         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17401         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17402         strncmp for PPC64.
17403
17404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17405         multiarch implementations.
17406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17407         (__libc_ifunc_impl_list): Likewise.
17408         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17409         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17410         strncasecmp for PPC64.
17411         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17412         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17413         multiarch strncasecmp_l for PPC64.
17414
17415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17416         multiarch implementations.
17417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17418         (__libc_ifunc_impl_list): Likewise.
17419         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17420         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17421         multiarch strcasecmp for PPC64.
17422         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17423         file.
17424         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17425         multiarch strcasecmp_l for PPC64.
17426
17427         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17428         implementations.
17429         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17430         (__libc_ifunc_impl_list): Likewise.
17431         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17432         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17433         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17434         strnlen for PPC64.
17435
17436         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17437         implementations.
17438         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17439         (__libc_ifunc_impl_list): Likewise.
17440         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17441         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17442         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17443         strlen for PPC64.
17444
17445         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17446         implementations.
17447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17448         (__libc_ifunc_impl_list): Likewise.
17449         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17450         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17451         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17452         rawmemrchr for PPC64.
17453
17454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17455         implementation.
17456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17457         (__libc_ifunc_impl_list): Likewise.
17458         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17459         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17460         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17461         memrchr for PPC64.
17462
17463         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17464         implementation.
17465         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17466         (__libc_ifunc_impl_list): Likewise.
17467         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17468         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17469         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17470         memchr for PPC64.
17471
17472         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17473         implementation.
17474         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17475         (__libc_ifunc_impl_list): Likewise.
17476         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17477         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17478         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17479         mempcpy for PPC64.
17480
17481         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17482         avoid cretion of __bzero symbol.
17483         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17484         Likewise.
17485         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17486         Likewise.
17487         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17488         Likewise.
17489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17490         multiarch implementations.
17491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17492         (__libc_ifunc_impl_list): Likewise.
17493         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17496         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17497         bzero for PPC32.
17498         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17499         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17500         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17501         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17502         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17503         memset for PPC64.
17504         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17505
17506         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17507         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17508         implementations.
17509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17510         (__libc_ifunc_impl_list): Likewise.
17511         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17512         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17513         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17514         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17515         memcmp for PPC64.
17516
17517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17518         multiarch for POWER/PPC64.
17519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17520         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17521         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17522         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17523         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17524         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17525         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17526         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17527         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17528         memcpy for PPC64.
17529
17530         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17531         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17532         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17533         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17534         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17535         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17536         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17537         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17538         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17539         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17540         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17541         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17542         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17543         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17544         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17552
17553 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17554
17555         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17556
17557 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17558
17559         * benchtests/Makefile (bench): Add exp2 and log2.
17560         (LDLIBS-bench-exp2): Add -lm.
17561         (LDLIBS-bench-log2): Likewise.
17562         * benchtests/exp2-inputs: New inputs file.
17563         * benchtests/log2-inputs: New inputs file.
17564         * benchtests/log-inputs: Add new inputs.
17565         * benchtests/tan-inputs: Likewise.
17566
17567 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17568
17569         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17570         definition...
17571         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17572         (csloww2): ... from here.
17573
17574         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17575         instead of structures.
17576         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17577         (POLYNOMIAL): Likewise.
17578         (TAYLOR_SLOW): Likewise.
17579         (__sin): Likewise.
17580         (__cos): Likewise.
17581         (slow1): Likewise.
17582         (slow2): Likewise.
17583         (sloww): Likewise.
17584         (sloww1); Likewise.
17585         (sloww2): Likewise.
17586         (bsloww1): Likewise.
17587         (bsloww2): Likewise.
17588         (cslow2): Likewise.
17589         (csloww): Likewise.
17590         (csloww1): Likewise.
17591         (csloww2): Likewise.
17592
17593 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17594
17595         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17596         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17597         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17598         * malloc/hooks.c (realloc_check): Likewise.
17599
17600         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17601         * malloc/arena.c: Remove PER_THREAD conditional.
17602         [!PER_THREAD]: Remove code.
17603         (ptmalloc_unlock_all2): Likewise.
17604         (ptmalloc_init): Likewise.
17605         (_int_new_arena): Likewise.
17606         (arena_get2): Likewise.
17607         * malloc/hooks.c (__malloc_get_state): Likewise.
17608         (__malloc_set_state): Likewise.
17609         * malloc/malloc.c: Likewise.
17610         (struct malloc_state): Likewise.
17611         (struct malloc_par): Likewise.
17612         (__libc_realloc): Likewise.
17613         (__libc_mallopt): Likewise.
17614
17615 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17616
17617         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17618
17619 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17620
17621         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17622         macro to a function.  Check for zero perturb_byte.
17623         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17624
17625         * malloc/malloc.c: (force_reg): Remove.
17626         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17627         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17628         force_reg by atomic_forced_read.
17629         * malloc/arena.c (ptmalloc_init): Likewise.
17630         * malloc/hooks.c (top_check): Likewise.
17631
17632 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17633
17634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17635
17636 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17637
17638         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17639
17640 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17641
17642         * math/auto-libm-test-in: Add tests of lgamma.
17643         * math/auto-libm-test-out: Regenerated.
17644         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17645         (M_LOG_2_SQRT_PIl): Likewise.
17646         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17647         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17648         mpfr_f_f1.
17649         (func_calc_desc): Add mpfr_f_f1 union field.
17650         (ARGS1): New macro.
17651         (ARGS2): Likewise.
17652         (ARGS3): Likewise.
17653         (ARGS4): Likewise.
17654         (RET1): Likewise.
17655         (RET2): Likewise.
17656         (CALC): Likewise.
17657         (FUNC): Likewise.
17658         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17659         (test_functions): Add lgamma.
17660         (calc_generic_results): Handle mpfr_f_f1.
17661         * sysdeps/i386/fpu/libm-test-ulps: Update.
17662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17663
17664 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17665
17666         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17667         __mpn_add_n for PowerPC64/POWER7.
17668         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17669         __mpn_sub_n for PowerPC64/POWER7.
17670
17671         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17672         __mpn_addmul_1 for PowerPC64.
17673         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17674         __mpn_submul_1 for PowerPC64.
17675         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17676         for PowerPC64.
17677         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17678         for PowerPC64.
17679
17680 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17681
17682         [BZ #15089]
17683         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17684
17685 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17686
17687         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17688
17689         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17690         add multiarch folders.
17691         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17692         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17693         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17694         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17695         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17696         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17697         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17698         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17699         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17700         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17701         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17708
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17710         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17712         New file.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17714         New file.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17716         multiarch __ieee754_hypot for PowerPC32.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17718         New file.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17720         New file.
17721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17722         multiarch __ieee754_hypotf for PowerPC32.
17723
17724         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17725         long_double_symbol only if __logbl is defined.
17726         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17727         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17728         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17729         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17730         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17731         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17732         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17733         path for implementation.
17734         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17735         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17737         logb, and logbl multiarch implementations for PowerPC32.
17738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17739         file.
17740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17741         file.
17742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17743         multiarch logb for PowerPC32.
17744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17745         file.
17746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17747         file.
17748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17749         multiarch logbf for PowerPC32.
17750         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17752         file.
17753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17754         multiarch logbl implementation for PowerPC32.
17755
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17757         and modff multiarch implementations.
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17759         New file.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17761         New file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17763         multiarch modf for PowerPC32.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17765         New file.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17767         New file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17769         multiarch modff for PowerPC32.
17770
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17772         and lrintf multiarch implementations.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17774         New file.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17776         New file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17778         multiarch lrint for PowerPC32.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17780         file: multiarch lrintf for PowerPC32.
17781
17782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17783         and lroundf multiarch implementations.
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17785         New file.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17787         New file.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17789         New file.
17790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17791         multiarch lround for PowerPC32.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17793         file: multiarch lroundf for PowerPC32.
17794
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17796         copysign and copysignf multiarch implementations.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17798         New file.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17800         New file.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17802         file: multiarch copysign for PowerPC32.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17804         file: multiarch copysignf for PowerPC32.
17805
17806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17807         and truncf multiarch implementations.
17808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17809         New file.
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17811         file.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17813         multiarch trunc for PowerPC32.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17815         New file.
17816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17817         New file.
17818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17819         multiarch truncf for PowerPC32.
17820
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17822         and roundf multiarch implementations.
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17824         New file.
17825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17826         file.
17827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17828         multiarch round for PowerPC32.
17829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17830         New file.
17831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17832         New file.
17833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17834         multiarch roundf for PowerPC32.
17835
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17837         and floorf multiarch implementations.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17839         New file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17841         file.
17842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17843         multiarch floor for PowerPC32.
17844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17845         New file.
17846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17847         New file.
17848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17849         multiarch floorf for PowerPC32.
17850
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17852         and ceilf multiarch implementations.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17854         New file.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17856         file.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17858         multiarch ceil for PowerPC32.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17860         New file.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17862         file.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17864         multiarch ceilf for PowerPC32.
17865
17866         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17867         is defined.
17868         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17869         FINITEF is defined.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17871         and finitef multiarch implementations.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17873         New file.
17874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17875         file.
17876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17877         multiarch finite for PowerPC32.
17878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17879         New file.
17880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17881         file: multiarch finitef for PowerPC32.
17882
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17884         and isinff multiarch implementations.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17886         file.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17888         file.
17889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17890         multiarch isinf for PowerPC32.
17891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17892         New file.
17893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17894         multiarch isinff for PowerPC32.
17895
17896         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17897         alias when __isnan is defined.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17899         and isnanf multiarch implementations.
17900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17901         file.
17902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17903         file.
17904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17905         file.
17906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17907         file.
17908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17909         multiarch isnan for PowerPC32.
17910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17911         New file.
17912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17913         New file.
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17915         multiarch isnanf for PowerPC32.
17916
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17918         and sqrtf multiarch implementations.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17920         file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17922         file.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17924         multiarch sqrt for PowerPC32.
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17926         file.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17928         file.
17929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17930         multiarch sqrtf for PowerPC32.
17931
17932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17933         and llroundf multiarch implementations.
17934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17935         New file.
17936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17937         New file.
17938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17939         New file.
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17941         file: multiarch llround for PowerPC32.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17943         file: multiarch llroundf for PowerPC32.
17944
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17946         multiarch PowerPC32 fpu implementations.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17948         New file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17950         New file.
17951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17952         multiarch llrint for PowerPC32.
17953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17954         New file.
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17956         New file.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17958         file.
17959
17960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17961
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17965         file.
17966         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17967         file.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17969         multiarch wordcopy for PPC32.
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17971         wordcopy objects.
17972         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17973         (__libc_ifunc_impl_list): Likewise.
17974         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17975         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17976         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17977         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17978         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17979         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17980
17981         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17982         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17983         file.
17984         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17985         file.
17986         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17987         file.
17988         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17989         multiarch wcscpy for PPC32.
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17991         multiarch objects.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17993         (__libc_ifunc_impl_list): Likewise.
17994         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17995         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17996         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17997         sysdeps/powerpc/power6/wcscpy.c.
17998
17999         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18001         file.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18003         file.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18005         file.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18007         multiarch wcsrchr for PPC32.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18009         multiarch objects.
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18011         (__libc_ifunc_impl_list): Likewise.
18012         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18013         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18014         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18015         sysdeps/powerpc/power6/wcsrchr.c.
18016
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18018         file.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18020         file.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18022         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18023         multiarch wcschr for PPc32.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18025         multiarch objects.
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18027         (__libc_ifunc_impl_list): Likewise.
18028         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18029         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18030         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18031         sysdeps/powerpc/power6/wcschr.c.
18032
18033         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18035         file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18037         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18038         file: multiarch strchr for PPC32.
18039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18040         multiarch objects.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18042         (__libc_ifunc_impl_list): Likewise.
18043
18044         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18045         name.
18046         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18047         file.
18048         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18049         file.
18050         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18051         multiarch strchrnul for PPC32.
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18053         multiarch objects.
18054         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18055         (__libc_ifunc_impl_list): Likewise.
18056
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18058         file.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18060         multiarch strncasecmp for PPC32.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18062         file.
18063         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18064         multiarch strncasecmp_l for PPC32.
18065         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18066         strncasecmp multiarch objects.
18067         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18068         (__libc_ifunc_impl_list): Likewise.
18069
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18071         file.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18073         multiarch strncasecmp for PPC32.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18075         New file.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18077         multiarch strcasecmp_l for PPC32.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18079         multiarch objects.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18081         (__libc_ifunc_impl_list): Likewise.
18082
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18084         file.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18086         file.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18088         multiarch strncmp for PPC32.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18090         multiarch objects.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18092         (__libc_ifunc_impl_list): Likewise.
18093
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18095         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18096         file.
18097         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18099         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18100         multiarch objects.
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18102         (__libc_ifunc_impl_list): Likewise.
18103
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18105         file.
18106         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18107         file.
18108         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18110         multiarch objects.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18112         (__libc_ifunc_impl_list): Likewise.
18113
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18115         file.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18119         multiarch rawmemchr for PPC32.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18121         multiarch objects.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18123         (__libc_ifunc_impl_list): Likewise.
18124
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18126         file.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18128         file.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18130         file: memrchr multiarch for PPC32.
18131         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18132         multiarch objects.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18134         (__libc_ifunc_impl_list): Likewise.
18135
18136         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18138         file.
18139         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18141         multiarch memchr for PPC32.
18142         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18143         multiarch objects.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18145         (__libc_ifunc_impl_list): Likewise.
18146
18147         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18149         file.
18150         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18151         file.
18152         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18153         file: multiarch mempcpy for PPC32.
18154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18155         multiarch objects.
18156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18157         (__libc_ifunc_impl_list): Likewise.
18158
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18163         multiarch bzero for PPC32.
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18165         file.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18167         file.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18169         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18170         file: multiarch memset for PPC32.
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18173         memset multiarch objects.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18175         (__libc_ifunc_impl_list): Likewise.
18176
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18178         file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18181         memcmp for PPC32.
18182         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18184         multiarch objects.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18186         (__libc_ifunc_impl_list): Likewise.
18187
18188         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18190         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18191         file.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18193         file.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18195         file.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18197         multiarch memcpy for PPC32.
18198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18199         multiarch objects.
18200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18201         (__libc_ifunc_impl_list): Likewise.
18202
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18204         support multiarch for POWER/PPC32.
18205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18206         Likewise.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18209         Implies file to make multiarch folder appers before the fpu and
18210         default folder for power4 configuration.
18211
18212 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18213
18214         * scripts/bench.pl: Append volatile keyword to type.
18215
18216 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18217
18218         * sysdeps/sh/sotruss-lib.c: New file.
18219         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18220
18221 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18222
18223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18224
18225 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18226
18227         [BZ #6810]
18228         * math/w_tgamma.c: Include <errno.h>.
18229         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18230         * math/w_tgammaf.c: Include <errno.h>.
18231         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18232         * math/w_tgammal.c: Include <errno.h>.
18233         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18234         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18235         underflow.  Add more tgamma tests.
18236         * math/auto-libm-test-out: Regenerated.
18237         * sysdeps/i386/fpu/libm-test-ulps: Update.
18238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18239
18240         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18241         sin, sinh, tan, tanh, tgamma, y0 and y1.
18242         * math/auto-libm-test-out: Regenerated.
18243         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18244         (TEST_COND_x86): Likewise.
18245         (M_E2l): Remove macro.
18246         (M_E3l): Likewise.
18247         (M_2_SQRT_PIl): Likewise.
18248         (M_SQRT_PIl): Likewise.
18249         (M_1_DIV_El): Likewise.
18250         (log_test_data): Use AUTO_TESTS_f_f.
18251         (log10_test_data): Likewise.
18252         (log1p_test_data): Likewise.
18253         (log2_test_data): Likewise.
18254         (sin_test_data): Likewise.
18255         (sin_tonearest_test_data): Likewise.
18256         (sin_towardzero_test_data): Likewise.
18257         (sin_downward_test_data): Likewise.
18258         (sin_upward_test_data): Likewise.
18259         (sinh_test_data): Likewise.
18260         (sinh_tonearest_test_data): Likewise.
18261         (sinh_towardzero_test_data): Likewise.
18262         (sinh_downward_test_data): Likewise.
18263         (sinh_upward_test_data): Likewise.
18264         (tan_test_data): Likewise.
18265         (tan_tonearest_test_data): Likewise.
18266         (tan_towardzero_test_data): Likewise.
18267         (tan_downward_test_data): Likewise.
18268         (tan_upward_test_data): Likewise.
18269         (tanh_test_data): Likewise.
18270         (tgamma_test_data): Likewise.
18271         (y0_test_data): Likewise.
18272         (y1_test_data): Likewise.
18273         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18274         (special_real_inputs): Add pi/4.
18275         * sysdeps/i386/fpu/libm-test-ulps: Update.
18276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18277
18278 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18279
18280         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18281         "longjmp_target" static probes.
18282         (__longjmp): Rename to __longjmp_symbol.
18283         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18284         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18285         on which longjmp to generate.
18286         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18287         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18288         probe.
18289         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18290         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18291         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18292         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18293         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18294         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18296         __longjmp_symbol based on which __longjmp to generate.
18297         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18298         probe.
18299         (setjmp): Rename to setjmp_symbol.
18300         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18301         (_setjmp): Rename to _setjmp_symbol.
18302         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18303         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18304         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18305         which setjmp to generate.
18306         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18307         "longjmp_target" static probes.
18308
18309 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18310
18311         * benchtests/README: Add note about output arguments.
18312         * benchtests/bench-sincos.c: Remove file.
18313         * benchtests/sincos-inputs: New file.
18314         * scripts/bench.pl: Identify output arguments and define
18315         static variables for them.
18316
18317         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18318
18319         [BZ #15941]
18320         * Makefile (INSTALL): Add install-plain.texi as the primary
18321         dependency.
18322         * manual/install-plain.texi: New file.
18323         * manual/install.texi: Include node directive only for
18324         non-plaintext output.
18325
18326 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18327
18328         * stdlib/longlong.h: Update from GCC.
18329
18330         [BZ #6807]
18331         [BZ #15901]
18332         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18333         * math/w_j0f.c (y0f): Likewise.
18334         * math/w_j0l.c (__y0l): Likewise.
18335         * math/w_j1.c (y1): Likewise.
18336         * math/w_j1f.c (y1f): Likewise.
18337         * math/w_j1l.c (__y1l): Likewise
18338         * math/w_jn.c (yn): Likewise.
18339         * math/w_jnf.c (ynf): Likewise.
18340         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18341         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18342         value for Bessel function domain errors outside _SVID_ mode.
18343         Adjust sign of return value for yn (negative integer, 0).
18344         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18345         by zero in return for negative x and set sign appropriately for
18346         negative n.
18347         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18348         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18349         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18350         expectations in error cases.
18351         (y1_test_data): Likewise.
18352         (yn_test_data): Likewise.
18353         * sysdeps/i386/fpu/libm-test-ulps: Update.
18354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18355
18356 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18357
18358         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18359         "64" to "64-v1".  Add "64-v2".
18360         (abi-64-options): Rename to ...
18361         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18362         (abi-64-condition): Rename to ...
18363         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18364         (abi-64-ld-soname): Rename to ...
18365         (abi-64-v1-ld-soname): ... this.
18366         (abi-64-v2-options): Define.
18367         (abi-64-v2-condition): Likewise.
18368         (abi-64-v2-ld-soname): Likewise.
18369         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18370         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18374
18375 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18376             Alan Modra  <amodra@gmail.com>
18377
18378         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18379         New versions for use with the ELFv2 ABI.
18380         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18381         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18382         declaration.
18383         (struct La_ppc64v2_retval): Likewise.
18384         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18385         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18386         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18387         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18388         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18389         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18390         Do not save or restore CR.
18391         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18392         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18393         return values for ELFv2 ABI.  Fix location of FPR return registers.
18394         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18395         updated values for _CALL_ELF == 2.
18396         (La_regs, La_retval, int_retval): Likewise.
18397
18398 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18399
18400         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18401         (FRAME_MIN_SIZE_PARM): Likewise.
18402         (FRAME_BACKCHAIN): Likewise.
18403         (FRAME_CR_SAVE): Likewise.
18404         (FRAME_LR_SAVE): Likewise.
18405         (FRAME_TOC_SAVE): Likewise.
18406         (FRAME_PARM_SAVE): Likewise.
18407         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18408         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18409         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18410         (call_mcount_parm_offset): New macro.
18411         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18412         (PROF): Use symbolic stack frame offsets.
18413         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18414         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18415         Redefine in terms of FRAME_MIN_SIZE.
18416         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18417         (_dl_profile_resolve): Likewise.  Update comment.
18418         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18419         symbols stack frame offsets.
18420         (__sigsetjmp): Likewise.
18421         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18422         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18423         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18424         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18425
18426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18427         (FRAME_BACKCHAIN): Remove.
18428         (FRAME_CR_SAVE): Likewise.
18429         (FRAME_LR_SAVE): Likewise.
18430         (FRAME_COMPILER_DW): Likewise.
18431         (FRAME_LINKER_DW): Likewise.
18432         (FRAME_TOC_SAVE): Likewise.
18433         (FRAME_PARM_SAVE): Likewise.
18434         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18435         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18436         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18438         (CHECK_SP): Use symbolic stack frame offsets.
18439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18440         zone" instead of caller's parameter save area for temp storage.
18441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18442         Likewise.  Also, use symbolic stack frame offsets.
18443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18444         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18445         our own stack frame instead of the caller's.
18446         (__socket): Use symbolic stack frame offsets.
18447
18448 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18449             Alan Modra  <amodra@gmail.com>
18450
18451         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18452         Define.
18453         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18454         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18455         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18456         New function.
18457         (elf_machine_fixup_plt): Call it.
18458         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18459         reloc arguments.
18460         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18461         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18462         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18463         r2 before calling target.
18464
18465 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18466             Alan Modra  <amodra@gmail.com>
18467
18468         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18469         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18470         versions of macros to support ELFv2 ABI.
18471         (LOCALENTRY): New macro.
18472         (ENTRY, EALIGN): Use it.
18473         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18474         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18475         fall through into ENTRY entry point.
18476         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18477         Only define if _CALL_ELF != 2.
18478
18479         (elf_machine_matches_host): Verify ABI version matches.
18480         (RTLD_START): Use LOCALENTRY.
18481         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18482         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18483         (PLT_ENTRY_WORDS): New macro.
18484         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18485         (elf_machine_runtime_setup): Support ELFv2 ABI.
18486         (elf_machine_fixup_plt): Likewise.
18487         (elf_machine_plt_conflict): Likewise.
18488         (resolve_ifunc): Likewise.
18489         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18490         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18491         Likewise.
18492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18493         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18495         (makecontext): Support ELFv2 ABI.
18496         * elf/elf.h (EF_PPC64_ABI): Define.
18497
18498 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18499
18500         * sysdeps/powerpc/powerpc64/sysdep.h
18501         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18502         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18503         (ENTRY) [ASSEMBLER]: ... but instead here ...
18504         (EALIGN) [ASSEMBLER]: ... and here.
18505         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18506         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18507         (ENTRY_2) [!ASSEMBLER]: Use it.
18508         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18509         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18510         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18511         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18512         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18514         Use PPC64_LOAD_FUNCPTR.
18515
18516         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18517
18518 2013-12-04  Alan Modra  <amodra@gmail.com>
18519
18520         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18521         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18522         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18523         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18524
18525         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18526         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18527         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18528         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18529         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18530         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18531
18532 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18533
18534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18535         (__makecontext): Fix incorrect CFI when backtracing out of
18536         context created via makecontext.
18537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18538         (__setcontext): Fix incorrect CFI during switch to new context.
18539         (__novec_setcontext): Likewise.
18540
18541 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18542
18543         [BZ #4772]
18544         * time/strptime_l.c (__strptime_internal): Allow modifiers
18545         in strptime.
18546         * time/tst-strptime.c (day_tests): Add testcase.
18547
18548 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18549
18550         * scripts/bench.pl: Skip over blank lines.
18551
18552 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18553
18554         [BZ #926]
18555         * manual/time.texi (Calendar Time): Clarify what timezone functions
18556         use.
18557
18558 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18559
18560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18561
18562 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18563
18564         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18565         implementation.
18566         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18567         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18568         * debug/memset_chk.c (__memset_chk): Likewise.
18569         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18570         * debug/strncpy_chk.c: Likewise.
18571
18572 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18573
18574         [BZ #15268]
18575         [BZ #15425]
18576         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18577         (__ieee754_exp): For possibly underflowing results, check size of
18578         result and force underflow exception if required.
18579         * math/auto-libm-test-in: Add more tests of exp.
18580         * math/auto-libm-test-out: Regenerated.
18581         * sysdeps/i386/fpu/libm-test-ulps: Update.
18582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18583
18584         [BZ #16283]
18585         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18586         * math/w_exp2f.c (__exp2f): Likewise.
18587         * math/w_exp2l.c (__exp2l): Likewise.
18588         * math/auto-libm-test-in: Do not allow missing errno on exp2
18589         underflow.
18590         * math/auto-libm-test-out: Regenerated.
18591
18592 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18593
18594         [BZ #16274]
18595         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18596         handle filename validation.
18597         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18598         (do_open): Delete.
18599
18600 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18601
18602         [BZ #6786]
18603         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18604         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18605         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18606         <float.h>.
18607         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18608         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18609         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18610         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18611         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18612         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18613         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18614         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18615         Add more erfc tests.
18616         * math/auto-libm-test-out: Regenerated.
18617         * sysdeps/i386/fpu/libm-test-ulps: Update.
18618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18619
18620         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18621         exp2, expm1, j0 and j1.
18622         * math/auto-libm-test-out: Regenerated.
18623         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18624         (erfc_test_data): Likewise.
18625         (exp_test_data): Likewise.
18626         (exp_tonearest_test_data): Likewise.
18627         (exp_towardzero_test_data): Likewise.
18628         (exp_downward_test_data): Likewise.
18629         (exp_upward_test_data): Likewise.
18630         (exp10_test_data): Likewise.
18631         (exp2_test_data): Likewise.
18632         (expm1_test_data): Likewise.
18633         (j0_test_data): Likewise.
18634         (j1_test_data): Likewise.
18635         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18636         (input_flag_type): Add flag_xfail_rounding.
18637         (input_flags): Add xfail-rounding.
18638         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18639         (output_for_one_input_case): Handle flag_xfail_rounding.
18640         * sysdeps/i386/fpu/libm-test-ulps: Update.
18641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18642
18643 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18644
18645         [BZ #16289]
18646         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18647         division by 0.
18648
18649 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18650
18651         [BZ #16195]
18652         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18653         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18654         (STAP_PROBE0): New macro.
18655         (STAP_PROBE1): Likewise.
18656         (STAP_PROBE2): Likewise.
18657         (STAP_PROBE3): Likewise.
18658         (STAP_PROBE4): Likewise.
18659
18660 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18661
18662         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18663
18664 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18665
18666         * benchtests/Makefile (bench): Add sqrt.
18667         (LDLIBS-bench-sqrt): New.
18668         * benchtests/sqrt-input: New.
18669
18670 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18671
18672         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18673         (GAIH_EAI): Likewise.
18674         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18675         (gaih_inet): Likewise.
18676         (getaddrinfo): Don't use GAIH_EAI.
18677
18678         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18679         (struct gaih): Remove definition.
18680
18681 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18682
18683         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18684         Use HERRNOP directly.
18685
18686 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18687
18688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18689
18690 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18691
18692         * math/gen-auto-libm-tests.c (test_functions): Add more
18693         single-argument functions.
18694         (special_fill_pi_2): New function.
18695         (special_fill_minus_pi_2): Likewise.
18696         (special_fill_pi_6): Likewise.
18697         (special_fill_minus_pi_6): Likewise.
18698         (special_fill_pi_3): Likewise.
18699         (special_fill_2pi_3): Likewise.
18700         (special_fill_e): Likewise.
18701         (special_fill_1_e): Likewise.
18702         (special_fill_e_minus_1): Likewise.
18703         (special_real_inputs): Add more special inputs.
18704         (output_for_one_input_case): Do not require ERANGE on underflow to
18705         zero if round-to-nearest result does not underflow to zero, unless
18706         exact results required.
18707         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18708         atan, atanh, cbrt, cos and cosh.
18709         * math/auto-libm-test-out: Regenerated.
18710         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18711         (acos_tonearest_test_data): Likewise.
18712         (acos_towardzero_test_data): Likewise.
18713         (acos_downward_test_data): Likewise.
18714         (acos_upward_test_data): Likewise.
18715         (acosh_test_data): Likewise.
18716         (asin_test_data): Likewise.
18717         (asin_tonearest_test_data): Likewise.
18718         (asin_towardzero_test_data): Likewise.
18719         (asin_upward_test_data): Likewise.
18720         (asinh_test_data): Likewise.
18721         (atan_test_data): Likewise.
18722         (atanh_test_data): Likewise.
18723         (cbrt_test_data): Likewise.
18724         (cos_test_data): Likewise.
18725         (cos_tonearest_test_data): Likewise.
18726         (cos_towardzero_test_data): Likewise.
18727         (cos_downward_test_data): Likewise.
18728         (cos_upward_test_data): Likewise.
18729         (cosh_test_data): Likewise.
18730         (cosh_tonearest_test_data): Likewise.
18731         (cosh_towardzero_test_data): Likewise.
18732         (cosh_downward_test_data): Likewise.
18733         (cosh_upward_test_data): Likewise.
18734         * sysdeps/i386/fpu/libm-test-ulps: Update.
18735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18736
18737 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18738
18739         [BZ #6787]
18740         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18741         * math/w_exp10f.c (__exp10f): Likewise.
18742         * math/w_exp10l.c (__exp10l): Likewise.
18743         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18744         errno settings in existing tests.
18745
18746         [BZ #14032]
18747         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18748         precision control set to double precision.
18749         * sysdeps/i386/fpu/w_sqrt.c: New file.
18750         * math/auto-libm-test-in: Add more tests.
18751         * math/auto-libm-test-out: Update.
18752
18753         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18754         (sqrt_test_tonearest): New function.
18755         (sqrt_towardzero_test_data): New variable.
18756         (sqrt_test_towardzero): New function.
18757         (sqrt_downward_test_data): New variable.
18758         (sqrt_test_downward): New function.
18759         (sqrt_upward_test_data): New variable.
18760         (sqrt_test_upward): New function.
18761         (main): Call the new functions.
18762
18763         * math/gen-auto-libm-tests.c: New file.
18764         * math/auto-libm-test-in: Likewise.
18765         * math/auto-libm-test-out: New generated file.
18766         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18767         variables.
18768         (%beautify): Add generated representations of zero.
18769         (top level): Set $auto_input and call parse_auto_input.
18770         (beautify): Remove trailing "f" from hex float constants.
18771         (parse_args): Handle XFAIL_TEST.
18772         (convert_condition): New function.
18773         (or_value): Likewise.
18774         (or_cond_value): Likewise.
18775         (generate_testfile): Handle AUTO_TESTS_* lines.
18776         (parse_auto_input): New function.
18777         * math/libm-test.inc (XFAIL_TEST): New macro.
18778         (ERRNO_UNCHANGED): Update value.
18779         (ERRNO_EDOM): Likewise.
18780         (ERRNO_ERANGE): Likewise.
18781         (IGNORE_RESULT): Likewise.
18782         (TEST_COND_flt_32): New macro.
18783         (TEST_COND_dbl_64): Likewise.
18784         (TEST_COND_ldbl_96_intel): Likewise.
18785         (TEST_COND_ldbl_96_m68k): Likewise.
18786         (TEST_COND_ldbl_128): Likewise.
18787         (TEST_COND_ldbl_128ibm): Likewise.
18788         (TEST_COND_long32): Likewise.
18789         (TEST_COND_long64): Likewise.
18790         (TEST_COND_before_rounding): Likewise.
18791         (TEST_COND_after_rounding): Likewise.
18792         (enable_test): Handle XFAIL_TEST flag.
18793         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18794         with finite results.
18795         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18796         auto-libm-test-out.
18797
18798 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18799             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18800
18801         [BZ #16214]
18802         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18803         __tls_get_addr_internal instead of __tls_get_offset in order to
18804         avoid GOT pointer dependency.  Make rtld export
18805         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18806         __tls_get_addr since we are a __tls_get_offset platform.
18807         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18808         GOT pointer being set up before.
18809         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18810
18811 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18812
18813         * manual/math.texi (Errors in Math Functions): Document accuracy
18814         goals.
18815
18816         [BZ #15004]
18817         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18818         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18819         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18820         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18821         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18822         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18823         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18824         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18825         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18826         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18827         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18828         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18829         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18830         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18831         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18832         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18833
18834         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18835         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18836         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18837         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18838         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18839         Likewise.
18840         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18841         Likewise.
18842         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18843         Likewise.
18844         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18845         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18846         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18847         atomic-feupdateenv and flt-rounds.
18848         * sysdeps/powerpc/nofpu/Versions (libc): Add
18849         __atomic_feholdexcept, __atomic_feclearexcept,
18850         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18851         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18852         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18853         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18854         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18855         here.
18856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18857         Update.
18858
18859         * manual/arith.texi (FP Exceptions): Document that exceptions may
18860         not be raised when matherr is used.
18861         (Math Error Reporting): Document overflow in directed rounding
18862         modes.  Document that errno may not be set when finite values are
18863         returned on overflow.  Document intent to set errno on underflow
18864         only for underflow to zero.
18865
18866         [BZ #16271]
18867         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18868         round-to-nearest then adjust result for other rounding modes.
18869         * include/fenv.h (fegetround): Use libm_hidden_proto.
18870         * math/fegetround.c (fegetround): Use libm_hidden_def.
18871         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18872         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18873         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18874         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18875         Likewise.
18876         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18877         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18878         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18879         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18880
18881 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18882
18883         [BZ #16077]
18884         * nss/Versions (libnss_files): Add
18885         _nss_files_gethostbyname3_r.
18886         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18887         New function.
18888         (HOST_DB_LOOKUP): Remove macro.
18889         (_nss_files_gethostbyname_r): Implement function without the
18890         HOST_DB_LOOKUP macro.
18891         (_nss_files_gethostbyname2_r): Likewise.
18892
18893 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18894
18895         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18896
18897 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18898
18899         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18900         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18901         warning.
18902
18903 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18904
18905         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18906         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18907         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18908         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18909         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18910         __fe_nomask_env_priv and attribute_hidden.
18911         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18912         (libc_feupdateenv_test_ppc): Likewise.
18913         (libc_feresetround_ppc): Likewise.
18914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18915         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18916         compat_symbol macro.
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18918         (__fe_nomask_env): Likewise.
18919         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18920
18921 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18922
18923         * string/Makefile: Remove ifunc tests.
18924         * string/test-string.h: Define TEST_IFUNC.
18925         * string/test-bcopy-ifunc.c: Remove.
18926         * string/test-bzero-ifunc.c: Likewise.
18927         * string/test-memccpy-ifunc.c: Likewise.
18928         * string/test-memchr-ifunc.c: Likewise.
18929         * string/test-memcmp-ifunc.c: Likewise.
18930         * string/test-memcpy-ifunc.c: Likewise.
18931         * string/test-memmem-ifunc.c: Likewise.
18932         * string/test-memmove-ifunc.c: Likewise.
18933         * string/test-mempcpy-ifunc.c: Likewise.
18934         * string/test-memrchr-ifunc.c: Likewise.
18935         * string/test-memset-ifunc.c: Likewise.
18936         * string/test-rawmemchr-ifunc.c: Likewise.
18937         * string/test-stpcpy-ifunc.c: Likewise.
18938         * string/test-stpncpy-ifunc.c: Likewise.
18939         * string/test-strcasecmp-ifunc.c: Likewise.
18940         * string/test-strcasestr-ifunc.c: Likewise.
18941         * string/test-strcat-ifunc.c: Likewise.
18942         * string/test-strchr-ifunc.c: Likewise.
18943         * string/test-strchrnul-ifunc.c: Likewise.
18944         * string/test-strcmp-ifunc.c: Likewise.
18945         * string/test-strcpy-ifunc.c: Likewise.
18946         * string/test-strcspn-ifunc.c: Likewise.
18947         * string/test-strlen-ifunc.c: Likewise.
18948         * string/test-strncasecmp-ifunc.c: Likewise.
18949         * string/test-strncat-ifunc.c: Likewise.
18950         * string/test-strncmp-ifunc.c: Likewise.
18951         * string/test-strncpy-ifunc.c: Likewise.
18952         * string/test-strnlen-ifunc.c: Likewise.
18953         * string/test-strpbrk-ifunc.c: Likewise.
18954         * string/test-strrchr-ifunc.c: Likewise.
18955         * string/test-strspn-ifunc.c: Likewise.
18956         * string/test-strstr-ifunc.c: Likewise.
18957
18958 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18959
18960         * benchtests/Makefile: Remove ifunc tests.
18961         * benchtests/bench-string.h: Define TEST_IFUNC.
18962         * benchtests/bench-bcopy-ifunc.c: Remove.
18963         * benchtests/bench-bzero-ifunc.c: Likewise.
18964         * benchtests/bench-memccpy-ifunc.c: Likewise.
18965         * benchtests/bench-memchr-ifunc.c: Likewise.
18966         * benchtests/bench-memcmp-ifunc.c: Likewise.
18967         * benchtests/bench-memcpy-ifunc.c: Likewise.
18968         * benchtests/bench-memmem-ifunc.c: Likewise.
18969         * benchtests/bench-memmove-ifunc.c: Likewise.
18970         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18971         * benchtests/bench-memrchr-ifunc.c: Likewise.
18972         * benchtests/bench-memset-ifunc.c: Likewise.
18973         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18974         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18975         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18976         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18977         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18978         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18979         * benchtests/bench-strcat-ifunc.c: Likewise.
18980         * benchtests/bench-strchr-ifunc.c: Likewise.
18981         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18982         * benchtests/bench-strcmp-ifunc.c: Likewise.
18983         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18984         * benchtests/bench-strcpy-ifunc.c: Likewise.
18985         * benchtests/bench-strcspn-ifunc.c: Likewise.
18986         * benchtests/bench-strlen-ifunc.c: Likewise.
18987         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18988         * benchtests/bench-strncat-ifunc.c: Likewise.
18989         * benchtests/bench-strncmp-ifunc.c: Likewise.
18990         * benchtests/bench-strncpy-ifunc.c: Likewise.
18991         * benchtests/bench-strnlen-ifunc.c: Likewise.
18992         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18993         * benchtests/bench-strrchr-ifunc.c: Likewise.
18994         * benchtests/bench-strsep-ifunc.c: Likewise.
18995         * benchtests/bench-strspn-ifunc.c: Likewise.
18996         * benchtests/bench-strstr-ifunc.c: Likewise.
18997
18998 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18999
19000         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19001
19002 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19003
19004         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19005         * rt/aio.h: Likewise.
19006         * sysdeps/gnu/bits/utmp.h: Likewise.
19007         * sysdeps/gnu/bits/utmpx.h: Likewise.
19008         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19009         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19010         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19011         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19012         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19013         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19014         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19015         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19016         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19017         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19018         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19019         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19020         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19022         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19023         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19024         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19025         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19026         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19027         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19028         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19029         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19030         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19031         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19032         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19033         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19034         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19035         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19036         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19037         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19038         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19039         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19040         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19041         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19042         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19043         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19044         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19045         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19046         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19047         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19048         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19049         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19050
19051 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19052
19053         [BZ #16245]
19054         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19055         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19056
19057 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19058
19059         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19060         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19061         Likewise.
19062
19063 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19064
19065         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19066         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19067         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19068         (__fesetround): Remove define.
19069         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19070         rounding and exceptions handling.
19071         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19072         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19073         (__fe_nomask_env): Likewise.
19074         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19075         __fegetround instead of fegetround.
19076         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19077         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19078
19079 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19080
19081         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19082         it's there.
19083
19084         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19085
19086 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19087
19088         [BZ #11157]
19089         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19090         (encrypt_r): Likewise.
19091         * malloc/obstack.h (obstack_free): Likewise.
19092         * posix/unistd.h (encrypt): Likewise.
19093
19094 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19095
19096         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19097         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19098         DL_CALL_DT_FINI() that call the functions directly.
19099         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19100         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19101         * elf/dl-fini.c: Likewise.
19102
19103 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19104
19105         * malloc/hooks.c (memalign_check): Add alignment rounding.
19106         * malloc/malloc.c (_mid_memalign): New function.
19107         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19108         Implement by calling _mid_memalign.
19109         * manual/probes.texi (Memory Allocation Probes): Remove
19110         memory_valloc_retry and memory_pvalloc_retry.
19111
19112 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19113
19114         * locale/programs/locarchive.c (open_archive): Add const
19115         qualifier to ARCHIVEFNAME and copy default fname to
19116         DEFAULT_FNAME.
19117
19118         [BZ #15601]
19119         * libio/tst-widetext.input: Rename Oriya to Odia.
19120         * locale/iso-639.def: Likewise.
19121
19122         * manual/probes.texi (Mathematical Function Probes): Add
19123         documentation for sin, cos, asin and acos probes.
19124         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19125         (__sin32): Add slowasin probe.
19126         (__cos32): Add slowacos probe.
19127         (__mpsin): Add slowsin probe.
19128         (__mpcos): Add slowcos probe.
19129
19130 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19131
19132         [BZ #15483]
19133         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19134         thread-local __sim_exceptions_thread and global
19135         __sim_exceptions_global.
19136         (__sim_disabled_exceptions): Change to thread-local
19137         __sim_disabled_exceptions_thread and global
19138         __sim_disabled_exceptions_global.
19139         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19140         and global __sim_round_mode_global.
19141         (__simulate_exceptions): Use thread-local floating-point state and
19142         set global state from it as needed.
19143         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19144         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19145         __sim_round_mode_thread.
19146         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19147         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19148         and global __sim_exceptions_global.
19149         (__sim_disabled_exceptions): Change to thread-local
19150         __sim_disabled_exceptions_thread and global
19151         __sim_disabled_exceptions_global.
19152         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19153         and global __sim_round_mode_global.
19154         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19155         (SIM_SET_GLOBAL): Likewise.
19156         * sysdeps/powerpc/soft-fp/sfp-machine.h
19157         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19158         __sim_round_mode_thread.
19159         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19160         __sim_disabled_exceptions_thread.
19161         (__sim_exceptions): Change to __sim_exceptions_thread.
19162         (__sim_disabled_exceptions): Change to
19163         __sim_disabled_exceptions_thread.
19164         (__sim_round_mode): Change to __sim_round_mode_thread.
19165         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19166         thread-local floating-point state and set global state from it as
19167         needed.
19168         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19169         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19170         (__sim_disabled_exceptions): Remove extern declaration.
19171         (feenableexcept): Use thread-local floating-point state and set
19172         global state from it as needed.
19173         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19174         extern declaration.
19175         (__sim_disabled_exceptions): Likewise.
19176         (__sim_round_mode): Likewise.
19177         (__fegetenv): Use thread-local floating-point state.
19178         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19179         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19180         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19181         floating-point state and set global state from it as needed.
19182         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19183         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19184         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19185         Likewise.
19186         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19187         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19188         Likewise.
19189         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19190         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19191         Use __sim_round_mode_thread.
19192         * math/test-fenv-tls.c: New file.
19193         * math/Makefile (tests): Add test-fenv-tls.
19194         ($(objpfx)test-fenv-tls): Depend on
19195         $(common-objpfx)nptl/libpthread.so.
19196
19197 2013-11-19  Andreas Schwab  <schwab@suse.de>
19198
19199         * locale/programs/locale.c (show_info): Decode wordarray elements.
19200         * locale/categories.def (LC_MONETARY): Add element for
19201         _NL_MONETARY_CRNCYSTR.
19202         * locale/C-monetary.c (conversion_rate): New variable.
19203         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19204         element.
19205
19206 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19207
19208         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19209         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19210
19211 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19212
19213         * elf/Makefile (tst-auxv): New test.
19214         * elf/tst-auxv.c: New
19215         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19216
19217 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19218
19219         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19220         (hidden_proto): Caller changed.
19221         (hidden_tls_proto): New macro.
19222         (libc_hidden_tls_proto): Likewise.
19223         (rtld_hidden_tls_proto): Likewise.
19224         (libm_hidden_tls_proto): Likewise.
19225         (libresolv_hidden_tls_proto): Likewise.
19226         (librt_hidden_tls_proto): Likewise.
19227         (libdl_hidden_tls_proto): Likewise.
19228         (libnss_files_hidden_tls_proto): Likewise.
19229         (libnsl_hidden_tls_proto): Likewise.
19230         (libnss_nisplus_hidden_tls_proto): Likewise.
19231         (libutil_hidden_tls_proto): Likewise.
19232
19233 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19234
19235         [BZ #10253]
19236         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19237         (decompose_rpath): Defer expansion to fillin_rpath.
19238         (_dl_init_paths): Pass linkmap to fillin_rpath.
19239
19240 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19241
19242         * benchtests/Makefile: Add strsep.
19243         * benchtests/bench-strsep.c: New file: strsep benchtest.
19244         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19245
19246 2013-11-18  Andreas Schwab  <schwab@suse.de>
19247
19248         * locale/programs/locale.c (show_info) [case byte]: Check for
19249         '\377' instead of '\177'.
19250         * locale/C-monetary.c (not_available): Always use "\377".
19251         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19252         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19253         detect unavailable sign_posn locale elements.
19254         * locale/localeconv.c (__localeconv): For grouping and
19255         mon_grouping handle "\177" and "\377" like no grouping.
19256         (INT_ELEM): New macro.  Use it to set all numeric members.
19257         * locale/programs/ld-monetary.c (monetary_read)
19258         <tok_mon_grouping>: Normalize single -1 to the empty string.
19259         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19260         Likewise.
19261
19262 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19263
19264         [BZ #16055]
19265         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19266         when we match (nil).
19267         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19268
19269 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19270
19271         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19272         (NO_TEST_INLINE): Update value.
19273         (ERRNO_UNCHANGED): Likewise.
19274         (ERRNO_EDOM): Likewise.
19275         (ERRNO_ERANGE): Likewise.
19276         (IGNORE_RESULT): Likewise.
19277         (check_float_internal): Check signs of NaN results if
19278         TEST_NAN_SIGN used.
19279         (check_complex): Pass TEST_NAN_SIGN flag through to second
19280         check_float_internal call.
19281         (copysign_test_data): Add tests with quiet NaNs as second
19282         argument.  Use TEST_NAN_SIGN.
19283         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19284         TEST_NAN_SIGN.
19285         (signbit_test_data): Add tests of quiet NaN argument.
19286         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19287
19288         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19289         $ignore_result.
19290         (parse_args): Handle function results specified as IGNORE.
19291         * math/libm-test.inc (IGNORE_RESULT): New macro.
19292         (check_float_internal): Do not check numerical result if flag
19293         IGNORE_RESULT set.
19294         (check_complex): Pass through IGNORE_RESULT to second
19295         check_float_internal call.
19296         (check_int): Do not check numerical result if flag IGNORE_RESULT
19297         set.
19298         (check_long): Likewise.
19299         (check_bool): Likewise.
19300         (check_longlong): Likewise.
19301         (lrint_test_data): Add tests of infinite and NaN arguments.
19302         (lrint_tonearest_test_data): Likewise.
19303         (lrint_towardzero_test_data): Likewise.
19304         (lrint_downward_test_data): Likewise.
19305         (lrint_upward_test_data): Likewise.
19306         (llrint_test_data): Likewise.
19307         (llrint_tonearest_test_data): Likewise.
19308         (llrint_towardzero_test_data): Likewise.
19309         (llrint_downward_test_data): Likewise.
19310         (llrint_upward_test_data): Likewise.
19311         (lround_test_data): Likewise.
19312         (llround_test_data): Likewise.
19313
19314         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19315         (ERRNO_UNCHANGED): Update value.
19316         (ERRNO_EDOM): Likewise.
19317         (ERRNO_ERANGE): Likewise.
19318         (NO_TEST_INLINE_FLOAT): New macro.
19319         (NO_TEST_INLINE_DOUBLE): Likewise.
19320         (enable_test): New function.
19321         (RUN_TEST_f_f): Check enable_test before running test.
19322         (RUN_TEST_2_f): Likewise.
19323         (RUN_TEST_fff_f): Likewise.
19324         (RUN_TEST_c_f): Likewise.
19325         (RUN_TEST_f_f1): Likewise.
19326         (RUN_TEST_fF_f1): Likewise.
19327         (RUN_TEST_fI_f1): Likewise.
19328         (RUN_TEST_ffI_f1): Likewise.
19329         (RUN_TEST_c_c): Likewise.
19330         (RUN_TEST_cc_c): Likewise.
19331         (RUN_TEST_f_i): Likewise.
19332         (RUN_TEST_f_i_tg): Likewise.
19333         (RUN_TEST_ff_i_tg): Likewise.
19334         (RUN_TEST_f_b): Likewise.
19335         (RUN_TEST_f_b_tg): Likewise.
19336         (RUN_TEST_f_l): Likewise.
19337         (RUN_TEST_f_L): Likewise.
19338         (RUN_TEST_fFF_11): Likewise.
19339         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19340         conditionals.
19341         (cosh_test_data): Likewise.
19342         (exp_test_data): Likewise.
19343         (expm1_test_data): Likewise.
19344         (hypot_test_data): Likewise.
19345         (pow_test_data): Likewise.
19346         (sinh_test_data): Likewise.
19347         (tanh_test_data): Likewise.
19348         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19349         flags argument.
19350
19351         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19352         tests with quiet NaN input and output.
19353         (acosh_test_data): Likewise.
19354         (asin_test_data): Likewise.
19355         (asinh_test_data): Likewise.
19356         (atan_test_data): Likewise.
19357         (atanh_test_data): Likewise.
19358         (atan2_test_data): Likewise.
19359         (cbrt_test_data): Likewise.
19360         (cos_test_data): Likewise.
19361         (cosh_test_data): Likewise.
19362         (erf_test_data): Likewise.
19363         (erfc_test_data): Likewise.
19364         (exp_test_data): Likewise.
19365         (exp10_test_data): Likewise.
19366         (exp2_test_data): Likewise.
19367         (expm1_test_data): Likewise.
19368         (hypot_test_data): Likewise.
19369         (j0_test_data): Likewise.
19370         (j1_test_data): Likewise.
19371         (jn_test_data): Likewise.
19372         (lgamma_test_data): Likewise.
19373         (log_test_data): Likewise.
19374         (log10_test_data): Likewise.
19375         (log1p_test_data): Likewise.
19376         (log2_test_data): Likewise.
19377         (pow_test_data): Likewise.
19378         (scalb_test_data): Likewise.
19379         (sin_test_data): Likewise.
19380         (sincos_test_data): Likewise.
19381         (sinh_test_data): Likewise.
19382         (tan_test_data): Likewise.
19383         (tanh_test_data): Likewise.
19384         (tgamma_test_data): Likewise.
19385         (y0_test_data): Likewise.
19386         (y1_test_data): Likewise.
19387         (yn_test_data): Likewise.
19388
19389         [BZ #16167]
19390         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19391         argument being NaN and avoid computations with second argument in
19392         that case.
19393         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19394         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19395         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19396
19397 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19398
19399         * locale/iso-639.def: Add Chitwani Tharu (the).
19400
19401 2013-11-14  Andreas Schwab  <schwab@suse.de>
19402
19403         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19404         word instead of empty string.
19405
19406 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19407
19408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19409         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19411         (__fe_nomask_env): Likewise.
19412
19413 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19414
19415         * benchtests/bench-timing.h: Include time.h.
19416
19417 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19418
19419         [BZ #15997]
19420         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19421         to 3.4.0 for x32.
19422         * sysdeps/unix/sysv/linux/configure: Regenerated.
19423
19424 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19425
19426         [BZ #16151]
19427         * stdlib/strtod_l.c (round_and_return): Do not consider
19428         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19429         exponent one less than half the least subnormal exponent.
19430         * stdlib/test-strtod-round-data: Add more tests.
19431         * stdlib/tst-strtod-round.c (tests): Regenerated.
19432
19433 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19434
19435         [BZ #14143]
19436         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19437         (__fe_mask_env): Likewise.
19438         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19439         libm_hidden_proto and add function prototype.
19440         (__fe_mask_env): Add function prototype.
19441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19442         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19444         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19446         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19447
19448 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19449
19450         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19451         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19452
19453 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19454
19455         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19456         of htab_find_slot().
19457
19458 2013-11-11  David S. Miller  <davem@davemloft.net>
19459
19460         [BZ #16150]
19461         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19462         symbol in the non-vis3 case in static builds.
19463         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19464         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19465         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19466         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19467
19468 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19469
19470         [BZ #387]
19471         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19472         it is empty.
19473
19474 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19475
19476         * benchtests/Makefile: Add bench-strtod.
19477         * benchtests/bench-strtod.c: New file: strtod benchtest
19478
19479 2013-11-11  Andreas Schwab  <schwab@suse.de>
19480
19481         [BZ #16153]
19482         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19483         terminating NUL in key length.
19484
19485 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19486
19487         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19488         Add artificial ODP entry for vDSO symbol for PPC64.
19489         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19490         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19491
19492 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19493
19494         [BZ #15374]
19495         * nss/getent.c (services_keys): Recognize services starting with digit.
19496
19497 2013-11-06  David S. Miller  <davem@davemloft.net>
19498
19499         [BZ #15985]
19500         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19501         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19502
19503 2013-11-06  Will Newton  <will.newton@linaro.org>
19504
19505         * manual/memory.texi (Malloc Examples): Remove register
19506         keyword from examples.
19507
19508 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19509
19510         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19511
19512 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19513
19514         [BZ #6981]
19515         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19516         depending on [__GCC_IEC_559 > 0].
19517         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19518         depending on [__GCC_IEC_559_COMPLEX > 0].
19519
19520 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19521
19522         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19523         to iso-639.def.
19524
19525 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19526
19527         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19528
19529 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19530
19531         [BZ #16112]
19532         * malloc/malloc (malloc_info): Do not handle first bin as
19533         special case.
19534
19535 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19536
19537         * locale/iso-639.def: Add Central Nahuatl (nhn).
19538
19539 2013-11-01  Bruno Haible  <bruno@clisp.org>
19540
19541         [BZ #7003]
19542         * manual/math.texi (BSD Random): Specify range upper bound as
19543         in POSIX.
19544
19545 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19546
19547         * locale/iso-639.def: Add Meadow Mari (mhr).
19548
19549 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19550
19551         [BZ #14752], [BZ #15763]
19552         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19553         Validate name.
19554         * rt/tst_shm.c: Add test for escaping directory.
19555
19556 2013-10-31  Andreas Schwab  <schwab@suse.de>
19557
19558         [BZ #15917]
19559         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19560         followed by 'x' as part of digit sequence.
19561         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19562
19563 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19564
19565         [BZ #16037]
19566         * configure.ac: allow GNU Make 4.0 and greater.
19567         * configure: Regenerated.
19568
19569 2013-10-30  Will Newton  <will.newton@linaro.org>
19570
19571         [BZ #16038]
19572         * malloc/hooks.c (memalign_check): Limit alignment to the
19573         maximum representable power of two.
19574         * malloc/malloc.c (__libc_memalign): Likewise.
19575         * malloc/tst-memalign.c (do_test): Add test for very
19576         large alignment values.
19577         * malloc/tst-posix_memalign.c (do_test): Likewise.
19578
19579 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19580
19581         [BZ #11087]
19582         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19583         (munmap_chunk): Likewise.
19584         (mremap_chunk): Likewise.
19585
19586 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19587
19588         [BZ #15799]
19589         * stdlib/div.c (div): Remove obsolete code.
19590         * stdlib/ldiv.c (ldiv): Likewise.
19591         * stdlib/lldiv.c (lldiv): Likewise.
19592
19593 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19594
19595         [BZ #16071]
19596         * nss/nss_files/files-XXX.c (get_contents_ret): New
19597         enumerator.
19598         (get_contents): New function.
19599         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19600
19601 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19602
19603         * configure.in: Moved to ...
19604         * configure.ac: ... here. Change reference to configure.in
19605         to configure.ac.
19606         * sysdeps/arm/preconfigure.ac: ... here.
19607         configure.in to configure.ac.
19608         * sysdeps/gnu/configure.in: Moved to ...
19609         * sysdeps/gnu/configure.ac: ... here.
19610         * sysdeps/i386/configure.in: Moved to ...
19611         * sysdeps/i386/configure.ac: ... here.
19612         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19613         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19614         * sysdeps/mach/configure.in: Moved to ...
19615         * sysdeps/mach/configure.ac: ... here.
19616         * sysdeps/mach/hurd/configure.in: Moved to ...
19617         * sysdeps/mach/hurd/configure.ac: ... here.
19618         * sysdeps/powerpc/configure.in: Moved to ...
19619         * sysdeps/powerpc/configure.ac: ... here.
19620         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19621         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19622         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19623         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19624         * sysdeps/s390/s390-32/configure.in: Moved to ...
19625         * sysdeps/s390/s390-32/configure.ac: ... here.
19626         * sysdeps/s390/s390-64/configure.in: Moved to ...
19627         * sysdeps/s390/s390-64/configure.ac: ... here.
19628         * sysdeps/sh/configure.in: Moved to ...
19629         * sysdeps/sh/configure.ac: ... here.
19630         * sysdeps/sparc/configure.in: Moved to ...
19631         * sysdeps/sparc/configure.ac: ... here.
19632         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19633         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19634         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19635         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19636         * sysdeps/x86_64/configure.in: Moved to ...
19637         * sysdeps/x86_64/configure.ac: ... here.
19638         * sysdeps/x86_64/preconfigure.in: Moved to ...
19639         * sysdeps/x86_64/preconfigure.ac: ... here.
19640         * aclocal.m4: Change reference to configure.in to configure.ac.
19641         * config.h.in: Likewise.
19642         * manual/install.texi: Likewise.
19643         * manual/maint.texi: Likewise.
19644         * Makefile: Likewise.
19645         * malloc/Makefile: Likewise.
19646         * nscd/Makefile: Likewise.
19647         * Makeconfig: Change reference to configure.in and
19648         preconfigure.in to configure.ac and preconfigure.ac
19649         respectively.
19650         * INSTALL: Regenerated.
19651         * configure: Likewise.
19652         * sysdeps/gnu/configure: Likewise.
19653         * sysdeps/i386/configure: Likewise.
19654         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19655         * sysdeps/mach/configure: Likewise.
19656         * sysdeps/mach/hurd/configure: Likewise.
19657         * sysdeps/powerpc/configure: Likewise.
19658         * sysdeps/powerpc/powerpc32/configure: Likewise.
19659         * sysdeps/powerpc/powerpc64/configure: Likewise.
19660         * sysdeps/s390/s390-32/configure: Likewise.
19661         * sysdeps/s390/s390-64/configure: Likewise.
19662         * sysdeps/sh/configure: Likewise.
19663         * sysdeps/sparc/configure: Likewise.
19664         * sysdeps/unix/sysv/linux/configure: Likewise.
19665         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19666         * sysdeps/x86_64/configure: Likewise.
19667         * sysdeps/x86_64/preconfigure: Likewise.
19668
19669 2013-10-29  Andreas Schwab  <schwab@suse.de>
19670
19671         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19672
19673 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19674
19675         * benchtests/pow-inputs: Add new inputs.
19676
19677         * benchtests/exp-inputs: Add new inputs.
19678
19679         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19680         conditional check for return value.
19681         (__cos32): Likewise.
19682
19683 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19684
19685         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19686         to provide a boost for large inputs with word alignment.
19687         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19688         implementation based on optimized PPC64 strcpy.
19689         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19690         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19691         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19692         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19693
19694 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19695
19696         [BZ #2801]
19697         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19698
19699 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19700
19701         [BZ #14876]
19702         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19703         * time/tst-strptime.c (day_tests): Add testcase.
19704
19705 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19706
19707         [BZ #14029]
19708         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19709
19710 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19711
19712         [BZ #16074]
19713         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19714         MAP_FAILED on error.
19715
19716 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19717
19718         [BZ #16072]
19719         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19720         heap for large requests.
19721
19722 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19723
19724         [BZ #9954]
19725         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19726         result if the result has no associated interface.
19727         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19728         interface for all 127.X.Y.Z addresses.
19729
19730 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19731
19732         * locale/iso-639.def: Add Ligurian (lij)
19733
19734 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19735
19736         [BZ #15825]
19737         * sunrpc/rpc_main.c: Document rpcgen -5.
19738
19739 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19740
19741         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19742
19743 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19744
19745         [BZ #10278]
19746         * posix/glob.c: Match only directories when trailing slash is present.
19747         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19748         (main): Add testcase.
19749
19750 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19751
19752         [BZ #15670]
19753         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19754
19755 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19756
19757         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19758         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19759         AUTH_DES and cindex for FIPS 140-2.
19760         (DES Encryption): Add cindex FIPS 46-3.
19761
19762         * locale/locarchive.h (struct locarhandle): Add fname.
19763         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19764         if an optional argument was specified to --list-archive,
19765         otherwise NULL.
19766         * locale/programs/locarchive.c (show_archive_content): Take new
19767         argument fname and pass it via ah.fname to open_archive.
19768         * locale/programs/localedef.h: Update decl.
19769         (open_archive): If AH->fname is non-null, open that file
19770         rather than the default file name, and don't ignore ENOENT.
19771         (create_archive): Set AH.fname to NULL.
19772         (delete_locales_from_archive): Likewise.
19773         (add_locales_to_archive): Likewise.
19774         * locale/programs/locfile.c (write_all_categories): Likewise.
19775
19776 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19777             Aldy Hernandez  <aldyh@redhat.com>
19778
19779         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19780         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19781         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19782         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19783         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19784         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19785         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19786         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19787         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19788         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19789         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19790         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19791         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19792         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19793         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19794         Likewise.
19795         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19796         Likewise.
19797         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19798         Likewise.
19799         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19800         Likewise.
19801         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19802         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19803         Likewise.
19804         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19805         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19806         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19807         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19808         Likewise.
19809         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19810         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19811         * sysdeps/powerpc/preconfigure: Likewise.
19812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19813         Likewise.
19814         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19815         Replace contents of file by #include of <fenv_libc.h>.
19816         * sysdeps/powerpc/soft-fp/sfp-machine.h
19817         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19818         and <sys/prctl.h>.
19819         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19820         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19821         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19822         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19823         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19824         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19825         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19826         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19827         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19828         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19829         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19830         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19832         Allow copysignl PLT reference to be missing.
19833
19834 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19835             Joseph Myers  <joseph@codesourcery.com
19836
19837         [BZ #15948]
19838         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19839         single character.
19840         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19841
19842 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19843
19844         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19845         * elf/tst-tls1.c: Likewise.
19846         * elf/tst-tls10.h: Likewise.
19847         * elf/tst-tls14.c: Likewise.
19848         * elf/tst-tls2.c: Likewise.
19849         * elf/tst-tls3.c: Likewise.
19850         * elf/tst-tls4.c: Likewise.
19851         * elf/tst-tls5.c: Likewise.
19852         * elf/tst-tls6.c: Likewise.
19853         * elf/tst-tls7.c: Likewise.
19854         * elf/tst-tls8.c: Likewise.
19855         * elf/tst-tls9.c: Likewise.
19856         * elf/tst-tlsmod1.c: Likewise.
19857         * elf/tst-tlsmod13.c: Likewise.
19858         * elf/tst-tlsmod13a.c: Likewise.
19859         * elf/tst-tlsmod14a.c: Likewise.
19860         * elf/tst-tlsmod16a.c: Likewise.
19861         * elf/tst-tlsmod16b.c: Likewise.
19862         * elf/tst-tlsmod2.c: Likewise.
19863         * elf/tst-tlsmod3.c: Likewise.
19864         * elf/tst-tlsmod4.c: Likewise.
19865         * elf/tst-tlsmod5.c: Likewise.
19866         * elf/tst-tlsmod6.c: Likewise.
19867
19868 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19869
19870         [BZ #12486]
19871         * malloc/malloc.c: remove checks for statistics.
19872
19873 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19874
19875         [BZ #15277]
19876         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19877         * inet/tst-network.c: Add testcase.
19878
19879 2013-10-17  Andreas Schwab  <schwab@suse.de>
19880
19881         [BZ #15218]
19882         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19883         to determine canonical name.
19884
19885 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19886
19887         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19888         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19889         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19890         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19891         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19892         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19893         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19894         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19895         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19896         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19897         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19898         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19899         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19900         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19901         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19902         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19903         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19904         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19905         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19906         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19907         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19908         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19909         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19910         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19911         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19912         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19913         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19914         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19915         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19916         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19917         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19918         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19919         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19920         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19921         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19922         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19923         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19924         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19925         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19926         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19927         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19928         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19929         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19930         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19931         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19932         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19933         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19934         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19935         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19936         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19937         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19938         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19939         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19940         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19941         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19942         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19943         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19944         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19945
19946 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19947
19948         [BZ #16041]
19949         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19950         make result into a quiet NaN.
19951
19952 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19953
19954         * soft-fp/adddf3.c: Fix horizontal whitespace.
19955         * soft-fp/addsf3.c: Likewise.
19956         * soft-fp/addtf3.c: Likewise.
19957         * soft-fp/divdf3.c: Likewise.
19958         * soft-fp/divsf3.c: Likewise.
19959         * soft-fp/divtf3.c: Likewise.
19960         * soft-fp/double.h: Likewise.
19961         * soft-fp/eqdf2.c: Likewise.
19962         * soft-fp/eqsf2.c: Likewise.
19963         * soft-fp/eqtf2.c: Likewise.
19964         * soft-fp/extenddftf2.c: Likewise.
19965         * soft-fp/extended.h: Likewise.
19966         * soft-fp/extendsfdf2.c: Likewise.
19967         * soft-fp/extendsftf2.c: Likewise.
19968         * soft-fp/extendxftf2.c: Likewise.
19969         * soft-fp/fixdfdi.c: Likewise.
19970         * soft-fp/fixdfsi.c: Likewise.
19971         * soft-fp/fixdfti.c: Likewise.
19972         * soft-fp/fixsfdi.c: Likewise.
19973         * soft-fp/fixsfsi.c: Likewise.
19974         * soft-fp/fixsfti.c: Likewise.
19975         * soft-fp/fixtfdi.c: Likewise.
19976         * soft-fp/fixtfsi.c: Likewise.
19977         * soft-fp/fixtfti.c: Likewise.
19978         * soft-fp/fixunsdfdi.c: Likewise.
19979         * soft-fp/fixunsdfsi.c: Likewise.
19980         * soft-fp/fixunsdfti.c: Likewise.
19981         * soft-fp/fixunssfdi.c: Likewise.
19982         * soft-fp/fixunssfsi.c: Likewise.
19983         * soft-fp/fixunssfti.c: Likewise.
19984         * soft-fp/fixunstfdi.c: Likewise.
19985         * soft-fp/fixunstfsi.c: Likewise.
19986         * soft-fp/fixunstfti.c: Likewise.
19987         * soft-fp/floatdidf.c: Likewise.
19988         * soft-fp/floatdisf.c: Likewise.
19989         * soft-fp/floatditf.c: Likewise.
19990         * soft-fp/floatsidf.c: Likewise.
19991         * soft-fp/floatsisf.c: Likewise.
19992         * soft-fp/floatsitf.c: Likewise.
19993         * soft-fp/floattidf.c: Likewise.
19994         * soft-fp/floattisf.c: Likewise.
19995         * soft-fp/floattitf.c: Likewise.
19996         * soft-fp/floatundidf.c: Likewise.
19997         * soft-fp/floatundisf.c: Likewise.
19998         * soft-fp/floatunditf.c: Likewise.
19999         * soft-fp/floatunsidf.c: Likewise.
20000         * soft-fp/floatunsisf.c: Likewise.
20001         * soft-fp/floatunsitf.c: Likewise.
20002         * soft-fp/floatuntidf.c: Likewise.
20003         * soft-fp/floatuntisf.c: Likewise.
20004         * soft-fp/floatuntitf.c: Likewise.
20005         * soft-fp/fmadf4.c: Likewise.
20006         * soft-fp/fmasf4.c: Likewise.
20007         * soft-fp/fmatf4.c: Likewise.
20008         * soft-fp/gedf2.c: Likewise.
20009         * soft-fp/gesf2.c: Likewise.
20010         * soft-fp/getf2.c: Likewise.
20011         * soft-fp/ledf2.c: Likewise.
20012         * soft-fp/lesf2.c: Likewise.
20013         * soft-fp/letf2.c: Likewise.
20014         * soft-fp/muldf3.c: Likewise.
20015         * soft-fp/mulsf3.c: Likewise.
20016         * soft-fp/multf3.c: Likewise.
20017         * soft-fp/negdf2.c: Likewise.
20018         * soft-fp/negsf2.c: Likewise.
20019         * soft-fp/negtf2.c: Likewise.
20020         * soft-fp/op-1.h: Likewise.
20021         * soft-fp/op-2.h: Likewise.
20022         * soft-fp/op-4.h: Likewise.
20023         * soft-fp/op-8.h: Likewise.
20024         * soft-fp/op-common.h: Likewise.
20025         * soft-fp/quad.h: Likewise.
20026         * soft-fp/single.h: Likewise.
20027         * soft-fp/soft-fp.h: Likewise.
20028         * soft-fp/sqrtdf2.c: Likewise.
20029         * soft-fp/sqrtsf2.c: Likewise.
20030         * soft-fp/sqrttf2.c: Likewise.
20031         * soft-fp/subdf3.c: Likewise.
20032         * soft-fp/subsf3.c: Likewise.
20033         * soft-fp/subtf3.c: Likewise.
20034         * soft-fp/truncdfsf2.c: Likewise.
20035         * soft-fp/trunctfdf2.c: Likewise.
20036         * soft-fp/trunctfsf2.c: Likewise.
20037         * soft-fp/trunctfxf2.c: Likewise.
20038         * soft-fp/unorddf2.c: Likewise.
20039         * soft-fp/unordsf2.c: Likewise.
20040         * soft-fp/unordtf2.c: Likewise.
20041
20042 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20043
20044         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20045         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20046
20047 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20048
20049         * elf/dl-libc.c: Clear initfini list after freeing.
20050
20051 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20052
20053         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20054         * soft-fp/addsf3.c: Likewise.
20055         * soft-fp/addtf3.c: Likewise.
20056         * soft-fp/divdf3.c: Likewise.
20057         * soft-fp/divsf3.c: Likewise.
20058         * soft-fp/divtf3.c: Likewise.
20059         * soft-fp/double.h: Likewise.
20060         * soft-fp/eqdf2.c: Likewise.
20061         * soft-fp/eqsf2.c: Likewise.
20062         * soft-fp/eqtf2.c: Likewise.
20063         * soft-fp/extenddftf2.c: Likewise.
20064         * soft-fp/extended.h: Likewise.
20065         * soft-fp/extendsfdf2.c: Likewise.
20066         * soft-fp/extendsftf2.c: Likewise.
20067         * soft-fp/extendxftf2.c: Likewise.
20068         * soft-fp/fixdfdi.c: Likewise.
20069         * soft-fp/fixdfsi.c: Likewise.
20070         * soft-fp/fixdfti.c: Likewise.
20071         * soft-fp/fixsfdi.c: Likewise.
20072         * soft-fp/fixsfsi.c: Likewise.
20073         * soft-fp/fixsfti.c: Likewise.
20074         * soft-fp/fixtfdi.c: Likewise.
20075         * soft-fp/fixtfsi.c: Likewise.
20076         * soft-fp/fixtfti.c: Likewise.
20077         * soft-fp/fixunsdfdi.c: Likewise.
20078         * soft-fp/fixunsdfsi.c: Likewise.
20079         * soft-fp/fixunsdfti.c: Likewise.
20080         * soft-fp/fixunssfdi.c: Likewise.
20081         * soft-fp/fixunssfsi.c: Likewise.
20082         * soft-fp/fixunssfti.c: Likewise.
20083         * soft-fp/fixunstfdi.c: Likewise.
20084         * soft-fp/fixunstfsi.c: Likewise.
20085         * soft-fp/fixunstfti.c: Likewise.
20086         * soft-fp/floatdidf.c: Likewise.
20087         * soft-fp/floatdisf.c: Likewise.
20088         * soft-fp/floatditf.c: Likewise.
20089         * soft-fp/floatsidf.c: Likewise.
20090         * soft-fp/floatsisf.c: Likewise.
20091         * soft-fp/floatsitf.c: Likewise.
20092         * soft-fp/floattidf.c: Likewise.
20093         * soft-fp/floattisf.c: Likewise.
20094         * soft-fp/floattitf.c: Likewise.
20095         * soft-fp/floatundidf.c: Likewise.
20096         * soft-fp/floatundisf.c: Likewise.
20097         * soft-fp/floatunsidf.c: Likewise.
20098         * soft-fp/floatunsisf.c: Likewise.
20099         * soft-fp/floatuntidf.c: Likewise.
20100         * soft-fp/floatuntisf.c: Likewise.
20101         * soft-fp/floatuntitf.c: Likewise.
20102         * soft-fp/fmadf4.c: Likewise.
20103         * soft-fp/fmasf4.c: Likewise.
20104         * soft-fp/fmatf4.c: Likewise.
20105         * soft-fp/gedf2.c: Likewise.
20106         * soft-fp/gesf2.c: Likewise.
20107         * soft-fp/getf2.c: Likewise.
20108         * soft-fp/ledf2.c: Likewise.
20109         * soft-fp/lesf2.c: Likewise.
20110         * soft-fp/letf2.c: Likewise.
20111         * soft-fp/muldf3.c: Likewise.
20112         * soft-fp/mulsf3.c: Likewise.
20113         * soft-fp/multf3.c: Likewise.
20114         * soft-fp/negdf2.c: Likewise.
20115         * soft-fp/negsf2.c: Likewise.
20116         * soft-fp/negtf2.c: Likewise.
20117         * soft-fp/op-1.h: Likewise.
20118         * soft-fp/op-2.h: Likewise.
20119         * soft-fp/op-4.h: Likewise.
20120         * soft-fp/op-8.h: Likewise.
20121         * soft-fp/op-common.h: Likewise.
20122         * soft-fp/quad.h: Likewise.
20123         * soft-fp/single.h: Likewise.
20124         * soft-fp/soft-fp.h: Likewise.
20125         * soft-fp/sqrtdf2.c: Likewise.
20126         * soft-fp/sqrtsf2.c: Likewise.
20127         * soft-fp/sqrttf2.c: Likewise.
20128         * soft-fp/subdf3.c: Likewise.
20129         * soft-fp/subsf3.c: Likewise.
20130         * soft-fp/subtf3.c: Likewise.
20131         * soft-fp/truncdfsf2.c: Likewise.
20132         * soft-fp/trunctfdf2.c: Likewise.
20133         * soft-fp/trunctfsf2.c: Likewise.
20134         * soft-fp/trunctfxf2.c: Likewise.
20135         * soft-fp/unorddf2.c: Likewise.
20136         * soft-fp/unordsf2.c: Likewise.
20137         * soft-fp/unordtf2.c: Likewise.
20138
20139 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20140
20141         [BZ #15672]
20142         * misc/error.c (error_tail): Fix possible buffer overflow.
20143
20144 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20145
20146         [BZ #13028]
20147         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20148         address.
20149
20150 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20151
20152         [BZ #832]
20153         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20154         testing pipefail option.
20155
20156 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20157
20158         * soft-fp/double.h: Indent preprocessor directives inside #if.
20159         * soft-fp/extended.h: Likewise.
20160         * soft-fp/op-2.h: Likewise.
20161         * soft-fp/op-4.h: Likewise.
20162         * soft-fp/op-common.h: Likewise.
20163         * soft-fp/quad.h: Likewise.
20164         * soft-fp/single.h: Likewise.
20165         * soft-fp/soft-fp.h: Likewise.
20166
20167 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20168
20169         * iconv/iconv_prog.c: Fix typos.
20170         * stdio-common/psiginfo-data.h: Likewise.
20171
20172 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20173
20174         [BZ #15764]
20175         * locale/setlocale.c: Fix typo.
20176
20177 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20178
20179         [BZ #16036]
20180         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20181         signaling NaN arguments.
20182         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20183         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20184
20185         [BZ #14910]
20186         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20187         unordered operands.
20188         * soft-fp/gesf2.c (__gesf2): Likewise.
20189         * soft-fp/getf2.c (__getf2): Likewise.
20190         * soft-fp/ledf2.c (__ledf2): Likewise.
20191         * soft-fp/lesf2.c (__lesf2): Likewise.
20192         * soft-fp/letf2.c (__letf2): Likewise.
20193
20194         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20195         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20196         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20197         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20198         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20199         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20200         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20201         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20202         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20203         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20204         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20205         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20206         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20207         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20208         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20209         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20210         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20211         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20212         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20213         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20214         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20215         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20216         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20217         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20218         * soft-fp/floattidf.c (__floattidf): Likewise.
20219         * soft-fp/floattisf.c (__floattisf): Likewise.
20220         * soft-fp/floattitf.c (__floattitf): Likewise.
20221         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20222         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20223         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20224         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20225         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20226         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20227         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20228         * soft-fp/gesf2.c (__gesf2): Likewise.
20229         * soft-fp/getf2.c (__getf2): Likewise.
20230         * soft-fp/ledf2.c (__ledf2): Likewise.
20231         * soft-fp/lesf2.c (__lesf2): Likewise.
20232         * soft-fp/letf2.c (__letf2): Likewise.
20233
20234         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20235         Undefine and redefine.
20236         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20237         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20238         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20239         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20240         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20241         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20242         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20243         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20244         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20245         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20246         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20247         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20248         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20249         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20250         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20251
20252         [BZ #16032]
20253         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20254         without decrementing exponent if mantissa >= that for the
20255         denominator, not >.
20256         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20257         denominator, not >.  Decrement exponent in < case instead of
20258         incrementing in >= case.
20259         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20260         without decrementing exponent if mantissa >= that for the
20261         denominator, not >.
20262
20263         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20264         computing saturated result for unsigned overflow.
20265
20266 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20267             Jeff Law  <law@redhat.com>
20268
20269         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20270         (atan2Mp): Add systemtap probe marker.
20271         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20272         (__ieee754_log): Add systemtap probe marker.
20273         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20274         (atanMp): Add systemtap probe marker.
20275         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20276         (tanMp): Add systemtap probe marker.
20277         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20278         (__slowexp): Add systemtap probe marker.
20279         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20280         (__slowpow): Add systemtap probe marker.
20281         * manual/probes.texi: Document probes.
20282
20283 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20284
20285         [BZ #15362]
20286         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20287         written.
20288         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20289         written.
20290         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20291         written to buffer but not flushed.
20292         * libio/iofwrite_u.c:  Likewise.
20293         * libio/iopadn.c:  Return bytes returned even if EOF was
20294         encountered.
20295         * libio/iowpadn.c:  Likewise.
20296         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20297         if _IO_padn does not write the whole buffer.
20298         [!COMPILE_WPRINTF] (PAD): Likewise.
20299
20300 2013-10-10  David S. Miller  <davem@davemloft.net>
20301
20302         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20303         directory block.
20304
20305 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20306
20307         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20308         instead of FSF address.
20309         * soft-fp/fixdfti.c: Likewise.
20310         * soft-fp/fixsfti.c: Likewise.
20311         * soft-fp/fixtfti.c: Likewise.
20312         * soft-fp/fixunsdfti.c: Likewise.
20313         * soft-fp/fixunssfti.c: Likewise.
20314         * soft-fp/fixunstfti.c: Likewise.
20315         * soft-fp/floattidf.c: Likewise.
20316         * soft-fp/floattisf.c: Likewise.
20317         * soft-fp/floattitf.c: Likewise.
20318         * soft-fp/floatuntidf.c: Likewise.
20319         * soft-fp/floatuntisf.c: Likewise.
20320         * soft-fp/floatuntitf.c: Likewise.
20321         * soft-fp/trunctfxf2.c: Likewise.
20322
20323         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20324         * soft-fp/fixdfti.c: Likewise.
20325         * soft-fp/fixsfti.c: Likewise.
20326         * soft-fp/fixtfti.c: Likewise.
20327         * soft-fp/fixunsdfti.c: Likewise.
20328         * soft-fp/fixunssfti.c: Likewise.
20329         * soft-fp/fixunstfti.c: Likewise.
20330         * soft-fp/floattidf.c: Likewise.
20331         * soft-fp/floattisf.c: Likewise.
20332         * soft-fp/floattitf.c: Likewise.
20333         * soft-fp/floatuntidf.c: Likewise.
20334         * soft-fp/floatuntisf.c: Likewise.
20335         * soft-fp/floatuntitf.c: Likewise.
20336         * soft-fp/trunctfxf2.c: Likewise.
20337
20338 2013-10-10  David S. Miller  <davem@davemloft.net>
20339
20340         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20341
20342 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20343
20344         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20345         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20346         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20347         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20348         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20349         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20350         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20351
20352         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20353         for NaNs before doing comparisons on argument.
20354         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20355         Likewise.
20356
20357 2013-10-10  Will Newton  <will.newton@linaro.org>
20358
20359         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20360         passed to _int_memalign does not overflow.
20361
20362 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20363
20364         * scripts/bench.pl: Add include-sources directive.
20365         * benchtests/README: Update documentation.
20366
20367 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20368
20369         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20370         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20371         instead of FP_INIT_ROUNDMODE.
20372         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20373         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20374
20375         [BZ #16034]
20376         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20377         copy class of input value.
20378         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20379         not handle exceptions.
20380         * soft-fp/negsf2.c (__negsf2): Likewise.
20381         * soft-fp/negtf2.c (__negtf2): Likewise.
20382         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20383
20384 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20385
20386         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20387         semicolon.  From Linux kernel.
20388
20389 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20390
20391         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20392
20393 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20394
20395         [BZ #156]
20396         * manual/socket.texi: Added statement about buffer
20397         for gethostbyname2_r.
20398
20399 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20400
20401         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20402         Use .p2align directive instead, throughout.
20403         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20404         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20405         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20406         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20407         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20408         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20409         * sysdeps/x86_64/strchr.S: Likewise.
20410         * sysdeps/x86_64/strrchr.S: Likewise.
20411
20412 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20413
20414         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20415
20416         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20417
20418         * sysdeps/generic/math_private.h (__mpsin1): Remove
20419         declaration.
20420         (__mpcos1): Likewise.
20421         (__mpsin): New argument __range_reduce.
20422         (__mpcos): Likewise.
20423         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20424         (slow): Use __mpsin and __mpcos.
20425         (slow1): Likewise.
20426         (slow2): Likewise.
20427         (sloww): Likewise.
20428         (sloww1): Likewise.
20429         (sloww2): Likewise.
20430         (bsloww): Likewise.
20431         (bsloww1): Likewise.
20432         (bsloww2): Likewise.
20433         (cslow2): Likewise.
20434         (csloww): Likewise.
20435         (csloww1): Likewise.
20436         (csloww2): Likewise.
20437         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20438         range_reduce.  Merge in __mpsin1.
20439         (__mpcos): Likewise.
20440         (__mpsin1): Remove.
20441         (__mpcos1): Likewise.
20442
20443 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20444
20445         * locale/loadlocale.c (_nl_intern_locale_data): Use
20446         LOCFILE_ALIGNED_P.
20447         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20448         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20449         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20450         obstack data is appropriately aligned.
20451         (obstack_int32_grow_fast): Likewise.
20452         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20453         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20454         (add_locale_uint32_array): Likewise.
20455
20456 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20457
20458         * benchtests/Makefile: Remove ARGLIST and RET variables.
20459         ($(objpfx)bench-%.c): Pass only function name to the script.
20460         * benchtests/README: Update documentation.
20461         * benchtests/acos-inputs: Add new directives.
20462         * benchtests/acosh-inputs: Likewise.
20463         * benchtests/asin-inputs: Likewise.
20464         * benchtests/asinh-inputs: Likewise.
20465         * benchtests/atan-inputs: Likewise.
20466         * benchtests/atanh-inputs: Likewise.
20467         * benchtests/cos-inputs: Likewise.
20468         * benchtests/cosh-inputs: Likewise.
20469         * benchtests/exp-inputs: Likewise.
20470         * benchtests/log-inputs: Likewise.
20471         * benchtests/pow-inputs: Likewise.
20472         * benchtests/rint-inputs: Likewise.
20473         * benchtests/sin-inputs: Likewise.
20474         * benchtests/sinh-inputs: Likewise.
20475         * benchtests/tan-inputs: Likewise.
20476         * benchtests/tanh-inputs: Likewise.
20477         * scripts/bench.pl: Add support for new directives.
20478
20479 2013-10-07  Alan Modra  <amodra@gmail.com>
20480
20481         * README: Fix careless merge.
20482
20483 2013-10-05  Alan Modra  <amodra@gmail.com>
20484
20485         * NEWS: Mention powerpc64le support and bugs fixed.
20486         * README: Both big-endian and little-endian powerpc64 supported.
20487
20488 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20489
20490         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20491         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20492         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20493         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20494
20495 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20496
20497         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20498         match prototype.
20499
20500 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20501
20502         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20503         Move -mhard-float appending from
20504         ports/sysdeps/powerpc/powerpc32/Makefile.
20505         [$(with-fp) = yes] (ASFLAGS): Likewise.
20506         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20507         * sysdeps/powerpc/nofpu: Move directory from
20508         ports/sysdeps/powerpc/nofpu.
20509         * sysdeps/powerpc/soft-fp: Move directory from
20510         ports/sysdeps/powerpc/soft-fp.
20511         * sysdeps/powerpc/powerpc32/405: Move directory from
20512         ports/sysdeps/powerpc/powerpc32/405.
20513         * sysdeps/powerpc/powerpc32/440: Move directory from
20514         ports/sysdeps/powerpc/powerpc32/440.
20515         * sysdeps/powerpc/powerpc32/464: Move directory from
20516         ports/sysdeps/powerpc/powerpc32/464.
20517         * sysdeps/powerpc/powerpc32/476: Move directory from
20518         ports/sysdeps/powerpc/powerpc32/476.
20519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20520         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20522         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20524         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20526         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20528         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20529         * README: Update for powerpc-*-linux-gnu software floating point
20530         support in libc.
20531
20532         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20533         case to powerpc/powerpc32*.
20534         * sysdeps/unix/sysv/linux/configure: Regenerated.
20535
20536         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20537         (_FPU_MASK_OM): Define as 0x04.
20538         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20539         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20540         0x00c10080.
20541         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20542         0x0000003c.
20543         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20544
20545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20546         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20547         getcontext_e500.
20548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20549         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20550         setcontext_e500.
20551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20552         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20553         and setcontext_e500.
20554
20555 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20556
20557         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20558
20559 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20560
20561         * manual/threads.texi (Default Thread Attributes): Fix typo.
20562
20563 2013-10-04  Will Newton  <will.newton@linaro.org>
20564
20565         * malloc/Makefile: Add tst-memalign.
20566         * malloc/tst-memalign.c: New file.
20567
20568         * malloc/tst-posix_memalign.c: Add comments.
20569         (do_test): Add comments and call free on all potentially
20570         allocated pointers. Add space after cast.
20571
20572         * malloc/tst-pvalloc.c: Add comments.
20573         (do_test): Add comments and call free on all potentially
20574         allocated pointers. Remove duplicate check for NULL pointer.
20575         Add space after cast.
20576
20577         * malloc/tst-valloc.c: Add comments.
20578         (do_test): Add comments and call free on all potentially
20579         allocated pointers. Remove duplicate check for NULL pointer.
20580         Add space after cast.
20581
20582 2013-10-04  Alan Modra  <amodra@gmail.com>
20583
20584         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20585         Use stdint types in rather than __attribute__((mode())).
20586         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20587
20588 2013-10-04  Alan Modra  <amodra@gmail.com>
20589
20590         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20591         Correct handling of unaligned relocs for little-endian.
20592         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20593
20594 2013-10-04  Alan Modra  <amodra@gmail.com>
20595
20596         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20597         * configure: Regenerate.
20598         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20599         * shlib-versions: Likewise.
20600
20601 2013-10-04  Alan Modra  <amodra@gmail.com>
20602
20603         * string/tester.c (test_memrchr): Increment reported test cycle.
20604
20605 2013-10-04  Alan Modra  <amodra@gmail.com>
20606
20607         * string/test-memcpy.c (do_one_test): When reporting errors, print
20608         string address and don't overrun end of string.
20609
20610 2013-10-04  Alan Modra  <amodra@gmail.com>
20611
20612         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20613         insrdi.  Make better use of reg selection to speed exit slightly.
20614         Schedule entry path a little better.  Remove useless "are we done"
20615         checks on entry to main loop.  Handle wrapping around zero address.
20616         Correct main loop count.  Handle single left-over word from main
20617         loop inline rather than by using loop_small.  Remove extra word
20618         case in loop_small caused by wrong loop count.  Add little-endian
20619         support.
20620         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20621         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20622         cache hint.
20623         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20624         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20625         support.  Avoid rlwimi.
20626         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20627
20628 2013-10-04  Alan Modra  <amodra@gmail.com>
20629
20630         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20631         insrdi.  Formatting.
20632         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20633         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20634         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20635         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20636         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20637         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20638
20639 2013-10-04  Alan Modra  <amodra@gmail.com>
20640
20641         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20642         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20643         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20644         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20645         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20646         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20647         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20648         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20649         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20650         use of regs.  Use power7 mtocrf.  Tidy function tails.
20651
20652 2013-10-04  Alan Modra  <amodra@gmail.com>
20653
20654         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20655         Formatting.  Consistently use rXXX register defines or rN defines.
20656         Use early exit labels that avoid restoring unused non-volatile regs.
20657         Make cr field use more consistent with rWORDn compares.  Rename
20658         regs used as shift registers for unaligned loop, using rN defines
20659         for short lifetime/multiple use regs.
20660         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20661         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20662         addi 1,1,64 to pop stack frame.  Simplify return value code.
20663         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20664
20665 2013-10-04  Alan Modra  <amodra@gmail.com>
20666
20667         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20668         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20669         rather than rlwimi.
20670         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20671         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20672         little-endian support.  Correct typos.
20673         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20674         rather than rlwimi.
20675         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20676         in loop and entry code to keep "and." results.
20677         (strchr): Add little-endian support.  Comment.  Move cntlzd
20678         earlier in tail.
20679         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20680
20681 2013-10-04  Alan Modra  <amodra@gmail.com>
20682
20683         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20684         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20685         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20686         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20687
20688 2013-10-04  Alan Modra  <amodra@gmail.com>
20689
20690         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20691         (rTMP): Define as r11.
20692         (strcmp): Add little-endian support.  Optimise tail.
20693         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20694         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20695         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20696         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20697         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20698         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20699         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20700
20701 2013-10-04  Alan Modra  <amodra@gmail.com>
20702
20703         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20704         little-endian support.  Remove unnecessary "are we done" tests.
20705         Handle "s" wrapping around zero and extremely large "size".
20706         Correct main loop count.  Handle single left-over word from main
20707         loop inline rather than by using small_loop.  Correct comments.
20708         Delete "zero" tail, use "end_max" instead.
20709         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20710
20711 2013-10-04  Alan Modra  <amodra@gmail.com>
20712
20713         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20714         support.  Don't branch over align.
20715         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20716         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20717         support.  Rearrange tmp reg use to suit.  Comment.
20718         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20719
20720 2013-10-04  Alan Modra  <amodra@gmail.com>
20721
20722         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20723
20724 2013-10-04  Alan Modra  <amodra@gmail.com>
20725
20726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20727         conditional form of branch and link when obtaining pc.
20728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20729
20730 2013-10-04  Alan Modra  <amodra@gmail.com>
20731
20732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20733         HIWORD/LOWORD.
20734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20736
20737 2013-10-04  Alan Modra  <amodra@gmail.com>
20738
20739         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20740         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20741         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20742         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20743         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20744         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20745         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20746         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20747         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20748         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20749
20750 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20751             Alistair Popple <alistair@ozlabs.au.ibm.com>
20752             Alan Modra <amodra@gmail.com>
20753
20754         [BZ #15723]
20755         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20756         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20757         _dl_hwcap access for little-endian.
20758         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20759         destroy vmx regs when saving unaligned.
20760         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20761         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20762         destroy vmx regs when saving unaligned.
20763
20764 2013-10-04  Alan Modra  <amodra@gmail.com>
20765
20766         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20767         Don't use a union to pack hi/low value.
20768
20769 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20770
20771         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20772         for little-endian.
20773         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20774         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20775         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20776         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20777         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20778
20779 2013-10-04  Alan Modra  <amodra@gmail.com>
20780
20781         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20782         constants to usual value for .cst8 section, and remove redundant
20783         high address load.
20784         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20785         constant for 0x1p52.  Load little-endian words of double from
20786         correct stack offsets.
20787
20788 2013-10-04  Alan Modra  <amodra@gmail.com>
20789
20790         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20791         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20792         words of double from correct stack offsets.
20793         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20794         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20795         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20796         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20797         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20798         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20799         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20800         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20801         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20802         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20803         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20804         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20805         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20806         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20807         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20808         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20809         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20810
20811 2013-10-04  Alan Modra  <amodra@gmail.com>
20812
20813         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20814         64-bit int/double union.
20815         (_FPU_SETCW): Likewise.
20816         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20817         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20818
20819 2013-10-04  Alan Modra  <amodra@gmail.com>
20820
20821         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20822         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20823
20824 2013-10-04  Alan Modra  <amodra@gmail.com>
20825
20826         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20827         use vector int constants.
20828         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20829
20830 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20831
20832         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20833         array with long long.
20834         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20835         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20836         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20837         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20838         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20839         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20840         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20841         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20842         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20843         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20844         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20845         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20846         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20847
20848 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20849
20850         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20851         (__signbit): Likewise.  Correct for little-endian.
20852         (__signbitl): Call __signbit.
20853         (lrint): Correct for little-endian.
20854         (lrintf): Call lrint.
20855
20856 2013-10-04  Alan Modra  <amodra@gmail.com>
20857
20858         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20859         union 32-bit int array member with 64-bit int array.
20860         (t515, tm256): Double rather than long double.
20861         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20862
20863 2013-10-04  Alan Modra  <amodra@gmail.com>
20864
20865         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20866         Delete.
20867         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20868         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20869         version of math_ldbl.h.
20870
20871 2013-10-04  Alan Modra  <amodra@gmail.com>
20872
20873         [BZ #15734], [BZ #15735]
20874         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20875         all uses of ieee875 long double macros and unions.  Simplify test
20876         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20877         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20878         normalize after ldbl_extract_mantissa, and don't add hidden bit
20879         already handled.  Don't treat low word of ieee854 mantissa like
20880         low word of IBM long double and mask off bit when testing for
20881         zero.
20882         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20883         all uses of ieee875 long double macros and unions.  Simplify tests
20884         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20885         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20886         two1022, instead use their values.  Recognise that tests for large
20887         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20888         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20889         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20890         test for 0.0L and nan.  Correct negation.
20891         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20892         ieee875 long double macros and unions.  Correct output for large
20893         magnitude x.  Correct absolute value calculation.
20894         (__erfcl): Likewise.
20895         * math/libm-test.inc: Add tests for errors discovered in IBM long
20896         double versions of fmodl, remainderl, erfl and erfcl.
20897
20898 2013-10-04  Alan Modra  <amodra@gmail.com>
20899
20900         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20901         all uses of ieee854 long double macros and unions.  Simplify tests
20902         for long doubles that are fully specified by the high double.
20903         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20904         Likewise.
20905         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20906         Remove dead code too.
20907         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20908         (__ieee754_ynl): Likewise.
20909         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20910         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20911         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20912         Remove dead code too.
20913         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20914         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20915         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20916         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20917         Simplify.
20918         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20919         Simplify.
20920         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20921         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20922         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20923         Comment on variable precision.
20924         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20925         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20926         Likewise.
20927         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20928         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20929         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20930         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20931         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20932
20933 2013-10-04  Alan Modra  <amodra@gmail.com>
20934
20935         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20936         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20937         all uses of ieee854 long double macros and unions.
20938         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20939         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20940         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20941         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20942         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20943         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20944         Likewise.
20945         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20946         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20947         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20948         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20949         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20950         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20951         Simplify sign and nan test too.
20952         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20953         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20954         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20955         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20956         Likewise.
20957         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20958         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20959         Likewise.
20960         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20961         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20962         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20963         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20964         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20965         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20966
20967 2013-10-04  Alan Modra  <amodra@gmail.com>
20968
20969         * stdio-common/printf_size.c (__printf_size): Don't use
20970         union ieee854_long_double in fpnum union.
20971         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20972         signbit macro to retrieve sign from long double.
20973         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20974         retrieve sign from long double.
20975         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20976         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20977         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20978         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20979         * math/test-misc.c (main): Don't use union ieee854_long_double.
20980
20981 2013-10-04  Alan Modra  <amodra@gmail.com>
20982
20983         [BZ #15680]
20984         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20985         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20986         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20987         calculation.  Remove unnecessary test for denormal exponent.
20988         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20989         Correct handling of denormals.  Avoid undefined shift behaviour.
20990         Correct normalisation of low mantissa when low double is denormal.
20991         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20992         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20993         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20994         Correct normalisation of low mantissa.  Test for overflow of high
20995         mantissa and normalise.
20996         (ldbl_nearbyint): Use more readable constant for two52.
20997         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20998         (__mpn_construct_long_double): Fix test for overflow of high
20999         mantissa and correct normalisation.  Avoid undefined shift.
21000
21001 2013-10-04  Alan Modra  <amodra@gmail.com>
21002
21003         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21004         (union ibm_extended_long_double): Define as an array of ieee754_double.
21005         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21006         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21007         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21008         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21009         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21010         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21012         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21013         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21014         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21015         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21016
21017 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21018
21019         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21020         page size instead of calling getpagesize.
21021
21022         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21023         (LOCFILE_ALIGN_MASK): Likewise.
21024         (LOCFILE_ALIGN_UP): Likewise.
21025         (LOCFILE_ALIGNED_P): Likewise.
21026         * locale/programs/ld-collate.c (collate_output): Use the new
21027         macros instead of __alignof__ (int32_t).
21028         * locale/weight.h (findidx): Likewise.
21029
21030 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21031
21032         [BZ #431]
21033         * manual/string.texi: Fix strncat and wcsncat.
21034
21035 2013-10-03  Brooks Moses  <bmoses@google.com>
21036
21037         [BZ #15915]
21038         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21039         * Makerules: ...here, and adjust associated comments.
21040
21041 2013-10-02  Will Newton  <will.newton@linaro.org>
21042
21043         * malloc/Makefile: Add tst-pvalloc.
21044         * malloc/tst-pvalloc.c: New file.
21045
21046 2013-10-02  Will Newton  <will.newton@linaro.org>
21047
21048         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21049         improve test coverage.
21050
21051 2013-10-02  Will Newton  <will.newton@linaro.org>
21052
21053         * malloc/Makefile: Add tst-posix_memalign.
21054         * malloc/tst-posix_memalign.c: New file.
21055
21056 2013-10-01  Eric Blake  <eblake@redhat.com>
21057
21058         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21059         Use __THROWNL rather than __THROW on static functions.
21060
21061 2013-09-30  Petr Machata  <pmachata@redhat.com>
21062
21063         * elf/elf.h (R_AARCH64_ABS16): New macro.
21064         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21065         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21066         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21067         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21068         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21069         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21070         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21071         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21072         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21073         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21074         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21075         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21076         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21077         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21078         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21079         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21080         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21081         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21082         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21083         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21084         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21085         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21086         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21087         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21088         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21089         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21090         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21091         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21092         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21093         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21094         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21095         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21096         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21097         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21098         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21099         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21100         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21101         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21102         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21103         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21104         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21105         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21106         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21107         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21108         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21109         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21110         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21111         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21112         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21113         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21114         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21115         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21116         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21117         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21118         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21119         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21120         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21121         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21122         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21123         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21124         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21125         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21126         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21127         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21128         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21129         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21130         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21131         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21132         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21133         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21134         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21135         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21136         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21137         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21138         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21139         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21140         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21141         (R_AARCH64_TLSDESC_LDR): Likewise.
21142         (R_AARCH64_TLSDESC_ADD): Likewise.
21143         (R_AARCH64_TLSDESC_CALL): Likewise.
21144
21145 2013-09-30  Andreas Schwab  <schwab@suse.de>
21146
21147         [BZ #15048]
21148         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21149         the nss database lookup.
21150         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21151         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21152
21153 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21154
21155         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21156
21157 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21158
21159         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21160         ${Bash-specific parameter/pattern/string} parameter expansion.
21161         * sysdeps/unix/make-syscalls.sh: Likewise.
21162
21163 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21164
21165         * sysdeps/sh/stackguard-macros.h: New file.
21166
21167 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21168
21169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21170         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21171         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21172         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21173         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21174         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21175
21176 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21177
21178         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21179         Fix thread ID register.
21180
21181 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21182
21183         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21184         [POSIX || UNIX98]: Require rather than permitting all symbols from
21185         <time.h>.
21186         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21187         element of struct sched_param.
21188         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21189         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21190         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21191         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21192         constant.
21193
21194 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21195
21196         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21197         argument calculation.
21198
21199 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21200
21201         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21202         Expect macro.
21203         [POSIX] (pthread_attr_t): Do not require type.
21204         [POSIX] (pthread_cond_t): Likewise.
21205         [POSIX] (pthread_condattr_t): Likewise.
21206         [POSIX] (pthread_key_t): Likewise.
21207         [POSIX] (pthread_mutex_t): Likewise.
21208         [POSIX] (pthread_mutexattr_t): Likewise.
21209         [POSIX] (pthread_once_t): Likewise.
21210         [POSIX] (pthread_t): Likewise.
21211         [POSIX-based standards] (pthread_atfork): Expect function.
21212
21213 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21214             Richard Sandiford  <richard@codesourcery.com>
21215
21216         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21217         (swap_endianness_p): New extern variable.
21218         (set_big_endian): New inline function.
21219         (maybe_swap_uint32): Likewise.
21220         (maybe_swap_uint32_array): Likewise.
21221         (maybe_swap_uint32_obstack): Likewise.
21222         * locale/programs/locfile.c: Include <stdbool.h>.
21223         (swap_endianness_p): New variable.
21224         (add_locale_uint32): Call maybe_swap_uint32.
21225         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21226         (write_locale_data): Call maybe_swap_uint32_array.
21227         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21228         maybe_swap_uint32.
21229         (obstack_int32_grow_fast): Likewise.
21230         (output_weightwc): Call maybe_swap_uint32_obstack.
21231         (collate_output): Likewise.
21232         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21233         (OPT_LITTLE_ENDIAN): Likewise.
21234         (options): Add --little-endian and --big-endian options.
21235         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21236         * locale/programs/locarchive.c: Include "locfile.h".
21237         (GET): New macro.
21238         (SET): Likewise.
21239         (INC): Likewise.
21240         (create_archive): Use the new macros to access fields of
21241         structures directly mapped from or written to locale archives.
21242         (oldlocrecentcmp): Likewise.
21243         (enlarge_archive): Likewise.
21244         (insert_name): Likewise.
21245         (add_alias): Likewise.
21246         (add_locale): Likewise.
21247         (delete_locales_from_archive): Likewise.
21248         (show_archive_content): Likewise.
21249         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21250         locale data.
21251
21252 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21253
21254         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21255         http://www.gnu.org/doc/freemanuals.texi.
21256         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21257
21258 2013-09-24  Will Newton  <will.newton@linaro.org>
21259
21260         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21261         macro.
21262
21263 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21264
21265         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21266         unsigned char.
21267
21268 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21269
21270         * manual/threads.texi (POSIX Threads): Fix a typo.
21271
21272 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21273
21274         [BZ #14547]
21275         * string/tst-strcoll-overflow.c: New test case.
21276         * string/Makefile (xtests): Add tst-strcoll-overflow.
21277         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21278         cache if string sizes may cause integer overflow.
21279
21280         [BZ #14547]
21281         * string/strcoll_l.c (coll_seq): New members rule, idx,
21282         save_idx and back_us.
21283         (get_next_seq_nocache): New function.
21284         (do_compare_nocache): New function.
21285         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21286         when malloc fails.
21287
21288 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21289
21290         [BZ #15754]
21291         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21292         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21293         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21294
21295         [BZ #15754]
21296         * elf/Makefile (tests): Add tst-ptrguard1.
21297         (tests-static): Add tst-ptrguard1-static.
21298         (tst-ptrguard1-ARGS): Define.
21299         (tst-ptrguard1-static-ARGS): Define.
21300         * elf/tst-ptrguard1.c: New file.
21301         * elf/tst-ptrguard1-static.c: New file.
21302         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21303         * sysdeps/i386/stackguard-macros.h: Likewise.
21304         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21305         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21306         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21307         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21308         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21309         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21310
21311 2013-09-23  Hector Marco  <hecmargi@upv.es>
21312             Ismael Ripoll  <iripoll@disca.upv.es>
21313             Carlos O'Donell  <carlos@redhat.com>
21314
21315         [BZ #15754]
21316         * sysdeps/generic/stackguard-macros.h: Define
21317         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21318         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21319         Define __pointer_chk_guard_local.
21320         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21321         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21322
21323 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21324
21325         [BZ #15859]
21326         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21327
21328 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21329
21330         * include/string.h (__ffs): Declare as hidden.
21331         * string/ffs.c (__ffs): Define as hidden.
21332         * sysdeps/i386/ffs.c (__ffs): Likewise.
21333         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21334         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21335         * sysdeps/s390/ffs.c (__ffs): Likewise.
21336         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21337
21338 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21339
21340         * NEWS: Mention malloc probes.
21341
21342         * malloc/arena.c (new_heap): New memory_heap_new probe.
21343         (grow_heap): New memory_heap_more probe.
21344         (shrink_heap): New memory_heap_less probe.
21345         (heap_trim): New memory_heap_free probe.
21346         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21347         (systrim): New memory_sbrk_less probe.
21348         * manual/probes.texi: Document them.
21349
21350         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21351         * manual/probes.texi: Document it.
21352
21353         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21354         (__libc_realloc): Add memory_realloc_retry probe.
21355         (__libc_memalign): Add memory_memalign_retry probe.
21356         (__libc_valloc): Add memory_valloc_retry probe.
21357         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21358         (__libc_calloc): Add memory_calloc_retry probe.
21359         * manual/probes.texi: Document them.
21360
21361         * malloc/arena.c (get_free_list): Add probe
21362         memory_arena_reuse_free_list.
21363         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21364         and memory_arena_reuse.
21365         (arena_get2) [!PER_THREAD]: Likewise.
21366         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21367         memory_arena_reuse_realloc.
21368         * manual/probes.texi: Document them.
21369
21370         * malloc/malloc.c (__libc_free): Add
21371         memory_mallopt_free_dyn_thresholds probe.
21372         (__libc_mallopt): Add multiple memory_mallopt probes.
21373         * manual/probes.texi: Document them.
21374
21375         * malloc/malloc.c: Include stap-probe.h.
21376         (__libc_mallopt): Add memory_mallopt probe.
21377         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21378         * manual/probes.texi: New.
21379         * manual/Makefile (chapters): Add probes.
21380         * manual/threads.texi: Set next node.
21381
21382 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21383
21384         [BZ #15963, #13985]
21385         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21386         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21387         Add `Chinese' to `nan' entry name.
21388
21389 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21390
21391         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21392         (POLYNOMIAL): Likewise.
21393         (TAYLOR_SINCOS): Likewise.
21394         (TAYLOR_SLOW): Likewise.
21395         (__sin): Use TAYLOR_SINCOS.
21396         (__cos): Likewise.
21397         (slow): Use TAYLOR_SLOW.
21398         (sloww): Likewise.
21399         (bsloww): Likewise.
21400         (csloww): Likewise.
21401
21402 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21403
21404         * stdlib/strtod_l.c: Fix buffer overrun.
21405
21406 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21407
21408         * benchtests/Makefile (bench): Add sincos.
21409         * benchtests/bench-sincos.c: New file.
21410
21411         * math/libm-test.inc (cos_test_data): New test inputs.
21412         (sin_test_data): Likewise.
21413
21414         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21415         macro.
21416         (__sin): Use it.
21417         (__cos): Likewise.
21418         (slow1): Likewise.
21419         (slow2): Likewise.
21420         (sloww1): Likewise.
21421         (sloww2): Likewise.
21422         (bsloww1): Likewise.
21423         (bsloww2): Likewise.
21424         (cslow2): Likewise.
21425         (csloww1): Likewise.
21426         (csloww2): Likewise.
21427
21428         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21429         function.
21430         (__sin): Use it.
21431         (__cos): Likewise.
21432
21433         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21434         gotos.
21435         (__cos): Likewise.
21436
21437 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21438
21439         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21440         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21441         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21442         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21443         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21444         * elf/cache.c (print_entry): Handle the new cache flags.
21445
21446 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21447             Aldy Hernandez  <aldyh@redhat.com>
21448
21449         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21450         Change condition to [_SOFT_FLOAT].
21451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21452         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21453         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21456         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21457         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21458         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21460         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21461         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21462         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21463         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21464         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21465         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21466         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21467         declaration.
21468
21469 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21470
21471         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21472         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21473         (__longjmp): Use LOAD_GP to load saved GPRs.
21474         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21475         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21476         (__sigsetjmp): Use SAVE_GP to save GPRs.
21477
21478         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21479         Do not append -msoft-float.
21480         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21481
21482 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21483
21484         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21485
21486 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21487
21488         [BZ #15966]
21489         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21490         (_FPU_GETCW): Use initial "__" on variable and field names but not
21491         on macro parameter name.
21492         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21493         parentheses around reference to macro parameter.
21494
21495 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21496
21497         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21498         prototype.
21499         (ctype_startup): Use uint32_t in cast and sizeof for
21500         ctype->charnames.
21501
21502 2013-09-11  Jia Liu  <proljc@gmail.com>
21503
21504         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21505         __daddr_t_defined.
21506         [__FreeBSD__]: Likewise.
21507
21508 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21509
21510         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21511         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21512         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21513         (strchr): Remove __strchr_sse42 ifunc selection.
21514         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21515         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21516
21517 2013-09-11  Will Newton  <will.newton@linaro.org>
21518
21519         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21520         parameter to RES. Remove hardcoded 1000 value.
21521         * benchtests/bench-skeleton.c (main): Pass RES parameter
21522         to TIMING_INIT and multiply result by 1000.
21523
21524 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21525
21526         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21527
21528 2013-09-11  Andreas Schwab  <schwab@suse.de>
21529
21530         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21531         if not defined.
21532         (O_TMPFILE) [__USE_GNU]: Define.
21533         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21534         Define.
21535
21536 2013-09-11  Will Newton  <will.newton@linaro.org>
21537
21538         [BZ #15857]
21539         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21540         does not overflow.
21541
21542 2013-09-11  Will Newton  <will.newton@linaro.org>
21543
21544         [BZ #15856]
21545         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21546         does not overflow.
21547
21548 2013-09-11  Will Newton  <will.newton@linaro.org>
21549
21550         [BZ #15855]
21551         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21552         does not overflow.
21553
21554 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21555
21556         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21557         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21558         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21559         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21560         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21561
21562 2013-09-10  Allan McRae  <allan@archlinux.org>
21563
21564         [BZ #15748]
21565         * manual/arith.texi (Parsing of Floats): Clarify
21566         cross-reference.
21567
21568         [BZ #15849]
21569         * manual/install.texi (Running make install): Mention
21570         --enable-pt-chown.
21571         * INSTALL: Regenerated.
21572
21573 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21574
21575         * csu/init-first.c (_init): Remove the !SHARED condition around
21576         FPU control word initialization.
21577         * elf/dl-support.c (_dl_fpu_control): New variable.
21578         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21579         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21580         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21581         * math/test-fpucw-static.c: New file.
21582         * math/test-fpucw-ieee.c: New file.
21583         * math/test-fpucw-ieee-static.c: New file.
21584         * math/Makefile (tests): Add `test-fpucw-ieee' and
21585         `$(tests-static)'.
21586         (tests-static): New variable.
21587         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21588         dependency to...
21589         [($(build-shared),yes)]
21590         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21591         ... this.
21592         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21593         New dependency.
21594
21595 2013-09-09  Allan McRae  <allan@archlinux.org>
21596
21597         [BZ #15939]
21598         * manual/string.texi (Collation Functions): Fix typo in
21599         strcoll example.
21600         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21601
21602         [BZ #15893]
21603         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21604
21605         [BZ #15892]
21606         * libio/memstream.c (open_memstream): Fix memory leak.
21607         * libio/wmemstream.c (open_wmemstream): Likewise.
21608
21609         [BZ #15895]
21610         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21611
21612 2013-09-09  Will Newton  <will.newton@linaro.org>
21613
21614         * malloc/Makefile: Add tst-realloc to tests.
21615         * malloc/tst-realloc.c: New file.
21616
21617 2013-09-09  Allan McRae  <allan@archlinux.org>
21618
21619         [BZ #15844]
21620         * COPYING: Update from GNU website to fix FSF address.
21621         * COPYING.LIB: Likewise.
21622
21623 2013-09-06  David S. Miller  <davem@davemloft.net>
21624
21625         * po/zh_TW.po: Update Chinese (traditional) translation from
21626         translation project.
21627
21628 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21629             Joseph Myers  <joseph@codesourcery.com>
21630
21631         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21632         "localeinfo.h".
21633         (obstack_chunk_alloc): New macro.
21634         (obstack_chunk_free): Likewise.
21635         (record_offset): New function.
21636         (init_locale_data): Likewise.
21637         (align_locale_data): Likewise.
21638         (add_locale_empty): Likewise.
21639         (add_locale_raw_data): Likewise.
21640         (add_locale_raw_obstack): Likewise.
21641         (add_locale_string): Likewise.
21642         (add_locale_wstring): Likewise.
21643         (add_locale_uint32): Likewise.
21644         (add_locale_uint32_array): Likewise.
21645         (add_locale_char): Likewise.
21646         (start_locale_structure): Likewise.
21647         (end_locale_structure): Likewise.
21648         (start_locale_prelude): Likewise.
21649         (end_locale_prelude): Likewise.
21650         (write_locale_data): Take locale_file structure rather than an
21651         iovec.
21652         * locale/programs/locfile.h: Include "obstack.h".
21653         (struct locale_file): Change to store locale file contents instead
21654         of header.
21655         (init_locale_data): New prototype.
21656         (align_locale_data): Likewise.
21657         (add_locale_empty): Likewise.
21658         (add_locale_raw_data): Likewise.
21659         (add_locale_raw_obstack): Likewise.
21660         (add_locale_string): Likewise.
21661         (add_locale_wstring): Likewise.
21662         (add_locale_uint32): Likewise.
21663         (add_locale_uint32_array): Likewise.
21664         (add_locale_char): Likewise.
21665         (start_locale_structure): Likewise.
21666         (end_locale_structure): Likewise.
21667         (start_locale_prelude): Likewise.
21668         (end_locale_prelude): Likewise.
21669         (write_locale_data): Update prototype.
21670         * locale/programs/3level.h (struct TABLE): Remove result field.
21671         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21672         Use new locale_file interface.
21673         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21674         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21675         * locale/programs/ld-address.c (address_output): Use new
21676         locale_file interface.
21677         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21678         NO_ADD_LOCALE.
21679         (collate_finish): Don't call collseq_table_finalize.
21680         (collate_output): Use new locale_file interface.
21681         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21682         in file.
21683         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21684         (TABLE): Move defines earlier in file.
21685         (ELEMENT): Likewise.
21686         (DEFAULT): Likewise.
21687         (wctrans_table_add): Move macro and inline function earlier in
21688         file.
21689         (struct wctype_table): Move type earlier in file.
21690         (add_locale_wctype_table): New static prototype.
21691         (struct locale_ctype_t): Use logical types instead of struct iovec
21692         pointers for members.
21693         (ctype_output): Use new locale_file interface.
21694         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21695         new locale_file interface.
21696         (allocate_arrays): Update for use of new locale_file interface.
21697         * locale/programs/ld-identification.c (identification_output): Use
21698         new locale_file interface.
21699         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21700         * locale/programs/ld-messages.c (messages_output): Likewise.
21701         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21702         * locale/programs/ld-name.c (name_output): Likewise.
21703         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21704         * locale/programs/ld-paper.c (paper_output): Likewise.
21705         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21706         * locale/programs/ld-time.c (time_output): Likewise.
21707
21708 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21709
21710         * benchtests/Makefile: Add memrchr benchmark.
21711         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21712         benchmark as memrchr.
21713         * benchtests/bench-memrchr-ifunc.c: New file.
21714         * benchtests/bench-memrchr.c: New file.
21715
21716 2013-09-06   Will Newton  <will.newton@linaro.org>
21717
21718         * benchtests/Makefile (string-bench): Add memcpy.
21719
21720 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21721             Cong Wang  <amwang@redhat.com>
21722
21723         [BZ #15850]
21724         * sysdeps/unix/sysv/linux/bits/in.h
21725         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21726         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21727         before __USE_KERNEL_IPV6_DEFS uses.
21728         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21729         IPPROTO_BEETPH.
21730         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21731         sockaddr_in6, or ipv6_mreq.
21732
21733 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21734
21735         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21736         memory access for final bytes in some large inputs.
21737         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21738
21739 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21740
21741         * string/test-memrchr.c: New file.
21742         * string/test-memrchr-ifunc.c: New file.
21743         * string/Makefile: Add new memrchr testcase.
21744
21745 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21746
21747         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21748         fanotify_init returns EPERM.
21749
21750 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21751
21752         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21753         errors.
21754         (top level): Treat second token from macro or constant entries for
21755         allowed headers as allowed.
21756         * include/complex.h: Condition internal declarations on
21757         [!_ISOMAC].
21758         * include/fenv.h: Condition include of <stdbool.h> and internal
21759         declarations on [!_ISOMAC].
21760
21761 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21762
21763         [BZ #15923]
21764         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21765
21766 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21767
21768         * configure.in (--enable-versioning): Remove configure option.
21769         (libc_cv_asm_symver_directive): Remove configure test.
21770         (libc_cv_ld_version_script_option): Likewise.
21771         (VERSIONING): Remove variable and AC_SUBST.
21772         (DO_VERSIONING): Remove AC_DEFINE.
21773         * configure: Regenerated.
21774         * config.h.in (DO_VERSIONING): Remove macro.
21775         * Makerules [$(versioning) = yes]: Change conditionals to
21776         [$(build-shared) = yes].
21777         * config.make.in (versioning): Remove variable.
21778         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21779         [$(build-shared) = yes].
21780         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21781         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21782         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21783         [$(build-shared) = yes].
21784         * extra-lib.mk [$(versioning) = yes]: Likewise.
21785         * hurd/Makefile [$(versioning) = yes]: Likewise.
21786         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21787         [SHARED].
21788         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21789         [SHARED].
21790         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21791         [SHARED && !NO_HIDDEN].
21792         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21793         [SHARED].
21794         [SHARED && DO_VERSIONING]: Likewise..
21795         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21796         [$(build-shared) = yes].
21797         * manual/install.texi (--disable-versioning): Remove
21798         documentation.
21799         * INSTALL: Regenerated.
21800         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21801         to [SHARED].
21802         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21803         [$(build-shared) = yes].
21804         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21805         * sysdeps/i386/i686/multiarch/strstr-c.c
21806         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21807         [SHARED && !NO_HIDDEN].
21808         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21809         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21810         * sysdeps/powerpc/powerpc32/dl-machine.c
21811         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21812         * sysdeps/powerpc/powerpc32/sysdep.h
21813         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21814         to [SHARED && PIC && !NO_HIDDEN].
21815         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21816         conditional to [SHARED].
21817
21818 2013-09-04   Will Newton  <will.newton@linaro.org>
21819
21820         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21821         * benchtests/bench-string.h: Include bench-timing.h instead
21822         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21823         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21824         call to HP_TIMING_DIFF_INIT.
21825         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21826         instead of hp-timing.h macros.
21827         * benchtests/bench-memchr.c: Likewise.
21828         * benchtests/bench-memcmp.c: Likewise.
21829         * benchtests/bench-memcpy.c: Likewise.
21830         * benchtests/bench-memmem.c: Likewise.
21831         * benchtests/bench-memmove.c: Likewise.
21832         * benchtests/bench-memset.c: Likewise.
21833         * benchtests/bench-rawmemchr.c: Likewise.
21834         * benchtests/bench-strcasecmp.c: Likewise.
21835         * benchtests/bench-strcasestr.c: Likewise.
21836         * benchtests/bench-strcat.c: Likewise.
21837         * benchtests/bench-strchr.c: Likewise.
21838         * benchtests/bench-strcmp.c: Likewise.
21839         * benchtests/bench-strcpy.c: Likewise.
21840         * benchtests/bench-strcpy_chk.c: Likewise.
21841         * benchtests/bench-strlen.c: Likewise.
21842         * benchtests/bench-strncasecmp.c: Likewise.
21843         * benchtests/bench-strncat.c: Likewise.
21844         * benchtests/bench-strncmp.c: Likewise.
21845         * benchtests/bench-strncpy.c: Likewise.
21846         * benchtests/bench-strnlen.c: Likewise.
21847         * benchtests/bench-strpbrk.c: Likewise.
21848         * benchtests/bench-strrchr.c: Likewise.
21849         * benchtests/bench-strspn.c: Likewise.
21850         * benchtests/bench-strstr.c: Likewise.
21851
21852 2013-09-04  Will Newton  <will.newton@linaro.org>
21853
21854         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21855
21856 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21857
21858         [BZ #15427]
21859         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21860         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21861         * math/libm-test.inc (lgamma_test_data): Add more tests.
21862         * sysdeps/i386/fpu/libm-test-ulps: Update.
21863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21864
21865 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21866
21867         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21868         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21869         Add ifunc.
21870         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21871         Add strcmp-sse2-unaligned
21872         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21873
21874 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21875
21876         * Versions.def (libc): Add GLIBC_2.19.
21877
21878 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21879
21880         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21881         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21882
21883 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21884
21885         [BZ #14155]
21886         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21887         intermediate calculations in recurrence.
21888         (__ieee754_ynf): Likewise.
21889         * math/libm-test.inc (jn_test_data): Do not allow spurious
21890         underflow exception.  Add more tests.
21891         (yn_test_data): Add more tests.
21892         * sysdeps/i386/fpu/libm-test-ulps: Update.
21893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21894
21895 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21896
21897         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21898
21899 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21900
21901         * csu/init-first.c: Fix then/than typos.
21902         * locale/programs/ld-collate.c: Likewise.
21903         * locale/programs/linereader.h: Likewise.
21904         * manual/charset.texi: Likewise.
21905         * manual/filesys.texi: Likewise.
21906         * manual/stdio.texi: Likewise.
21907         * manual/string.texi: Likewise.
21908         * stdlib/fmtmsg.c: Likewise.
21909         * sysdeps/i386/stpncpy.S: Likewise.
21910         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21911         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21912         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21913         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21914
21915 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21916
21917         * elf/dl-open.c: Fix typos.
21918         * iconvdata/gbbig5.c: Likewise.
21919         * iconvdata/iso-2022-jp.c: Likewise.
21920         * iconv/gconv_int.h: Likewise.
21921         * iconv/loop.c: Likewise.
21922         * nis/rpcsvc/nis.h: Likewise.
21923         * resolv/ns_name.c: Likewise.
21924         * stdio-common/vfscanf.c: Likewise.
21925         * streams/stropts.h: Likewise.
21926         * sunrpc/rpc_thread.c: Likewise.
21927         * sysdeps/i386/strpbrk.S: Likewise.
21928         * sysdeps/ieee754/k_standard.c: Likewise.
21929         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21930         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21931         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21932         * sysdeps/mach/hurd/profil.c: Likewise.
21933         * sysdeps/s390/dl-procinfo.h: Likewise.
21934         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21935         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21936         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21937         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21938         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21939
21940 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21941
21942         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21943         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21944
21945 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21946
21947         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21948         aix specific files.
21949         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21950         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21951         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21952         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21953         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21954         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21955         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21956         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21957
21958 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21959             Roland McGrath  <roland@hack.frob.com>
21960
21961         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21962         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21963
21964 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21965
21966         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21967         __executable_start symbol instead of _start.
21968
21969 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21970
21971         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21972         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21973         Move macros to...
21974         * sysdeps/gnu/ldsodefs.h: ... this new file.
21975
21976         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21977         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21978         instead of ELFOSABI_LINUX.
21979
21980         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21981         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21982         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21983         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21984         Likewise.
21985         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21986         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21987         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21988         Likewise.
21989         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21990         (ibm_extended_long_double): Add ieee_nan member.
21991         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21992         (do_test): New function.
21993
21994         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21995         TEST_TRUNC.
21996         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21997         functions, renamed from truncdfsf_test, trunctfsf_test,
21998         trunctfdf_test.
21999         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22000         functions.
22001         (do_test): Run all these.
22002
22003 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22004
22005         * argp/argp-help.c: Fix typos.
22006         * argp/argp-parse.c: Likewise.
22007         * debug/backtracesyms.c: Likewise.
22008         * elf/elf.h: Likewise.
22009         * malloc/malloc.c: Likewise.
22010         * nis/nis_print.c: Likewise.
22011         * resolv/res_comp.c: Likewise.
22012         * stdlib/stdlib.h: Likewise.
22013         * sunrpc/clnt_tcp.c: Likewise.
22014         * sunrpc/clnt_udp.c: Likewise.
22015         * sunrpc/clnt_unix.c: Likewise.
22016         * sysdeps/unix/bsd/ptsname.c: Likewise.
22017         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22018         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22020         Likewise.
22021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22022         Likewise.
22023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22024         Likewise.
22025         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22026
22027 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22028
22029         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22030         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22031
22032 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22033
22034         [BZ #15897]
22035         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22036         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22037         ($(objpfx)bug-dl-leaf): New rule.
22038         ($(objpfx)bug-dl-leaf.so): Likewise.
22039         ($(objpfx)bug-dl-leaf.out): Likewise.
22040         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22041         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22042         * dlfcn/bug-dl-leaf.c: New test.
22043         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22044         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22045         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22046         (dlclose): Likewise.
22047         (dlmopen): Likewise.
22048
22049 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22050
22051         * include/netdb.h [!_ISOMAC]:
22052         Don't include <tls.h>.
22053         (h_errno, __libc_h_errno): Move declaration and macros out of
22054         [_LIBC_REENTRANT].
22055
22056         * include/resolv.h [_RESOLV_H_]:
22057         Don't include <tls.h>.
22058         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22059         * resolv/res_libc.c: Don't include <tls.h>.
22060         (_res): Use __attribute__ ((nocommon)) in place of
22061         __attribute__ ((section (".bss"))).
22062
22063         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22064         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22065
22066         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22067
22068         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22069         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22070
22071         * resolv/res_mkquery.c: Include <sys/time.h>.
22072
22073         * inet/ifreq.c: Moved to ...
22074         * sysdeps/unix/ifreq.c: ... here.
22075         * inet/ifreq.c: New file, true stub version.
22076
22077         * socket/sa_len.c: New file.
22078         * socket/Makefile (aux): Add it.
22079         * sysdeps/unix/sysv/linux/Makefile
22080         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22081         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22082         and #include <socket/sa_len.c>.
22083         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22084         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22085
22086         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22087         * bits/socket.h: ... here.
22088
22089         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22090         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22091         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22092
22093 2013-08-27  Andreas Schwab  <schwab@suse.de>
22094
22095         [BZ #15736]
22096         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22097         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22098         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22099         * string/test-strcasecmp.c (test_main): Run tests in several
22100         locales.
22101         * string/test-strncasecmp.c (test_main): Likewise.
22102
22103         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22104         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22105         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22106         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22107         (__strncasecmp_ssse3) [PIC]: Likewise.
22108
22109 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22110
22111         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22112
22113         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22114         instead of explicitly declaring xdecrypt.
22115         * nis/nss_nis/nis-publickey.c: Likewise.
22116
22117 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22118
22119         [BZ #15890]
22120         * nscd/aicache.c: Include res_hconf.h.
22121         (addhstaiX): Initialize res_hconf.
22122
22123 2013-08-26  Andreas Schwab  <schwab@suse.de>
22124
22125         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22126         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22127
22128 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22129
22130         * nscd/aicache.c (addhstaiX): Fix indentation.
22131
22132 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22133
22134         * configure.ac: Quote $build_pt_chown test.
22135         * configure: Regenerated.
22136
22137 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22138
22139         [BZ #15532]
22140         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22141         * math/s_cexpf.c (__cexpf): Likewise.
22142         * math/s_cexpl.c (__cexpl): Likewise.
22143         * math/libm-test.inc (cexp_test_data): Correct expected return
22144         value for NaN + i0.  Add another test.
22145
22146 2013-08-22  David S. Miller  <davem@davemloft.net>
22147
22148         * po/ca.po: Update Catalan translation from translation project.
22149         * po/uk.po: Add Ukrainian translations from translation project.
22150
22151 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22152
22153         [BZ #15797]
22154         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22155         is infinite, not alongside NaN test.
22156         * math/s_fdimf.c (__fdimf): Likewise.
22157         * math/s_fdiml.c (__fdiml): Likewise.
22158         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22159         errno is unchanged.
22160
22161 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22162
22163         * argp/argp-help.c: Fix typos.
22164         * crypt/speeds.c: Likewise.
22165         * csu/check_fds.c: Likewise.
22166         * elf/dl-load.c: Likewise.
22167         * elf/dl-open.c: Likewise.
22168         * elf/reldep3.c: Likewise.
22169         * elf/reldep.c: Likewise.
22170         * elf/sprof.c: Likewise.
22171         * iconv/iconv_charmap.c: Likewise.
22172         * iconv/skeleton.c: Likewise.
22173         * iconv/strtab.c: Likewise.
22174         * io/lockf64.c: Likewise.
22175         * libio/libioP.h: Likewise.
22176         * resolv/gai_notify.c: Likewise.
22177         * resolv/ns_name.c: Likewise.
22178         * resolv/ns_samedomain.c: Likewise.
22179         * resolv/res_send.c: Likewise.
22180         * stdlib/random.c: Likewise.
22181         * sunrpc/rpc/xdr.h: Likewise.
22182         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22183         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22184         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22185         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22186         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22187         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22188         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22189         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22190         * sysdeps/mach/hurd/check_fds.c: Likewise.
22191         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22192         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22193         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22194         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22195         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22196         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22197         * sysdeps/pthread/aio_notify.c: Likewise.
22198         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22199         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22200         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22201         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22202         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22203
22204 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22205
22206         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22207         version if bit_Slow_SSE4_2 is set.
22208         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22209         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22210
22211 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22212
22213         [BZ #15867]
22214         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22215         trampoline stack frame information.
22216         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22217         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22218         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22219         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22220         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22221         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22222         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22223         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22224         sa_flags value.
22225         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22226         interrupting a syscall and set with option SA_SIGINFO.
22227
22228 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22229
22230         [BZ #15531]
22231         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22232         argument is infinite.
22233         * math/s_cprojf.c (__cprojf): Likewise.
22234         * math/s_cprojl.c (__cprojl): Likewise.
22235         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22236         * math/libm-test.inc (cproj_test_data): Add more tests.
22237
22238         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22239
22240         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22241         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22242         size.  Use __ffs to determine corresponding shift.
22243
22244 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22245             Roland McGrath  <roland@hack.frob.com>
22246
22247         * Makefile (INSTALL): Remove trailing blank lines from output of
22248         makeinfo.
22249
22250 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22251
22252         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22253         Align 32 bit compat elf_greg to 8 bytes.
22254
22255 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22256
22257         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22258
22259 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22260
22261         * string/strcoll_l.c (coll_seq): New structure.
22262         (get_next_seq_cached): New function.
22263         (get_next_seq): New function.
22264         (do_compare): New function.
22265         (STRCOLL): Use GNU style definition.  Simplify implementation
22266         by using get_next_seq, get_next_seq_cached and do_compare.
22267
22268 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22269
22270         [BZ #14699]
22271         CVE-2013-4237
22272         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22273         member.
22274         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22275         member.
22276         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22277         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22278         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22279         conditional.
22280         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22281         GETDENTS_64BIT_ALIGNED.
22282         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22283         * manual/filesys.texi (Reading/Closing Directory): Document
22284         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22285         strongly.
22286         * manual/conf.texi (Limits for Files): Add portability note to
22287         NAME_MAX, PATH_MAX.
22288         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22289
22290 2013-08-13  Andreas Schwab  <schwab@suse.de>
22291
22292         [BZ #15749]
22293         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22294         of fabs.
22295         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22296         LDBL_MAX_EXP >= 16384]: Add tests for it.
22297
22298 2013-08-12  David S. Miller  <davem@davemloft.net>
22299
22300         * version.h (RELEASE): Set to "development".
22301         (VERSION): Set to "2.18.90".
22302         * NEWS: Add 2.19 section.
22303
22304 2013-08-03  David S. Miller  <davem@davemloft.net>
22305
22306         * po/ko.po: Update Korean translation from translation project.
22307
22308 2013-08-01  David S. Miller  <davem@davemloft.net>
22309
22310         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22311         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22312         Bilka.
22313
22314 2013-07-30  David S. Miller  <davem@davemloft.net>
22315
22316         * po/fr.po: Update French translation from translation project.
22317
22318 2013-07-28  David S. Miller  <davem@davemloft.net>
22319
22320         * po/cs.po: Update Czech translation from translation project.
22321
22322         * po/sv.po: Update Swedish translation from translation project.
22323
22324 2013-07-27  David S. Miller  <davem@davemloft.net>
22325
22326         * po/eo.po: Update Esperanto translation from translation project.
22327
22328         * po/vi.po: Update Vietnamese translation from translation project.
22329
22330         * po/de.po: Update German translation from translation project.
22331
22332 2013-07-26  David S. Miller  <davem@davemloft.net>
22333
22334         * po/bg.po: Update Bulgarian translation from translation project.
22335
22336         * po/nl.po: Update Dutch translation from translation project.
22337         * po/pl.po: Update Polish translation from translation project.
22338         * po/ru.po: Update Russian translation from translation project.
22339
22340 2013-07-24  David S. Miller  <davem@davemloft.net>
22341
22342         * po/libc.pot: Update.
22343
22344 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22345
22346         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22347         variable page size.
22348         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22349         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22350         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22351
22352 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22353
22354         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22355
22356 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22357             Andreas Schwab  <schwab@suse.de>
22358             Roland McGrath  <roland@hack.frob.com>
22359             Joseph Myers  <joseph@codesourcery.com>
22360             Carlos O'Donell  <carlos@redhat.com>
22361
22362         [BZ #15755]
22363         * config.h.in: Define HAVE_PT_CHOWN.
22364         * config.make.in (build-pt-chown): New variable.
22365         * configure.in (--enable-pt_chown): New configure option.
22366         * configure: Regenerate.
22367         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22368         build-pt-chown is enabled.
22369         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22370         pt_chown to fix pty ownership.
22371         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22372         CLOSE_ALL_FDS.
22373         * manual/install.texi (Configuring and compiling): Mention
22374         --enable-pt_chown. Add @findex for grantpt.
22375         * INSTALL: Regenerate.
22376
22377 2013-07-20  David S. Miller  <davem@davemloft.net>
22378
22379         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22380         difference between 32-bit and 64-bit.
22381
22382 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22383
22384         [BZ #15711]
22385         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22386         Avoid system header dependency with -ffreestanding.
22387         ($(objpfx)bits/syscall%d): Likewise.
22388
22389 2013-07-13  David S. Miller  <davem@davemloft.net>
22390
22391         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22392         underflows from atanl/atan2l due to bug 15319.
22393         (casinh_test_data): Likewise.
22394
22395 2013-07-07  David S. Miller  <davem@davemloft.net>
22396
22397         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22398
22399 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22400
22401         * sysdeps/i386/fpu/libm-test-ulps: Update.
22402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22403
22404 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22405
22406         * configure.in (--enable-lock-elision): Fix message text.
22407         * INSTALL: Regenerate.
22408         * configure: Regenerate.
22409
22410 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22411
22412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22413
22414 2013-07-03  Andreas Jaeger  <aj@suse.de>
22415
22416         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22417         define.
22418         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22419         (ptrace_peeksiginfo_args): Add.
22420         (__ptrace_peeksiginfo_flags): Add.
22421         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22422         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22423         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22424
22425 2013-07-03  Allan McRae  <allan@archlinux.org>
22426
22427         * sysdeps/i386/fpu/libm-test-ulps: Update.
22428
22429 2013-07-02  David S. Miller  <davem@davemloft.net>
22430
22431         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22432
22433 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22434
22435         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22436
22437 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22438
22439         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22441
22442 2013-07-02  Andi Kleen <ak@linux.intel.com>
22443
22444         * config.h.in (ENABLE_LOCK_ELISION): Add.
22445         * configure.in (--enable-lock-elision): Add option.
22446         * manual/install.texi: Document --enable lock elision.
22447         * configure: Regenerate
22448         * INSTALL: Regenerate.
22449
22450 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22451
22452         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22453         SSE4.2 strcasecmp for libc.a.
22454         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22455
22456 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22457
22458         [BZ #13304]
22459         * soft-fp/op-common.h (_FP_FMA): New macro.
22460         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22461         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22462         (_FP_MUL_MEAT_1_imm): ... here.
22463         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22464         (_FP_MUL_MEAT_1_wide): ... here.
22465         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22466         (_FP_MUL_MEAT_1_hard): ... here.
22467         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22468         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22469         (_FP_MUL_MEAT_2_wide): ... here.
22470         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22471         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22472         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22473         (_FP_MUL_MEAT_2_gmp): ... here.
22474         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22475         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22476         (_FP_MUL_MEAT_4_wide): ... here.
22477         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22478         (_FP_MUL_MEAT_4_gmp): ... here.
22479         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22480         (_FP_WFRACBITS_DW_S): Likewise.
22481         (_FP_WFRACXBITS_DW_S): Likewise.
22482         (_FP_HIGHBIT_DW_S): Likewise.
22483         (FP_FMA_S): Likewise.
22484         (_FP_FRAC_HIGH_DW_S): Likewise.
22485         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22486         (_FP_WFRACBITS_DW_D): Likewise.
22487         (_FP_WFRACXBITS_DW_D): Likewise.
22488         (_FP_HIGHBIT_DW_D): Likewise.
22489         (FP_FMA_D): Likewise.
22490         (_FP_FRAC_HIGH_DW_D): Likewise.
22491         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22492         (_FP_WFRACBITS_DW_E): Likewise.
22493         (_FP_WFRACXBITS_DW_E): Likewise.
22494         (_FP_HIGHBIT_DW_E): Likewise.
22495         (FP_FMA_E): Likewise.
22496         (_FP_FRAC_HIGH_DW_E): Likewise.
22497         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22498         (_FP_WFRACBITS_DW_Q): Likewise.
22499         (_FP_WFRACXBITS_DW_Q): Likewise.
22500         (_FP_HIGHBIT_DW_Q): Likewise.
22501         (FP_FMA_Q): Likewise.
22502         (_FP_FRAC_HIGH_DW_Q): Likewise.
22503         * soft-fp/fmasf4.c: New file.
22504         * soft-fp/fmadf4.c: Likewise.
22505         * soft-fp/fmatf4.c: Likewise.
22506
22507 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22508
22509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22510         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22511         Silvermont.
22512         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22513         macro.
22514         (index_Slow_SSE4_2): Likewise.
22515         (index_Prefer_PMINUB_for_stringop): Likewise.
22516         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22517         bit_Slow_SSE4_2 is set.
22518         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22519         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22520
22521 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22522
22523         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22524         rtld_global._dl_hwcap2.
22525         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22526         POWER8.
22527         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22528         POWER8 feature descriptions defined in _dl_hwcap2.
22529         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22530         string handling for POWER8 feature bits.
22531         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22532         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22533         _dl_powerpc_cap_flags.
22534         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22535         * sysdeps/powerpc/rtld-global-offsets.sym
22536         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22537         _dl_hwcap2 in the rtld_global_ro structure.
22538
22539 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22540
22541         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22542         hardware capabilities in support of AT_HWCAP2.
22543         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22544         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22545         GLRO(dl_hwcap2).
22546         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22547         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22548         explicitly the unknown a_type display mechanism is used.
22549         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22550         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22551         struct member.
22552         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22553         to macro prototype for AT_HWCAP2 support.
22554         * sysdeps/i386/dl-procinfo.h: Likewise.
22555         * sysdeps/s390/dl-procinfo.h: Likewise.
22556         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22557         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22558         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22559         return -1 for unknown a_type display fallback.
22560         * sysdeps/sparc/dl-procinfo.h: Likewise.
22561         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22562         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22563
22564 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22565
22566         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22567         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22568
22569 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22570
22571         [BZ #12492]
22572         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22573         mprotect making __stack_prot writable.
22574
22575 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22576             Joseph Myers  <joseph@codesourcery.com>
22577
22578         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22579         as being properly aligned.
22580
22581 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22582
22583         * dlfcn/modstatic5.c: New file.
22584         * dlfcn/tststatic5.c: New file.
22585         * dlfcn/Makefile (tests): Add tststatic5.
22586         (tests-static): Likewise.
22587         (modules-names): Add modstatic5.
22588         (tststatic5-ENV): New variable.
22589         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22590
22591         [BZ #15022]
22592         * elf/dl-support.c (_dl_main_map): New variable.
22593         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22594         (_dl_nns, _dl_load_adds): Set to 1.
22595         (_dl_initial_searchlist): Refer to _dl_main_map.
22596         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22597         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22598         call to _dl_get_origin.
22599         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22600         around call_map.
22601         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22602         * dlfcn/modstatic3.c: New file.
22603         * dlfcn/tststatic3.c: New file.
22604         * dlfcn/tststatic4.c: New file.
22605         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22606         (tests-static): Likewise.
22607         (modules-names): Add modstatic3.
22608         (tststatic3-ENV, tststatic4-ENV): New variables.
22609         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22610         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22611
22612 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22613
22614         * configure.in (CC): Require GCC version 4.4 or later.
22615         * configure: Regenerated.
22616         * manual/install.texi (Tools for Compilation): Update GCC version
22617         requirement.
22618         * INSTALL: Regenerated.
22619
22620 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22621
22622         [BZ #15674]
22623         * string/test-memcmp.c (check2): New.
22624         (main): Call check2.
22625
22626         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22627
22628 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22629
22630         [BZ #15022]
22631         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22632         over to...
22633         (dl_open_worker) [!SHARED]: ... here.
22634
22635 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22636
22637         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22638
22639 2013-06-25  Richard Henderson  <rth@redhat.com>
22640
22641         * locale/programs/locarchive.c: Include <libc-internal.h>
22642
22643 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22644
22645         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22646         trailing whitespace removed.
22647
22648 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22649
22650         [BZ #10283]
22651         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22652         * locale/programs/locarchive.c: Include libc-mmap.h.
22653         (prepare_address_space): Take two new outputs (the mmap base and len).
22654         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22655         values.
22656         (create_archive): Declare new mmap base and len values for
22657         prepare_address_space, and store the result in ah.
22658         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22659         (enlarge_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         Declare new mmap base and len values for
22662         prepare_address_space, and store the result in new_ah.
22663         (open_archive): Declare new mmap base and len values for
22664         prepare_address_space, and store the result in ah.
22665         (close_archive): If ah->mmap_base is not NULL, use that and
22666         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22667         * sysdeps/generic/libc-mmap.h: New file.
22668
22669 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22670
22671         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22672         (ALIGN_UP): Likewise.
22673         (PTR_ALIGN_DOWN): Likewise.
22674         (PTR_ALIGN_UP): Likewise.
22675
22676 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22677
22678         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22679         entry mapped to PPC_PLATFORM_POWER8.
22680         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22681         POWER8.
22682         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22683         (_dl_string_platform): Add case for exporting platform position for
22684         POWER8.
22685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22686         search path to sysdeps/powerpc/powerpc32/power8 directory.
22687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22688         search path to sysdeps/powerpc/powerpc64/power8 directory.
22689         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22690         power7 directories.
22691         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22692         power7 directories.
22693
22694 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22695
22696         * INSTALL: Regenerate.
22697
22698         * nscd/connections.c (nscd_init): Fix comment.
22699
22700 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22701
22702         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22703
22704         [BZ #15667]
22705         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22706         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22707
22708 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22709
22710         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22711         DL_DST_REQ_STATIC.
22712         (DL_DST_REQ_STATIC): Remove macro.
22713
22714 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22715
22716         [BZ #7006]
22717         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22718         with a shift of 0 bits.
22719
22720 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22721
22722         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22723         $(tststatic-ENV).
22724
22725 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22726
22727         [BZ #15655]
22728         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22729
22730 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22731
22732         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22733         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22734         accepts -fno-tree-loop-distribute-patterns.
22735         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22736         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22737         recursive call.
22738         * string/memset.c (memset): Likewise.
22739         * string/test-memmove.c (simple_memmove): Disable loop transformation
22740         to library calls.
22741         * string/test-memset.c (simple_memset): Likewise.
22742         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22743         * benchtests/bench-memset.c (simple_memset): Likewise.
22744         * configure: Regenerated.
22745
22746 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22747
22748         * math/test-misc.c (main): Ignore fesetround failure when failures
22749         of subsequent rounding tests would be ignored.
22750
22751         [BZ #15654]
22752         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22753         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22754         * math/fegetenv.c (__fegetenv): Return 0.
22755         * math/fegetexcept.c (fegetexcept): Return 0.
22756         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22757         FE_TONEAREST.
22758         * math/feholdexcpt.c (feholdexcept): Return 0.
22759         * math/fesetenv.c (__fesetenv): Return 0.
22760         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22761         argument FE_TONEAREST.
22762         * math/feupdateenv.c (__feupdateenv): Return 0.
22763         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22764
22765 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22766
22767         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22768         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22769         ($(objpfx)rtld-%.os rules): Use them.
22770
22771 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22772
22773         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22774         fields.
22775
22776 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22777
22778         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22779         length of target pattern, then descending length of dependency pattern.
22780         * configure.in (AWK): Require gawk 3.1.2 or newer.
22781         * manual/install.texi (Tools for Compilation): Say that we do.
22782         * configure: Regenerated.
22783
22784         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22785         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22786         * scripts/sysd-rules.awk: ... this new script.
22787         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22788         than a glob-style pattern.
22789
22790 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22791
22792         * math/test-misc.c (main): Do not treat incorrectly rounded
22793         conversions as failure unless ROUNDING_TESTS passes.
22794
22795 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22796
22797         [BZ #15631]
22798         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22799         restore exception state around main square root computation, then
22800         check for inexactness explicitly.
22801
22802         * math/libm-test.inc (fma_test_data): Add another test.
22803
22804 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22805
22806         * manual/threads.texi (Non-POSIX Extensions): New document
22807         node.  Document pthread_getattr_default_np and
22808         pthread_setattr_default_np.
22809
22810         * Versions.def (libpthread): Add GLIBC_2.18.
22811         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22813         Likewise.
22814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22815         Likewise.
22816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22817         Likewise.
22818         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22819         Likewise.
22820         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22821         Likewise.
22822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22823         Likewise.
22824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22825         Likewise.
22826         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22827         Likewise.
22828         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22829         Likewise.
22830
22831 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22832
22833         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22834         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22835
22836 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22837             H.J. Lu  <hjl.tools@gmail.com>
22838
22839         [BZ #15627]
22840         * sysdeps/x86_64/rtld-memset.c: Remove file.
22841         * sysdeps/x86_64/rtld-memset.S: New file.
22842
22843 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22844
22845         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22846         (test_in_one_mode): Take arguments for whether the rounding mode
22847         is supported for each floating-point type.
22848         (do_test): Pass new arguments to test_in_one_mode using
22849         ROUNDING_TESTS.
22850
22851 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22852
22853         * posix/tst-waitid.c (do_test): Distinguish different instances of
22854         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22855         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22856         before entering the kernel for waitpid.
22857
22858 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22859
22860         * NEWS: Fix note on clock function precision.  Text by Roland
22861         McGrath.
22862
22863 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22864
22865         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22866         it into place only when and if the sanity check passes.
22867
22868 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22869
22870         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22871         output for whether conversion result is exact.  Take argument
22872         indicating whether type is IBM long double.
22873         (round_for_all): Change need_exact field to ibm_ld.
22874         * stdlib/tst-strtod-round.c (struct exactness): New type.
22875         (struct test): Change bool ld_ok field to struct exactness exact.
22876         (TEST): Update all definitions for change to field.
22877         (tests): Regenerate array contents.
22878         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22879         field value.  Check for IBM long double here.
22880         (do_test): Update calls to test_in_one_mode.
22881
22882 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22883
22884         [BZ #12515]
22885         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22886         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22887
22888 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22889
22890         [BZ #15605]
22891         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22892         generated by the compiler on loop optimizations.
22893         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22894         general definitions.
22895
22896 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22897
22898         * math/bug-nextafter.c: Include <math-tests.h>.
22899         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22900         the relevant type.
22901         * math/bug-nexttoward.c: Include <math-tests.h>.
22902         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22903         the relevant type.
22904         * math/test-misc.c: Include <math-tests.h>.
22905         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22906         the relevant type.
22907
22908 2013-06-12  Andreas Jaeger  <aj@suse.de>
22909
22910         * po/ia.po: Update Interlingua translation from translation
22911         project.
22912
22913 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22914
22915         * include/fenv.h: Include stdbool.h.
22916         (struct rm_ctx): New structure.
22917         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22918         Define macro.
22919         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22920         (SET_RESTORE_ROUNDF): Likewise.
22921         (SET_RESTORE_ROUNDL): Likewise.
22922         (SET_RESTORE_ROUND_NOEX): Likewise.
22923         (SET_RESTORE_ROUND_NOEXF): Likewise.
22924         (SET_RESTORE_ROUND_NOEXL): Likewise.
22925         (SET_RESTORE_ROUND_53BIT): Likewise.
22926         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22927         (libc_feresetround_noexf_ctx): Likewise.
22928         (libc_feresetround_noexl_ctx): Likewise.
22929         (libc_feholdsetround_53bit_ctx): Likewise.
22930         (libc_feresetround_53bit_ctx): Likewise.
22931         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22932         (libc_feholdexcept_setround_sse_ctx): New function.
22933         (libc_fesetenv_sse_ctx): Likewise.
22934         (libc_feupdateenv_sse_ctx): Likewise.
22935         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22936         (libc_feholdexcept_setround_387_ctx): Likewise.
22937         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22938         (libc_feholdsetround_387_prec_ctx): Likewise.
22939         (libc_feholdsetround_387_ctx): Likewise.
22940         (libc_feholdsetround_387_53bit_ctx): Likewise.
22941         (libc_feholdsetround_sse_ctx): Likewise.
22942         (libc_feresetround_sse_ctx): Likewise.
22943         (libc_feresetround_387_ctx): Likewise.
22944         (libc_feupdateenv_387_ctx): Likewise.
22945         (libc_feholdexcept_setroundf_ctx): Define macro.
22946         (libc_fesetenvf_ctx): Likewise.
22947         (libc_feupdateenvf_ctx): Likewise.
22948         (libc_feholdsetroundf_ctx): Likewise.
22949         (libc_feresetroundf_ctx): Likewise.
22950         (libc_feholdexcept_setround_ctx): Likewise.
22951         (libc_fesetenv_ctx): Likewise.
22952         (libc_feupdateenv_ctx): Likewise.
22953         (libc_feholdsetround_ctx): Likewise.
22954         (libc_feresetround_ctx): Likewise.
22955         (libc_feholdexcept_setroundl_ctx): Likewise.
22956         (libc_feupdateenvl_ctx): Likewise.
22957         (libc_feholdsetroundl_ctx): Likewise.
22958         (libc_feresetroundl_ctx): Likewise.
22959         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22960         (libc_feresetround_53bit_ctx): Likewise.
22961
22962 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22963
22964         * locale/iso-639.def: Convert to UTF-8.
22965
22966 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22967
22968         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22969         (EXCEPTION_TESTS_double): Likewise.
22970         (EXCEPTION_TESTS_long_double): Likewise.
22971         (EXCEPTION_TESTS): Likewise.
22972         * math/libm-test.inc (test_exceptions): Only test exceptions if
22973         EXCEPTION_TESTS (FLOAT).
22974
22975 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22976
22977         * benchtests/Makefile (string-bench): Add strcpy_chk and
22978         stpcpy_chk.
22979         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22980         * benchtests/bench-stpcpy_chk.c: New file.
22981         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22982         * benchtests/bench-strcpy_chk.c: New file.
22983         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22984         code.
22985         (do_test): Likewise.
22986
22987 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22988
22989         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22990         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22991         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22992         with tabs where appropriate.
22993         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22994         dl-procinfo.h.
22995         [PPC_PLATFORM_PPC440]: Likewise.
22996         [PPC_PLATFORM_PPC464]: Likewise.
22997         [PPC_PLATFORM_PPC476]: Likewise.
22998         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22999         ppc464, and ppc476 platform strings merging from ports/
23000         dl-procinfo.h.
23001
23002 2013-06-11  Andreas Schwab  <schwab@suse.de>
23003
23004         [BZ #14991]
23005         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23006         (from_ucs4_idx): Regenerate.
23007         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23008         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23009         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23010         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23011         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23012         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23013         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23014         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23015         from FROM_LOOP and TO_LOOP specific macros.
23016         (BODY): Handle combining characters.
23017         * iconvdata/BIG5HKSCS.irreversible: Update.
23018         * iconvdata/BIG5HKSCS.precomposed: New file.
23019         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23020         characters.
23021         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23022
23023 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23024
23025         * include/sys/time.h: Fix indentation and add copyright header.
23026
23027         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23028         (do_test): Likewise.
23029         * string/test-memchr.c (do_one_test): Likewise.
23030         (do_test): Likewise.
23031         * string/test-memcmp.c (do_one_test): Likewise.
23032         (do_test): Likewise.
23033         * string/test-memcpy.c (do_one_test): Likewise.
23034         (do_test): Likewise.
23035         * string/test-memmem.c (do_one_test): Likewise.
23036         (do_test): Likewise.
23037         (do_random_tests): Likewise.
23038         * string/test-memmove.c (do_one_test): Likewise.
23039         (do_test): Likewise.
23040         * string/test-memset.c (do_one_test): Likewise.
23041         (do_test): Likewise.
23042         * string/test-rawmemchr.c (do_one_test): Likewise.
23043         (do_test): Likewise.
23044         * string/test-strcasecmp.c (do_one_test): Likewise.
23045         (do_test): Likewise.
23046         * string/test-strcasestr.c (do_one_test): Likewise.
23047         (do_test): Likewise.
23048         * string/test-strcat.c (do_one_test): Likewise.
23049         (do_test): Likewise.
23050         * string/test-strchr.c (do_one_test): Likewise.
23051         (do_test): Likewise.
23052         * string/test-strcmp.c (do_one_test): Likewise.
23053         (do_test): Likewise.
23054         * string/test-strcpy.c (do_one_test): Likewise.
23055         (do_test): Likewise.
23056         * string/test-string.h: Likewise.
23057         (test_init): Likewise.
23058         * string/test-strlen.c (do_one_test): Likewise.
23059         (do_test): Likewise.
23060         * string/test-strncasecmp.c (do_one_test): Likewise.
23061         (do_test): Likewise.
23062         * string/test-strncat.c (do_one_test): Likewise.
23063         (do_test): Likewise.
23064         * string/test-strncmp.c (do_one_test): Likewise.
23065         (do_test_limit): Likewise.
23066         (do_test): Likewise.
23067         * string/test-strncpy.c (do_one_test): Likewise.
23068         (do_test): Likewise.
23069         * string/test-strnlen.c (do_one_test): Likewise.
23070         (do_test): Likewise.
23071         * string/test-strpbrk.c (do_one_test): Likewise.
23072         (do_test): Likewise.
23073         * string/test-strrchr.c (do_one_test): Likewise.
23074         (do_test): Likewise.
23075         * string/test-strspn.c (do_one_test): Likewise.
23076         (do_test): Likewise.
23077         * string/test-strstr.c (do_one_test): Likewise.
23078         (do_test): Likewise.
23079
23080         * benchtests/Makefile (string-bench): Add string benchmarks.
23081         * benchtests/bench-bcopy-ifunc.c: New file.
23082         * benchtests/bench-bcopy.c: New file.
23083         * benchtests/bench-bzero-ifunc.c: New file.
23084         * benchtests/bench-bzero.c: New file.
23085         * benchtests/bench-memccpy-ifunc.c: New file.
23086         * benchtests/bench-memccpy.c: New file.
23087         * benchtests/bench-memchr-ifunc.c: New file.
23088         * benchtests/bench-memchr.c: New file.
23089         * benchtests/bench-memcmp-ifunc.c: New file.
23090         * benchtests/bench-memcmp.c: New file.
23091         * benchtests/bench-memmem-ifunc.c: New file.
23092         * benchtests/bench-memmem.c: New file.
23093         * benchtests/bench-memmove-ifunc.c: New file.
23094         * benchtests/bench-memmove.c: New file.
23095         * benchtests/bench-mempcpy-ifunc.c: New file.
23096         * benchtests/bench-mempcpy.c: New file.
23097         * benchtests/bench-memset-ifunc.c: New file.
23098         * benchtests/bench-memset.c: New file.
23099         * benchtests/bench-rawmemchr-ifunc.c: New file.
23100         * benchtests/bench-rawmemchr.c: New file.
23101         * benchtests/bench-stpcpy-ifunc.c: New file.
23102         * benchtests/bench-stpcpy.c: New file.
23103         * benchtests/bench-stpncpy-ifunc.c: New file.
23104         * benchtests/bench-stpncpy.c: New file.
23105         * benchtests/bench-strcasecmp-ifunc.c: New file.
23106         * benchtests/bench-strcasecmp.c: New file.
23107         * benchtests/bench-strcasestr-ifunc.c: New file.
23108         * benchtests/bench-strcasestr.c: New file.
23109         * benchtests/bench-strcat-ifunc.c: New file.
23110         * benchtests/bench-strcat.c: New file.
23111         * benchtests/bench-strchr-ifunc.c: New file.
23112         * benchtests/bench-strchr.c: New file.
23113         * benchtests/bench-strchrnul-ifunc.c: New file.
23114         * benchtests/bench-strchrnul.c: New file.
23115         * benchtests/bench-strcmp-ifunc.c: New file.
23116         * benchtests/bench-strcmp.c: New file.
23117         * benchtests/bench-strcpy-ifunc.c: New file.
23118         * benchtests/bench-strcpy.c: New file.
23119         * benchtests/bench-strcspn-ifunc.c: New file.
23120         * benchtests/bench-strcspn.c: New file.
23121         * benchtests/bench-strlen-ifunc.c: New file.
23122         * benchtests/bench-strlen.c: New file.
23123         * benchtests/bench-strncasecmp-ifunc.c: New file.
23124         * benchtests/bench-strncasecmp.c: New file.
23125         * benchtests/bench-strncat-ifunc.c: New file.
23126         * benchtests/bench-strncat.c: New file.
23127         * benchtests/bench-strncmp-ifunc.c: New file.
23128         * benchtests/bench-strncmp.c: New file.
23129         * benchtests/bench-strncpy-ifunc.c: New file.
23130         * benchtests/bench-strncpy.c: New file.
23131         * benchtests/bench-strnlen-ifunc.c: New file.
23132         * benchtests/bench-strnlen.c: New file.
23133         * benchtests/bench-strpbrk-ifunc.c: New file.
23134         * benchtests/bench-strpbrk.c: New file.
23135         * benchtests/bench-strrchr-ifunc.c: New file.
23136         * benchtests/bench-strrchr.c: New file.
23137         * benchtests/bench-strspn-ifunc.c: New file.
23138         * benchtests/bench-strspn.c: New file.
23139         * benchtests/bench-strstr-ifunc.c: New file.
23140         * benchtests/bench-strstr.c: New file.
23141
23142         * benchtests/Makefile: Disable parallel execution of targets.
23143         (string-bench): Add memcpy.
23144         (benchset): New variable to store a list of benchmark sets.
23145         (bench-func): Renamed from bench.
23146         (bench-set): New target.
23147         (bench): Depend on bench-func and bench-set.
23148         * benchtests/README: Add section on benchmark sets.
23149         * benchtests/bench-memcpy-ifunc.c: New file.
23150         * benchtests/bench-memcpy.c: New file.
23151         * benchtests/bench-string.h: New file.
23152
23153 2013-06-11  Andreas Schwab  <schwab@suse.de>
23154
23155         [BZ #15577]
23156         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23157         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23158         values in the triple.
23159         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23160         terminator in the group key.
23161
23162 2013-06-11  Andreas Jaeger  <aj@suse.de>
23163
23164         * po/zh_TW.po: Update Chinese (traditional) translation from
23165         translation project.
23166
23167 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23168
23169         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23170         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23171         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23172         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23173         (clock_getcpuclockid): Likewise.
23174         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23175         Add weak_alias and libc_hidden_def.
23176         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23177         * rt/clock_gettime.c (clock_gettime): Rename to
23178         __clock_gettime.  Add weak_alias and libc_hidden_def.
23179         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23180         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23181         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23182         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23183         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23184         Likewise.
23185         * rt/clock_settime.c (clock_settime): Rename to
23186         __clock_settime.  Add weak_alias and libc_hidden_def.
23187         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23188
23189 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23190
23191         * mach/err_boot.sub: Remove trailing whitespace.
23192         * mach/err_ipc.sub: Likewise.
23193         * mach/err_mach.sub: Likewise.
23194
23195         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23196         (ROUNDING_TESTS_double): Likewise.
23197         (ROUNDING_TESTS_long_double): Likewise.
23198         (ROUNDING_TESTS): Likewise.
23199         * math/libm-test.inc: Include <math-tests.h>.
23200         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23201         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23202         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23203         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23204
23205 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23206
23207         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23208         of assigning.
23209
23210 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23211
23212         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23213         otherwise empty TRANS lines.
23214         * sysdeps/gnu/errlist.c: Regenerated.
23215
23216         * catgets/gencat.c (error_print): Use (void) in function
23217         definition.
23218         * crypt/crypt_util.c (__init_des): Likewise.
23219         * crypt/speeds.c (Stop): Likewise.
23220         (main): Likewise.
23221         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23222         * inet/ruserpass.c (token): Likewise.
23223         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23224         * intl/localealias.c (extend_alias_table): Likewise.
23225         * intl/plural-exp.c (init_germanic_plural): Likewise.
23226         * libio/fcloseall.c (__fcloseall): Likewise.
23227         * libio/genops.c (_IO_flush_all): Likewise.
23228         (_IO_flush_all_linebuffered): Likewise.
23229         (_IO_cleanup): Likewise.
23230         (_IO_iter_begin): Likewise.
23231         (_IO_iter_end): Likewise.
23232         (_IO_list_lock): Likewise.
23233         (_IO_list_unlock): Likewise.
23234         (_IO_list_resetlock): Likewise.
23235         * libio/getchar.c (getchar): Likewise.
23236         * libio/getchar_u.c (getchar_unlocked): Likewise.
23237         * libio/getwchar.c (getwchar): Likewise.
23238         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23239         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23240         * login/getpt.c (__getpt): Likewise.
23241         * login/tst-utmp.c (main): Likewise.
23242         * malloc/hooks.c (__malloc_check_init): Likewise.
23243         * malloc/malloc.c (__malloc_stats): Likewise.
23244         * malloc/mtrace.c (tr_break): Likewise.
23245         (mtrace): Likewise.
23246         (muntrace): Likewise.
23247         * misc/fstab.c (endfsent): Likewise.
23248         * misc/getclktck.c (__getclktck): Likewise.
23249         * misc/getdtsz.c (__getdtablesize): Likewise.
23250         * misc/gethostid.c (gethostid): Likewise.
23251         * misc/getpagesize.c (__getpagesize): Likewise.
23252         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23253         (__get_nprocs): Likewise.
23254         (__get_phys_pages): Likewise.
23255         (__get_avphys_pages): Likewise.
23256         * misc/getttyent.c (getttyent): Likewise.
23257         (setttyent): Likewise.
23258         (endttyent): Likewise.
23259         * misc/getusershell.c (getusershell): Likewise.
23260         (endusershell): Likewise.
23261         (setusershell): Likewise.
23262         (initshells): Likewise.
23263         * misc/hsearch.c (__hdestroy): Likewise.
23264         * misc/sync.c (sync): Likewise.
23265         * misc/syslog.c (closelog_internal): Likewise.
23266         (closelog): Likewise.
23267         * misc/ttyslot.c (ttyslot): Likewise.
23268         * misc/vhangup.c (vhangup): Likewise.
23269         * posix/fork.c (__fork): Likewise.
23270         * posix/getegid.c (__getegid): Likewise.
23271         * posix/geteuid.c (__geteuid): Likewise.
23272         * posix/getgid.c (__getgid): Likewise.
23273         * posix/getpid.c (__getpid): Likewise.
23274         * posix/getppid.c (__getppid): Likewise.
23275         * posix/getuid.c (__getuid): Likewise.
23276         * posix/pause.c (pause): Likewise.
23277         * posix/setpgrp.c (setpgrp): Likewise.
23278         * posix/setsid.c (__setsid): Likewise.
23279         * posix/test-vfork.c (noop): Likewise.
23280         * resolv/gethnamaddr.c (_endhtent): Likewise.
23281         (_gethtent): Likewise.
23282         (ht_endhostent): Likewise.
23283         (gethostent): Likewise.
23284         (dns_service): Likewise.
23285         * stdlib/drand48.c (drand48): Likewise.
23286         * stdlib/lrand48.c (lrand48): Likewise.
23287         * stdlib/mrand48.c (mrand48): Likewise.
23288         * stdlib/rand.c (rand): Likewise.
23289         * stdlib/random.c (__random): Likewise.
23290         * stdlib/setenv.c (clearenv): Likewise.
23291         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23292         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23293         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23294         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23295         (__get_nprocs): Likewise.
23296         (__get_phys_pages): Likewise.
23297         (__get_avphys_pages): Likewise.
23298         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23299         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23300         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23301         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23302         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23303         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23304         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23305         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23306         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23307         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23308         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23309         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23310         * sysdeps/posix/clock.c (clock): Likewise.
23311         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23312         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23313         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23314         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23315         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23316         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23317         (__get_nprocs_conf): Likewise.
23318         (__get_phys_pages): Likewise.
23319         (__get_avphys_pages): Likewise.
23320         * time/clock.c (clock): Likewise.
23321         * time/tzset.c (__tzname_max): Likewise.
23322
23323 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23324
23325         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23326         (__bswap_32): Do not use "register".
23327         * crypt/crypt.c (_ufc_doit_r): Likewise.
23328         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23329         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23330         * gmon/gmon.c (__monstartup): Likewise.
23331         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23332         * hurd/hurdmalloc.c (more_memory): Likewise.
23333         (malloc): Likewise.
23334         (free): Likewise.
23335         (realloc): Likewise.
23336         (malloc_fork_prepare): Likewise.
23337         (malloc_fork_parent): Likewise.
23338         (malloc_fork_child): Likewise.
23339         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23340         (_svcauth_des): Likewise.
23341         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23342         * inet/inet_net.c (inet_network): Likewise.
23343         * inet/inet_netof.c (inet_netof): Likewise.
23344         * inet/rcmd.c (__validuser2_sa): Likewise.
23345         * io/fts.c (fts_open): Likewise.
23346         (fts_load): Likewise.
23347         (fts_close): Likewise.
23348         (fts_read): Likewise.
23349         (fts_children): Likewise.
23350         (fts_build): Likewise.
23351         (fts_stat): Likewise.
23352         (fts_sort): Likewise.
23353         (fts_alloc): Likewise.
23354         (fts_lfree): Likewise.
23355         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23356         (_IO_file_xsgetn): Likewise.
23357         (_IO_file_xsgetn_mmap): Likewise.
23358         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23359         (_IO_cookie_write): Likewise.
23360         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23361         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23362         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23363         * malloc/obstack.c (_obstack_begin): Likewise.
23364         (_obstack_begin_1): Likewise.
23365         (_obstack_newchunk): Likewise.
23366         (_obstack_allocated_p): Likewise.
23367         (obstack_free): Likewise.
23368         (_obstack_memory_used): Likewise.
23369         * misc/getttyent.c (getttynam): Likewise.
23370         (getttyent): Likewise.
23371         (skip): Likewise.
23372         (value): Likewise.
23373         * misc/getusershell.c (initshells): Likewise.
23374         * misc/syslog.c (__vsyslog_chk): Likewise.
23375         * misc/ttyslot.c (ttyslot): Likewise.
23376         * nis/nis_hash.c (__nis_hash): Likewise.
23377         * posix/fnmatch_loop.c (FCT): Likewise.
23378         * posix/getconf.c (print_all): Likewise.
23379         (main): Likewise.
23380         * posix/getopt.c (exchange): Likewise.
23381         * posix/glob.c (globfree): Likewise.
23382         (prefix_array): Likewise.
23383         (__glob_pattern_type): Likewise.
23384         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23385         (NS_GET32): Likewise.
23386         (NS_PUT16): Likewise.
23387         (NS_PUT32): Likewise.
23388         * resolv/gethnamaddr.c (getanswer): Likewise.
23389         (gethostbyname2): Likewise.
23390         (gethostbyaddr): Likewise.
23391         (_gethtent): Likewise.
23392         (_gethtbyname2): Likewise.
23393         (_gethtbyaddr): Likewise.
23394         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23395         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23396         * resolv/res_init.c (__res_vinit): Likewise.
23397         (net_mask): Likewise.
23398         * resolv/res_mkquery.c (outchar): Likewise.
23399         (PRINT): Likewise.
23400         * stdio-common/printf_fp.c (outchar): Likewise.
23401         (PRINT): Likewise.
23402         * stdio-common/printf_fphex.c (outchar): Likewise.
23403         (PRINT): Likewise.
23404         * stdio-common/printf_size.c (outchar): Likewise.
23405         (PRINT): Likewise.
23406         * stdio-common/test_rdwr.c (main): Likewise.
23407         * stdio-common/tfformat.c (matches): Likewise.
23408         * stdio-common/vfprintf.c (outchar): Likewise.
23409         (printf_unknown): Likewise.
23410         (buffered_vfprintf): Likewise.
23411         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23412         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23413         (ReadFile): Likewise.
23414         * stdlib/qsort.c (SWAP): Likewise.
23415         (_quicksort): Likewise.
23416         * stdlib/setenv.c (__add_to_environ): Likewise.
23417         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23418         * stdlib/strtol_l.c (__strtol_l): Likewise.
23419         * stdlib/tst-strtod.c (main): Likewise.
23420         * stdlib/tst-strtol.c (main): Likewise.
23421         * stdlib/tst-strtoll.c (main): Likewise.
23422         * string/bits/string2.h (__strcmp_cc): Likewise.
23423         (__strcmp_cg): Likewise.
23424         (__strcspn_c1): Likewise.
23425         (__strcspn_c2): Likewise.
23426         (__strcspn_c3): Likewise.
23427         (__strspn_c1): Likewise.
23428         (__strspn_c2): Likewise.
23429         (__strspn_c3): Likewise.
23430         (__strsep_1c): Likewise.
23431         (__strsep_2c): Likewise.
23432         (__strsep_3c): Likewise.
23433         * string/memccpy.c (__memccpy): Likewise.
23434         * string/stpcpy.c (__stpcpy): Likewise.
23435         * string/strcmp.c (strcmp): Likewise.
23436         * string/strrchr.c (strrchr): Likewise.
23437         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23438         Likewise.
23439         * sysdeps/mach/hurd/getcwd.c
23440         (_hurd_canonicalize_directory_name_internal): Likewise.
23441         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23442         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23443         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23444         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23445         Likewise, in both definitions.
23446         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23447         definitions.
23448         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23449         64] (__bswap_64): Likewise.
23450         * time/test_time.c (main): Likewise.
23451         * time/tzfile.c (__tzfile_read): Likewise.
23452         (__tzfile_compute): Likewise.
23453         * time/tzset.c (__tzset_parse_tz): Likewise.
23454         (tzset_internal): Likewise.
23455         (compute_change): Likewise.
23456         * wcsmbs/wcscat.c (__wcscat): Likewise.
23457         * wcsmbs/wcschr.c (wcschr): Likewise.
23458         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23459         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23460         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23461         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23462         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23463         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23464         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23465         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23466         * wcsmbs/wmemset.c (wmemset): Likewise.
23467
23468 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23469
23470         * scripts/config.guess: Update to version 2013-05-16.
23471         * scripts/config.sub: Update to version 2013-04-24.
23472         * scripts/install-sh: Update to version 2011-11-20.07.
23473         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23474         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23475
23476 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23477
23478         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23479         * elf/sln.c: Likewise.
23480         * hurd/hurd/ioctl.h: Likewise.
23481         * hurd/hurdmalloc.c: Likewise.
23482         * hurd/xattr.c: Likewise.
23483         * include/shlib-compat.h: Likewise.
23484         * inet/ruserpass.c: Likewise.
23485         * libio/iofgets_u.c: Likewise.
23486         * libio/iofgetws_u.c: Likewise.
23487         * locale/programs/ld-identification.c: Likewise.
23488         * locale/programs/ld-time.c: Likewise.
23489         * mach/msg-destroy.c: Likewise.
23490         * nss/nss_files/files-netgrp.c: Likewise.
23491         * resolv/res_data.c: Likewise.
23492         * soft-fp/op-1.h: Likewise.
23493         * soft-fp/op-2.h: Likewise.
23494         * soft-fp/op-4.h: Likewise.
23495         * soft-fp/op-common.h: Likewise.
23496         * stdio-common/printf_fphex.c: Likewise.
23497         * stdlib/strtod_l.c: Likewise.
23498         * sunrpc/rpc/clnt.h: Likewise.
23499         * sysdeps/generic/framestate.c: Likewise.
23500         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23501         * sysdeps/i386/bsd-setjmp.S: Likewise.
23502         * sysdeps/i386/__longjmp.S: Likewise.
23503         * sysdeps/i386/setjmp.S: Likewise.
23504         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23505         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23506         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23507         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23508         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23509         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23510         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23511         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23512         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23513         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23514         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23515         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23516         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23517         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23518         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23519         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23520         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23521         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23522         * sysdeps/ieee754/support.c: Likewise.
23523         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23524         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23525         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23526         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23527         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23528         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23529         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23530         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23531         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23532         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23533         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23534         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23535         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23536         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23537         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23538         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23539         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23541
23542 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23543
23544         * posix/transbug.c: Remove executable mode.
23545
23546 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23547
23548         * crypt/speeds.c: Remove trailing whitespace.
23549         * dlfcn/default.c: Likewise.
23550         * elf/ifuncdep2.c: Likewise.
23551         * elf/ifuncmain1.c: Likewise.
23552         * elf/ifuncmain1vis.c: Likewise.
23553         * elf/testobj.h: Likewise.
23554         * elf/tst-stackguard1.c: Likewise.
23555         * gmon/sys/gmon.h: Likewise.
23556         * hurd/hurdmsg.c: Likewise.
23557         * hurd/new-fd.c: Likewise.
23558         * hurd/ports-get.c: Likewise.
23559         * iconvdata/ibm1008_420.c: Likewise.
23560         * inet/tst-getni1.c: Likewise.
23561         * inet/tst-getni2.c: Likewise.
23562         * libio/ioungetc.c: Likewise.
23563         * libio/wfiledoalloc.c: Likewise.
23564         * manual/libm-err-tab.pl: Likewise.
23565         * math/w_dremf.c: Likewise.
23566         * misc/ftruncate.c: Likewise.
23567         * posix/bug-glob2.c: Likewise.
23568         * posix/tst-pcre.c: Likewise.
23569         * posix/wait4.c: Likewise.
23570         * resolv/README: Likewise.
23571         * resolv/res_debug.h: Likewise.
23572         * resolv/tst-inet_ntop.c: Likewise.
23573         * setjmp/bug269-setjmp.c: Likewise.
23574         * soft-fp/extended.h: Likewise.
23575         * soft-fp/op-1.h: Likewise.
23576         * soft-fp/op-2.h: Likewise.
23577         * soft-fp/op-4.h: Likewise.
23578         * soft-fp/op-8.h: Likewise.
23579         * soft-fp/testit.c: Likewise.
23580         * stdio-common/bug16.c: Likewise.
23581         * stdlib/random.c: Likewise.
23582         * sunrpc/rpcsvc/rquota.x: Likewise.
23583         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23584         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23585         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23586         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23587         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23588         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23589         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23590         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23591         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23592         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23593         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23594         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23595         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23596         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23597         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23598         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23599         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23600         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23601         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23602         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23603         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23604         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23605         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23606         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23607         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23608         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23609         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23610         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23611         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23612         * sysdeps/ieee754/s_lib_version.c: Likewise.
23613         * sysdeps/mach/hurd/check_fds.c: Likewise.
23614         * sysdeps/mach/hurd/getsockname.c: Likewise.
23615         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23616         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23617         * sysdeps/powerpc/bits/link.h: Likewise.
23618         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23619         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23620         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23621         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23622         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23623         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23624         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23625         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23626         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23627         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23628         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23629         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23630         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23631         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23632         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23633         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23634         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23635         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23636         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23637         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23638         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23639         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23640         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23641         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23642         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23643         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23644         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23645         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23646         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23647         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23648         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23649         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23650         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23651         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23652         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23653         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23654         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23655         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23656         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23657         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23658         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23659         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23660         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23661         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23662         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23663         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23664         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23665         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23666         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23667         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23668         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23669         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23670         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23671         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23672         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23673         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23674         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23675         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23676         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23677         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23678         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23679         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23680         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23681         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23682         * sysdeps/powerpc/sysdep.h: Likewise.
23683         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23684         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23685         * sysdeps/sh/dl-trampoline.S: Likewise.
23686         * sysdeps/sh/memset.S: Likewise.
23687         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23688         * sysdeps/sh/strlen.S: Likewise.
23689         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23690         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23691         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23692         * sysdeps/sparc/sparc32/rem.S: Likewise.
23693         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23694         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23695         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23696         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23697         * sysdeps/sparc/sparc32/urem.S: Likewise.
23698         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23699         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23700         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23701         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23702         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23703         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23704         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23705         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23706         * sysdeps/unix/bsd/times.c: Likewise.
23707         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23708         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23712         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23713         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23714         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23715         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23716         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23717         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23718         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23719         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23720         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23721         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23722         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23723         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23724         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23725         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23726         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23727         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23728         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23729         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23730         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23731         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23732         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23733         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23734         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23735         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23736         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23737         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23738         * sysdeps/x86_64/strcspn.S: Likewise.
23739
23740 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23741
23742         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23743         generated file.  Regenerate properly from gen-translit.pl.
23744         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23745         locale/C-translit.h.
23746
23747 2013-06-05  Andreas Schwab  <schwab@suse.de>
23748
23749         [BZ #15100]
23750         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23751         week as 6 instead of -1.
23752         * time/tst-strptime.c (day_tests): Add test case.
23753
23754 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23755
23756         * sysdeps/generic/math_private.h
23757         (libc_feholdexcept_setround_53bit): Replace with
23758         libc_feholdsetround_53bit.
23759         (libc_feupdateenv_53bit): Replace with
23760         libc_feresetround_53bit.
23761         (SET_RESTORE_ROUND_53BIT): Adjust.
23762
23763 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23764
23765         * string/test-strchrnul.c: Add copyright header.
23766
23767         * posix/tst-getaddrinfo4.c: Increase test timeout.
23768
23769 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23770
23771         [BZ #15536]
23772         * math/libm-test.inc (MAX_EXP): Remove
23773         (MIN_EXP): Define.
23774         (ulp): Use MIN_EXP - MANT_DIG.
23775         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23776
23777 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23778
23779         * po/be.po: Revert last change.
23780         * po/zh_CN.po: Likewise.
23781         * po/header.pot: Likewise.
23782
23783 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23784
23785         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23786         link-libc-deps to empty as target-specific variable.
23787         * Makerules (link-libc-args): New variable.
23788         (libc-for-link): Likewise.
23789         (link-libc-deps): Likewise.
23790         (lib%.so): Depend on $(link-libc-deps).  Link with
23791         $(link-libc-args).
23792         (build-module): Link with $(link-libc-args).
23793         (build-module-asneeded): Likewise.
23794         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23795         list of objects.
23796         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23797         target-specific variable.
23798         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23799         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23800         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23801         libc.
23802         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23803         libc and ld.so.
23804         ($(objpfx)libpcprofile.so): Likewise.
23805         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23806         libc_nonshared.a.
23807         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23808         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23809         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23810         $(link-libc-deps).
23811         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23812         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23813         * login/Makefile ($(objpfx)libutil.so): Likewise.
23814         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23815         * math/Makefile ($(objpfx)libm.so): Likewise.
23816         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23817         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23818         variable instead of depending directly on libc.
23819         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23820         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23821         $(link-libc-deps).
23822         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23823         libc.
23824         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23825         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23826         ($(objpfx)libanl.so): Likewise.
23827         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23828         ld.so.
23829         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23830         $(link-libc-deps).
23831         * sysdeps/i386/fpu/Makefile: Remove file.
23832         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23833         ($(objpfx)libm.so): Remove dependency on ld.so.
23834
23835 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23836
23837         [BZ # 15553]
23838         * nis/yp_xdr.c (XDRMAXNAME): Define.
23839         (XDRMAXRECORD): Define.
23840         (xdr_domainname): Use XDRMAXNAME.
23841         (xdr_mapname): Likewise.
23842         (xdr_peername): Likewise.
23843         (xdr_keydat): Use XDRMAXRECORD.
23844         (xdr_valdat): Likewise.
23845
23846 2013-05-30  Jeff Law  <law@redhat.com>
23847
23848         [BZ #14256]
23849         * manual/errno.texi (ESTALE): Update to account for more than
23850         just NFS file systems.
23851         * sysdeps/gnu/errlist.c: Regenerated.
23852
23853 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23854
23855         [BZ #15465]
23856         * elf/Makefile (tests): Add tst-null-argv.
23857         (modules-names):  Add tst-null-argv-lib.
23858         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23859         (tst-null-argv-ENV): Set environment for tst-null-argv.
23860         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23861         (RTLD_PROGNAME): New macro.
23862         * elf/tst-null-argv.c: New test case.
23863         * elf/tst-null-argv-lib.c: Library for test case.
23864         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23865         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23866         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23867         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23868         * elf/dl-init.c (call_init): Likewise.
23869         (_dl_init): Likewise.
23870         * elf/dl-load.c (print_search_path): Likewise.
23871         (_dl_map_object): Likewise.
23872         * elf/dl-lookup.c (do_lookup_x): Likewise.
23873         (add_dependency): Likewise.
23874         (_dl_lookup_symbol_x): Likewise.
23875         (_dl_debug_bindings): Likewise.
23876         * elf/dl-open.c (_dl_show_scope): Likewise.
23877         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23878         * elf/dl-version.c (match_symbol): Likewise.
23879         (_dl_check_map_versions): Likewise.
23880         * elf/rtld.c (dl_main): Likewise.
23881         (print_unresolved): Use RTLD_PROGNAME.
23882         (print_missing_version): Likewise.
23883         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23884         (elf_machine_rela): Likewise.
23885         * sysdeps/powerpc/powerpc32/dl-machine.c
23886         (__process_machine_rela): Likewise.
23887         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23888         Likewise.
23889         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23890         Likewise.
23891         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23892         Likewise.
23893         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23894         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23895         Likewise.
23896         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23897         Likewise.
23898         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23899
23900 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23901
23902         * po/be.po: Add descriptive title.
23903         * po/zh_CN.po: Likewise.
23904         * po/header.pot: Likewise.
23905
23906 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23907
23908         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23909         error message.
23910         (enlarge_archive): Likewise.
23911
23912 2013-05-28  Ben North  <ben@redfrontdoor.org>
23913
23914         * manual/arith.texi (frexp): It is the magnitude of the return
23915         value which lies in [0.5, 1), not the return value itself.
23916
23917 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23918
23919         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23920
23921 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23922
23923         * stdio-common/bug26.c (main): Correct fscanf template.
23924
23925         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23926         declare _dl_skip_args.
23927
23928         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23929         Don't declare.
23930
23931         * manual/platform.texi: Add missing @end deftypefun.
23932
23933 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23934
23935         [BZ #15529]
23936         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23937         bit of mantissa of 2^16382.
23938         * math/libm-test.inc (hypot_test_data): Add more tests.
23939
23940         * math/libm-test.inc: Add drem and pow10 to list of tested
23941         functions.
23942         (pow10_test): New function.
23943         (drem_test): Likewise.
23944         (drem_test_tonearest): Likewise.
23945         (drem_test_towardzero): Likewise.
23946         (drem_test_downward): Likewise.
23947         (drem_test_upward): Likewise.
23948         (main): Call the new functions.
23949
23950         * math/libm-test.inc (finite_test_data): Remove.
23951         (finite_test): Run tests from isfinite_test_data.
23952         (gamma_test_data): Remove.
23953         (gamma_test): Run tests from lgamma_test_data.
23954         * sysdeps/i386/fpu/libm-test-ulps: Update.
23955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23956
23957 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23958
23959         * manual/platform.texi: Add PowerPC PPR function set documentation.
23960         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23961         implementation.
23962
23963 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23964
23965         * math/libm-test.inc (MAX_EXP): Define.
23966         (ULPDIFF): Define.
23967         (ulp): New function.
23968         (check_float_internal): Use ULPDIFF.
23969         (cpow_test): Disable failing test.
23970         (check_ulp): Test ulp() implemetnation.
23971         (main): Call check_ulp before starting tests.
23972
23973 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23974
23975         * math/gen-libm-test.pl (generate_testfile): Do not handle
23976         START_DATA and END_DATA.
23977         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23978         END_DATA.
23979         (acos_tonearest_test_data): Likewise.
23980         (acos_towardzero_test_data): Likewise.
23981         (acos_downward_test_data): Likewise.
23982         (acos_upward_test_data): Likewise.
23983         (acosh_test_data): Likewise.
23984         (asin_test_data): Likewise.
23985         (asin_tonearest_test_data): Likewise.
23986         (asin_towardzero_test_data): Likewise.
23987         (asin_downward_test_data): Likewise.
23988         (asin_upward_test_data): Likewise.
23989         (asinh_test_data): Likewise.
23990         (atan_test_data): Likewise.
23991         (atanh_test_data): Likewise.
23992         (atan2_test_data): Likewise.
23993         (cabs_test_data): Likewise.
23994         (cacos_test_data): Likewise.
23995         (cacosh_test_data): Likewise.
23996         (carg_test_data): Likewise.
23997         (casin_test_data): Likewise.
23998         (casinh_test_data): Likewise.
23999         (catan_test_data): Likewise.
24000         (catanh_test_data): Likewise.
24001         (cbrt_test_data): Likewise.
24002         (ccos_test_data): Likewise.
24003         (ccosh_test_data): Likewise.
24004         (ceil_test_data): Likewise.
24005         (cexp_test_data): Likewise.
24006         (cimag_test_data): Likewise.
24007         (clog_test_data): Likewise.
24008         (clog10_test_data): Likewise.
24009         (conj_test_data): Likewise.
24010         (copysign_test_data): Likewise.
24011         (cos_test_data): Likewise.
24012         (cos_tonearest_test_data): Likewise.
24013         (cos_towardzero_test_data): Likewise.
24014         (cos_downward_test_data): Likewise.
24015         (cos_upward_test_data): Likewise.
24016         (cosh_test_data): Likewise.
24017         (cosh_tonearest_test_data): Likewise.
24018         (cosh_towardzero_test_data): Likewise.
24019         (cosh_downward_test_data): Likewise.
24020         (cosh_upward_test_data): Likewise.
24021         (cpow_test_data): Likewise.
24022         (cproj_test_data): Likewise.
24023         (creal_test_data): Likewise.
24024         (csin_test_data): Likewise.
24025         (csinh_test_data): Likewise.
24026         (csqrt_test_data): Likewise.
24027         (ctan_test_data): Likewise.
24028         (ctan_tonearest_test_data): Likewise.
24029         (ctan_towardzero_test_data): Likewise.
24030         (ctan_downward_test_data): Likewise.
24031         (ctan_upward_test_data): Likewise.
24032         (ctanh_test_data): Likewise.
24033         (ctanh_tonearest_test_data): Likewise.
24034         (ctanh_towardzero_test_data): Likewise.
24035         (ctanh_downward_test_data): Likewise.
24036         (ctanh_upward_test_data): Likewise.
24037         (erf_test_data): Likewise.
24038         (erfc_test_data): Likewise.
24039         (exp_test_data): Likewise.
24040         (exp_tonearest_test_data): Likewise.
24041         (exp_towardzero_test_data): Likewise.
24042         (exp_downward_test_data): Likewise.
24043         (exp_upward_test_data): Likewise.
24044         (exp10_test_data): Likewise.
24045         (exp2_test_data): Likewise.
24046         (expm1_test_data): Likewise.
24047         (fabs_test_data): Likewise.
24048         (fdim_test_data): Likewise.
24049         (finite_test_data): Likewise.
24050         (floor_test_data): Likewise.
24051         (fma_test_data): Likewise.
24052         (fma_towardzero_test_data): Likewise.
24053         (fma_downward_test_data): Likewise.
24054         (fma_upward_test_data): Likewise.
24055         (fmax_test_data): Likewise.
24056         (fmin_test_data): Likewise.
24057         (fmod_test_data): Likewise.
24058         (fpclassify_test_data): Likewise.
24059         (frexp_test_data): Likewise.
24060         (gamma_test_data): Likewise.
24061         (hypot_test_data): Likewise.
24062         (ilogb_test_data): Likewise.
24063         (isfinite_test_data): Likewise.
24064         (isgreater_test_data): Likewise.
24065         (isgreaterequal_test_data): Likewise.
24066         (isinf_test_data): Likewise.
24067         (isless_test_data): Likewise.
24068         (islessequal_test_data): Likewise.
24069         (islessgreater_test_data): Likewise.
24070         (isnan_test_data): Likewise.
24071         (isnormal_test_data): Likewise.
24072         (issignaling_test_data): Likewise.
24073         (isunordered_test_data): Likewise.
24074         (j0_test_data): Likewise.
24075         (j1_test_data): Likewise.
24076         (jn_test_data): Likewise.
24077         (ldexp_test_data): Likewise.
24078         (lgamma_test_data): Likewise.
24079         (lrint_test_data): Likewise.
24080         (lrint_tonearest_test_data): Likewise.
24081         (lrint_towardzero_test_data): Likewise.
24082         (lrint_downward_test_data): Likewise.
24083         (lrint_upward_test_data): Likewise.
24084         (llrint_test_data): Likewise.
24085         (llrint_tonearest_test_data): Likewise.
24086         (llrint_towardzero_test_data): Likewise.
24087         (llrint_downward_test_data): Likewise.
24088         (llrint_upward_test_data): Likewise.
24089         (log_test_data): Likewise.
24090         (log10_test_data): Likewise.
24091         (log1p_test_data): Likewise.
24092         (log2_test_data): Likewise.
24093         (logb_test_data): Likewise.
24094         (logb_downward_test_data): Likewise.
24095         (lround_test_data): Likewise.
24096         (llround_test_data): Likewise.
24097         (modf_test_data): Likewise.
24098         (nearbyint_test_data): Likewise.
24099         (nextafter_test_data): Likewise.
24100         (nexttoward_test_data): Likewise.
24101         (pow_test_data): Likewise.
24102         (pow_tonearest_test_data): Likewise.
24103         (pow_towardzero_test_data): Likewise.
24104         (pow_downward_test_data): Likewise.
24105         (pow_upward_test_data): Likewise.
24106         (remainder_test_data): Likewise.
24107         (remainder_tonearest_test_data): Likewise.
24108         (remainder_towardzero_test_data): Likewise.
24109         (remainder_downward_test_data): Likewise.
24110         (remainder_upward_test_data): Likewise.
24111         (remquo_test_data): Likewise.
24112         (rint_test_data): Likewise.
24113         (rint_tonearest_test_data): Likewise.
24114         (rint_towardzero_test_data): Likewise.
24115         (rint_downward_test_data): Likewise.
24116         (rint_upward_test_data): Likewise.
24117         (round_test_data): Likewise.
24118         (scalb_test_data): Likewise.
24119         (scalbn_test_data): Likewise.
24120         (scalbln_test_data): Likewise.
24121         (signbit_test_data): Likewise.
24122         (sin_test_data): Likewise.
24123         (sin_tonearest_test_data): Likewise.
24124         (sin_towardzero_test_data): Likewise.
24125         (sin_downward_test_data): Likewise.
24126         (sin_upward_test_data): Likewise.
24127         (sincos_test_data): Likewise.
24128         (sinh_test_data): Likewise.
24129         (sinh_tonearest_test_data): Likewise.
24130         (sinh_towardzero_test_data): Likewise.
24131         (sinh_downward_test_data): Likewise.
24132         (sinh_upward_test_data): Likewise.
24133         (sqrt_test_data): Likewise.
24134         (tan_test_data): Likewise.
24135         (tan_tonearest_test_data): Likewise.
24136         (tan_towardzero_test_data): Likewise.
24137         (tan_downward_test_data): Likewise.
24138         (tan_upward_test_data): Likewise.
24139         (tanh_test_data): Likewise.
24140         (tgamma_test_data): Likewise.
24141         (trunc_test_data): Likewise.
24142         (y0_test_data): Likewise.
24143         (y1_test_data): Likewise.
24144         (yn_test_data): Likewise.
24145         (significand_test_data): Likewise.
24146
24147         * math/gen-libm-test.pl (@functions): Remove variable.
24148         (generate_testfile): Don't handle START and END lines.
24149         * math/libm-test.inc (START): New macro.
24150         (END): Likewise.
24151         (END_COMPLEX): Likewise.
24152         (acos_test): Use END macro without arguments.
24153         (acos_test_tonearest): Likewise.
24154         (acos_test_towardzero): Likewise.
24155         (acos_test_downward): Likewise.
24156         (acos_test_upward): Likewise.
24157         (acosh_test): Likewise.
24158         (asin_test): Likewise.
24159         (asin_test_tonearest): Likewise.
24160         (asin_test_towardzero): Likewise.
24161         (asin_test_downward): Likewise.
24162         (asin_test_upward): Likewise.
24163         (asinh_test): Likewise.
24164         (atan_test): Likewise.
24165         (atanh_test): Likewise.
24166         (atan2_test): Likewise.
24167         (cabs_test): Likewise.
24168         (cacos_test): Use END_COMPLEX macro without arguments.
24169         (cacosh_test): Likewise.
24170         (carg_test): Use END macro without arguments.
24171         (casin_test): Use END_COMPLEX macro without arguments.
24172         (casinh_test): Likewise.
24173         (catan_test): Likewise.
24174         (catanh_test): Likewise.
24175         (cbrt_test): Use END macro without arguments.
24176         (ccos_test): Use END_COMPLEX macro without arguments.
24177         (ccosh_test): Likewise.
24178         (ceil_test): Use END macro without arguments.
24179         (cexp_test): Use END_COMPLEX macro without arguments.
24180         (cimag_test): Use END macro without arguments.
24181         (clog_test): Use END_COMPLEX macro without arguments.
24182         (clog10_test): Likewise.
24183         (conj_test): Likewise.
24184         (copysign_test): Use END macro without arguments.
24185         (cos_test): Likewise.
24186         (cos_test_tonearest): Likewise.
24187         (cos_test_towardzero): Likewise.
24188         (cos_test_downward): Likewise.
24189         (cos_test_upward): Likewise.
24190         (cosh_test): Likewise.
24191         (cosh_test_tonearest): Likewise.
24192         (cosh_test_towardzero): Likewise.
24193         (cosh_test_downward): Likewise.
24194         (cosh_test_upward): Likewise.
24195         (cpow_test): Use END_COMPLEX macro without arguments.
24196         (cproj_test): Likewise.
24197         (creal_test): Use END macro without arguments.
24198         (csin_test): Use END_COMPLEX macro without arguments.
24199         (csinh_test): Likewise.
24200         (csqrt_test): Likewise.
24201         (ctan_test): Likewise.
24202         (ctan_test_tonearest): Likewise.
24203         (ctan_test_towardzero): Likewise.
24204         (ctan_test_downward): Likewise.
24205         (ctan_test_upward): Likewise.
24206         (ctanh_test): Likewise.
24207         (ctanh_test_tonearest): Likewise.
24208         (ctanh_test_towardzero): Likewise.
24209         (ctanh_test_downward): Likewise.
24210         (ctanh_test_upward): Likewise.
24211         (erf_test): Use END macro without arguments.
24212         (erfc_test): Likewise.
24213         (exp_test): Likewise.
24214         (exp_test_tonearest): Likewise.
24215         (exp_test_towardzero): Likewise.
24216         (exp_test_downward): Likewise.
24217         (exp_test_upward): Likewise.
24218         (exp10_test): Likewise.
24219         (exp2_test): Likewise.
24220         (expm1_test): Likewise.
24221         (fabs_test): Likewise.
24222         (fdim_test): Likewise.
24223         (finite_test): Likewise.
24224         (floor_test): Likewise.
24225         (fma_test): Likewise.
24226         (fma_test_towardzero): Likewise.
24227         (fma_test_downward): Likewise.
24228         (fma_test_upward): Likewise.
24229         (fmax_test): Likewise.
24230         (fmin_test): Likewise.
24231         (fmod_test): Likewise.
24232         (fpclassify_test): Likewise.
24233         (frexp_test): Likewise.
24234         (gamma_test): Likewise.
24235         (hypot_test): Likewise.
24236         (ilogb_test): Likewise.
24237         (isfinite_test): Likewise.
24238         (isgreater_test): Likewise.
24239         (isgreaterequal_test): Likewise.
24240         (isinf_test): Likewise.
24241         (isless_test): Likewise.
24242         (islessequal_test): Likewise.
24243         (islessgreater_test): Likewise.
24244         (isnan_test): Likewise.
24245         (isnormal_test): Likewise.
24246         (issignaling_test): Likewise.
24247         (isunordered_test): Likewise.
24248         (j0_test): Likewise.
24249         (j1_test): Likewise.
24250         (jn_test): Likewise.
24251         (ldexp_test): Likewise.
24252         (lgamma_test): Likewise.
24253         (lrint_test): Likewise.
24254         (lrint_test_tonearest): Likewise.
24255         (lrint_test_towardzero): Likewise.
24256         (lrint_test_downward): Likewise.
24257         (lrint_test_upward): Likewise.
24258         (llrint_test): Likewise.
24259         (llrint_test_tonearest): Likewise.
24260         (llrint_test_towardzero): Likewise.
24261         (llrint_test_downward): Likewise.
24262         (llrint_test_upward): Likewise.
24263         (log_test): Likewise.
24264         (log10_test): Likewise.
24265         (log1p_test): Likewise.
24266         (log2_test): Likewise.
24267         (logb_test): Likewise.
24268         (logb_test_downward): Likewise.
24269         (lround_test): Likewise.
24270         (llround_test): Likewise.
24271         (modf_test): Likewise.
24272         (nearbyint_test): Likewise.
24273         (nextafter_test): Likewise.
24274         (nexttoward_test): Likewise.
24275         (pow_test): Likewise.
24276         (pow_test_tonearest): Likewise.
24277         (pow_test_towardzero): Likewise.
24278         (pow_test_downward): Likewise.
24279         (pow_test_upward): Likewise.
24280         (remainder_test): Likewise.
24281         (remainder_test_tonearest): Likewise.
24282         (remainder_test_towardzero): Likewise.
24283         (remainder_test_downward): Likewise.
24284         (remainder_test_upward): Likewise.
24285         (remquo_test): Likewise.
24286         (rint_test): Likewise.
24287         (rint_test_tonearest): Likewise.
24288         (rint_test_towardzero): Likewise.
24289         (rint_test_downward): Likewise.
24290         (rint_test_upward): Likewise.
24291         (round_test): Likewise.
24292         (scalb_test): Likewise.
24293         (scalbn_test): Likewise.
24294         (scalbln_test): Likewise.
24295         (signbit_test): Likewise.
24296         (sin_test): Likewise.
24297         (sin_test_tonearest): Likewise.
24298         (sin_test_towardzero): Likewise.
24299         (sin_test_downward): Likewise.
24300         (sin_test_upward): Likewise.
24301         (sincos_test): Likewise.
24302         (sinh_test): Likewise.
24303         (sinh_test_tonearest): Likewise.
24304         (sinh_test_towardzero): Likewise.
24305         (sinh_test_downward): Likewise.
24306         (sinh_test_upward): Likewise.
24307         (sqrt_test): Likewise.
24308         (tan_test): Likewise.
24309         (tan_test_tonearest): Likewise.
24310         (tan_test_towardzero): Likewise.
24311         (tan_test_downward): Likewise.
24312         (tan_test_upward): Likewise.
24313         (tanh_test): Likewise.
24314         (tgamma_test): Likewise.
24315         (trunc_test): Likewise.
24316         (y0_test): Likewise.
24317         (y1_test): Likewise.
24318         (yn_test): Likewise.
24319         (significand_test): Likewise.
24320
24321 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24322
24323         [BZ #15381]
24324         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24325
24326 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24327
24328         [BZ #14894]
24329         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24330         __ppc_mdoio and __ppc_mdoom.
24331         * manual/platform.texi: Document new functions __ppc_yield,
24332         __ppc_mdoio and __ppc_mdoom.
24333
24334 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24335
24336         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24337         (main): Mention "tls" pseudo-hwcap is legacy.
24338         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24339
24340 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24341
24342         * math/gen-libm-test.pl (parse_args): Output only string of
24343         arguments as text for test name, not full call or descriptions of
24344         tests for extra outputs.
24345         (generate_testfile): Do not pass function name to parse_args.
24346         Generate this_func variable from START.
24347         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24348         field to arg_str.
24349         (struct test_ff_f_data): Likewise.
24350         (test_ff_f_data_nexttoward): Likewise.
24351         (struct test_fi_f_data): Likewise.
24352         (struct test_fl_f_data): Likewise.
24353         (struct test_if_f_data): Likewise.
24354         (struct test_fff_f_data): Likewise.
24355         (struct test_c_f_data): Likewise.
24356         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24357         (struct test_fF_f1_data): Likewise.
24358         (struct test_ffI_f1_data): Likewise.
24359         (struct test_c_c_data): Rename test_name field to arg_str.
24360         (struct test_cc_c_data): Likewise.
24361         (struct test_f_i_data): Likewise.
24362         (struct test_ff_i_data): Likewise.
24363         (struct test_f_l_data): Likewise.
24364         (struct test_f_L_data): Likewise.
24365         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24366         and extra2_name.
24367         (COMMON_TEST_SETUP): New macro.
24368         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24369         (COMMON_TEST_CLEANUP): Likewise.
24370         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24371         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24372         macros.
24373         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24374         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24375         macros.
24376         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24377         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24378         cleanup macros.
24379         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24380         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24381         macros.
24382         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24383         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24384         macros.
24385         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24386         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24387         cleanup macros.
24388         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24389         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24390         cleanup macros.
24391         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24392         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24393         cleanup macros.
24394         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24395         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24396         macros.
24397         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24398         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24399         macros.
24400         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24401         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24402         macros.
24403         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24404         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24405         cleanup macros.
24406         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24407         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24408         cleanup macros.
24409         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24410         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24411         macros.
24412         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24413         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24414         cleanup macros.
24415         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24416         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24417         macros.
24418         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24419         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24420         macros.
24421         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24422         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24423         cleanup macros.
24424         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24425
24426 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24427
24428         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24429         to _sifields.sigfault.
24430         (si_addr_lsb): Define new macro.
24431         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24432         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24433         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24434
24435 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24436
24437         [BZ #15441]
24438         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24439         returns -1.
24440         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24441         null return -1.
24442         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24443         loading the domain.
24444
24445 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24446
24447         * math/gen-libm-test.pl (parse_args): Do not include expected
24448         result in test name.
24449         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24450         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24451         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24452         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24453         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24455
24456 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24457
24458         * benchtests/Makefile: Sort function entries.
24459
24460         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24461         tanh, asinh, acosh, atanh.
24462         * benchtests/acos-inputs: New file.
24463         * benchtests/acosh-inputs: New file.
24464         * benchtests/asin-inputs: New file.
24465         * benchtests/asinh-inputs: New file.
24466         * benchtests/atanh-inputs: New file.
24467         * benchtests/cosh-inputs: New file.
24468         * benchtests/log-inputs: New file.
24469         * benchtests/sinh-inputs: New file.
24470         * benchtests/tanh-inputs: New file.
24471
24472 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24473
24474         [BZ #15339]
24475         * posix/tst-getaddrinfo4.c: New test.
24476         * posix/Makefile (tests): Add it.
24477
24478 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24479
24480         [BZ #15339]
24481         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24482         when no services were used.
24483         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24484         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24485
24486 2013-05-21  Andreas Schwab  <schwab@suse.de>
24487
24488         [BZ #15014]
24489         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24490         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24491         successful.
24492         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24493         redundant variable declarations and reallocation of buffer when
24494         parsing as IPv6 address.  Always set NSS status when called from
24495         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24496         buffer too small.  Correct computation of needed size.
24497         * nss/Makefile (tests): Add test-digits-dots.
24498         * nss/test-digits-dots.c: New test.
24499
24500 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24501
24502         * benchtests/Makefile: Remove instructions for adding
24503         benchmark tests.
24504         * benchtests/README: New file to explain how to execute and
24505         enhance the benchmark tests.
24506
24507 2013-05-21  Andreas Schwab  <schwab@suse.de>
24508
24509         [BZ #15493]
24510         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24511         * setjmp/tst-sigsetjmp.c: New test.
24512
24513 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24514
24515         * sysdeps/x86_64/memset.S (memset): New implementation.
24516         (__bzero): Likewise.
24517         (__memset_tail): New function.
24518
24519 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24520
24521         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24522         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24523         __memcpy_sse2_unaligned ifunc selection.
24524         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24525         Add memcpy-sse2-unaligned.S.
24526         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24527         Add: __memcpy_sse2_unaligned.
24528
24529 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24530
24531         [BZ #15490]
24532         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24533         math_force_eval before restoring floating-point envrionment.
24534         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24535         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24536         Likewise.
24537         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24538         <math_private.h>.
24539         (__nearbyintl): Use math_force_eval before restoring
24540         floating-point environment.
24541         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24542
24543         * math/gen-libm-test.pl (special_functions): Remove.
24544         (parse_args): Don't handle TEST_extra.  Handle functions with no
24545         return value.
24546         * math/libm-test.inc (struct test_sincos_data): Replace with
24547         struct test_fFF_11_data.
24548         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24549         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24550         (sincos_test_data): Change element type to struct
24551         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24552         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24553         RUN_TEST_LOOP_sincos.
24554         * math/README.libm-test: Don't mention special handling of
24555         individual functions.
24556         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24557         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24558         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24559         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24560         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24562
24563         * math/gen-libm-test.pl (get_variable): Remove function.
24564         (parse_args): Don't show pointer parameters to call in test
24565         names.  Use "extra output N" in test names for extra outputs
24566         rather than naming variables.
24567
24568 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24569
24570         [BZ #15488]
24571         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24572         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24573         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24574         double tests.
24575         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24576         disable.
24577         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24578         check_long_double.
24579
24580         * math/gen-libm-test.pl (@tests): Remove variable.
24581         ($count): Likewise.
24582         (new_test): Remove function.
24583         (show_exceptions): New function.
24584         (special_functions): Use show_exceptions instead of new_test.
24585         (parse_args): Likewise.
24586         (generate_testfile): Pass only function name in generated call to
24587         print_max_error or print_complex_max_error.
24588         (get_ulps): Do not handle complex tests specially.
24589         (output_test): Rename to ...
24590         (get_all_ulps_for_test): ... this.  Return a string rather than
24591         printing to a file.  Require ulps to be present.
24592         (output_ulps): Generate arrays rather than #defines.
24593         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24594         (struct ulp_data): New type.
24595         (BUILD_COMPLEX_ULP): Remove macro.
24596         (compare_ulp_data): New function.
24597         (find_ulps): Likewise.
24598         (find_test_ulps): Likewise.
24599         (find_function_ulps): Likewise.
24600         (find_complex_function_ulps): Likewise.
24601         (print_max_error): Determine allowed ulps using
24602         find_function_ulps.
24603         (print_complex_max_error): Determine allowed ulps using
24604         find_complex_function_ulps.
24605         (check_float_internal): Determine max ulps using find_test_ulps.
24606         (check_float): Do not take max_ulp parameter.  Update call to
24607         check_float_internal.
24608         (check_complex): Likewise.
24609         (check_int): Do not take max_ulp parameter.
24610         (check_long): Likewise.
24611         (check_bool): Likewise.
24612         (check_longlong): Likewise.
24613         (struct test_f_f_data): Remove max_ulp field.
24614         (struct test_ff_f_data): Likewise.
24615         (struct test_ff_f_data_nexttoward): Likewise.
24616         (struct test_fi_f_data): Likewise.
24617         (struct test_fl_f_data): Likewise.
24618         (struct test_if_f_data): Likewise.
24619         (struct test_fff_f_data): Likewise.
24620         (struct test_c_f_data): Likewise.
24621         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24622         (struct test_fF_f1_data): Likewise.
24623         (struct test_ffI_f1_data): Likewise.
24624         (struct test_c_c_data): Remove max_ulp field.
24625         (struct test_cc_c_data): Likewise.
24626         (struct test_f_i_data): Likewise.
24627         (struct test_ff_i_data): Likewise.
24628         (struct test_f_l_data): Likewise.
24629         (struct test_f_L_data): Likewise.
24630         (struct test_sincos_data): Likewise.
24631         (RUN_TEST_f_f): Do not handle ulps.
24632         (RUN_TEST_LOOP_f_f): Likewise.
24633         (RUN_TEST_2_f): Likewise.
24634         (RUN_TEST_LOOP_2_f): Likewise.
24635         (RUN_TEST_fff_f): Likewise.
24636         (RUN_TEST_LOOP_fff_f): Likewise.
24637         (RUN_TEST_c_f): Likewise.
24638         (RUN_TEST_LOOP_c_f): Likewise.
24639         (RUN_TEST_f_f1): Likewise.
24640         (RUN_TEST_LOOP_f_f1): Likewise.
24641         (RUN_TEST_fF_f1): Likewise.
24642         (RUN_TEST_LOOP_fF_f1): Likewise.
24643         (RUN_TEST_fI_f1): Likewise.
24644         (RUN_TEST_LOOP_fI_f1): Likewise.
24645         (RUN_TEST_ffI_f1): Likewise.
24646         (RUN_TEST_LOOP_ffI_f1): Likewise.
24647         (RUN_TEST_c_c): Likewise.
24648         (RUN_TEST_LOOP_c_c): Likewise.
24649         (RUN_TEST_cc_c): Likewise.
24650         (RUN_TEST_LOOP_cc_c): Likewise.
24651         (RUN_TEST_f_i): Likewise.
24652         (RUN_TEST_LOOP_f_i): Likewise.
24653         (RUN_TEST_f_i_tg): Likewise.
24654         (RUN_TEST_LOOP_f_i_tg): Likewise.
24655         (RUN_TEST_ff_i_tg): Likewise.
24656         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24657         (RUN_TEST_f_b): Likewise.
24658         (RUN_TEST_LOOP_f_b): Likewise.
24659         (RUN_TEST_f_b_tg): Likewise.
24660         (RUN_TEST_LOOP_f_b_tg): Likewise.
24661         (RUN_TEST_f_l): Likewise.
24662         (RUN_TEST_LOOP_f_l): Likewise.
24663         (RUN_TEST_f_L): Likewise.
24664         (RUN_TEST_LOOP_f_L): Likewise.
24665         (RUN_TEST_sincos): Likewise.
24666         (RUN_TEST_LOOP_sincos): Likewise.
24667
24668 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24669
24670         [BZ #15480]
24671         [BZ #15485]
24672         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24673         main case of finite arguments, set rounding mode to FE_TONEAREST
24674         and discard exceptions.
24675         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24676         exceptions.
24677         (remainder_tonearest_test_data): New variable.
24678         (remainder_test_tonearest): New function.
24679         (remainder_towardzero_test_data): New variable.
24680         (remainder_test_towardzero): New function.
24681         (remainder_downward_test_data): New variable.
24682         (remainder_test_downward): New function.
24683         (remainder_upward_test_data): New variable.
24684         (remainder_test_upward): New function.
24685         (main): Call the new test functions.
24686
24687         * math/libm-test.inc (struct test_f_f1_data): Remove field
24688         extra_init.
24689         (struct test_fF_f1_data): Likewise.
24690         (struct test_ffI_f1_data): Likewise.
24691         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24692         based on value of EXTRA_EXPECTED.
24693         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24694         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24695         EXTRA_VAR based on value of EXTRA_EXPECTED.
24696         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24697         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24698         EXTRA_VAR based on value of EXTRA_EXPECTED.
24699         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24700         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24701         EXTRA_VAR based on value of EXTRA_EXPECTED.
24702         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24703         * math/gen-libm-test.pl (parse_args): Don't output initializers
24704         for extra output values.
24705
24706         * math/libm-test.inc (check_int): Expect result to be exactly
24707         equal to expected value and do not handle ulps.
24708         (check_long): Likewise.
24709         (check_longlong): Likewise.
24710
24711         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24712         exceptions.
24713         (cimag_test_data): Likewise.
24714         (conj_test_data): Likewise.
24715         (copysign_test_data): Likewise.
24716         (cproj_test_data): Likewise.
24717         (creal_test_data): Likewise.
24718         (fabs_test_data): Likewise.
24719         (fdim_test_data): Likewise.
24720         (finite_test_data): Likewise.
24721         (floor_test_data): Likewise.
24722         (fmax_test_data): Likewise.
24723         (fmin_test_data): Likewise.
24724         (fmod_test_data): Likewise.
24725         (fpclassify_test_data): Likewise.
24726         (frexp_test_data): Likewise.
24727         (ilogb_test_data): Likewise.
24728         (isfinite_test_data): Likewise.
24729         (isgreater_test_data): Likewise.
24730         (isgreaterequal_test_data): Likewise.
24731         (isinf_test_data): Likewise.
24732         (isless_test_data): Likewise.
24733         (islessequal_test_data): Likewise.
24734         (islessgreater_test_data): Likewise.
24735         (isnan_test_data): Likewise.
24736         (isnormal_test_data): Likewise.
24737         (issignaling_test_data): Likewise.
24738         (isunordered_test_data): Likewise.
24739         (ldexp_test_data): Likewise.
24740         (lrint_test_data): Likewise.
24741         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24742         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24743         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24744         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24745         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24746         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24747         test input.
24748         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24749         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24750         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24751         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24752         that test input.
24753         (lrint_downward_test_data): Test for "inexact" exceptions.
24754         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24755         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24756         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24757         test input.
24758         (lrint_upward_test_data): Test for "inexact" exceptions.
24759         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24760         test input.
24761         (llrint_test_data): Test for "inexact" exceptions.
24762         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24763         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24764         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24765         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24766         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24767         (llrint_downward_test_data): Test for "inexact" exceptions.
24768         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24769         (llrint_upward_test_data): Test for "inexact" exceptions.
24770         (logb_test_data): Likewise.
24771         (logb_downward_test_data): Likewise.
24772         (nextafter_test_data): Likewise.
24773         (nexttoward_test_data): Likewise.
24774         (remainder_test_data): Likewise.
24775         (remquo_test_data): Likewise.
24776         (scalbn_test_data): Likewise.
24777         (scalbln_test_data): Likewise.
24778         (signbit_test_data): Likewise.
24779         (sqrt_test_data): Likewise.
24780         (significand_test_data): Likewise.
24781
24782 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24783
24784         [BZ #15424]
24785         * benchtests/bench-modf.c (struct args): Mark arg0 as
24786         volatile.
24787         * scripts/bench.pl: Mark members of struct args as volatile.
24788
24789 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24790
24791         [BZ # 15497]
24792         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24793         negative infinity on POWER6 or lower.
24794         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24795
24796 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24797
24798         [BZ #15442]
24799         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24800         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24801         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24802         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24803         (_FP_SETQNAN): New macro.
24804         (_FP_SETQNAN_SEMIRAW): Likewise.
24805         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24806         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24807         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24808         (FP_EXTEND): Use _FP_FRAC_SNANP.
24809         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24810         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24811         into account.
24812         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24813         New macro.
24814         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24815         Likewise.
24816
24817 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24818
24819         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24820         with DIVIDE_BY_ZERO_EXCEPTION.
24821         (gamma_test_data): Likewise.
24822         (lgamma_test_data): Likewise.
24823         (log_test_data): Likewise.
24824         (log10_test_data): Likewise.
24825         (log2_test_data): Likewise.
24826         (tgamma_test_data): Likewise.
24827
24828         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24829         (acos_test_tonearest): Likewise.
24830         (acos_test_towardzero): Likewise.
24831         (acos_test_downward): Likewise.
24832         (acos_test_upward): Likewise.
24833         (acosh_test): Likewise.
24834         (asin_test): Likewise.
24835         (asin_test_tonearest): Likewise.
24836         (asin_test_towardzero): Likewise.
24837         (asin_test_downward): Likewise.
24838         (asin_test_upward): Likewise.
24839         (asinh_test): Likewise.
24840         (atan_test): Likewise.
24841         (atanh_test): Likewise.
24842         (atan2_test): Likewise.
24843         (cabs_test): Likewise.
24844         (cacos_test): Likewise.
24845         (cacosh_test): Likewise.
24846         (casin_test): Likewise.
24847         (casinh_test): Likewise.
24848         (catan_test): Likewise.
24849         (catanh_test): Likewise.
24850         (cbrt_test): Likewise.
24851         (ccos_test): Likewise.
24852         (ccosh_test): Likewise.
24853         (cexp_test): Likewise.
24854         (clog_test): Likewise.
24855         (clog10_test): Likewise.
24856         (cos_test): Likewise.
24857         (cos_test_tonearest): Likewise.
24858         (cos_test_towardzero): Likewise.
24859         (cos_test_downward): Likewise.
24860         (cos_test_upward): Likewise.
24861         (cosh_test): Likewise.
24862         (cosh_test_tonearest): Likewise.
24863         (cosh_test_towardzero): Likewise.
24864         (cosh_test_downward): Likewise.
24865         (cosh_test_upward): Likewise.
24866         (cpow_test): Likewise.
24867         (csin_test): Likewise.
24868         (csinh_test): Likewise.
24869         (csqrt_test): Likewise.
24870         (ctan_test): Likewise.
24871         (ctan_test_tonearest): Likewise.
24872         (ctan_test_towardzero): Likewise.
24873         (ctan_test_downward): Likewise.
24874         (ctan_test_upward): Likewise.
24875         (ctanh_test): Likewise.
24876         (ctanh_test_tonearest): Likewise.
24877         (ctanh_test_towardzero): Likewise.
24878         (ctanh_test_downward): Likewise.
24879         (ctanh_test_upward): Likewise.
24880         (erf_test): Likewise.
24881         (erfc_test): Likewise.
24882         (exp_test): Likewise.
24883         (exp_test_tonearest): Likewise.
24884         (exp_test_towardzero): Likewise.
24885         (exp_test_downward): Likewise.
24886         (exp_test_upward): Likewise.
24887         (exp10_test): Likewise.
24888         (exp2_test): Likewise.
24889         (expm1_test): Likewise.
24890         (fmod_test): Likewise.
24891         (gamma_test): Likewise.
24892         (hypot_test): Likewise.
24893         (j0_test): Likewise.
24894         (j1_test): Likewise.
24895         (jn_test): Likewise.
24896         (lgamma_test): Likewise.
24897         (log_test): Likewise.
24898         (log10_test): Likewise.
24899         (log1p_test): Likewise.
24900         (log2_test): Likewise.
24901         (logb_test_downward): Likewise.
24902         (pow_test): Likewise.
24903         (pow_test_tonearest): Likewise.
24904         (pow_test_towardzero): Likewise.
24905         (pow_test_downward): Likewise.
24906         (pow_test_upward): Likewise.
24907         (remainder_test): Likewise.
24908         (remquo_test): Likewise.
24909         (sin_test): Likewise.
24910         (sin_test_tonearest): Likewise.
24911         (sin_test_towardzero): Likewise.
24912         (sin_test_downward): Likewise.
24913         (sin_test_upward): Likewise.
24914         (sincos_test): Likewise.
24915         (sinh_test): Likewise.
24916         (sinh_test_tonearest): Likewise.
24917         (sinh_test_towardzero): Likewise.
24918         (sinh_test_downward): Likewise.
24919         (sinh_test_upward): Likewise.
24920         (sqrt_test): Likewise.
24921         (tan_test): Likewise.
24922         (tan_test_tonearest): Likewise.
24923         (tan_test_towardzero): Likewise.
24924         (tan_test_downward): Likewise.
24925         (tan_test_upward): Likewise.
24926         (tanh_test): Likewise.
24927         (tgamma_test): Likewise.
24928         (y0_test): Likewise.
24929         (y1_test): Likewise.
24930         (yn_test): Likewise.
24931
24932         * math/gen-libm-test.pl (adjust_arg): Remove function.
24933         (special_function): Remove argument $in_func.  Only handle
24934         generating output for tables of tests, not inside functions.
24935         (parse_args): Likewise.
24936         (generate_testfile): Remove variable $in_func.  Update call to
24937         parse_args.
24938         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24939         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24940         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24941         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24942         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24943         (MAX_VALUE_INIT): Rename macro to max_value.
24944         (MIN_VALUE_INIT): Rename macro to min_value.
24945         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24946         (plus_zero): Remove variable.
24947         (minus_zero): Likewise.
24948         (plus_infty): Likewise.
24949         (minus_infty): Likewise.
24950         (qnan_value): Likewise.
24951         (max_value): Likewise.
24952         (min_value): Likewise.
24953         (min_subnorm_value): Likewise.
24954
24955 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24956
24957         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24958         uint64_t or uint32_t usage.
24959         * crypt/sha256-block.c: Likewise.
24960         * crypt/sha256-crypt.c: Likewise.
24961         * crypt/sha256.c: Likewise.
24962         * crypt/sha512-block.c: Likewise.
24963         * crypt/sha512-crypt.c: Likewise.
24964         * crypt/sha512.c: Likewise.
24965         * debug/backtrace-tst.c: Likewise.
24966         * debug/pcprofiledump.c: Likewise.
24967         * elf/cache.c: Likewise.
24968         * elf/dl-cache.c: Likewise.
24969         * elf/dl-misc.c: Likewise.
24970         * elf/dl-profile.c: Likewise.
24971         * elf/dl-support.c: Likewise.
24972         * elf/ldconfig.c: Likewise.
24973         * elf/sprof.c: Likewise.
24974         * iconv/dummy-repertoire.c: Likewise.
24975         * iconv/iconv_charmap.c: Likewise.
24976         * iconv/skeleton.c: Likewise.
24977         * iconvdata/8bit-generic.c: Likewise.
24978         * iconvdata/cp737.h: Likewise.
24979         * iconvdata/cp775.h: Likewise.
24980         * iconvdata/ibm1008.h: Likewise.
24981         * iconvdata/ibm1025.h: Likewise.
24982         * iconvdata/ibm1046.h: Likewise.
24983         * iconvdata/ibm1097.h: Likewise.
24984         * iconvdata/ibm1112.h: Likewise.
24985         * iconvdata/ibm1122.h: Likewise.
24986         * iconvdata/ibm1123.h: Likewise.
24987         * iconvdata/ibm1124.h: Likewise.
24988         * iconvdata/ibm1129.h: Likewise.
24989         * iconvdata/ibm1130.h: Likewise.
24990         * iconvdata/ibm1132.h: Likewise.
24991         * iconvdata/ibm1133.h: Likewise.
24992         * iconvdata/ibm1137.h: Likewise.
24993         * iconvdata/ibm1140.h: Likewise.
24994         * iconvdata/ibm1141.h: Likewise.
24995         * iconvdata/ibm1142.h: Likewise.
24996         * iconvdata/ibm1143.h: Likewise.
24997         * iconvdata/ibm1144.h: Likewise.
24998         * iconvdata/ibm1145.h: Likewise.
24999         * iconvdata/ibm1146.h: Likewise.
25000         * iconvdata/ibm1147.h: Likewise.
25001         * iconvdata/ibm1148.h: Likewise.
25002         * iconvdata/ibm1149.h: Likewise.
25003         * iconvdata/ibm1153.h: Likewise.
25004         * iconvdata/ibm1154.h: Likewise.
25005         * iconvdata/ibm1155.h: Likewise.
25006         * iconvdata/ibm1156.h: Likewise.
25007         * iconvdata/ibm1157.h: Likewise.
25008         * iconvdata/ibm1158.h: Likewise.
25009         * iconvdata/ibm1160.h: Likewise.
25010         * iconvdata/ibm1161.h: Likewise.
25011         * iconvdata/ibm1162.h: Likewise.
25012         * iconvdata/ibm1163.h: Likewise.
25013         * iconvdata/ibm1164.h: Likewise.
25014         * iconvdata/ibm1166.h: Likewise.
25015         * iconvdata/ibm1167.h: Likewise.
25016         * iconvdata/ibm12712.h: Likewise.
25017         * iconvdata/ibm1390.h: Likewise.
25018         * iconvdata/ibm1399.h: Likewise.
25019         * iconvdata/ibm16804.h: Likewise.
25020         * iconvdata/ibm4517.h: Likewise.
25021         * iconvdata/ibm4899.h: Likewise.
25022         * iconvdata/ibm4909.h: Likewise.
25023         * iconvdata/ibm4971.h: Likewise.
25024         * iconvdata/ibm5347.h: Likewise.
25025         * iconvdata/ibm803.h: Likewise.
25026         * iconvdata/ibm856.h: Likewise.
25027         * iconvdata/ibm901.h: Likewise.
25028         * iconvdata/ibm902.h: Likewise.
25029         * iconvdata/ibm9030.h: Likewise.
25030         * iconvdata/ibm9066.h: Likewise.
25031         * iconvdata/ibm921.h: Likewise.
25032         * iconvdata/ibm922.h: Likewise.
25033         * iconvdata/ibm9448.h: Likewise.
25034         * iconvdata/isiri-3342.h: Likewise.
25035         * iconvdata/jis0201.h: Likewise.
25036         * include/link.h: Likewise.
25037         * include/netdb.h: Likewise.
25038         * inet/check_native.c: Likewise.
25039         * inet/check_pf.c: Likewise.
25040         * inet/getipv4sourcefilter.c: Likewise.
25041         * inet/getnameinfo.c: Likewise.
25042         * inet/getsourcefilter.c: Likewise.
25043         * inet/htonl.c: Likewise.
25044         * inet/setipv4sourcefilter.c: Likewise.
25045         * inet/setsourcefilter.c: Likewise.
25046         * inet/test-inet6_opt.c: Likewise.
25047         * inet/tst-network.c: Likewise.
25048         * locale/C-collate.c: Likewise.
25049         * locale/C-ctype.c: Likewise.
25050         * locale/C-time.c: Likewise.
25051         * locale/C-translit.h: Likewise.
25052         * locale/loadarchive.c: Likewise.
25053         * locale/programs/3level.h: Likewise.
25054         * locale/programs/charmap.c: Likewise.
25055         * locale/programs/charmap.h: Likewise.
25056         * locale/programs/ld-address.c: Likewise.
25057         * locale/programs/ld-collate.c: Likewise.
25058         * locale/programs/ld-ctype.c: Likewise.
25059         * locale/programs/ld-identification.c: Likewise.
25060         * locale/programs/ld-measurement.c: Likewise.
25061         * locale/programs/ld-messages.c: Likewise.
25062         * locale/programs/ld-monetary.c: Likewise.
25063         * locale/programs/ld-name.c: Likewise.
25064         * locale/programs/ld-numeric.c: Likewise.
25065         * locale/programs/ld-paper.c: Likewise.
25066         * locale/programs/ld-telephone.c: Likewise.
25067         * locale/programs/ld-time.c: Likewise.
25068         * locale/programs/linereader.c: Likewise.
25069         * locale/programs/locale.c: Likewise.
25070         * locale/programs/locarchive.c: Likewise.
25071         * locale/programs/locfile.h: Likewise.
25072         * locale/programs/repertoire.c: Likewise.
25073         * locale/programs/simple-hash.c: Likewise.
25074         * locale/programs/simple-hash.h: Likewise.
25075         * malloc/memusage.c: Likewise.
25076         * malloc/memusagestat.c: Likewise.
25077         * nis/nis_defaults.c: Likewise.
25078         * nis/nis_hash.c: Likewise.
25079         * nis/nis_print.c: Likewise.
25080         * nis/nis_xdr.c: Likewise.
25081         * nscd/connections.c: Likewise.
25082         * nscd/hstcache.c: Likewise.
25083         * nscd/nscd_gethst_r.c: Likewise.
25084         * nscd/nscd_getserv_r.c: Likewise.
25085         * nscd/nscd_helper.c: Likewise.
25086         * nscd/servicescache.c: Likewise.
25087         * nss/makedb.c: Likewise.
25088         * nss/nss_db/db-XXX.c: Likewise.
25089         * nss/nss_db/db-initgroups.c: Likewise.
25090         * nss/nss_db/db-netgrp.c: Likewise.
25091         * nss/nss_files/files-network.c: Likewise.
25092         * nss/nss_files/files-parse.c: Likewise.
25093         * posix/bug-regex5.c: Likewise.
25094         * posix/fnmatch_loop.c: Likewise.
25095         * posix/regcomp.c: Likewise.
25096         * posix/regexec.c: Likewise.
25097         * posix/tst-rfc3484-2.c: Likewise.
25098         * posix/tst-rfc3484-3.c: Likewise.
25099         * posix/tst-rfc3484.c: Likewise.
25100         * resolv/nss_dns/dns-canon.c: Likewise.
25101         * resolv/nss_dns/dns-network.c: Likewise.
25102         * resolv/res_init.c: Likewise.
25103         * resolv/res_mkquery.c: Likewise.
25104         * resolv/tst-aton.c: Likewise.
25105         * stdlib/cxa_atexit.c: Likewise.
25106         * stdlib/cxa_finalize.c: Likewise.
25107         * stdlib/gen-fpioconst.c: Likewise.
25108         * stdlib/strtol_l.c: Likewise.
25109         * string/tst-endian.c: Likewise.
25110         * sunrpc/auth_des.c: Likewise.
25111         * sunrpc/clnt_udp.c: Likewise.
25112         * sunrpc/rtime.c: Likewise.
25113         * sunrpc/svcauth_des.c: Likewise.
25114         * sunrpc/xdr.c: Likewise.
25115         * sunrpc/xdr_intXX_t.c: Likewise.
25116         * sunrpc/xdr_rec.c: Likewise.
25117         * sysdeps/generic/ldconfig.h: Likewise.
25118         * sysdeps/generic/ldsodefs.h: Likewise.
25119         * sysdeps/generic/memusage.h: Likewise.
25120         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25121         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25122         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25123         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25124         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25125         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25126         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25127         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25128         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25129         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25130         * sysdeps/posix/getaddrinfo.c: Likewise.
25131         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25132         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25133         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25134         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25135         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25136         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25137         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25138         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25139         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25140         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25141         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25142         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25143         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25144         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25145         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25146         * sysdeps/x86_64/dl-tls.h: Likewise.
25147         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25148         * time/alt_digit.c: Likewise.
25149         * time/era.c: Likewise.
25150         * wcsmbs/tst-c16c32-1.c: Likewise.
25151
25152 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25153
25154         * math/libm-test.inc (struct test_sincos_data): New type.
25155         (RUN_TEST_LOOP_sincos): New macro.
25156         (sincos_test_data): New variable.
25157         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25158
25159 2013-05-16  Richard Henderson  <rth@redhat.com>
25160
25161         * math/atest-exp2.c (LIMB64): New macro.
25162         (CONSTSZ): New macro.
25163         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25164         (hexdig): Move ...
25165         (print_mpn_fp): ... to function scope.
25166         (read_mpn_hex): Remove.
25167         (get_log2): Remove.
25168         (exp2_mpn): Use mp_log2.
25169         (main): Use mp_exp1.
25170
25171 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25172
25173         * math/libm-test.inc: Remove comment about not testing "inexact"
25174         exceptions.
25175         (INEXACT_EXCEPTION): New macro.
25176         (NO_INEXACT_EXCEPTION): Likewise.
25177         (INVALID_EXCEPTION_OK): Update value.
25178         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25179         (OVERFLOW_EXCEPTION_OK): Likewise.
25180         (UNDERFLOW_EXCEPTION_OK): Likewise.
25181         (IGNORE_ZERO_INF_SIGN): Likewise.
25182         (ERRNO_UNCHANGED): Likewise.
25183         (ERRNO_EDOM): Likewise.
25184         (ERRNO_ERANGE): Likewise.
25185         (test_exceptions): Handle testing "inexact" exceptions.
25186         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25187         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25188         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25189         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25190         INEXACT_EXCEPTION.
25191         (rint_towardzero_test_data): Likewise.
25192         (rint_downward_test_data): Likewise.
25193         (rint_upward_test_data): Likewise.
25194
25195         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25196         with OVERFLOW_EXCEPTION.
25197         (exp10_test_data): Likewise.
25198         (exp2_test_data): Likewise.
25199         (expm1_test_data): Likewise.
25200         (lgamma_test_data): Likewise.
25201         (pow_test_data): Likewise.
25202         (tgamma_test_data): Likewise.
25203         (yn_test_data): Remove duplicate test of overflow.
25204
25205         * math/libm-test.inc (struct test_cc_c_data): New type.
25206         (RUN_TEST_LOOP_cc_c): New macro.
25207         (cpow_test_data): New variable.
25208         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25209
25210         * math/libm-test.inc (struct test_f_L_data): New type.
25211         (RUN_TEST_LOOP_f_L): New macro.
25212         (llrint_test_data): New variable.
25213         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25214         (llrint_tonearest_test_data): New variable.
25215         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25216         (llrint_towardzero_test_data): New variable.
25217         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25218         (llrint_downward_test_data): New variable.
25219         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25220         (llrint_upward_test_data): New variable.
25221         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25222         (llround_test_data): New variable.
25223         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25224
25225 2013-05-13  Peter Collingbourne  <pcc@google.com>
25226
25227         * math/atest-exp2.c (get_log2): Remove const attribute.
25228
25229 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25230
25231         * math/libm-test.inc (struct test_f_l_data): New type.
25232         (RUN_TEST_LOOP_f_l): New macro.
25233         (lrint_test_data): New variable.
25234         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25235         (lrint_tonearest_test_data): New variable.
25236         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25237         (lrint_towardzero_test_data): New variable.
25238         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25239         (lrint_downward_test_data): New variable.
25240         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25241         (lrint_upward_test_data): New variable.
25242         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25243         (lround_test_data): New variable.
25244         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25245
25246 2013-05-15  Peter Collingbourne  <pcc@google.com>
25247
25248         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25249         (EXTRACT_WORDS64) Use where appropriate.
25250         (INSERT_WORDS64) Likewise.
25251
25252         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25253         constraints with x constraints.
25254         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25255
25256         * malloc/obstack.c (_obstack_compat): Add initializer.
25257
25258 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25259
25260         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25261         si_trapno and add si_addr_lsb to _sifields.sigfault.
25262         (si_trapno): Remove macro.
25263         (si_addr_lsb): Define new macro.
25264         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25265
25266 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25267
25268         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25269         instead of TEST_f_l.
25270         (llrint_test_tonearest): Likewise.
25271         (llrint_test_towardzero): Likewise.
25272         (llrint_test_downward): Likewise.
25273         (llrint_test_upward): Likewise.
25274         (llround_test): Likewise.
25275
25276         * math/libm-test.inc (struct test_f_i_data): Add comment.
25277         (RUN_TEST_LOOP_f_b): New macro.
25278         (RUN_TEST_LOOP_f_b_tg): Likewise.
25279         (finite_test_data): New variable.
25280         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25281         (isfinite_test_data): New variable.
25282         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25283         (isinf_test_data): New variable.
25284         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25285         (isnan_test_data): New variable.
25286         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25287         (isnormal_test_data): New variable.
25288         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25289         (issignaling_test_data): New variable.
25290         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25291         (signbit_test_data): New variable.
25292         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25293
25294         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25295         with INVALID_EXCEPTION.
25296         (acosh_test_data): Likewise.
25297         (asin_test_data): Likewise.
25298         (atanh_test_data): Likewise.
25299         (fmod_test_data): Likewise.
25300         (log_test_data): Likewise.
25301         (log10_test_data): Likewise.
25302         (log2_test_data): Likewise.
25303         (pow_test_data): Likewise.
25304         (sqrt_test_data): Likewise.
25305         (y0_test_data): Likewise.
25306         (y1_test_data): Likewise.
25307         (yn_test_data): Likewise.
25308
25309         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25310         function contents.
25311
25312         * math/libm-test.inc (struct test_ff_i_data): New type.
25313         (RUN_TEST_LOOP_ff_i_tg): New macro.
25314         (isgreater_test_data): New variable.
25315         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25316         (isgreaterequal_test_data): New variable.
25317         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25318         (isless_test_data): New variable.
25319         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25320         (islessequal_test_data): New variable.
25321         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25322         (islessgreater_test_data): New variable.
25323         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25324         (isunordered_test_data): New variable.
25325         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25326
25327 2013-05-14  David S. Miller  <davem@davemloft.net>
25328
25329         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25330
25331 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25332
25333         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25334
25335         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25336         extra_test to int.
25337         (struct test_f_i_data): Change type of max_ulp to int.
25338
25339         * math/libm-test.inc (test_ffI_f1_data): New type.
25340         (RUN_TEST_LOOP_ffI_f1): New macro.
25341         (remquo_test_data): New variable.
25342         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25343
25344         * setjmp/tst-setjmp-fp.c: New file.
25345         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25346         (link-libm): New variable.
25347         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25348
25349         * math/libm-test.inc (struct test_f_i_data): New type.
25350         (RUN_TEST_LOOP_f_i): New macro.
25351         (RUN_TEST_LOOP_f_i_tg): Likewise.
25352         (fpclassify_test_data): New variable.
25353         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25354         (ilogb_test_data): New variable.
25355         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25356
25357         * math/libm-test.inc (scalbln_test): Correct function name in END
25358         call.
25359
25360         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25361         (RUN_TEST_LOOP_fI_f1): New macro.
25362         (frexp_test_data): New variable.
25363         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25364
25365         * math/libm-test.inc (struct test_fF_f1_data): New type.
25366         (RUN_TEST_LOOP_fF_f1): New macro.
25367         (modf_test_data): New variable.
25368         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25369
25370         * math/libm-test.inc (struct test_f_f1_data): New type.
25371         (RUN_TEST_LOOP_f_f1): New macro.
25372         (gamma_test_data): New variable.
25373         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25374         (lgamma_test_data): New variable.
25375         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25376
25377 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25378
25379         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25380         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25381         (main): Comment "tls" pseudo-hwcap.
25382
25383 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25384
25385         * math/libm-test.inc (struct test_fl_f_data): New type.
25386         (RUN_TEST_LOOP_fl_f): New variable.
25387         (scalbln_test_data): New variable.
25388         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25389
25390         * math/libm-test.inc (struct test_fi_f_data): New type.
25391         (RUN_TEST_LOOP_fi_f): New macro.
25392         (ldexp_test_data): New variable.
25393         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25394         (scalbn_test_data): New variable.
25395         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25396
25397         * math/libm-test.inc (struct test_c_f_data): New type.
25398         (RUN_TEST_LOOP_c_f): New macro.
25399         (cabs_test_data): New variable.
25400         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25401         (carg_test_data): New variable.
25402         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25403         (cimag_test_data): New variable.
25404         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25405         (creal_test_data): New variable.
25406         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25407
25408         * math/libm-test.inc (struct test_if_f_data): New type.
25409         (RUN_TEST_LOOP_if_f): New macro.
25410         (jn_test_data): New variable.
25411         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25412         (yn_test_data): New variable.
25413         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25414
25415         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25416
25417 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25418
25419         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25420         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25421
25422 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25423
25424         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25425         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25426         (bench-deps): Add bench-timing.h.
25427         * benchtests-bench-skeleton.c: Include bench-timing.h.
25428         (main): Use TIMING_* macros instead of clock_gettime.
25429         * benchtests/bench-timing.h: New file.
25430
25431         [BZ #14582]
25432         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25433         Renamed from _LIB_VERSION.
25434         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25435
25436 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25437
25438         * math/libm-test.inc (struct test_fff_f_data): New type.
25439         (RUN_TEST_LOOP_fff_f): New macro.
25440         (fma_test_data): New variable.
25441         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25442         (fma_towardzero_test_data): New variable.
25443         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25444         (fma_downward_test_data): New variable.
25445         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25446         (fma_upward_test_data): New variable.
25447         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25448
25449         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25450         (struct test_c_c_data): New type.
25451         (RUN_TEST_LOOP_c_c): New macro.
25452         (cacos_test_data): New variable.
25453         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25454         (cacosh_test_data): New variable.
25455         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25456         (casin_test_data): New variable.
25457         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25458         (casinh_test_data): New variable.
25459         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25460         (catan_test_data): New variable.
25461         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25462         (catanh_test_data): New variable.
25463         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25464         (ccos_test_data): New variable.
25465         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25466         (ccosh_test_data): New variable.
25467         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25468         (cexp_test_data): New variable.
25469         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25470         (clog_test_data): New variable.
25471         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25472         (clog10_test_data): New variable.
25473         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25474         (conj_test_data): New variable.
25475         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25476         (cproj_test_data): New variable.
25477         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25478         (csin_test_data): New variable.
25479         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25480         (csinh_test_data): New variable.
25481         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25482         (csqrt_test_data): New variable.
25483         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25484         (ctan_test_data): New variable.
25485         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25486         (ctan_tonearest_test_data): New variable.
25487         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25488         (ctan_towardzero_test_data): New variable.
25489         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25490         (ctan_downward_test_data): New variable.
25491         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25492         (ctan_upward_test_data): New variable.
25493         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25494         (ctanh_test_data): New variable.
25495         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25496         (ctanh_tonearest_test_data): New variable.
25497         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25498         (ctanh_towardzero_test_data): New variable.
25499         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25500         (ctanh_downward_test_data): New variable.
25501         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25502         (ctanh_upward_test_data): New variable.
25503         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25504         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25505         of BUILD_COMPLEX.
25506
25507         * math/libm-test.inc (struct test_ff_f_data): New type.
25508         (struct test_ff_f_data_nexttoward): Likewise.
25509         (RUN_TEST_LOOP_2_f): New macro.
25510         (RUN_TEST_LOOP_ff_f): Likewise.
25511         (atan2_test_data): New variable.
25512         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25513         (copysign_test_data): New variable.
25514         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25515         (fdim_test_data): New variable.
25516         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25517         (fmax_test_data): New variable.
25518         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25519         (fmin_test_data): New variable.
25520         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25521         (fmod_test_data): New variable.
25522         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25523         (hypot_test_data): New variable.
25524         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25525         (nextafter_test_data): New variable.
25526         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25527         (nexttoward_test_data): New variable.
25528         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25529         (pow_test_data): New variable.
25530         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25531         (pow_tonearest_test_data): New variable.
25532         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25533         (pow_towardzero_test_data): New variable.
25534         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25535         (pow_downward_test_data): New variable.
25536         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25537         (pow_upward_test_data): New variable.
25538         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25539         (remainder_test_data): New variable.
25540         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25541         (scalb_test_data): New variable.
25542         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25543         * sysdeps/i386/fpu/libm-test-ulps: Update.
25544
25545 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25546
25547         * math/libm-test.inc (fma_test): Use max_value instead of local
25548         variable fltmax.
25549         (nextafter_test): Likewise.
25550
25551         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25552         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25553         (acos_downward_test_data): New variable.
25554         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25555         (acos_upward_test_data): New variable.
25556         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25557         (acosh_test_data): New variable.
25558         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25559         (asin_test_data): New variable.
25560         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25561         (asin_tonearest_test_data): New variable.
25562         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25563         (asin_towardzero_test_data): New variable.
25564         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25565         (asin_downward_test_data): New variable.
25566         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25567         (asin_upward_test_data): New variable.
25568         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25569         (asinh_test_data): New variable.
25570         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25571         (atan_test_data): New variable.
25572         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25573         (atanh_test_data): New variable.
25574         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25575         (cbrt_test_data): New variable.
25576         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25577         (ceil_test_data): New variable.
25578         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25579         (cos_test_data): New variable.
25580         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25581         (cos_tonearest_test_data): New variable.
25582         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25583         (cos_towardzero_test_data): New variable.
25584         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25585         (cos_downward_test_data): New variable.
25586         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25587         (cos_upward_test_data): New variable.
25588         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25589         (cosh_test_data): New variable.
25590         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25591         (cosh_tonearest_test_data): New variable.
25592         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25593         (cosh_towardzero_test_data): New variable.
25594         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25595         (cosh_downward_test_data): New variable.
25596         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25597         (cosh_upward_test_data): New variable.
25598         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25599         (erf_test_data): New variable.
25600         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25601         (erfc_test_data): New variable.
25602         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25603         (exp_test_data): New variable.
25604         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25605         (exp_tonearest_test_data): New variable.
25606         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25607         (exp_towardzero_test_data): New variable.
25608         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25609         (exp_downward_test_data): New variable.
25610         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25611         (exp_upward_test_data): New variable.
25612         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25613         (exp10_test_data): New variable.
25614         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25615         (exp2_test_data): New variable.
25616         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25617         (expm1_test_data): New variable.
25618         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25619         (fabs_test_data): New variable.
25620         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25621         (floor_test_data): New variable.
25622         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25623         (j0_test_data): New variable.
25624         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25625         (j1_test_data): New variable.
25626         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25627         (log_test_data): New variable.
25628         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25629         (log10_test_data): New variable.
25630         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25631         (log1p_test_data): New variable.
25632         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25633         (log2_test_data): New variable.
25634         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25635         (logb_test_data): New variable.
25636         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25637         (logb_downward_test_data): New variable.
25638         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25639         (nearbyint_test_data): New variable.
25640         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25641         (rint_test_data): New variable.
25642         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25643         (rint_tonearest_test_data): New variable.
25644         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25645         (rint_towardzero_test_data): New variable.
25646         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25647         (rint_downward_test_data): New variable.
25648         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25649         (rint_upward_test_data): New variable.
25650         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25651         (round_test_data): New variable.
25652         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25653         (sin_test_data): New variable.
25654         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25655         (sin_tonearest_test_data): New variable.
25656         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25657         (sin_towardzero_test_data): New variable.
25658         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25659         (sin_downward_test_data): New variable.
25660         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25661         (sin_upward_test_data): New variable.
25662         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25663         (sinh_test_data): New variable.
25664         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25665         (sinh_tonearest_test_data): New variable.
25666         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25667         (sinh_towardzero_test_data): New variable.
25668         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25669         (sinh_downward_test_data): New variable.
25670         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25671         (sinh_upward_test_data): New variable.
25672         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25673         (sqrt_test_data): New variable.
25674         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25675         (tan_test_data): New variable.
25676         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25677         (tan_tonearest_test_data): New variable.
25678         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25679         (tan_towardzero_test_data): New variable.
25680         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25681         (tan_downward_test_data): New variable.
25682         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25683         (tan_upward_test_data): New variable.
25684         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25685         (tanh_test_data): New variable.
25686         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25687         (tgamma_test_data): New variable.
25688         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25689         (trunc_test_data): New variable.
25690         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25691         (y0_test_data): New variable.
25692         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25693         (y1_test_data): New variable.
25694         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25695         (significand_test_data): New variable.
25696         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25697
25698 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25699
25700         [BZ #12387]
25701         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25702
25703 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25704
25705         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25706
25707 2013-05-10  Andreas Jaeger  <aj@suse.de>
25708
25709         [BZ #15448]
25710         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25711         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25712
25713 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25714
25715         * math/gen-libm-test.pl (adjust_arg): New function.
25716         (special_functions): Handle generating output in both functions
25717         and arrays.
25718         (parse_args): Likewise.
25719         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25720         $in_func argument to parse_args.
25721         * math/libm-test.inc (struct test_f_f_data): New type.
25722         (IF_ROUND_INIT_): New macro.
25723         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25724         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25725         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25726         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25727         (ROUND_RESTORE_): Likewise.
25728         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25729         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25730         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25731         (ROUND_RESTORE_FE_UPWARD): Likewise.
25732         (RUN_TEST_LOOP_f_f): New macro.
25733         (acos_test_data): New variable.
25734         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25735         (acos_tonearest_test_data): New variable.
25736         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25737
25738 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25739
25740         * benchtests/bench-skeleton.c (startup): Fix coding style.
25741
25742 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25743
25744         [BZ #6809]
25745         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25746         negative infinity argument.
25747         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25748         negative infinity argument.
25749         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25750         negative infinity argument.
25751         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25752         domain errors.
25753
25754 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25755
25756         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25757         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25758         * iconv/iconv_prog.c (main): Likewise.
25759         * locale/programs/charmap-dir.c (charmap_readdir)
25760         (fopen_uncompressed): Likewise.
25761         * locale/programs/locfile.c (siblings_uncached)
25762         (write_locale_data): Use lstat64 instead of lstat.
25763         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25764         stat.
25765
25766 2013-05-10  Andreas Jaeger  <aj@suse.de>
25767
25768         [BZ #15395]
25769         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25770         localization.
25771         Include <locale.h>.
25772
25773 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25774
25775         * elf/dl-close.c (_dl_close_worker): Add comments.
25776
25777 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25778
25779         [BZ #15359]
25780         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25781         high part of pi/2.
25782         (__ieee754_rem_pio2l): Update comments.
25783
25784         [BZ #15429]
25785         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25786         high part of pi/2.
25787         (__ieee754_rem_pio2l): Update comments.
25788
25789         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25790         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25791
25792         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25793         M_PI_4l.
25794
25795         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25796         (M_PI_34_LOG10El): Likewise.
25797         (M_PI2_LOG10El): Likewise.
25798         (M_PI4_LOG10El): Likewise.
25799         (M_PI_LOG10El): Likewise.
25800
25801 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25802
25803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25804
25805 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25806
25807         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25808         (MINUS_ZERO_INIT): Likewise.
25809         (PLUS_INFTY_INIT): Likewise.
25810         (MINUS_INFTY_INIT): Likewise.
25811         (QNAN_VALUE_INIT): Likewise.
25812         (MAX_VALUE_INIT): Likewise.
25813         (MIN_VALUE_INIT): Likewise.
25814         (MIN_SUBNORM_VALUE_INIT): Likewise.
25815         (plus_zero): Initialize with PLUS_ZERO_INIT.
25816         (minus_zero): Initialize with MINUS_ZERO_INIT.
25817         (plus_infty): Initialize with PLUS_INFTY_INIT.
25818         (minus_infty): Initialize with MINUS_INFTY_INIT.
25819         (qnan_value): Initialize with QNAN_VALUE_INIT.
25820         (max_value): Initialize with MAX_VALUE_INIT.
25821         (min_value): Initialize with MIN_VALUE_INIT.
25822         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25823
25824         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25825         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25826         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25827         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25828
25829         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25830         (RUN_TEST_2_f): Likewise.
25831         (RUN_TEST_ff_f): Likewise.
25832         (RUN_TEST_fi_f): Likewise.
25833         (RUN_TEST_fl_f): Likewise.
25834         (RUN_TEST_fff_f): Likewise.
25835         (RUN_TEST_c_f): Likewise.
25836         (RUN_TEST_f_f1): Likewise.
25837         (RUN_TEST_fF_f1): Likewise.
25838         (RUN_TEST_fI_f1): Likewise.
25839         (RUN_TEST_ffI_f1): Likewise.
25840         (RUN_TEST_c_c): Likewise.
25841         (RUN_TEST_cc_c): Likewise.
25842         (RUN_TEST_f_i): Likewise.
25843         (RUN_TEST_f_i_tg): Likewise.
25844         (RUN_TEST_ff_i_tg): Likewise.
25845         (RUN_TEST_f_b): Likewise.
25846         (RUN_TEST_f_b_tg): Likewise.
25847         (RUN_TEST_f_l): Likewise.
25848         (RUN_TEST_f_L): Likewise.
25849         (RUN_TEST_sincos): Likewise.
25850         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25851         whether to show exceptions.  Do not include ");\n" in return
25852         value.
25853         (special_functions): Output call to RUN_TEST_sincos instead of
25854         check_float calls.  Update calls to new_test.
25855         (parse_args): Output call to single RUN_TEST_* macro instead of
25856         check_* calls and other assignments.  Update calls to new_test.
25857
25858         [BZ #2546]
25859         [BZ #2560]
25860         [BZ #5159]
25861         [BZ #15426]
25862         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25863         input to result for tgamma overflow.
25864         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25865         (gamma_coeff): New variable.
25866         (NCOEFF): New macro.
25867         (gamma_positive): New function.
25868         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25869         underflow here.  Use gamma_positive instead of exp (lgamma) for
25870         other arguments.
25871         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25872         (gamma_coeff): New variable.
25873         (NCOEFF): New macro.
25874         (gammaf_positive): New function.
25875         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25876         underflow here.  Use gamma_positive instead of exp (lgamma) for
25877         other arguments.
25878         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25879         (gamma_coeff): New variable.
25880         (NCOEFF): New macro.
25881         (gammal_positive): New function.
25882         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25883         underflow here.  Use gamma_positive instead of exp (lgamma) for
25884         other arguments.
25885         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25886         (gamma_coeff): New variable.
25887         (NCOEFF): New macro.
25888         (gammal_positive): New function.
25889         (__ieee754_gammal_r): Handle positive infinity, overflow and
25890         underflow here.  Handle NaN the same as positive infinity.  Remove
25891         check x < 0xffffffff for negative integers.  Use gamma_positive
25892         instead of exp (lgamma) for other arguments.
25893         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25894         (gamma_coeff): New variable.
25895         (NCOEFF): New macro.
25896         (gammal_positive): New function.
25897         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25898         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25899         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25900         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25901         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25902         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25903         * sysdeps/generic/math_private.h (__gamma_productf): New
25904         prototype.
25905         (__gamma_product): Likewise.
25906         (__gamma_productl): Likewise.
25907         * math/Makefile (libm-calls): Add gamma_product.
25908         * math/libm-test.inc (tgamma_test): Add more tests.
25909         * sysdeps/i386/fpu/libm-test-ulps: Update.
25910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25911
25912 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25913
25914         * benchtests/bench-skeleton.c (main): Preheat CPU.
25915
25916 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25917
25918         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25919
25920 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25921
25922         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25923         and _dl_skip_args_internal.
25924
25925 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25926
25927         * manual/message.texi (Message Translation): Talk about users.
25928         Message to key mapping impacts design.
25929
25930 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25931
25932         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25933
25934         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25935
25936         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25937         * sysdeps/wordsize-64/glob64.c: ... here.
25938
25939         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25940         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25941         New macros.
25942
25943         * debug/getlogin_r_chk.c: Moved to ...
25944         * login/getlogin_r_chk.c: ... here.
25945         * debug/Makefile (routines): Move getlogin_r_chk to ...
25946         * login/Makefile (routines): ... here.
25947         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25948         * login/Versions (libc: GLIBC_2.4): ... here.
25949
25950         * io/poll.c (__poll): Renamed from poll.
25951         Add libc_hidden_def.
25952         (poll): Define as weak alias.
25953
25954         * debug/ptsname_r_chk.c: Moved to ...
25955         * login/ptsname_r_chk.c: ... here.
25956         * debug/Makefile (routines): Move ptsname_r_chk to ...
25957         * login/Makefile (routines): ... here.
25958         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25959         * login/Versions (libc: GLIBC_2.4): ... here.
25960
25961         * posix/getlogin.c: Moved to ...
25962         * login/getlogin.c: ... here.
25963         * posix/getlogin_r.c: Moved to ...
25964         * login/getlogin_r.c: ... here.
25965         * posix/getlogin_r.c: Moved to ...
25966         * login/getlogin_r.c: ... here.
25967         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25968         * login/Makefile (routines): ... here.
25969         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25970         * login/Versions (libc: GLIBC_2.0): ... here.
25971
25972         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25973         (setrlimit): Define as weak alias.
25974
25975         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25976         Call __ names for open, ftruncate, and close.
25977         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25978         (truncate): Define as weak alias.
25979
25980 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25981
25982         * math/gen-libm-test.pl (parse_args): Initialize x before each
25983         test of frexp, modf and remquo.
25984
25985         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25986         test signgam value.
25987
25988 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25989
25990         [BZ #15418]
25991         [BZ #15419]
25992         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25993         internal tests.
25994         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25995
25996 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25997
25998         * elf/dl-writev.h: New file.
25999         * elf/dl-misc.c: Include it.
26000         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26001         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26002
26003 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26004
26005         * math/libm-test.inc (noXFails): Remove variable.
26006         (noXPasses): Likewise.
26007         (BUILD_COMPLEX_INT): Remove macro.
26008         (print_screen): Remove xfail argument.
26009         (print_screen_max_error): Likewise.
26010         (update_stats): Likewise.
26011         (print_max_error): Likewise.  Update calls to other affected
26012         functions.
26013         (print_complex_max_error): Likewise.
26014         (test_single_exception): Update calls to print_screen.
26015         (test_single_errno): Likewise.
26016         (check_float_internal): Remove xfail argument.  Update calls to
26017         other affected functions.
26018         (check_float): Likewise.
26019         (check_complex): Likewise.
26020         (check_int): Likewise.
26021         (check_long): Likewise.
26022         (check_bool): Likewise.
26023         (check_longlong): Likewise.
26024         (main): Don't print noXFails and noXPasses.
26025         * math/gen-libm-test.pl (top level): Don't mention expected
26026         failure handling in comment.
26027         (new_test): Don't handle expected failures.
26028         (parse_args): Don't mention expected failure handling in comment.
26029         (generate_testfile): Don't handle expected failures.
26030         (parse_ulps): Likewise.
26031         (print_ulps_file): Likewise.
26032         (get_failure): Remove function.
26033         (output_test): Don't handle expected failures.
26034         * make/README.libm-test: Don't mention expected failure handling.
26035
26036         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26037         (minus_zero): Likewise.
26038         (plus_infty): Likewise.
26039         (minus_infty): Likewise.
26040         (qnan_value): Likewise.
26041         (max_value): Likewise.
26042         (min_value): Likewise.
26043         (min_subnorm_value): Likewise.
26044         (initialize): Do not initialize those variables dynamically.
26045
26046 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26047
26048         * io/open.c (__open_2): Moved to ...
26049         * io/open_2.c: ... this new file.
26050         * io/open64.c (__open64_2): Moved to ...
26051         * io/open64_2.c: ... this new file.
26052         * io/openat.c (__openat_2): Moved to ...
26053         * io/openat_2.c: ... this new file.
26054         * io/openat64.c (__openat64_2): Moved to ...
26055         * io/openat64_2.c: ... this new file.
26056         * io/Makefile (routines): Add them.
26057         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26058         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26059         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26060         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26061         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26062         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26063         (__openat64): Add hidden_ver.
26064         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26065         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26066
26067         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26068         Separately conditionalize setting of GLRO(dl_sysinfo) so
26069         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26070         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26071
26072 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26073
26074         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26075         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26076         definition.
26077         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26078         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26079         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26080         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26081         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26082
26083 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26084
26085         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26086         test signgam value.
26087
26088         * math/libm-test.inc (hypot_test): Do not use
26089         IGNORE_ZERO_INF_SIGN.
26090
26091 2013-05-03  Andreas Jaeger  <aj@suse.de>
26092
26093         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26094         Linux 3.9.
26095         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26096         (PF_MAX): Adjust for VSOCK change.
26097
26098 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26099
26100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26101
26102 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26103
26104         [BZ #15264]
26105         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26106         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26107         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26108
26109 2013-05-02  David S. Miller  <davem@davemloft.net>
26110
26111         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26112
26113 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26114
26115         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26116
26117 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26118
26119         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26120
26121 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26122
26123         [BZ #14952]
26124         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26125         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26126         Use __attribute__ ((__gnu_inline__)).
26127         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26128         Don't use __attribute__ ((__gnu_inline__)).
26129
26130 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26131
26132         [BZ #15423]
26133         * math/s_catan.c (__catan): Handle small real or imaginary part of
26134         input specially to avoid spurious underflow.
26135         * math/s_catanf.c (__catanf): Likewise.
26136         * math/s_catanh.c (__catanh): Likewise.
26137         * math/s_catanhf.c (__catanhf): Likewise.
26138         * math/s_catanhl.c (__catanhl): Likewise.
26139         * math/s_catanl.c (__catanl): Likewise.
26140         * math/libm-test.inc (catan_test): Add more tests.
26141         (catanh_test): Likewise.
26142         * sysdeps/i386/fpu/libm-test-ulps: Update.
26143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26144
26145 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26146
26147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26148
26149 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26150
26151         [BZ #15416]
26152         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26153         accurately for denominator in atan2.
26154         * math/s_catanf.c (__catanf): Likewise.
26155         * math/s_catanh.c (__catanh): Likewise.
26156         * math/s_catanhf.c (__catanhf): Likewise.
26157         * math/s_catanhl.c (__catanhl): Likewise.
26158         * math/s_catanl.c (__catanl): Likewise.
26159         * math/libm-test.inc (catan_test): Add more tests.
26160         (catanh_test): Likewise.
26161         * sysdeps/i386/fpu/libm-test-ulps: Update.
26162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26163
26164 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26165
26166         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26167
26168         * benchtests/Makefile (bench): Remove slow benchmarks.
26169         * benchtests/atan-inputs: Add slow benchmark inputs.
26170         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26171         (BENCH_FUNC): Accept variant offset.
26172         (VARIANT): Define.
26173         * benchtests/bench-skeleton.c (main): Run benchmark for each
26174         variant.
26175         * benchtests/cos-inputs: Add slow benchmark inputs.
26176         * benchtests/exp-inputs: Likewise.
26177         * benchtests/pow-inputs: Likewise.
26178         * benchtests/sin-inputs: Likewise.
26179         * benchtests/slowatan-inputs: Remove.
26180         * benchtests/slowatan.c: Remove.
26181         * benchtests/slowcos-inputs: Remove.
26182         * benchtests/slowcos.c: Remove.
26183         * benchtests/slowexp-inputs: Remove.
26184         * benchtests/slowexp.c: Remove.
26185         * benchtests/slowpow-inputs: Remove.
26186         * benchtests/slowpow.c: Remove.
26187         * benchtests/slowsin-inputs: Remove.
26188         * benchtests/slowsin.c: Remove.
26189         * benchtests/slowtan-inputs: Remove.
26190         * benchtests/slowtan.c: Remove.
26191         * benchtests/tan-inputs: Add slow benchmark inputs.
26192         * scripts/bench.pl: Parse comments and directives.
26193
26194         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26195         in CPPFLAGS.
26196         ($(objpfx)bench-%.c): Remove *-ITER.
26197         * benchtests/bench-modf.c: Remove definition of ITER.
26198         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26199         (main): Loop for DURATION seconds instead of fixed number of
26200         iterations.
26201         * scripts/bench.pl: Don't expect iterations in parameters.
26202
26203 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26204
26205         * io/fchdir.c (__fchdir): Renamed from fchdir.
26206         (fchdir): Define as weak alias.
26207
26208 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26209
26210         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26211         (ERRNO_EDOM): Likewise.
26212         (ERRNO_ERANGE): Likewise.
26213         (noErrnoTests): New variable.
26214         (init_max_error): Set errno to 0.
26215         (test_single_errno): New function.
26216         (test_errno): Likewise.
26217         (check_float_internal): Call test_errno.  Set errno to 0.
26218         (check_complex): Refer to errno tests in comment.
26219         (check_int): Call test_errno.  Set errno to 0.
26220         (check_long): Likewise.
26221         (check_bool): Likewise.
26222         (check_longlong): Likewise.
26223         (cos_test): Use ERRNO_* flags for errno tests instead of
26224         check_int.
26225         (expm1_test): Likewise.
26226         (fmod_test): Likewise.
26227         (ilogb_test): Likewise.
26228         (lgamma_test): Likewise.
26229         (pow_test): Likewise.
26230         (remainder_test): Likewise.
26231         (sin_test): Likewise.
26232         (tan_test): Likewise.
26233         (yn_test): Likewise.
26234         (initialize): Set errno to 0.
26235         (main): Print number of errno tests.
26236         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26237
26238 2013-04-29  Andreas Jaeger  <aj@suse.de>
26239
26240         [BZ #15084]
26241         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26242         and RES_USEVC.
26243
26244         [BZ #15085]
26245         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26246         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26247         unimplemented.
26248
26249         [BZ #15380]
26250         * stdlib/random.c (__initstate): Return NULL if
26251         __initstate fails.
26252
26253         [BZ #15086]
26254         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26255         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26256         RES_SNGLKUPREOP.
26257
26258 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26259
26260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26261
26262 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26263
26264         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26265         of individual tests.
26266         (casin_test): Likewise.
26267         (casinh_test): Likewise.
26268
26269 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26270
26271         [BZ #15409]
26272         * math/s_catan.c (__catan): Handle arguments with large real or
26273         imaginary part separately without squaring.
26274         * math/s_catanf.c (__catanf): Likewise.
26275         * math/s_catanh.c (__catanh): Likewise.
26276         * math/s_catanhf.c (__catanhf): Likewise.
26277         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26278         and redefine.
26279         (__catanhl): Handle arguments with large real or imaginary part
26280         separately without squaring.
26281         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26282         and redefine.
26283         (__catanl): Handle arguments with large real or imaginary part
26284         separately without squaring.
26285         * math/libm-test.inc (catan_test): Add more tests.
26286         (catanh_test): Likewise.
26287         * sysdeps/i386/fpu/libm-test-ulps: Update.
26288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26289
26290 2013-04-27  Andreas Jaeger  <aj@suse.de>
26291
26292         [BZ #15007]
26293         * stdlib/stdlib.h: Update guards for qecvt.
26294         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26295         <stdlib.h>.
26296
26297 2013-04-27  Allan McRae  <allan@archlinux.org>
26298
26299         * sysdeps/i386/fpu/libm-test-ulps: Update.
26300
26301 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26302
26303         [BZ #15406]
26304         * math/s_catan.c: Include <float.h>.
26305         (__catan): Ensure underflow exception occurs for underflowed
26306         result.
26307         * math/s_catanf.c: Include <float.h>.
26308         (__catanf): Ensure underflow exception occurs for underflowed
26309         result.
26310         * math/s_catanh.c: Include <float.h>.
26311         (__catanh): Ensure underflow exception occurs for underflowed
26312         result.
26313         * math/s_catanhf.c: Include <float.h>.
26314         (__catanhf): Ensure underflow exception occurs for underflowed
26315         result.
26316         * math/s_catanhl.c: Include <float.h>.
26317         (__catanhl): Ensure underflow exception occurs for underflowed
26318         result.
26319         * math/s_catanl.c: Include <float.h>.
26320         (__catanl): Ensure underflow exception occurs for underflowed
26321         result.
26322         * math/libm-test.inc (catan_test): Add more tests.
26323         (catanh_test): Likewise.
26324
26325         [BZ #15405]
26326         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26327         underflowed result.
26328         * math/s_ccoshf.c (__ccoshf): Likewise.
26329         * math/s_ccoshl.c (__ccoshl): Likewise.
26330         * math/s_csin.c (__csin): Likewise.
26331         * math/s_csinf.c (__csinf): Likewise.
26332         * math/s_csinh.c (__csinh): Likewise.
26333         * math/s_csinhf.c (__csinhf): Likewise.
26334         * math/s_csinhl.c (__csinhl): Likewise.
26335         * math/s_csinl.c (__csinl): Likewise.
26336         * math/libm-test.inc (ccos_test): Add more tests.
26337         (ccosh_test): Likewise.
26338         (csin_test): Likewise.
26339         (csinh_test): Likewise.
26340
26341 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26342
26343         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26344         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26345         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26346         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26347         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26348         powerpc/power5+/fpu folders.
26349         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26350
26351
26352 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26353
26354         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26355
26356 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26357
26358         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26359         additions to variable.
26360         [$(config-machine) = x86_64] (modules-names): Likewise.
26361         ($(objpfx)tst-audit3): Remove dependency.
26362         ($(objpfx)tst-audit3.out): Likewise.
26363         ($(objpfx)tst-audit4): Likewise.
26364         ($(objpfx)tst-audit4.out): Likewise.
26365         ($(objpfx)tst-audit5): Likewise.
26366         ($(objpfx)tst-audit5.out): Likewise.
26367         ($(objpfx)tst-audit6): Likewise.
26368         ($(objpfx)tst-audit6.out): Likewise.
26369         ($(objpfx)tst-audit7): Likewise.
26370         ($(objpfx)tst-audit7.out): Likewise.
26371         (tst-audit3-ENV): Remove variable.
26372         (tst-audit4-ENV): Likewise.
26373         (tst-audit5-ENV): Likewise.
26374         (tst-audit6-ENV): Likewise.
26375         (tst-audit7-ENV): Likewise.
26376         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26377         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26378         addition to variable.
26379         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26380         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26381         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26382         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26383         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26384         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26385         tst-audit3, tst-audit4 and tst-audit5.
26386         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26387         tst-audit6 and tst-audit7.
26388         [$(subdir) = elf] (modules-names): Add audit modules for those
26389         tests.
26390         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26391         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26392         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26393         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26394         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26395         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26396         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26397         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26398         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26399         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26400         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26401         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26402         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26403         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26404         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26405         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26406         Likewise.
26407         [$(subdir) = elf && $(config-cflags-avx) = yes]
26408         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26409         [$(subdir) = elf && $(config-cflags-avx) = yes]
26410         (CFLAGS-tst-auditmod4a.c): Likewise.
26411         [$(subdir) = elf && $(config-cflags-avx) = yes]
26412         (CFLAGS-tst-auditmod4b.c): Likewise.
26413         [$(subdir) = elf && $(config-cflags-avx) = yes]
26414         (CFLAGS-tst-auditmod6b.c): Likewise.
26415         [$(subdir) = elf && $(config-cflags-avx) = yes]
26416         (CFLAGS-tst-auditmod6c.c): Likewise.
26417         [$(subdir) = elf && $(config-cflags-avx) = yes]
26418         (CFLAGS-tst-auditmod7b.c): Likewise.
26419         * elf/tst-audit3.c: Move to ...
26420         * sysdeps/x86_64/tst-audit3.c: ... here.
26421         * elf/tst-audit4.c: Move to ...
26422         * sysdeps/x86_64/tst-audit4.c: ... here.
26423         * elf/tst-audit5.c: Move to ...
26424         * sysdeps/x86_64/tst-audit5.c: ... here.
26425         * elf/tst-audit6.c: Move to ...
26426         * sysdeps/x86_64/tst-audit6.c: ... here.
26427         * elf/tst-audit7.c: Move to ...
26428         * sysdeps/x86_64/tst-audit7.c: ... here.
26429         * elf/tst-auditmod3a.c: Move to ...
26430         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26431         * elf/tst-auditmod3b.c: Move to ...
26432         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26433         * elf/tst-auditmod4a.c: Move to ...
26434         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26435         * elf/tst-auditmod4b.c: Move to ...
26436         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26437         * elf/tst-auditmod5a.c: Move to ...
26438         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26439         * elf/tst-auditmod5b.c: Move to ...
26440         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26441         * elf/tst-auditmod6a.c: Move to ...
26442         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26443         * elf/tst-auditmod6b.c: Move to ...
26444         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26445         * elf/tst-auditmod6c.c: Move to ...
26446         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26447         * elf/tst-auditmod7a.c: Move to ...
26448         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26449         * elf/tst-auditmod7b.c: Move to ...
26450         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26451
26452 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26453
26454         [BZ #15366]
26455         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26456         define unconditionally.
26457         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26458         define unconditionally.
26459         (INT8_C, INT16_C, etc.): Likewise.
26460
26461 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26462
26463         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26464         __ehdr_start with hidden visibility.
26465
26466         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26467
26468 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26469
26470         * math/libm-test.inc (cos_test): Use accurate hex constants.
26471         (sincost_test): Likewise.
26472
26473 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26474
26475         * math/libm-test.inc (catan_test): Add more tests.
26476         (catanh_test): Likewise.
26477
26478         * math/s_catanf.c (__catanf): Use suffixed floating-point
26479         constants.
26480         * math/s_catanhf.c (__catanhf): Likewise.
26481         * math/s_catanhl.c (__catanhl): Likewise.
26482         * math/s_catanl.c (__catanl): Likewise.
26483
26484         [BZ #15394]
26485         * math/s_catan.c (__catan): Calculate imaginary part of result
26486         with log1p not log unless computing log of number close to 0.
26487         * math/s_catanf.c (__catanf): Likewise.
26488         * math/s_catanl.c (__catanl): Likewise.
26489         * math/s_catanh.c (__catanh): Calculate real part of result with
26490         log1p not log unless computing log of number close to 0.
26491         * math/s_catanhf.c (__catanhf): Likewise.
26492         * math/s_catanhl.c (__catanhl): Likewise.
26493         * math/libm-test.inc (catan_test): Add more tests.
26494         (catanh_test): Likewise.
26495         * sysdeps/i386/fpu/libm-test-ulps: Update.
26496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26497
26498 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499
26500         * benchtests/Makefile: Mention files in which fast and slow
26501         paths of math functions are implemented.
26502
26503 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26504
26505         * sysdeps/posix/timespec_get.c: New file.
26506
26507 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26508
26509         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26510         POWER.
26511         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26512         for POWER.
26513         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26514         powerpc/power5/fpu folders.
26515         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26516         * benchtests/Makefile: Add modf testcase.
26517         * benchtests/bench-modf.c: New file: Benchmark test for mo
26518
26519 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26520
26521         [BZ #14888]
26522         * time/Makefile (tests): Add tst-strptime-whitespace.
26523         * time/strptime_l.c (get_number): Use ISSPACE.
26524         (__strptime_internal): Likewise.
26525         * time/tst-strptime-whitespace.c: New test case.
26526
26527 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26528
26529         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26530         member.
26531         (_nss_files_init): Set it here.
26532
26533 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26534
26535         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26536         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26537         unsigned.
26538
26539 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26540
26541         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26542
26543 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26544
26545         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26546         size just once.
26547
26548 2013-04-21  David S. Miller  <davem@davemloft.net>
26549
26550         * po/ru.po: Update Russion translation from translation project.
26551
26552 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26553
26554         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26555         and setfsgid.
26556
26557 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26558
26559         * configure.in: Remove i386 configure warning. Remove i386 case.
26560         * configure: Regenerate.
26561         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26562         Add example to error message.
26563         * sysdeps/i386/configure: Regenerate.
26564
26565 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26566
26567         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26568         slowtan.
26569         * benchtests/cos-inputs: New file.
26570         * benchtests/slowcos-inputs: New file.
26571         * benchtests/slowcos.c: New file.
26572         * benchtests/slowtan-inputs: New file.
26573         * benchtests/slowtan.c: New file.
26574         * benchtests/tan-inputs: New file.
26575
26576 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26577
26578         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26579         considered kosher.
26580
26581 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26582
26583         * benchtests/Makefile: Include cppflags-iterator.mk to add
26584         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26585
26586         * Makefile.in (bench-clean): New target.
26587         * benchtests/Makefile (bench-clean): Likewise.
26588
26589 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26590
26591         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26592
26593 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26594
26595         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26596
26597 2013-04-15  Andreas Schwab  <schwab@suse.de>
26598
26599         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26600         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26601         * nscd/pwdcache.c (cache_addpw): Likewise.
26602         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26603         more than recsize.
26604
26605 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26606
26607         * benchtests/Makefile (bench): Write all output to
26608         bench-out.tmp together.
26609
26610 2013-04-15  Andreas Schwab  <schwab@suse.de>
26611
26612         * nscd/nscd.c (main): Don't fork again after closing files.
26613
26614 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26615
26616         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26617
26618         * benchtests/Rules (bench-deps): Collect dependencies into a
26619         single variable.  Add Makefile to dependencies.
26620         ($(objpfx)bench-%.c): Depend on bench-deps.
26621
26622 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26623             Xavier Roche  <roche+kml2@exalead.com>
26624
26625         [BZ #15361]
26626         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26627         just that it's a file descriptor.
26628         * manual/llio.texi (Synchronizing AIO Operations): Update description
26629         for EBADF error from aio_fsync.
26630
26631 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26632
26633         * Rules (bench): Move target definition...
26634         * benchtests/Makefile: ... here.
26635
26636 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26637
26638         * math/libm-test.inc (cos_test): Fix PI/2 test.
26639         (sincos_test): Likewise.
26640         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26641         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26642
26643 2013-04-11  Andreas Schwab  <schwab@suse.de>
26644
26645         [BZ #13988]
26646         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26647         accept exponent character only when digits were seen.
26648         * stdio-common/Makefile (tests): Add bug26.
26649         * stdio-common/bug26.c: New file.
26650
26651         [BZ #14293]
26652         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26653         non-freeable.
26654
26655 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26656
26657         * Makeconfig (rtld-prefix): Define built linker prefix.
26658         * Rules (run-bench): Use it.
26659         * math/Makefile (run-regen-ulps): Likewise.
26660
26661         * Rules (bench): Remove eval.
26662
26663 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26664             Roland McGrath  <roland@hack.frob.com>
26665             Ondrej Bilka  <neleai@seznam.cz>
26666
26667         [BZ #15346]
26668         * time/getdate.c: Include ctype.h and alloca.h.
26669         (__getdate_r): Trim leading and trailing spaces of input.
26670         * time/tst-getdate.c (tests): Add tests with leading and
26671         trailing spaces.
26672
26673 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26674
26675         [BZ #14280]
26676         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26677         when computing value.
26678
26679 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26680
26681         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26682         Use testrun.sh to run libm tests.
26683
26684         [BZ #15309]
26685         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26686
26687 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26688
26689         [BZ #15264]
26690         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26691
26692 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26693
26694         * Makefile.in (regen-ulps): New target.
26695         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26696         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26697         [ifneq (no,$(PERL)] (regen-ulps): New target.
26698         [ifeq (no,$(PERL)] (regen-ulps): New target.
26699         * math/libm-test.inc (ulps_file_name): Define.
26700         (output_dir): New variable.
26701         (options): Add "output-dir" option.
26702         (parse_opt): Handle 'o' case.
26703         (main): If output_dir is non-NULL use it as a prefix
26704         otherwise use "".
26705         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26706
26707 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26708
26709         [BZ #10060, #10062]
26710         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26711         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26712         fail configure if __sync_val_compare_and_swap is not inlined.
26713         * sysdeps/i386/configure: Regenerate.
26714         * configure.in: Build for i686 when configured for i386.
26715         * configure: Regenerate.
26716         * README: Remove i386 reference.
26717
26718 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26719
26720         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26721         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26722
26723 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26724
26725         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26726         (lmsnanval): New variables.
26727         (F): Add conversion tests.
26728         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26729         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26730
26731         * stdio-common/tstdiomisc.c (F): Properly collect individual
26732         tests' results.
26733
26734         [BZ #14686, #15336]
26735         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26736         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26737         Instead, use input NaN values or generate a qNaN by arithmetic
26738         operation.  Also fix bugs to comply with the standard.
26739         * math/libm-test.inc (remainder_test): Add more tests.
26740
26741         [BZ #15335, #15342]
26742         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26743         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26744         input NaN values or generate a qNaN by arithmetic operation.
26745
26746         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26747         unreachable code.
26748
26749         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26750         definitions.
26751
26752 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26753
26754         [BZ #14478]
26755         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26756         underflowed result.
26757         * math/s_cexpf.c (__cexpf): Likewise.
26758         * math/s_cexpl.c (__cexpl): Likewise.
26759         * math/libm-test.inc (cexp_test): Add more tests.
26760
26761 2013-04-03  Andreas Schwab  <schwab@suse.de>
26762
26763         [BZ #15330]
26764         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26765         order arrays from heap if bigger than alloca cutoff.
26766
26767 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26768
26769         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26770         (SNAN_TESTS_double): Refer to GCC PR56831.
26771         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26772         GCC PR56828.
26773
26774 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26775
26776         * Rules (bench): Move bench.out after the run is complete.
26777
26778         * Rules (bench): Echo currently running benchmark.
26779
26780         * benchtests/Makefile (bench): Add atan and slowatan.
26781         * benchtests/atan-inputs: New file.
26782         * benchtests/slowatan-inputs: New file.
26783         * benchtests/slowatan.c: New file.
26784
26785         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26786         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26787         its value.
26788
26789         [BZ #15305]
26790         * sysdeps/unix/sysv/linux/kernel-features.h
26791         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26792         __ASSUME_XFS_RESTRICTED_CHOWN.
26793         * sysdeps/unix/sysv/linux/pathconf.c
26794         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26795         Save and restore errno.
26796
26797 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26798
26799         [BZ #15327]
26800         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26801         arguments using __kernel_casinh.
26802         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26803         arguments using __kernel_casinhf.
26804         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26805         arguments using __kernel_casinhl.
26806         * math/libm-test.inc (cacosh_test): Add more tests.
26807         * sysdeps/i386/fpu/libm-test-ulps: Update.
26808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26809
26810 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26811
26812         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26813         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26814
26815         * bench/Makefile (bench): Add sin and slowsin.
26816         * benchtests/sin-inputs: New file.
26817         * benchtests/slowsin-inputs: New file.
26818         * benchtests/slowsin.c: New file.
26819
26820         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26821         (bench): Add slowexp and slowpow.
26822         (exp-ITER): Increase iterations.
26823         (pow-ITER): Likewise.
26824         * benchtests/exp-inputs: Change input.
26825         * benchtests/pow-inputs: Likewise.
26826         * benchtests/slowexp-inputs: New file.
26827         * benchtests/slowexp.c: New file.
26828         * benchtests/slowpow-inputs: New file.
26829         * benchtests/slowpow.c: New file.
26830
26831 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26832
26833         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26834         instructions.
26835         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26836         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26837         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26838         * benchtests/Makefile: Add rint benchtest.
26839         * benchtests/rint-inputs: Input for rint benchtest.
26840
26841 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26842
26843         * Versions.def (libm): Add GLIBC_2.18.
26844         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26845         hidden libm prototypes.
26846         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26847         * math/Makefile (libm-calls): Add s_issignaling.
26848         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26849         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26850         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26851         declaration.
26852         * math/math.h [__USE_GNU] (issignaling): New macro.
26853         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26854         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26855         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26856         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26857         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26858         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26859         * manual/arith.texi (issignaling): New section.
26860         * manual/libm-err-tab.pl (@all_functions): Update comment.
26861         * math/gen-libm-test.pl (parse_args): Apply special handling for
26862         issignaling.
26863         * math/libm-test.inc (print_float, issignaling_test): New
26864         functions.
26865         (check_float_internal): Add issignaling checks.
26866         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26867         default definition.
26868         * sysdeps/powerpc/math-tests.h: New file.
26869         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26870         tests.
26871         * math/test-snan.c (TEST_FUNC): Likewise.
26872
26873 2013-03-30  David S. Miller  <davem@davemloft.net>
26874
26875         * po/de.po: Update from translation team.
26876
26877 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26878
26879         [BZ #10357]
26880         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26881         imaginary part less than 1.0 and real part less than 0.5
26882         specially.
26883         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26884         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26885         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26886         (cacos_test): Add more tests.
26887         (casin_test): Likewise.
26888         (casinh_test): Likewise.
26889         * sysdeps/i386/fpu/libm-test-ulps: Update.
26890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26891
26892 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26893
26894         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26895         ONE with its value.
26896
26897         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26898         (__pow_mp): Replace ONE and MONE with their values.
26899         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26900         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26901         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26902         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26903         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26904         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26905
26906         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26907
26908         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26909         (__pow_mp): Replace ZERO and MZERO with their values.
26910         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26911         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26912         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26913         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26914         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26915         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26916         (__sqr): Likewise.
26917
26918         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26919
26920         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26921
26922 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26923
26924         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26925         Declare with __attribute__ ((weak)).
26926         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26927         Call __call_tls_dtors only if it's not NULL.
26928
26929 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26930
26931         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26932         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26933         magic __ehdr_start linker symbol if it's defined.
26934         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26935         them up here if it was already done.
26936
26937         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26938         (_dl_aux_init): Use const in cast when setting it.
26939         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26940         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26941         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26942
26943         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26944         Declare them here.
26945         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26946         * csu/libc-tls.c: Nor here.
26947         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26948
26949         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26950         (__libc_message): Never call vsyslog.
26951
26952 2013-03-28  Alan Modra  <amodra@gmail.com>
26953
26954         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26955         Define as empty.
26956         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26957         Likewise.
26958
26959 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26960
26961         [BZ #15214]
26962         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26963         underflow.
26964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26965
26966 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26967
26968         [BZ #15304]
26969         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26970         Don't add gid passed as argument.
26971
26972         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26973
26974 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26975
26976         [BZ #15307]
26977         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26978         imaginary part between 1.0 and 1.5 and real part less than 0.5
26979         specially.
26980         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26981         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26982         * math/libm-test.inc (cacos_test): Add more tests.
26983         (casin_test): Likewise.
26984         (casinh_test): Likewise.
26985         * sysdeps/i386/fpu/libm-test-ulps: Update.
26986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26987
26988 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26989
26990         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26991         constants.
26992         (norm): Likewise.
26993         (denorm): Likewise.
26994         (__dbl_mp): Likewise.
26995         (add_magnitudes): Likewise.
26996         (sub_magnitudes): Likewise.
26997         (__add): Likewise.
26998         (__sub): Likewise.
26999         (__mul): Likewise.
27000         (__sqr): Likewise.
27001         (__inv): Likewise.
27002         (__dvd): Likewise.
27003
27004         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27005         commented code.
27006         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27007         (__dubcos): Likewise.
27008         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27009         (__ieee754_acos): Likewise.
27010         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27011         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27012         (__exp1): Likewise.
27013         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27014         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27015         (log1): Likewise.
27016         (my_log2): Likewise.
27017         (checkint): Likewise.
27018         * sysdeps/ieee754/dbl-64/e_remainder.c
27019         (__ieee754_remainder): Likewise.
27020         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27021         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27022         (bsloww): Likewise.
27023         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27024
27025         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27026         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27027         MANTISSA_STORE_T to store computations on mantissa.  Use
27028         macros for rounding and division.
27029         (denorm): Likewise.
27030         (__dbl_mp): Likewise.
27031         (add_magnitudes): Likewise.
27032         (sub_magnitudes): Likewise.
27033         (__mul): Likewise.
27034         (__sqr): Likewise.
27035         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27036         powers of two in terms of TWOPOW macro.
27037         (mp_no): Make type of mantissa as MANTISSA_T.
27038         [!RADIXI]: Define RADIXI.
27039         [!TWO52]: Define TWO52.
27040         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27041
27042 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27043
27044         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27045         llroundl symbol when building for PPC32.
27046
27047 2013-03-24  Mark H Weaver  <mhw@netris.org>
27048
27049         * manual/arith.texi (Normalization Functions): Fix prototypes for
27050         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27051
27052 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27053
27054         [BZ #13889]
27055         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27056         high value to check if expl overflow.
27057         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27058         to check for underflow and overflow.
27059         * math/libm-test.inc: Add exp test.
27060
27061 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27062
27063         [BZ #11120]
27064         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27065         with NOT_IN_libc.
27066
27067 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27068
27069         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27070         symbol.
27071
27072 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27073
27074         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27075         wrap blocks consisting of several statements.
27076
27077         * sysdeps/generic/math-tests.h: New file.
27078         * sysdeps/i386/fpu/math-tests.h: Likewise.
27079         * math/test-snan.c: Include it.
27080         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27081
27082 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27083
27084         [BZ #15285]
27085         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27086         (__ieee754_j0l): Do not improve calculations using cos of twice
27087         input for inputs above LDBL_MAX / 2.0L.
27088         (__ieee754_y0l): Likewise.
27089         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27090         (__ieee754_j1l): Do not improve calculations using cos of twice
27091         input for inputs above LDBL_MAX / 2.0L.
27092         (__ieee754_y1l): Likewise.
27093         * math/libm-test.inc (j0_test): Add another test.
27094         (j1_test): Likewise.
27095         (y0_test): Likewise.
27096         (y1_test): Likewise.
27097         * sysdeps/i386/fpu/libm-test-ulps: Update.
27098
27099 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27100
27101         * Rules ($(objpfx)bench-%.c): Include code from a C source
27102         file.
27103
27104 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27105
27106         [BZ #15287]
27107         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27108         imaginary part 1.0 and real part less than 0.5 specially.
27109         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27110         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27111         * math/libm-test.inc (cacos_test): Add more tests.
27112         (casin_test): Likewise.
27113         (casinh_test): Likewise.
27114         * sysdeps/i386/fpu/libm-test-ulps: Update.
27115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27116
27117 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27118
27119         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27120         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27121
27122 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27123
27124         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27125         * config.make.in (config-cflags-sse4): Remove variable.
27126         (config-cflags-avx): Likewise.
27127         (config-cflags-sse2avx): Likewise.
27128         (config-cflags-novzeroupper): Likewise.
27129         (config-asflags-i686): Likewise.
27130         (have-mfma4): Likewise.
27131         (have-as-vis3): Likewise.
27132         (MIG): Likewise.
27133         * configure.in (MIG): Do not AC_SUBST.
27134         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27135         (libc_cv_cc_sse4): Do not AC_SUBST.
27136         (libc_cv_cc_avx): Likewise.
27137         (libc_cv_cc_sse2avx): Likewise.
27138         (libc_cv_cc_novzeroupper): Likewise.
27139         (libc_cv_cc_fma4): Likewise.
27140         (libc_cv_as_i686): Likewise.
27141         (libc_cv_sparc_as_vis3): Likewise.
27142         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27143         LIBC_CONFIG_VAR.
27144         (config-asflags-i686): Likewise.
27145         (config-cflags-avx): Likewise.
27146         (config-cflags-sse2avx): Likewise.
27147         (have-mfma4): Likewise.
27148         (config-cflags-novzeroupper): Likewise.
27149         * sysdeps/mach/configure.in (MIG): Likewise.
27150         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27151         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27152         LIBC_CONFIG_VAR.
27153         (config-cflags-avx): Likewise.
27154         (config-cflags-sse2avx): Likewise.
27155         (have-mfma4): Likewise.
27156         (config-cflags-novzeroupper): Likewise.
27157         * configure: Regenerated.
27158         * sysdeps/i386/configure: Likewise.
27159         * sysdeps/mach/configure: Likewise.
27160         * sysdeps/sparc/configure: Likewise.
27161         * sysdeps/x86_64/configure: Likewise.
27162
27163 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27164
27165         [BZ #14812]
27166         * locale/programs/localedef.c (options): Put N_ translation marker
27167         on argument names, not just descriptions.
27168
27169 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27170
27171         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27172
27173 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27174
27175         [BZ #14176]
27176         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27177
27178 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27179
27180         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27181         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27182         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27183         [!BEFORE_ABORT] (before_abort): New function.
27184         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27185         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27186         (writev_for_fatal): New function.
27187         (WRITEV_FOR_FATAL): New macro; call that.
27188         (backtrace_and_maps): New function.
27189         (BEFORE_ABORT): New macro; call that.
27190         (struct str_list): Type removed.
27191         (__libc_message, __libc_fatal): Functions removed.
27192         Include <sysdeps/posix/libc_fatal.c> instead.
27193
27194 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27195
27196         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27197         constants.
27198         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27199         double constants.
27200
27201 2013-03-19  Andreas Schwab  <schwab@suse.de>
27202
27203         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27204         * sysdeps/gnu/configure: Regenerate.
27205
27206         * configure.in: Substitute libc_cv_rtlddir.
27207         * configure: Regenerate.
27208         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27209         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27210         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27211         * elf/Makefile (install-others, CFLAGS-interp.c)
27212         (ldso_install, common-ldd-rewrite): Likewise.
27213         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27214         $(inst_slibdir)/$(rtld-installed-name).
27215         * scripts/rellns-sh: Add -p option.
27216         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27217         for source.
27218
27219 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27220
27221         * manual/nptl.texi: Renamed to ...
27222         * manual/threads.texi: ... this.
27223         * manual/Makefile (chapters): Update.
27224
27225 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27226
27227         [BZ #14812]
27228         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27229         on argument names, not just descriptions.
27230         * malloc/memusagestat.c (options): Likewise.
27231         * nss/getent.c (options): Likewise.
27232
27233 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27234
27235         [BZ #14812]
27236         * iconv/iconv_prog.c (options): Put N_ translation marker
27237         on argument names, not just descriptions.
27238         * iconv/iconvconfig.c (options): Likewise.
27239
27240 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27241
27242         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27243         implementation which is faster on all x86_64 architectures.
27244         Tested on AMD, Intel Nehalem, SNB, IVB.
27245         * sysdeps/x86_64/strnlen.S: Likewise.
27246
27247         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27248         Remove all multiarch strlen and strnlen versions.
27249         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27250         Remove strlen and strnlen related parts.
27251
27252         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27253         Inline strlen part.
27254         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27255
27256         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27257         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27258         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27259         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27260         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27261         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27262
27263 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27264
27265         * manual/memory.texi (Malloc Tunable Parameters):
27266         Sort parameters alphabetically. Add comments for missing entries.
27267
27268 2013-03-17  David S. Miller  <davem@davemloft.net>
27269
27270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27271
27272 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27273
27274         [BZ #15283]
27275         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27276         for arguments at most half maximum finite value.
27277         * math/libm-test.inc (j0_test): Add more tests.
27278         (j1_test): Likewise.
27279         (y0_test): Likewise.
27280         (y1_test): Likewise.
27281         * sysdeps/i386/fpu/libm-test-ulps: Update.
27282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27283
27284         [BZ #14155]
27285         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27286         1 / x and functions P and Q for arguments above 0x1p256L.
27287         (__ieee754_y0l): Likewise.
27288         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27289         (__ieee754_y1l): Likewise.
27290         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27291         (j1_test): Likewise.
27292         (y0_test): Likewise.
27293         (y1_test): Likewise.
27294
27295 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27296
27297         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27298         variable.
27299
27300 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27301
27302         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27303         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27304         zero since it's initialized to EXEC_PAGESIZE.
27305
27306         * sysdeps/unix/sysv/linux/ldsodefs.h
27307         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27308         * sysdeps/generic/ldsodefs.h: ... here.
27309
27310 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27311
27312         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27313
27314         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27315         math/test-snan.c.
27316         * math/test-snan.c: Renamed from
27317         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27318         * math/Makefile (tests): Add test-snan.
27319         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27320         test-powerpc-snan.
27321
27322         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27323         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27324         functions.
27325         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27326         __builtin_nan family of functions.
27327         * math/libm-test.inc (initialize): Initialize qnan_value with
27328         __builtin_nan family of functions.
27329         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27330         Remove variables.
27331         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27332         Remove functions.
27333         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27334         storage class.  Initialize qNaN_var and sNaN_var with
27335         __builtin_nan and __builtin_nans families of functions,
27336         respectively.
27337
27338         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27339         (sqrt_test): Remove duplicate test with qNaN input.
27340         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27341         (round_test, signbit_test, significand_test): Note missing +/-Inf
27342         as well as qNaN tests.
27343
27344         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27345         qNaN_var.  Fix a few strings, too.
27346         * math/libm-test.inc (nan_value): Rename to qnan_value.
27347         * math/gen-libm-test.pl (%beautify): Adjust to that.
27348         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27349         * math/test-misc.c (main): Likewise.
27350         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27351         to __qnan_bytes, and __qnan_union, respectively.
27352         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27353         Likewise.
27354         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27355         and lqnanval, respectively.
27356         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27357         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27358         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27359         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27360
27361         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27362         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27363         doubles.
27364
27365         * math/test-misc.c (main): Fix copy'n'pastos.
27366         * misc/tst-efgcvt.c (special): Likewise.
27367
27368         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27369         Remove declarations.
27370
27371 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27372
27373         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27374         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27375         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27376         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27377
27378 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27379
27380         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27381         macro to return vdso values correctly in IFUNC implementations.
27382         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27383         Optimization by using IFUNC.
27384
27385 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27386             Richard Henderson  <rth@redhat.com>
27387             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27388
27389         * Makefile.in (bench): New target.
27390         * NEWS: Mention the benchmark framework.
27391         * Rules (bench): Likewise.
27392         (binaries-bench): Generate binaries for functions to
27393         benchmark.
27394         * benchtests/Makefile: New makefile for benchmark tests.
27395         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27396         programs.
27397         * benchtests/exp-inputs: New input file for EXP function.
27398         * benchtests/pow-inputs: New input file for POW function.
27399         * scripts/bench.pl: New script to generate source files for
27400         benchmark programs.
27401
27402 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27403
27404         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27405         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27406         computations on mantissa.  Use macros for rounding and
27407         division.
27408         (denorm): Likewise.
27409         (__dbl_mp): Likewise.
27410         (add_magnitudes): Likewise.
27411         (sub_magnitudes): Likewise.
27412         (__mul): Likewise.
27413         (__sqr): Likewise.
27414         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27415         powers of two in terms of TWOPOW macro.
27416         (mp_no): Make type of mantissa as MANTISSA_T.
27417         [!RADIXI]: Define RADIXI.
27418         [!TWO52]: Define TWO52.
27419         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27420
27421         * manual/nptl.texi (cindex): Modify threads to pthreads.
27422
27423 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27424
27425         * sysdeps/x86_64/preconfigure: Regenerated.
27426
27427 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27428
27429         [BZ #14155]
27430         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27431         0x1p28 and above.
27432         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27433         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27434         0x1p28 and above.
27435         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27436         * math/libm-test.inc (j0_test): Do not allow one spurious
27437         underflow exception.
27438         (y1_test): Likewise.
27439
27440 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27441
27442         * manual/Makefile (chapters): Add nptl.
27443         * manual/debug.texi (Debugging Support): Add link to Threads
27444         chapter.
27445         * manual/nptl.texi: New file.
27446
27447         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27448
27449 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27450
27451         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27452         for non-NULL pointer before the memory validity test. Pointed
27453         out by Holger Brunck <holger.brunck@keymile.com>.
27454
27455 2013-03-13  Andreas Schwab  <schwab@suse.de>
27456
27457         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27458         instead of .os.
27459
27460 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27461
27462         * timezone/zic.c: Update from tzcode 2013b.
27463
27464 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27465
27466         * manual/install.texi (Configuring and compiling):
27467         Mention i686 and i586.
27468         * INSTALL: Regenerate.
27469
27470 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27471
27472         * sysdeps/init_array/elf-init.c: New file.
27473         * csu/elf-init.c
27474         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27475         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27476
27477         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27478         __gmon_start__ as global, but as static with a .preinit_array pointer.
27479         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27480         * sysdeps/init_array/crti.S: New file, empty except for comments.
27481         * sysdeps/init_array/crtn.S: Likewise.
27482
27483 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27484
27485         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27486         definining bcopy.
27487         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27488         Remove Prefer_SSE_for_memop.
27489         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27490         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27491         HAS_PREFER_SSE_FOR_MEMOP.
27492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27493         memset-x86-64.
27494         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27495         Remove bzero, memset ifunc support.
27496         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27497         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27498         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27499         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27500
27501 2013-03-11  Andreas Schwab  <schwab@suse.de>
27502
27503         [BZ #15234]
27504         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27505         by SHLIB_COMPAT.
27506         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27507         (GLIBC_2.16): Remove pthread_atfork.
27508
27509 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27510
27511         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27512         (ptestcases.h): Likewise.
27513
27514 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27515
27516         * Makeconfig ($(common-objpfx)config.status): Depend on
27517         sysdeps/*/preconfigure{,.in} too.
27518
27519 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27520
27521         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27522         (__free_hook): Use void * instead of __malloc_ptr_t.
27523         (__malloc_hook): Likewise.
27524         (__realloc_hook): Likewise.
27525         (__memalign_hook): Likewise.
27526         (__after_morecore_hook): Likewise.
27527         * malloc/arena.c (save_malloc_hook): Likewise.
27528         (save_free_hook): Likewise.
27529         * malloc/hooks.c (malloc_hook_ini): Likewise.
27530         (realloc_hook_ini): Likewise.
27531         (memalign_hook_ini): Likewise.
27532         * malloc/malloc.c (malloc_hook_ini): Likewise.
27533         (realloc_hook_ini): Likewise.
27534         (memalign_hook_ini): Likewise.
27535         (__free_hook): Likewise.
27536         (__malloc_hook): Likewise.
27537         (__realloc_hook): Likewise.
27538         (__memalign_hook): Likewise.
27539         (__libc_malloc): Likewise.
27540         (__libc_free): Likewise.
27541         (__libc_realloc): Likewise.
27542         (__libc_memalign): Likewise.
27543         (__libc_valloc): Likewise.
27544         (__libc_pvalloc): Likewise.
27545         (__libc_calloc): Likewise.
27546         (__posix_memalign): Likewise.
27547         * malloc/morecore.c (__sbrk): Likewise.
27548         (__default_morecore): Likewise.
27549
27550         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27551
27552         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27553         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27554         __malloc_ptrdiff_t.
27555
27556         * malloc/malloc.h (__malloc_size_t): Remove macro.
27557         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27558         __malloc_size_t.
27559         (old_memalign_hook): Likewise.
27560         (old_realloc_hook): Likewise.
27561         (struct hdr): Likewise.
27562         (flood): Likewise.
27563         (mallochook): Likewise.
27564         (memalignhook): Likewise.
27565         (reallochook): Likewise.
27566         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27567         (tr_old_realloc_hook): Likewise.
27568         (tr_old_memalign_hook): Likewise.
27569         (tr_mallochook): Likewise.
27570         (tr_reallochook): Likewise.
27571         (tr_memalignhook): Likewise.
27572
27573 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27574
27575         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27576         default_ldbl_pack and using as default implementation.
27577         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27578         implementation.
27579         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27580         redundant definition.
27581         (ldbl_insert_mantissa): Likewise.
27582         (ldbl_canonicalize): Likewise.
27583         (ldbl_nearbyint): Likewise.
27584         (ldbl_pack): Rename to ldbl_pack_ppc.
27585         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27586         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27587         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27588
27589 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27590
27591         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27592         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27593         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27594         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27595         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27596         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27597         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27598         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27599
27600 2013-03-07  Andreas Jaeger  <aj@suse.de>
27601
27602         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27603         bits/mman-linux.h.
27604
27605 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27606
27607         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27608         Include mpa.h and declare __MPEXP.
27609         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27610         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27611         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27612         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27613         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27614         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27615         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27616
27617         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27618         (__slowpow): Use long double EXPL and LOGL functions to
27619         compute POW.
27620         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27621         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27622         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27623         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27624         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27625         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27626
27627         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27628         intermediate variable to calculate exponent.
27629         (__sqr): Likewise.
27630         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27631         Likewise.
27632         (__sqr): Likewise.
27633
27634         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27635         [!NO__SQR]: Define __sqr.
27636         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27637         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27638         sysdeps/ieee754/dbl-64/mpa.c.
27639         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27640
27641         [BZ #12723]
27642         * posix/Makefile (tests): Add tst-pathconf.
27643         * posix/tst-pathconf.c: New test case.
27644         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27645         _PC_PIPE_BUF.
27646         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27647
27648 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27649
27650         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27651
27652 2013-03-06  Andreas Jaeger  <aj@suse.de>
27653
27654         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27655         definition via __MAP_ANONYMOUS.
27656
27657         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27658         it's not part of Linux headers.
27659
27660         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27661         (MAP_HUGE_MASK): Define.
27662
27663         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27664         Define.
27665         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27666         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27667         Define.
27668         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27669         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27670         Define.
27671         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27672         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27673         Define.
27674         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27675
27676         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27677         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27678         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27679         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27680         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27681         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27682
27683         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27684         Handle f2fs.
27685
27686         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27687         Handle f2fs and efivarfs.
27688
27689         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27690         f2fs.
27691
27692         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27693         (EFIVARFS_MAGIC): Add.
27694         (F2FS_LINK_MAX): Add.
27695
27696 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27697
27698         * stdio-common/vfprintf.c: Replace __builtin_expect with
27699         __glibc_unlikely.
27700
27701 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27702
27703         [BZ #13550]
27704         * sysdeps/generic/bp-sym.h: Remove file.
27705         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27706         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27707         <bp-sym.h> and <bp-asm.h>.
27708         (__longjmp): Don't use BP_SYM.
27709         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27710         and <bp-asm.h>.
27711         (memcpy): Don't use BP_SYM.
27712         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27713         <bp-sym.h> and <bp-asm.h>.
27714         (memcpy): Don't use BP_SYM.
27715         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27716         <bp-asm.h>.
27717         (memcpy): Don't use BP_SYM.
27718         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27719         <bp-asm.h>.
27720         (memset): Don't use BP_SYM.
27721         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27722         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27723         (__bzero): Don't use BP_SYM.
27724         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27725         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27726         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27727         <bp-sym.h> and <bp-asm.h>.
27728         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27729         pointers.
27730         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27731         <bp-sym.h> and <bp-asm.h>.
27732         (memcpy): Don't use BP_SYM.
27733         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27734         <bp-sym.h> and <bp-asm.h>.
27735         (memset): Don't use BP_SYM.
27736         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27737         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27738         (__bzero): Don't use BP_SYM.
27739         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27740         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27741         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27742         <bp-sym.h> and <bp-asm.h>.
27743         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27744         pointers.
27745         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27746         <bp-sym.h> and <bp-asm.h>.
27747         (memcpy): Don't use BP_SYM.
27748         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27749         <bp-sym.h> and <bp-asm.h>.
27750         (memset): Don't use BP_SYM.
27751         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27752         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27753         (__bzero): Don't use BP_SYM.
27754         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27755         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27756         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27757         <bp-sym.h> and <bp-asm.h>.
27758         (__memchr): Don't use BP_SYM.
27759         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27760         <bp-sym.h> and <bp-asm.h>.
27761         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27762         pointers.
27763         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27764         <bp-sym.h> and <bp-asm.h>.
27765         (memcpy): Don't use BP_SYM.
27766         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27767         <bp-sym.h> and <bp-asm.h>.
27768         (__mempcpy): Don't use BP_SYM.
27769         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27770         <bp-sym.h> and <bp-asm.h>.
27771         (__memrchr): Don't use BP_SYM.
27772         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27773         <bp-sym.h> and <bp-asm.h>.
27774         (memset): Don't use BP_SYM.
27775         (__bzero): Likewise.
27776         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (__rawmemchr): Don't use BP_SYM.
27779         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27780         <bp-sym.h> and <bp-asm.h>.
27781         (__STRCMP): Don't use BP_SYM.
27782         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27783         <bp-sym.h> and <bp-asm.h>.
27784         (strchr): Don't use BP_SYM.
27785         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27786         <bp-sym.h> and <bp-asm.h>.
27787         (__strchrnul): Don't use BP_SYM.
27788         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27789         <bp-sym.h> and <bp-asm.h>.
27790         (strlen): Don't use BP_SYM.
27791         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27792         <bp-sym.h> and <bp-asm.h>.
27793         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27794         pointers.
27795         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27796         <bp-sym.h> and <bp-asm.h>.
27797         (__strnlen): Don't use BP_SYM.
27798         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27799         <bp-sym.h> and <bp-asm.h>.
27800         (__GI__setjmp): Don't use BP_SYM.
27801         (_setjmp): Likewise.
27802         (__sigsetjmp): Likewise.
27803         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27804         (L(start_addresses)): Don't use BP_SYM.
27805         (_start): Likewise.
27806         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27807         <bp-asm.h>.
27808         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27809         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27810         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27811         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27812         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27813         <bp-asm.h>.
27814         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27815         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27816         about bounded pointers.
27817         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27818         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27819         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27820         <bp-asm.h>.
27821         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27822         about bounded pointers.  Remove GKM FIXME comments.
27823         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27824         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27825         <bp-asm.h>.
27826         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27827         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27828         Remove GKM FIXME comments.
27829         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27830         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27831         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27832         <bp-asm.h>.
27833         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27834         about bounded pointers.  Remove GKM FIXME comment.
27835         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27836         and <bp-asm.h>.
27837         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27838         pointers.
27839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27840         <bp-sym.h> and <bp-asm.h>.
27841         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27843         <bp-sym.h> and <bp-asm.h>.
27844         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27845         comment.
27846
27847 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27848
27849         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27850         call free(NULL).
27851
27852 2013-03-05  David S. Miller  <davem@davemloft.net>
27853
27854         * po/es.po: Update from translation team.
27855
27856 2013-03-05  Andreas Jaeger  <aj@suse.de>
27857
27858         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27859         <bits/mman-linux.h>.
27860         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27861         is fine.
27862         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27863         <bits/mman-linux.h> to end of file.
27864         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27865         is fine.
27866         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27867         <bits/mman-linux.h> to end of file.
27868         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27869         is fine.
27870         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27871         <bits/mman-linux.h> to end of file.
27872
27873         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27874         (MCL_CURRENT, MCL_FUTURE): Define here.
27875
27876 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27877
27878         [BZ #15232]
27879         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27880         attribute_hidden.
27881         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27882
27883 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27884
27885         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27886         fourth parameter needed for rt_sigprocmask syscall.
27887         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27888         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27889         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27890         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27891         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27892         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27893
27894 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27895
27896         [BZ #13550]
27897         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27898         comment about bounded pointers.
27899         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27900         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27901
27902 2013-03-04  Andreas Jaeger  <aj@suse.de>
27903
27904         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27905         common definitions.
27906
27907         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27908         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27909         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27910         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27911         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27912         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27913
27914 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27915
27916         [BZ #15055]
27917         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27918         __ieee754_sqrl instead of __sqrl.
27919
27920 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27921
27922         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27923         * sysdeps/powerpc/fpu_control.h: ... here.
27924         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27925         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27926         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27927         * sysdeps/powerpc/bits/mathinline.h: ... here.
27928
27929 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27930
27931         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27932         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27933         to just [NEED_DL_SYSINFO_DSO].
27934         * elf/dl-support.c: Likewise.
27935         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27936         * elf/rtld.c (dl_main): Likewise.
27937         * elf/setup-vdso.h (setup_vdso): Likewise.
27938         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27939         * sysdeps/unix/sysv/linux/dl-sysdep.c
27940         (_dl_discover_osversion): Likewise.
27941
27942 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27943
27944         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27945         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27946
27947 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27948
27949         * NEWS: Mention libm performance improvements and non-x86 PI
27950         futex support.
27951
27952         * csu/libc-start.c (__pthread_initialize_minimal): Change
27953         function arguments.
27954         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27955
27956 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27957
27958         [BZ #13550]
27959         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27960         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27963         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27964         and <bp-asm.h>.
27965         (memcpy): Don't use BP_SYM.
27966         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27967         <bp-asm.h>.
27968         (__mpn_add_n): Don't use BP_SYM.
27969         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27970         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27971         and <bp-asm.h>.
27972         (__mpn_addmul_1): Don't use BP_SYM.
27973         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27974         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27975         <bp-sym.h>.
27976         (_setjmp): Don't use BP_SYM.
27977         (__novmx_setjmp): Likewise.
27978         (__GI__setjmp): Likewise.
27979         (__vmx_setjmp): Likewise.
27980         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27981         <bp-sym.h>.
27982         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27983         (__bzero): Don't use BP_SYM.
27984         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27985         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27986         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27987         <bp-sym.h> and <bp-asm.h>.
27988         (memcpy): Don't use BP_SYM.
27989         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27990         <bp-sym.h> and <bp-asm.h>.
27991         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27992         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27993         <bp-sym.h> and <bp-asm.h>.
27994         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27995         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27996         <bp-asm.h>.
27997         (__mpn_lshift): Don't use BP_SYM.
27998         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27999         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28000         <bp-asm.h>.
28001         (memset): Don't use BP_SYM.
28002         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28003         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28004         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28005         <bp-asm.h>.
28006         (__mpn_mul_1): Don't use BP_SYM.
28007         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28008         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28009         <bp-sym.h> and <bp-asm.h>.
28010         (memcmp): Don't use BP_SYM.
28011         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28012         <bp-sym.h> and <bp-asm.h>.
28013         (memcpy): Don't use BP_SYM.
28014         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28015         <bp-sym.h> and <bp-asm.h>.
28016         (memset): Don't use BP_SYM.
28017         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28018         <bp-sym.h> and <bp-asm.h>.
28019         (strncmp): Don't use BP_SYM.
28020         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28021         <bp-sym.h> and <bp-asm.h>.
28022         (memcpy): Don't use BP_SYM.
28023         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28024         <bp-sym.h> and <bp-asm.h>.
28025         (memset): Don't use BP_SYM.
28026         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28027         <bp-sym.h> and <bp-asm.h>.
28028         (__memchr): Don't use BP_SYM.
28029         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28030         <bp-sym.h> and <bp-asm.h>.
28031         (memcmp): Don't use BP_SYM.
28032         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28033         <bp-sym.h> and <bp-asm.h>.
28034         (memcpy): Don't use BP_SYM.
28035         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28036         <bp-sym.h> and <bp-asm.h>.
28037         (__mempcpy): Don't use BP_SYM.
28038         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28039         <bp-sym.h> and <bp-asm.h>.
28040         (__memrchr): Don't use BP_SYM.
28041         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28042         <bp-sym.h> and <bp-asm.h>.
28043         (memset): Don't use BP_SYM.
28044         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28045         <bp-sym.h> and <bp-asm.h>.
28046         (__rawmemchr): Don't use BP_SYM.
28047         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28048         <bp-sym.h> and <bp-asm.h>.
28049         (__STRCMP): Don't use BP_SYM.
28050         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28051         <bp-sym.h> and <bp-asm.h>.
28052         (strchr): Don't use BP_SYM.
28053         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28054         <bp-sym.h> and <bp-asm.h>.
28055         (__strchrnul): Don't use BP_SYM.
28056         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28057         <bp-sym.h> and <bp-asm.h>.
28058         (strlen): Don't use BP_SYM.
28059         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28060         <bp-sym.h> and <bp-asm.h>.
28061         (strncmp): Don't use BP_SYM.
28062         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28063         <bp-sym.h> and <bp-asm.h>.
28064         (__strnlen): Don't use BP_SYM.
28065         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28066         <bp-asm.h>.
28067         (__mpn_rshift): Don't use BP_SYM.
28068         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28069         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28070         <bp-sym.h> and <bp-asm.h>.
28071         (__sigsetjmp): Don't use BP_SYM.
28072         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28073         (L(start_addresses)): Don't use BP_SYM.
28074         (_start): Likewise.
28075         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28076         <bp-asm.h>.
28077         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28078         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28079         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28080         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28081         <bp-asm.h>.
28082         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28083         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28084         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28085         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28086         <bp-asm.h>.
28087         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28088         comments.
28089         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28090         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28091         <bp-asm.h>.
28092         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28093         FIXME comments.
28094         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28095         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28096         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28097         <bp-asm.h>.
28098         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28099         comment.
28100         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28101         and <bp-asm.h>.
28102         (strncmp): Don't use BP_SYM,
28103         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28104         <bp-asm.h>.
28105         (__mpn_sub_n): Don't use BP_SYM.
28106         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28107         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28108         and <bp-asm.h>.
28109         (__mpn_submul_1): Don't use BP_SYM.
28110         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28112         <bp-sym.h> and <bp-asm.h>.
28113         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28115         <bp-sym.h> and <bp-asm.h>.
28116         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28117         comment.
28118
28119 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28120
28121         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28122         Use ZK to minimize writes to Z.
28123         (sub_magnitudes): Simplify code a bit.
28124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28125         Use ZK to minimize writes to Z.
28126         (sub_magnitudes): Simplify code a bit.
28127
28128 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28129
28130         * csu/gmon-start.c: Add special exception to license text.
28131
28132 2013-02-27  Richard Henderson  <rth@redhat.com>
28133
28134         * scripts/config.guess: Update from config.git.
28135         * scripts/config.sub: Likewise.
28136
28137 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28138
28139         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28140
28141         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28142
28143         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28144
28145         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28146
28147         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28148
28149 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28150
28151         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28152         [$(build-shared = yes].
28153
28154 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28155
28156         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28157         (__mul): Reduce iterations for calculating mantissa.
28158
28159         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28160         MPTWO.
28161         (__mpranred): Likewise.
28162
28163         [BZ #15160]
28164         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28165         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28166
28167 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28168
28169         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28170         Define __attribute__.
28171
28172 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28173
28174         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28175         unused.
28176         * posix/regex_internal.h (__attribute): Remove.
28177         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28178         (re_string_context_at): Likewise.
28179         (bitset_not): Use __attribute__ and mark function as possibly
28180         unused.
28181         (bitset_merge): Likewise.
28182         (bitset_mask): Likewise.
28183         (re_string_char_size_at): Likewise.
28184         (re_string_wchar_at): Likewise.
28185         (re_string_elem_size_at): Likewise.
28186
28187 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28188
28189         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28190         code.
28191         (cc32): Likewise.
28192
28193         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28194         (__acr): Likewise.
28195         (__cpy): Likewise.
28196         (norm): Likewise.
28197         (denorm): Likewise.
28198         (__dbl_mp): Likewise.
28199         (add_magnitudes): Likewise.
28200         (sub_magnitudes): Likewise.
28201         (__mul): Likewise.
28202         (__inv): Likewise.
28203
28204         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28205         style.
28206
28207         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28208         style.
28209
28210         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28211         code.
28212
28213         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28214         up changes with default code.
28215         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28216         Likewise.
28217
28218 2013-02-24  Allan McRae  <allan@archlinux.org>
28219
28220         * manual/socket.texi (The Internet Namespace): Order menu items
28221         to match that in the file.
28222
28223         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28224         node listing of the info page menu.
28225
28226 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28227
28228         [BZ #13550]
28229         * sysdeps/i386/bp-asm.h: Remove file.
28230         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28231         (PARMS): Do not use macros from bp-asm.h.
28232         (S1): Likewise.
28233         (S2): Likewise.
28234         (SIZE): Likewise.
28235         (__mpn_add_n): Do not use BP_SYM
28236         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28237         "bp-asm.h".
28238         (PARMS): Do not use macros from bp-asm.h.
28239         (S1): Likewise.
28240         (SIZE): Likewise.
28241         (__mpn_addmul_1): Do not use BP_SYM
28242         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28243         "bp-asm.h".
28244         (PARMS): Do not use macros from bp-asm.h.
28245         (SIGMSK): Likewise.
28246         (_setjmp): Likewise.  Do not use BP_SYM.
28247         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28248         "bp-asm.h".
28249         (PARMS): Do not use macros from bp-asm.h.
28250         (SIGMSK): Likewise.
28251         (setjmp): Likewise.  Do not use BP_SYM.
28252         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28253         "bp-asm.h".
28254         (PARMS): Do not use macros from bp-asm.h.
28255         (__frexp): Do not use BP_SYM.
28256         (frexp): Likewise.
28257         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28258         "bp-asm.h".
28259         (PARMS): Do not use macros from bp-asm.h.
28260         (__frexpf): Do not use BP_SYM.
28261         (frexpf): Likewise.
28262         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28263         "bp-asm.h".
28264         (PARMS): Do not use macros from bp-asm.h.
28265         (__frexpl): Do not use BP_SYM.
28266         (frexpl): Likewise.
28267         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28268         "bp-asm.h".
28269         (PARMS): Do not use macros from bp-asm.h.
28270         (__remquo): Do not use BP_SYM.
28271         (remquo): Likewise.
28272         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28273         "bp-asm.h".
28274         (PARMS): Do not use macros from bp-asm.h.
28275         (__remquof): Do not use BP_SYM.
28276         (remquof): Likewise.
28277         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28278         "bp-asm.h".
28279         (PARMS): Do not use macros from bp-asm.h.
28280         (__remquol): Do not use BP_SYM.
28281         (remquol): Likewise.
28282         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28283         "bp-asm.h".
28284         (PARMS): Do not use macros from bp-asm.h.
28285         (DEST): Likewise.
28286         (SRC): Likewise.
28287         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28288         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28289         "bp-asm.h".
28290         (PARMS): Do not use macros from bp-asm.h.
28291         (strlen): Do not use BP_SYM.
28292         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28293         "bp-asm.h".
28294         (PARMS): Do not use macros from bp-asm.h.
28295         (S1): Likewise.
28296         (S2): Likewise.
28297         (SIZE): Likewise.
28298         (__mpn_add_n): Do not use BP_SYM.
28299         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28300         "bp-asm.h".
28301         (PARMS): Do not use macros from bp-asm.h.
28302         (S1): Likewise.
28303         (SIZE): Likewise.
28304         (__mpn_addmul_1): Do not use BP_SYM.
28305         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28306         weak_alias.
28307         (bzero): Likewise.
28308         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28309         "bp-asm.h".
28310         (PARMS): Do not use macros from bp-asm.h.
28311         (S): Likewise.
28312         (SIZE): Likewise.
28313         (__mpn_lshift): Do not use BP_SYM.
28314         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28315         "bp-asm.h".
28316         (PARMS): Do not use macros from bp-asm.h.
28317         (DEST): Likewise.
28318         (SRC): Likewise.
28319         (LEN): Likewise.
28320         (memcpy): Likewise.  Do not use BP_SYM.
28321         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28322         libc_hidden_def and weak_alias.
28323         (mempcpy): Do not use BP_SYM in weak_alias.
28324         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28325         "bp-asm.h".
28326         (PARMS): Do not use macros from bp-asm.h.
28327         (DEST): Likewise.
28328         (LEN): Likewise.
28329         [!BZERO_P] (CHR): Likewise.
28330         (memset): Likewise.  Do not use BP_SYM.
28331         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28332         "bp-asm.h".
28333         (PARMS): Do not use macros from bp-asm.h.
28334         (S1): Likewise.
28335         (SIZE): Likewise.
28336         (__mpn_mul_1): Do not use BP_SYM.
28337         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28338         "bp-asm.h".
28339         (PARMS): Do not use macros from bp-asm.h.
28340         (S): Likewise.
28341         (SIZE): Likewise.
28342         (__mpn_rshift): Do not use BP_SYM.
28343         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28344         "bp-asm.h".
28345         (PARMS): Do not use macros from bp-asm.h.
28346         (STR): Likewise.
28347         (CHR): Likewise.
28348         (strchr): Likewise.  Do not use BP_SYM.
28349         (index): Do not use BP_SYM in weak_alias.
28350         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28351         "bp-asm.h".
28352         (PARMS): Do not use macros from bp-asm.h.
28353         (DEST): Likewise.
28354         (SRC): Likewise.
28355         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28356         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28357         "bp-asm.h".
28358         (PARMS): Do not use macros from bp-asm.h.
28359         (strlen): Do not use BP_SYM.
28360         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28361         "bp-asm.h".
28362         (PARMS): Do not use macros from bp-asm.h.
28363         (S1): Likewise.
28364         (S2): Likewise.
28365         (SIZE): Likewise.
28366         (__mpn_sub_n): Do not use BP_SYM.
28367         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
28372         (__mpn_submul_1): Do not use BP_SYM.
28373         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28374         "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (S1): Likewise.
28377         (S2): Likewise.
28378         (SIZE): Likewise.
28379         (__mpn_add_n): Do not use BP_SYM.
28380         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28381         weak_alias.
28382         (bzero): Likewise.
28383         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28384         "bp-asm.h".
28385         (PARMS): Do not use macros from bp-asm.h.
28386         (BLK2): Likewise.
28387         (LEN): Likewise.
28388         (memcmp): Do not use BP_SYM.
28389         (bcmp): Do not use BP_SYM in weak_alias.
28390         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28391         "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (DEST): Likewise.
28394         (SRC): Likewise.
28395         (LEN): Likewise.
28396         (memcpy): Likewise.  Do not use BP_SYM.
28397         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28398         "bp-asm.h".
28399         (PARMS): Do not use macros from bp-asm.h.
28400         (DEST): Likewise.
28401         (SRC): Likewise.
28402         (LEN): Likewise.
28403         (memmove): Likewise.  Do not use BP_SYM.
28404         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28405         "bp-asm.h".
28406         (PARMS): Do not use macros from bp-asm.h.
28407         (DEST): Likewise.
28408         (SRC): Likewise.
28409         (LEN): Likewise.
28410         (__mempcpy): Likewise.  Do not use BP_SYM.
28411         (mempcpy): Do not use BP_SYM in weak_alias.
28412         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28413         "bp-asm.h".
28414         (PARMS): Do not use macros from bp-asm.h.
28415         (DEST): Likewise.
28416         (LEN): Likewise.
28417         [!BZERO_P] (CHR): Likewise.
28418         (memset): Likewise.  Do not use BP_SYM.
28419         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28420         "bp-asm.h".
28421         (PARMS): Do not use macros from bp-asm.h.
28422         (STR2): Likewise.
28423         (strcmp): Do not use BP_SYM.
28424         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28425         "bp-asm.h".
28426         (PARMS): Do not use macros from bp-asm.h.
28427         (STR): Likewise.
28428         (DELIM): Likewise.
28429         [USE_AS_STRTOK_R] (SAVE): Likewise.
28430         (FUNCTION): Likewise.  Do not use BP_SYM.
28431         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28432         aliases.
28433         (strtok_r): Likewise.
28434         (__GI___strtok_r): Likewise.
28435         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28436         (PARMS): Do not use macros from bp-asm.h.
28437         (S): Likewise.
28438         (SIZE): Likewise.
28439         (__mpn_lshift): Do not use BP_SYM.
28440         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28441         (PARMS): Do not use macros from bp-asm.h.
28442         (STR): Likewise.
28443         (CHR): Likewise.
28444         (__memchr): Do not use BP_SYM.
28445         (memchr): Do not use BP_SYM in weak_alias.
28446         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28447         (PARMS): Do not use macros from bp-asm.h.
28448         (BLK2): Likewise.
28449         (LEN): Likewise.
28450         (memcmp): Do not use BP_SYM.
28451         (bcmp): Do not use BP_SYM in weak_alias.
28452         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28453         (PARMS): Do not use macros from bp-asm.h.
28454         (S1): Likewise.
28455         (SIZE): Likewise.
28456         (__mpn_mul_1): Do not use BP_SYM.
28457         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28458         "bp-asm.h".
28459         (PARMS): Do not use macros from bp-asm.h.
28460         (STR): Likewise.
28461         (CHR): Likewise.
28462         (__rawmemchr): Do not use BP_SYM.
28463         (rawmemchr): Do not use BP_SYM in weak_alias.
28464         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28465         (PARMS): Do not use macros from bp-asm.h.
28466         (S): Likewise.
28467         (SIZE): Likewise.
28468         (__mpn_rshift): Do not use BP_SYM.
28469         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28470         (PARMS): Do not use macros from bp-asm.h.
28471         (SIGMSK): Likewise.
28472         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28473         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28474         (_start): Do not use BP_SYM.
28475         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28476         (PARMS): Do not use macros from bp-asm.h.
28477         (DEST): Likewise.
28478         (SRC): Likewise.
28479         (__stpcpy): Likewise.  Do not use BP_SYM.
28480         (stpcpy): Do not use BP_SYM in weak_alias.
28481         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28482         "bp-asm.h".
28483         (PARMS): Do not use macros from bp-asm.h.
28484         (DEST): Likewise.
28485         (SRC): Likewise.
28486         (LEN): Likewise.
28487         (__stpncpy): Likewise.  Do not use BP_SYM.
28488         (stpncpy): Do not use BP_SYM in weak_alias.
28489         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28490         (PARMS): Do not use macros from bp-asm.h.
28491         (STR): Likewise.
28492         (CHR): Likewise.
28493         (strchr): Likewise.  Do not use BP_SYM.
28494         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (PARMS): Do not use macros from bp-asm.h.
28497         (STR): Likewise.
28498         (CHR): Likewise.
28499         (__strchrnul): Likewise.  Do not use BP_SYM.
28500         (strchrnul): Do not use BP_SYM in weak_alias.
28501         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28502         "bp-asm.h".
28503         (PARMS): Do not use macros from bp-asm.h.
28504         (STOP): Likewise.
28505         (strcspn): Do not use BP_SYM.
28506         * sysdeps/i386/strpbrk.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         (STOP): Likewise.
28511         (strpbrk): Likewise.  Do not use BP_SYM.
28512         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28513         "bp-asm.h".
28514         (PARMS): Do not use macros from bp-asm.h.
28515         (STR): Likewise.
28516         (CHR): Likewise.
28517         (strrchr): Likewise.  Do not use BP_SYM.
28518         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28519         (PARMS): Do not use macros from bp-asm.h.
28520         (SKIP): Likewise.
28521         (strspn): Do not use BP_SYM.
28522         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28523         (PARMS): Do not use macros from bp-asm.h.
28524         (STR): Likewise.
28525         (DELIM): Likewise.
28526         (SAVE): Likewise.
28527         (FUNCTION): Likewise.  Do not use BP_SYM.
28528         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28529         aliases.
28530         (strtok_r): Likewise.
28531         (__GI___strtok_r): Likewise.
28532         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28533         (PARMS): Do not use macros from bp-asm.h.
28534         (S1): Likewise.
28535         (S2): Likewise.
28536         (SIZE): Likewise.
28537         (__mpn_sub_n): Do not use BP_SYM.
28538         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28539         "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (S1): Likewise.
28542         (SIZE): Likewise.
28543         (__mpn_submul_1): Do not use BP_SYM.
28544         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28545         <bp-sym.h>.
28546         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28547         and <bp-asm.h>.
28548         (PARMS): Do not use macros from bp-asm.h.
28549         (FLAGS): Likewise.
28550         (PTID): Likewise.
28551         (TLS): Likewise.
28552         (CTID): Likewise.
28553         (__clone): Do not use BP_SYM.
28554         (clone): Do not use BP_SYM in weak_alias.
28555         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28556         and <bp-asm.h>.
28557         (PARMS): Do not use macros from bp-asm.h.
28558         (LEN): Likewise.
28559         (__mmap64): Do not use BP_SYM.
28560         (mmap64): Do not use BP_SYM in weak_alias.
28561         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28562         <bp-sym.h> and <bp-asm.h>.
28563         (PARMS): Do not use macros from bp-asm.h.
28564         (__posix_fadvise64_l64): Do not use BP_SYM.
28565         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28566         (PARMS): Do not use macros from bp-asm.h.
28567         (NSOPS): Likewise.
28568         (semtimedop): Do not use BP_SYM.
28569         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28570         and <bp-asm.h>.
28571
28572 2013-02-21  Allan McRae  <allan@archlinux.org>
28573
28574         * manual/message.texi (Charset conversion in gettext):
28575         Move @end statement to beginning of line.
28576
28577 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28578
28579         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28580         static.
28581         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28582         Likewise.
28583
28584         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28585         (denorm): Likewise.
28586         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28587         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28588
28589 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28590
28591         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28592         tail-call to the resolved function if pltexit isn't needed.
28593
28594 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28595
28596         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28597         or Y being zero as being unlikely.
28598         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28599         Likewise.
28600
28601 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28602
28603         * manual/nss.texi (System Databases and Name Service Switch):
28604         Remove frobnicate @pxref.
28605
28606 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28607
28608         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28609         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28610
28611 2013-02-20  Petr Machata  <pmachata@redhat.com>
28612
28613         * elf/elf.h (R_ARM_TARGET1): New macro.
28614         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28615         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28616         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28617         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28618         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28619         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28620         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28621         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28622         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28623         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28624         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28625         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28626         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28627         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28628         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28629         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28630         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28631         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28632         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28633         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28634         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28635         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28636         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28637         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28638         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28639         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28640         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28641         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28642         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28643         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28644         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28645         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28646         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28647         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28648         (R_ARM_THM_GOT_BREL12): Likewise.
28649         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28650         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28651         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28652         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28653         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28654         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28655         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28656         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28657         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28658
28659 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28660
28661         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28662         __attribute_used__ to __attribute__ ((unused)).
28663
28664 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28665
28666         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28667         powerpc mpa.c.
28668         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28669         comment formatting.
28670         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28671
28672 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28673
28674         [BZ #13550]
28675         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28676         Remove macro.
28677         (ENTER): Remove both macro definitions.
28678         (LEAVE): Likewise.
28679         (CHECK_BOUNDS_LOW): Likewise.
28680         (CHECK_BOUNDS_HIGH): Likewise.
28681         (CHECK_BOUNDS_BOTH): Likewise.
28682         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28683         (RETURN_BOUNDED_POINTER): Likewise.
28684         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28685         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28686         (POP_ERRNO_LOCATION_RETURN): Likewise.
28687         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28688         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28689         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28690         macros.
28691         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28692         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28693         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28694         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28695         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28696         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28697         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28698         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28699         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28700         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28701         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28702         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28703         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28704         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28705         removed macros.
28706         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28707         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28708         macros.
28709         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28710         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28711         * sysdeps/i386/i586/memset.S (memset): Likewise.
28712         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28713         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28714         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28715         macros.
28716         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28717         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28718         Change uses of L(2) to L(out).
28719         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28720         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28721         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28722         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28723         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28724         removed macros.
28725         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28726         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28727         macros.
28728         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28729         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28730         (RETURN): Do not use macro LEAVE.
28731         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28732         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28733         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28734         * sysdeps/i386/i686/memset.S (memset): Likewise.
28735         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28736         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28737         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28738         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28739         Likewise.
28740         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28741         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28742         L(1_2) and L(1_3) into L(1).
28743         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28744         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28745         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28746         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28747         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28748         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28749         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28750         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28751         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28752         macros.
28753         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28754         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28755         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28756         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28757         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28758         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28759         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28760         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28761         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28762         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28763         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28764         * sysdeps/i386/strspn.S (strspn): Likewise.
28765         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28766         conditional code.
28767         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28768         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28769         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28770         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28771         L(1_3) into L(1_1).
28772         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28773         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28774         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28775         macros.
28776         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28777
28778 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28779
28780         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28781         macro.
28782
28783 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28784
28785         * math/atest-exp.c (exp_mpn): Remove ROUND.
28786         * math/atest-exp2.c (exp_mpn): Likewise.
28787         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28788
28789         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28790         * stdlib/tst-tls-atexit-lib.c: Likewise.
28791         * stdlib/tst-tls-atexit.c: Likewise.
28792
28793 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28794
28795         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28796         and __attribute_alloc_size__.
28797
28798 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28799
28800         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28801         __attribute_alloc_size__.
28802         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28803         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28804
28805 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28806
28807         * include/programs/xmalloc.h: New file.
28808         * catgets/gencat.c: Include it.
28809         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28810         * elf/pldd.c: Likewise.
28811         * iconv/iconv_charmap.c: Likewise.
28812         * iconv/iconvconfig.c: Likewise.
28813         * iconv/strtab.c: Likewise.
28814         * locale/programs/locale.c: Likewise.
28815         * locale/programs/localedef.h: Likewise.
28816         * locale/programs/simple-hash.c: Likewise.
28817         * nscd/nscd.h: Likewise.
28818         * nss/makedb.c: Likewise.
28819         * sysdeps/generic/ldconfig.h: Likewise.
28820
28821 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28822
28823         * Versions.def: Add GLIBC_2.18.
28824         * include/link.h (struct link_map): New member l_tls_dtor_count.
28825         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28826         (__call_tls_dtors): Likewise.
28827         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28828         __cxa_thread_atexit_impl.
28829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28830         Likewise.
28831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28832         Likewise.
28833         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28834         Likewise.
28835         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28836         Likewise.
28837         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28838         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28839         Likewise.
28840         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28841         Likewise.
28842         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28844         Likewise.
28845         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28846         (tests): Add test case tst-tls-atexit.
28847         (modules-names): Add shared library for tst-tls-atexit.
28848         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28849         (GLIBC_PRIVATE): Add __call_tls_dtors.
28850         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28851         for libstdc++.
28852         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28853         * stdlib/tst-tls-atexit.c: New test case.
28854         * stdlib/tst-tls-atexit-lib.c: New test case.
28855
28856         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28857
28858         * elf/Versions (ld): Add _dl_find_dso_for_object.
28859         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28860         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28861         (dl_open_worker): Use _dl_find_dso_for_object.
28862         * elf/dl-sym.c (do_sym): Likewise.
28863         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28864
28865 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28866
28867         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28868         Syntactic changes only.
28869         (_dl_runtime_profile): Do a tail-call to the resolved function.
28870
28871 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28872
28873         [BZ #13550]
28874         * sysdeps/x86_64/bp-asm.h: Remove file.
28875         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28876         <bp-sym.h> and <bp-asm.h>.
28877         (__clone): Do not use BP_SYM.
28878         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28879         <bp-sym.h> and <bp-asm.h>.
28880         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28881         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28882         "bp-asm.h".
28883         (_setjmp): Do not use BP_SYM.
28884         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28885         "bp-asm.h".
28886         (setjmp): Do not use BP_SYM.
28887         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28888         libc_hidden_def.
28889         (mempcpy): Do not use BP_SYM in weak_alias.
28890         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28891         "bp-asm.h".
28892         (strchr): Do not use BP_SYM.
28893         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28894         "bp-asm.h".
28895         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28896         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28897         (_start): Do not use BP_SYM.
28898         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28899         "bp-asm.h".
28900         (strcat): Do not use BP_SYM.
28901         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28902         "bp-asm.h".
28903         (STRCMP): Do not use BP_SYM.
28904         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28905         "bp-asm.h".
28906         (STRCPY): Do not use BP_SYM.
28907         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28908         "bp-asm.h".
28909         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28910         "bp-asm.h".
28911         (FUNCTION): Do not use BP_SYM.
28912         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28913         weak_alias.
28914         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28915
28916 2013-02-17  Andreas Jaeger  <aj@suse.de>
28917
28918         * time/Versions: Sort entries.
28919         * string/Versions: Likewise.
28920         * resolv/Versions: Likewise.
28921         * posix/Versions: Likewise.
28922         * iconv/Versions: Likewise.
28923         * elf/Versions: Likewise.
28924         * wcsmbs/Versions: Likewise.
28925
28926 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28927
28928         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28929         loop termination condition.
28930
28931         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28932         variable to calculate EZ.
28933         (__sqr): Likewise.
28934
28935         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28936         the lower precision input.
28937
28938 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28939
28940         [BZ #13550]
28941         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28942         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28943         (run-via-rtld-prefix): Do not handle %-bp tests.
28944         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28945         (all-object-suffixes): Remove .ob.
28946         (bppfx): Remove variable.
28947         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28948         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28949         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28950         [$(build-bounded) = yes] (libtype.ob): Likewise.
28951         * Makerules (elide-routines.ob): Remove variable.
28952         (do-tests-clean): Do not handle *-bp.out.
28953         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28954         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28955         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28956         (tests): Do not include $(tests-bp.out).
28957         (xtests): Do not include $(xtests-bp.out).
28958         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28959         [$(build-bounded) = yes] ($(addprefix
28960         $(objpfx),$(binaries-bounded))): Remove rule.
28961         ($(objpfx)%-bp.out): Remove rule.
28962         * config.make.in (build-bounded): Remove variable.
28963         * crypt/Makefile [$(build-bounded) = yes]
28964         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28965         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28966         append to variable.
28967         [$(build-bounded) = yes] (install-lib): Likewise.
28968         [$(build-bounded) = yes] (generated): Likewise.
28969         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28970         Remove rule.
28971         * intl/Makefile [$(build-bounded) = yes]
28972         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28973         * math/Makefile [$(build-bounded) = yes]
28974         ($(tests:%=$(objpfx)%-bp): Likewise.
28975         * misc/Makefile [$(build-bounded) = yes]
28976         ($(objpfx)tst-tsearch-bp): Likewise.
28977         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28978         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28979         Remove dependency.
28980         * string/Makefile (o-objects.ob): Remove variable.
28981         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28982         (CFLAGS-.ob): Remove variable.
28983         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28984         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28985         both definitions of variable.
28986         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28987         (ASFLAGS-.ob): Remove variable.
28988
28989 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28990
28991         [BZ #13550]
28992         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28993         Remove __BOUNDED_POINTERS__ from condition.
28994         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28995         * string/bits/string2.h [!__NO_STRING_INLINES &&
28996         !__BOUNDED_POINTERS__]: Likewise.
28997         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28998         Likewise.
28999         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29000         Remove conditional code.
29001         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29002         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29003         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29004         condition.
29005
29006         [BZ #13550]
29007         * csu/libc-start.c: Do not include <bp-sym.h>.
29008         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29009         * elf/dl-open.c: Do not include <bp-sym.h>.
29010         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29011         * math/fegetenv.c: Do not include <bp-sym.h>.
29012         (fegetenv): Do not use BP_SYM in versioned symbols.
29013         * nptl/sysdeps/pthread/bits/libc-lockP.h
29014         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29015         <bp-sym.h>.
29016         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29017         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29018         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29019         (__pthread_mutex_destroy): Likewise.
29020         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29021         (__pthread_mutex_lock): Likewise.
29022         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29023         (__pthread_mutex_trylock): Likewise.
29024         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29025         (__pthread_mutex_unlock): Likewise.
29026         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29027         (__pthread_mutexattr_init): Likewise.
29028         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29029         (__pthread_mutexattr_destroy): Likewise.
29030         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29031         (__pthread_mutexattr_settype): Likewise.
29032         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29033         (__pthread_rwlock_init): Likewise.
29034         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29035         (__pthread_rwlock_destroy): Likewise.
29036         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29037         (__pthread_rwlock_rdlock): Likewise.
29038         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29039         (__pthread_rwlock_tryrdlock): Likewise.
29040         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29041         (__pthread_rwlock_wrlock): Likewise.
29042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29043         (__pthread_rwlock_trywrlock): Likewise.
29044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29045         (__pthread_rwlock_unlock): Likewise.
29046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29047         (__pthread_key_create): Likewise.
29048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29049         (__pthread_setspecific): Likewise.
29050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29051         (__pthread_getspecific): Likewise.
29052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29053         Likewise.
29054         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29055         (_pthread_cleanup_push_defer): Likewise.
29056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29057         (_pthread_cleanup_pop_restore): Likewise.
29058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29059         (pthread_setcancelstate): Likewise.
29060         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29061         <bp-sym.h>.
29062         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29063         (memchr): Do not use BP_SYM in weak_alias.
29064         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29065         (fegetenv): Do not use BP_SYM in versioned symbols.
29066         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29067         (fesetenv): Do not use BP_SYM in versioned symbols.
29068         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29069         (feupdateenv): Do not use BP_SYM in versioned symbols.
29070         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29071         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29072         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29073         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29074         (open64): Do not use BP_SYM in weak_alias.
29075         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29076         (fegetenv): Do not use BP_SYM in versioned symbols.
29077         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29078         (fesetenv): Do not use BP_SYM in versioned symbols.
29079         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29080         (feupdateenv): Do not use BP_SYM in versioned symbols.
29081         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29082         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29083         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29084         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29085         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29086         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29087         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29088         <bp-sym.h>.
29089         (__libc_start_main): Do not use BP_SYM.
29090
29091 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29092
29093         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29094         redundant return line.
29095         (norm): Likewise.
29096         (denorm): Likewise.
29097         (dbl_mp): Likewise.
29098         (sub_magnitudes): Likewise.
29099         (__add): Likewise.
29100         (__sub): Likewise.
29101         (__mul): Likewise.
29102         (__inv): Likewise.
29103         (__dvd): Likewise.
29104         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29105         (norm): Likewise.
29106         (denorm): Likewise.
29107         (dbl_mp): Likewise.
29108         (sub_magnitudes): Likewise.
29109         (__add): Likewise.
29110         (__sub): Likewise.
29111         (__mul): Likewise.
29112         (__inv): Likewise.
29113         (__dvd): Likewise.
29114
29115         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29116         instead of __mul.
29117         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29118         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29119         (cc32): Likewise.
29120
29121         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29122         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29123         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29124         of __mul for squares.
29125         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29126         function
29127         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29128         Likewise.
29129         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29130         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29131
29132 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29133
29134         [BZ #13550]
29135         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29136         code.
29137         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29138         prototype or function definition.  Rename ubp_* variables and
29139         parameters.  Remove argv definitions conditional on
29140         [__BOUNDED_POINTERS__].
29141         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29142         * elf/dl-runtime.c (_dl_fixup): Likewise.
29143         * include/set-hooks.h (RUN_HOOK): Likewise.
29144         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29145         definition.
29146         * string/strcpy.c (strcpy): Do not use __unbounded.
29147         * sysdeps/generic/frame.h (struct layout): Likewise.
29148         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29149         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29150         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29151         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29152         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29153         (__backtrace): Likewise.
29154         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29155         use __ptrvalue.
29156         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29157         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29158         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29159         Likewise.
29160         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29161         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29162         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29163         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29164         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29165         Do not use __unbounded.
29166         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29167         Rename __unboundedrlimits parameter to rlimits in prototype.
29168         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29169         Do not use __unbounded.
29170         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29171         not use __ptrvalue.
29172         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29173         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29174         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29175         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29176         __ptrvalue or __unbounded.
29177         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29178         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29179         use __unbounded.
29180         (__new_msgctl): Do not use __ptrvalue.
29181         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29182         __unbounded.
29183         (__libc_msgrcv): Do not use __ptrvalue.
29184         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29185         startup_info): Do not use __unbounded.
29186         (__libc_start_main): Likewise.  Rename ubp_* variables and
29187         parameters.  Remove argv definitions conditional on
29188         [__BOUNDED_POINTERS__].
29189         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29190         __ptrvalue.
29191         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29192         use __unbounded.
29193         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29194         or __ptrvalue.
29195         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29196         use __unbounded.
29197         (__new_shmctl): Do not use __ptrvalue.
29198         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29199         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29200         Likewise.
29201         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29202         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29203         (__libc_sigaction): Likewise.
29204         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29205         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29206         Likewise.
29207         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29208
29209 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29210
29211         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29212
29213         * string/mempcpy.c: Implement by calling memcpy.
29214
29215 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29216
29217         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29218
29219         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29220         evaluation.
29221
29222         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29223         values in the mantissa.
29224
29225         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29226         minimize writes to Z.
29227         (sub_magnitudes): Simplify code a bit.
29228
29229 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29230
29231         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29232         from the message.  The linker prefixes all warnings with that already.
29233
29234 2013-02-12  Andreas Schwab  <schwab@suse.de>
29235
29236         [BZ #15078]
29237         * posix/regexec.c (extend_buffers): Add parameter min_len.
29238         (check_matching): Pass minimum needed length.
29239         (clean_state_log_if_needed): Likewise.
29240         (get_subexp): Likewise.
29241         * posix/Makefile (tests): Add bug-regex34.
29242         (bug-regex34-ENV): Define.
29243         * posix/bug-regex34.c: New file.
29244
29245         [BZ #11561]
29246         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29247         elements compare against the byte sequence of it, not its name.
29248         * posix/Makefile (tests): Add bug-regex35.
29249         (bug-regex35-ENV): Define.
29250         * posix/bug-regex35.c: New file.
29251
29252 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29253
29254         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29255         comment.
29256         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29257         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29258         (CHECK_EOL): Add undef.
29259
29260 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29261
29262         * bits/stdlib-bsearch.h: New file.
29263         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29264         * stdlib/stdlib.h: Likewise.
29265
29266 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29267
29268         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29269         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29270         declaration.
29271         * manual/search.texi (Array Search Function): Add missing const in
29272         lfind prototype.
29273         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29274         declaration to use rlim_t.
29275         (Basic Scheduling Functions): Remove erroneous const from
29276         sched_getparam prototype.  Remove erroneous * from
29277         sched_get_priority_max and sched_get_priority_min prototypes.
29278         (Resource Usage): Fix summary @comment on vtimes to refer to
29279         sys/vtimes.h rather than vtimes.h.
29280         Add missing *s in vtimes prototype.
29281         (Limits on Resources): Fix ulimit prototype to return long int.
29282         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29283         prototypes to use long int rather than double.
29284         (BSD Random): Fix initstate and setstate to use char *, not void *.
29285         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29286         prototype to make second argument 'struct aiocb64 *const[]'.
29287         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29288         (Status of AIO Operations): Remove erroneous const in aio_return and
29289         aio_return64 prototypes.
29290         (Synchronizing I/O): Fix sync prototype to return void.
29291         * manual/startup.texi (Suboptions): Remove an erroneous const in
29292         getsubopt prototype.
29293         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29294         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29295         use size_t rather than int.
29296         (Scanning All Users): Likewise for getpwent_r.
29297         (Setting Groups): Add missing const to setgroups prototype.
29298         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29299         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29300         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29301         'const void *' rather than 'const char *'.
29302         (Host Address Functions): Likewise for inet_ntop.
29303         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29304         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29305         ssize_t for return value.
29306         (Sending Data): Likewise for send, sendto, sendmsg.
29307         (Socket Option Functions): Add a missing const in setsockopt prototype.
29308         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29309         use wchar_t for the argument.
29310         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29311         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29312         take no arguments.
29313         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29314         double/float/long double for second argument.
29315         Fix return types of significand, significandf, significandl.
29316         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29317         argument in fchmod prototype.
29318         (File Owner): Use uid_t and gid_t in fchown prototype.
29319         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29320         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29321         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29322         use 'const struct dirent **' as argument types to CMP function pointer
29323         argument.
29324         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29325         (File Times): Fix summary magic @comment for struct utimbuf and utime
29326         to refer to utime.h, not time.h.
29327         * manual/string.texi (Argz Functions): Add missing const in
29328         argz_extract and argz_next prototypes.
29329         (Finding Tokens in a String): Likewise for basename.
29330         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29331         (Copying and Concatenation): Fix typo in wmemmove prototype.
29332         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29333         (Signal Stack): Remove erroneous const in sigstack prototype.
29334         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29335         prototype.
29336         (Simple Calendar Time): Likewise for stime.
29337         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29338         prototype.
29339         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29340         say sys/sysctl.h instead.
29341         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29342         and vsyslog prototypes.
29343
29344 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29345
29346         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29347         Remove.
29348
29349 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29350
29351         * misc/sys/mman.h: Fix typo in mremap comment.
29352
29353 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29354
29355         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29356         the '\0' terminator.
29357
29358 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29359
29360         [BZ #13550]
29361         * debug/segfault.c: Don't include <bp-checks.h>.
29362         * sysdeps/generic/bp-checks.h: Remove file.
29363         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29364         (__GETDENTS): Don't use CHECK_N.
29365         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29366         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29367         (__getgroups): Don't use CHECK_N.
29368         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29369         (setgroups): Don't use CHECK_N.
29370         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29371         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29372         (__libc_msgrcv): Don't use CHECK_N.
29373         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29374         (__libc_msgsnd): Don't use CHECK_N.
29375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29376         <bp-checks.h>.
29377         (__libc_pread): Don't use CHECK_N.
29378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29379         include <bp-checks.h>.
29380         (__libc_pread64): Don't use CHECK_N.
29381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29382         include <bp-checks.h>.
29383         (__libc_pwrite): Don't use CHECK_N.
29384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29385         include <bp-checks.h>.
29386         (__libc_pwrite64): Don't use CHECK_N.
29387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29388         <bp-checks.h>.
29389         (__libc_pread): Don't use CHECK_N.
29390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29391         include <bp-checks.h>.
29392         (__libc_pread64): Don't use CHECK_N.
29393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29394         include <bp-checks.h>.
29395         (__libc_pwrite): Don't use CHECK_N.
29396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29397         include <bp-checks.h>.
29398         (__libc_pwrite64): Don't use CHECK_N.
29399         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29400         (do_pread): Don't use CHECK_N.
29401         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29402         (do_pread64): Don't use CHECK_N.
29403         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29404         (do_pwrite): Don't use CHECK_N.
29405         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29406         (do_pwrite64): Don't use CHECK_N.
29407         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29408         (__libc_readv): Don't use CHECK_N.
29409         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29410         (semop): Don't use CHECK_N.
29411         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29412         <bp-checks.h>.
29413         (semtimedop): Don't use CHECK_N.
29414         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29415         (__libc_pread): Don't use CHECK_N.
29416         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29417         <bp-checks.h>.
29418         (__libc_pread64): Don't use CHECK_N.
29419         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29420         <bp-checks.h>.
29421         (__libc_pwrite): Don't use CHECK_N.
29422         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29423         <bp-checks.h>.
29424         (__libc_pwrite64): Don't use CHECK_N.
29425         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29426         <bp-checks.h>.
29427         (__libc_msgrcv): Don't use CHECK_N.
29428         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29429         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29430         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29431         (__libc_writev): Don't use CHECK_N.
29432
29433 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29434
29435         * string/strcpy.c: Removed unused variable.
29436
29437         * Makeconfig (+sysdep-includes): Define with := rather than =.
29438         Use an existing include/ subdir of each sysdeps dir before it.
29439
29440 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29441
29442         * nscd/connection.c (register_traced_file): Comment function.
29443         [HAVE_INOTIFY] (union __inev): Define.
29444         [HAVE_INOTIFY] (inotify_check_files): New function.
29445         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29446         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29447         clear_db_cache.
29448         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29449
29450 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29451
29452         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29453         loaded if not already and that a failure is permanent.
29454
29455 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29456
29457         [BZ #15006]
29458         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29459         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29460
29461 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29462
29463         [BZ #13550]
29464         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29465         (CHECK_1_NULL_OK): Likewise.
29466         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29467         (__fxstat): Do not use CHECK_1.
29468         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29469         <bp-checks.h>.
29470         (___fxstat64): Do not use CHECK_1.
29471         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29472         <bp-checks.h>.
29473         (__fxstatat): Do not use CHECK_1.
29474         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29475         <bp-checks.h>.
29476         (__fxstatat64): Do not use CHECK_1.
29477         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29478         <bp-checks.h>.
29479         (__fxstat): Do not use CHECK_1.
29480         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29481         <bp-checks.h>.
29482         (__fxstatat): Do not use CHECK_1.
29483         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29484         <bp-checks.h>.
29485         (__getresgid): Do not use CHECK_1.
29486         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29487         <bp-checks.h>.
29488         (__getresuid): Do not use CHECK_1.
29489         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29490         <bp-checks.h>.
29491         (__lxstat): Do not use CHECK_1.
29492         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29493         <bp-checks.h>.
29494         (__old_msgctl): Do not use CHECK_1.
29495         (__new_msgctl): Likewise.
29496         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29497         <bp-checks.h>.
29498         (__new_setrlimit): Do not use CHECK_1.
29499         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29500         <bp-checks.h>.
29501         (__old_shmctl): Do not use CHECK_1.
29502         (__new_shmctl): Likewise.
29503         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29504         <bp-checks.h>.
29505         (__xstat): Do not use CHECK_1.
29506         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29507         (__lxstat): Do not use CHECK_1.
29508         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29509         <bp-checks.h>.
29510         (___lxstat64): Do not use CHECK_1.
29511         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29512         (__old_msgctl): Do not use CHECK_1.
29513         (__new_msgctl): Likewise.
29514         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29515         <bp-checks.h>.
29516         (__gettimeofday): Do not use CHECK_1.
29517         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29518         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29519         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29520         <bp-checks.h>.
29521         (__gettimeofday): Do not use CHECK_1.
29522         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29523         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29524         (__new_shmctl): Do not use CHECK_1.
29525         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29526         <bp-checks.h>.
29527         (do_sigtimedwait): Do not use CHECK_1.
29528         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29529         <bp-checks.h>.
29530         (do_sigwaitinfo): Do not use CHECK_1.
29531         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29532         <bp-checks.h>.
29533         (msgctl): Do not use CHECK_1.
29534         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29535         <bp-checks.h>.
29536         (shmctl): Do not use CHECK_1.
29537         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29538         (ustat): Do not use CHECK_1.
29539         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29540         <bp-checks.h>.
29541         (__fxstat): Do not use CHECK_1.
29542         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29543         <bp-checks.h>.
29544         (__fxstatat): Do not use CHECK_1.
29545         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29546         <bp-checks.h>.
29547         (__lxstat): Do not use CHECK_1.
29548         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29549         <bp-checks.h>.
29550         (__xstat): Do not use CHECK_1.
29551         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29552         (__xstat): Do not use CHECK_1.
29553         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29554         (___xstat64): Do not use CHECK_1.
29555
29556         [BZ #13550]
29557         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29558         definitions.
29559         (CHECK_BOUNDS_HIGH): Likewise.
29560         * string/strcpy.c: Do not include <bp-checks.h>.
29561         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29562
29563 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29564
29565         * nscd/nscd-client.h (__nscd_drop_map_ref):
29566         Add __attribute__ ((unused)).
29567         * nis/nss-nisplus.h (niserr2nss): Likewise.
29568
29569         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29570         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29571
29572         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29573         Remove inline keyword.
29574         * include/rounding-mode.h (round_away): Likewise.
29575         * libio/wfileops.c (adjust_wide_data): Likewise.
29576         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29577         (__m128i_strloadu_tolower): Likewise.
29578         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29579         (__m128i_strloadu_tolower): Likewise.
29580         * time/mktime.c (ydhms_diff): Likewise.
29581         * locale/elem-hash.h (elem_hash): Likewise.
29582         * locale/setlocale.c (setdata): Likewise.
29583         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29584         (re_string_wchar_at): Likewise.
29585         (bitset_not, bitset_merge, bitset_mask): Likewise.
29586         [!(__GNUC__ > 3)] (inline): Remove macro.
29587         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29588         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29589         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29590         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29591         * string/memcmp.c (memcmp_bytes): Likewise.
29592         * locale/programs/locarchive.c (compute_hashval): Likewise.
29593         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29594         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29595         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29596         * nss/getent.c (print_rpc, print_protocols): Likewise.
29597         (print_passwd, print_group, print_aliases): Likewise.
29598         * nis/nss-nisplus.h (niserr2nss): Likewise.
29599         * nscd/connections.c (restart_p): Likewise.
29600         Change return type to bool.
29601
29602 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29603
29604         * Makeconfig (all-Depend-files): Add existing
29605         $(sorted-subdirs:=/Depend) files.
29606         (all-subdirs): Remove nss.
29607         * sysdeps/unix/inet/Subdirs: Add it here instead.
29608         * hesiod/Depend: New file.
29609
29610         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29611         instead of calling alloca.
29612
29613         * io/lseek.c (__lseek): Rename to __libc_lseek.
29614         Define __lseek as an alias.
29615
29616         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29617
29618 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29619
29620         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29621         else clause and remove check for non-standard endianness.
29622
29623 2013-02-04  David S. Miller  <davem@davemloft.net>
29624
29625         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29626
29627 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29628
29629         [BZ #13550]
29630         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29631         (__ubp_memchr): Remove prototype.
29632         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29633         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29634         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29635         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29636         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29637         Remove alias.
29638         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29639         (__ubp_memchr): Likewise.
29640         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29641         (__ubp_memchr): Likewise.
29642         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29643         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29644         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29645         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29646         CHECK_STRING.
29647         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29648         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29649         (__getcwd): Do not use CHECK_STRING.
29650         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29651         <bp-checks.h>.
29652         (__real_chown): Do not use CHECK_STRING.
29653         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29654         <bp-checks.h>.
29655         (fchownat): Do not use CHECK_STRING.
29656         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29657         CHECK_STRING.
29658         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29659         <bp-checks.h>.
29660         (__lchown): Do not use CHECK_STRING.
29661         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29662         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29663         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29664         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29666         include <bp-checks.h>.
29667         (truncate64): Do not use CHECK_STRING.
29668         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29669         <bp-checks.h>.
29670         (__real_chown): Do not use CHECK_STRING.
29671         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29672         <bp-checks.h>.
29673         (__lchown): Do not use CHECK_STRING.
29674         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29675         <bp-checks.h>.
29676         (__chown): Do not use CHECK_STRING.
29677         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29678         <bp-checks.h>.
29679         (truncate64): Do not use CHECK_STRING.
29680         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29681         Likewise.
29682         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29683         (__xmknod): Do not use CHECK_STRING.
29684         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29685         <bp-checks.h>.
29686         (__xmknodat): Do not use CHECK_STRING.
29687         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29688         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29689
29690 2013-02-04  Andreas Schwab  <schwab@suse.de>
29691
29692         [BZ #14142]
29693         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29694         * include/netdb.h: Likewise for h_errno.
29695         * elf/tst-stackguard1.c: Include <tls.h>.
29696
29697 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29698
29699         * elf/link.h (struct link_map): Extend the l_addr comment.
29700         * include/link.h (struct link_map): Likewise.
29701
29702 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29703
29704         [BZ #13550]
29705         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29706         (BOUNDED_1): Remove macro.
29707         * debug/backtrace.c: Don't include <bp-checks.h>.
29708         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29709         (__backtrace): Likewise.
29710         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29711         <bp-checks.h>.
29712         (__backtrace): Don't use BOUNDED_1.
29713         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29714         <bp-checks.h>.
29715         (__backtrace): Don't use BOUNDED_1.
29716         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29717         (__backtrace): Don't use BOUNDED_1.
29718         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29719         (shmat): Don't use BOUNDED_N.
29720
29721 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29722
29723         [BZ #13550]
29724         * sysdeps/generic/bp-start.h: Remove file.
29725         * csu/libc-start.c: Don't include <bp-start.h>.
29726         (LIBC_START_MAIN): Set up __environ directly instead of using
29727         INIT_ARGV_and_ENVIRON.
29728         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29729         <bp-start.h>.
29730
29731         [BZ #13550]
29732         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29733         definitions.
29734         (CHECK_FCNTL): Likewise.
29735         (CHECK_N_PAGES): Likewise.
29736
29737         [BZ #13550]
29738         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29739         definitions.
29740         (CHECK_SIGSET_NULL_OK): Likewise.
29741         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29742         <bp-checks.h>.
29743         (sigpending): Don't use CHECK_SIGSET.
29744         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29745         <bp-checks.h>.
29746         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29747         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29748         <bp-checks.h>.
29749         (do_sigsuspend): Don't use CHECK_SIGSET.
29750         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29751         use CHECK_SIGSET.
29752         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29753         (do_sigwait): Don't use CHECK_SIGSET.
29754         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29755         use CHECK_SIGSET.
29756         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29757         include <bp-checks.h>.
29758         (sigpending): Don't use CHECK_SIGSET.
29759         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29760         include <bp-checks.h>.
29761         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29762         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29763         <bp-checks.h>.
29764         (sigpending): Don't use CHECK_SIGSET.
29765         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29766         <bp-checks.h>.
29767         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29768
29769         [BZ #13550]
29770         * sysdeps/generic/bp-semctl.h: Remove file.
29771         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29772         <bp-checks.h> and <bp-semctl.h>.
29773         (__old_semctl): Don't use CHECK_SEMCTL.
29774         (__new_semctl): Likewise.
29775         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29776         and <bp-semctl.h>.
29777         (__old_semctl): Don't use CHECK_SEMCTL.
29778         (__new_semctl): Likewise.
29779         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29780         <bp-checks.h> and <bp-semctl.h>.
29781         (__old_semctl): Don't use CHECK_SEMCTL.
29782         (__new_semctl): Likewise.
29783         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29784         <bp-checks.h> and <bp-semctl.h>.
29785         (semctl): Don't use CHECK_SEMCTL.
29786
29787         [BZ #13550]
29788         * Makerules (elide-bp-thunks): Remove variable.
29789         (elide-routines.oS): Don't use $(elide-bp-thunks).
29790         (elide-routines.os): Likewise.
29791         (elide-routines.o): Likewise.
29792         (elide-routines.op): Likewise.
29793         (elide-routines.og): Likewise.
29794         (objects): Don't use $(bp-thunks).
29795         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29796         include.
29797         (common-generated): Do not add s-proto-bp.d.
29798         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29799         (int): Likewise.
29800         (typ): Likewise.
29801         Do not generate makefile rules for bounded-pointer thunks.
29802         * sysdeps/generic/bp-thunks.h: Remove file.
29803         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29804         * sysdeps/unix/s-proto-bp.S: Likewise.
29805
29806         [BZ #15062]
29807         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29808         parts of result separately when argument is not close to line from
29809         -i to i and one part of argument is small.
29810         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29811         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29812         * math/libm-test.inc (cacos_test): Add more tests.
29813         (casin_test): Likewise.
29814         (casinh_test): Likewise.
29815         * sysdeps/i386/fpu/libm-test-ulps: Update.
29816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29817
29818 2013-01-31  David S. Miller  <davem@davemloft.net>
29819
29820         * po/de.po: Update from translation team.
29821
29822 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29823
29824         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29825
29826 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29827
29828         * configure.in (_AC_PROG_CC_C89): New definition.
29829         * configure: Regenerate.
29830
29831         * configure.in (AC_PROG_CPP): New definition.
29832         * configure: Regenerate.
29833
29834 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29835
29836         * debug/tst-backtrace.h: New file.
29837         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29838         (ret): Remove variable.
29839         (x): Likewise.
29840         (FAIL): Remove macro.
29841         (NO_INLINE): Likewise.
29842         (fn1): Use match function instead of strstr.
29843         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29844         (ret): Remove variable.
29845         (x): Likewise.
29846         (FAIL): Remove macro.
29847         (NO_INLINE): Likewise.
29848         (fn): Use match function instead of strstr.
29849         * debug/tst-backtrace4.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         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29856         (ret): Remove variable.
29857         (x): Likewise.
29858         (FAIL): Remove macro.
29859         (NO_INLINE): Likewise.
29860         (handle_signal): Use match function instead of strstr.
29861
29862 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29863
29864         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29865
29866 2013-01-23  David S. Miller  <davem@davemloft.net>
29867
29868         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29869         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29870         argument of CAS if possible.
29871         * sysdeps/sparc/sparc64/bits/atomic.h
29872         (__arch_compare_and_exchange_val_32_acq): Likewise.
29873         (__arch_compare_and_exchange_val_64_acq): Likewise.
29874
29875 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29876
29877         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29878         * sysdeps/posix/ulimit.c: ... this.
29879         Include <limits.h>.
29880         * sysdeps/unix/bsd/ulimit.c: Remove file.
29881
29882 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29883
29884         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29885         (LDFLAGS-tst-array5): Likewise.
29886
29887 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29888
29889         [BZ #15036]
29890         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29891         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29892         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29893         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29894
29895 2013-01-21  David S. Miller  <davem@davemloft.net>
29896
29897         * sysdeps/sparc/backtrace.c: New file.
29898         * sysdeps/sparc/sparc32/backtrace.h: New file.
29899         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29900         * sysdeps/sparc/sparc64/backtrace.h: New file.
29901         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29902         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29903         -funwind-tables.
29904
29905 2013-01-21  Andreas Schwab  <schwab@suse.de>
29906
29907         [BZ #15020]
29908         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29909         closed its stdout.
29910
29911 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29912
29913         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29914         "mpa2.h".
29915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29916
29917 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29918             Mark Mitchell  <mark@codesourcery.com>
29919             Tom de Vries  <tom@codesourcery.com>
29920             Paul Pluzhnikov  <ppluzhnikov@google.com>
29921
29922         * debug/tst-backtrace2.c: New file.
29923         * debug/tst-backtrace3.c: Likewise.
29924         * debug/tst-backtrace4.c: Likewise.
29925         * debug/tst-backtrace5.c: Likewise.
29926         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29927         (CFLAGS-tst-backtrace3.c): Likewise.
29928         (CFLAGS-tst-backtrace4.c): Likewise.
29929         (CFLAGS-tst-backtrace5.c): Likewise.
29930         (LDFLAGS-tst-backtrace2): Likewise.
29931         (LDFLAGS-tst-backtrace3): Likewise.
29932         (LDFLAGS-tst-backtrace4): Likewise.
29933         (LDFLAGS-tst-backtrace5): Likewise.
29934         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29935         tst-backtrace4 and tst-backtrace5.
29936
29937 2013-01-18  Anton Blanchard  <anton@samba.org>
29938             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29939
29940         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29941         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29942         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29943         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29945         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29946         "+r" and remove output regs list as redundant.  Add explicit inline
29947         asm to specify register of return val to work around compiler codegen
29948         bug.  Remove (int) cast on return value.  Add return type parameter to
29949         use in macro so that this macro does not truncate return value for
29950         64-bit values.
29951         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29952         pass to INTERNAL_VSYSCALL_NCS.
29953         (INLINE_VSYSCALL): Add 'long int' as return type to
29954         INTERNAL_VSYSCALL_NCS macro invocation.
29955         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29956         INTERNAL_VSYSCALL_NCS macro invocation.
29957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29958
29959 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29960
29961         [BZ #14496]
29962         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29963         Fix application of SIMD FP exception mask.
29964
29965         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29966         mp_no from a power of two.
29967         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29968         __mpexp_twomm1.  Use __pow_mp.
29969
29970         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29971         multiplication.
29972
29973 2013-01-17  David S. Miller  <davem@davemloft.net>
29974
29975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29976
29977 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29978
29979         [BZ #15023]
29980         * include/complex.h: Condition contents on [!_COMPLEX_H].
29981         (__kernel_casinhf): New prototype.
29982         (__kernel_casinh): Likewise.
29983         (__kernel_casinhl): Likewise.
29984         * math/Makefile (libm_calls): Add k_casinh.
29985         * math/k_casinh.c: New file.
29986         * math/k_casinhf.c: Likewise.
29987         * math/k_casinhl.c: Likewise.
29988         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29989         finite nonzero arguments.
29990         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29991         finite nonzero arguments.
29992         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29993         finite nonzero arguments.
29994         * math/s_casinh.c: Do not include <float.h>.
29995         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29996         * math/s_casinhf.c: Do not include <float.h>.
29997         (__casinhf): Move code for finite nonzero arguments to
29998         k_casinhf.c.
29999         * math/s_casinhl.c: Do not include <float.h>.
30000         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30001         redefine.
30002         (__casinhl): Move code for finite nonzero arguments to
30003         k_casinhl.c.
30004         * math/libm-test.inc (cacos_test): Add more tests.
30005         * sysdeps/i386/fpu/libm-test-ulps: Update.
30006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30007
30008 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30009
30010         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30011         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30012         [!HAVE_MREMAP]: Remove [defined linux] case.
30013         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30014
30015 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30016
30017         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30018
30019 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30020
30021         * elf/elf.h (R_386_SIZE32): New relocation.
30022         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30023         R_386_SIZE32.
30024         (elf_machine_rela): Likewise.
30025         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30026         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30027
30028 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30029
30030         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30031         (FP_FAST_FMA): Do not define.
30032         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30033         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30034         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30035         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30036         !_SOFT_FLOAT]: Likewise.
30037         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30038         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30039         value.
30040         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30041         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30042         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30043         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30044         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30045         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30046         file.
30047
30048 2013-01-16  Andreas Schwab  <schwab@suse.de>
30049
30050         [BZ #14327]
30051         * include/stdlib.h (__mktemp): Add declaration.
30052         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30053         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30054
30055 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30056
30057         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30058         definitions.
30059         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30060         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30061         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30062         definitions here.
30063         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30064         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30065         definitions.
30066         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30067         and ONE.
30068         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30069         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30070         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30071         definitions.
30072         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30073         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30074         definitions.
30075         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30076
30077         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30078
30079 2013-01-15  David S. Miller  <davem@davemloft.net>
30080
30081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30082         trunc{,f} to libm-sysdep_routes.
30083         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30085         file.
30086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30088         file.
30089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30090         file.
30091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30093         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30094         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30095         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30096         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30097         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30098         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30099
30100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30101         nearbyint{,f} to libm-sysdep_routes.
30102         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30104         New file.
30105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30106         file.
30107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30108         New file.
30109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30110         file.
30111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30113         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30114         file.
30115         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30116         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30117         file.
30118         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30119         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30120         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30121
30122         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30123         libc_feholdexcept and libc_fesetenv.
30124
30125 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30126
30127         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30128
30129 2013-01-14  David S. Miller  <davem@davemloft.net>
30130
30131         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30132         (SPARC_ASM_VIS2_IFUNC): Likewise.
30133         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30135         use of 'siam' instruction.
30136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30137         Likewise.
30138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30139         Likewise.
30140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30141         Likewise.
30142         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30143         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30144         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30145         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30147         file.
30148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30149         file.
30150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30151         file.
30152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30153         file.
30154         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30155         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30156         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30157         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30159         new VIS2 routines.
30160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30163         Likewise.
30164         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30165         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30166         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30167         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30169         routines to libm-sysdep_routines.
30170         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30171
30172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30173         fdim/fdimf to libm-sysdep_routines.
30174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30175         file.
30176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30178         file.
30179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30180         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30182         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30183         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30184         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30185         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30186
30187 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30188
30189         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30190         to optimize copies.
30191
30192         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30193         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30194         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30195
30196         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30197         local variable MPTWO.
30198         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30199         Likewise.
30200
30201 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30202
30203         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30204         GLOB_NOESCAPE.
30205
30206 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30207
30208         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30209
30210 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30211
30212         * manual/pattern.texi (glob_t): Document gl_flags.
30213         (glob64_t): Likewise.
30214
30215 2013-01-11  David S. Miller  <davem@davemloft.net>
30216
30217         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30218         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30219         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30220         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30221         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30222         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30223         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30224         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30225         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30226         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30227         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30228         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30229         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30230
30231         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30232         sparc V9 rather than using V8 code.
30233         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30234         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30235
30236         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30237         Move to...
30238         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30239         Here.
30240
30241 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30242
30243         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30244         not in the main loop.
30245         * configure: Regenerated.
30246
30247 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30248
30249         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30250         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30251         to just #else.
30252         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30253         [!__GLIBC_HAVE_LONG_LONG] case.
30254         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30255         condition to just #else.
30256         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30257         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30258         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30259         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30260         unconditional.
30261         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30262         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30263         #elif condition to just #else.
30264         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30265         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30266         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30267         #elif condition to just #else.
30268
30269 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30270
30271         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30272         (EF_MIPS_ARCH_64): Fix value.
30273         (EF_MIPS_ARCH_32R2): New.
30274         (EF_MIPS_ARCH_64R2): New.
30275
30276 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30277
30278         * Makeconfig (+link-pie-before-libc): New.
30279         (+link-pie-after-libc): Likewise.
30280         (+link-pie-tests): Likewise.
30281         (+link-pie): Rewritten.
30282         (link-before-libc): Remove $(config-LDFLAGS).
30283         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30284         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30285         (config-LDFLAGS): Renamed to ...
30286         (rtld-LDFLAGS): This.
30287         (rtld-tests-LDFLAGS): New macro.
30288         (link-libc-rpath-link): Likewise.
30289         (link-libc-tests-rpath-link): Likewise.
30290         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30291         (link-libc): Prepand $(link-libc-rpath-link).
30292         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30293         (test-program-prefix): New macro.
30294         (test-via-rtld-prefix): Likewise.
30295         (test-program-cmd): Likewise.
30296         (host-test-program-cmd): Likewise.
30297         * Makefile ($(common-objpfx)testrun.sh): Replace
30298         $(run-program-prefix) with $(test-program-prefix).
30299         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30300         $(rtld-LDFLAGS).
30301         ($(common-objpfx)shlib.lds): Likewise.
30302         (build-module-helper): Likewise.
30303         ($(common-objpfx)format.lds): Likewise.
30304         * Rules (binaries-pie-tests): New.
30305         (binaries-pie-notests): Likewise.
30306         (binaries-pie): Rewritten.
30307         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30308         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30309         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30310         (make-test-out): Replace $(host-built-program-cmd) with
30311         $(host-test-program-cmd).
30312         * config.make.in (build-hardcoded-path-in-tests): New variable.
30313         * configure.in (--enable-hardcoded-path-in-tests): New configure
30314         option.
30315         (hardcoded_path_in_tests): New AC_SUBST.
30316         * configure: Regenerated.
30317         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30318         $(built-program-cmd) with $(test-program-cmd).
30319         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30320         (test_program_cmd): This.
30321         * elf/Makefile ($(objpfx)order.out): Run test with
30322         $(test-program-prefix).
30323         ($(objpfx)order2.out): Likewise.
30324         ($(objpfx)tst-initorder.out): Likewise.
30325         ($(objpfx)tst-initorder2.out): Likewise.
30326         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30327         $(test-program-cmd).
30328         ($(objpfx)tst-array1-static.out): Likewise.
30329         ($(objpfx)tst-array2.out): Likewise.
30330         ($(objpfx)tst-array3.out): Likewise.
30331         ($(objpfx)tst-array4.out): Likewise.
30332         ($(objpfx)tst-array5.out): Likewise.
30333         ($(objpfx)tst-array5-static.out): Likewise.
30334         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30335         $(test-program-cmd).
30336         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30337         $(run-program-prefix) with $(test-program-prefix).
30338         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30339         (test_program_prefix): This.
30340         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30341         $(run-program-prefix) with $(test-program-prefix).
30342         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30343         (test_program_prefix): This.
30344         * iconvdata/tst-tables.sh: Likewise.
30345         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30346         $(run-program-prefix) with $(test-program-prefix).
30347         ($(objpfx)tst-translit.out): Likewise.
30348         ($(objpfx)tst-gettext2.out): Likewise.
30349         ($(objpfx)tst-gettext4.out): Likewise.
30350         ($(objpfx)tst-gettext6.out): Likewise.
30351         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30352         (test_program_prefix): This.
30353         * intl/tst-gettext2.sh: Likewise.
30354         * intl/tst-gettext4.sh  Likewise.
30355         * intl/tst-gettext6.sh: Likewise.
30356         * intl/tst-translit.sh: Likewise.
30357         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30358         with $(test-program-cmd).
30359         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30360         $(run-program-prefix) with $(test-program-prefix).
30361         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30362         (test_program_prefix): This.
30363         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30364         $(run-program-prefix) with $(test-program-prefix).
30365         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30366         (test_program_prefix): This.
30367         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30368         * posix/Makefile ($(objpfx)globtest.out): Replace
30369         $(run-via-rtld-prefix) and $(test-wrapper) with
30370         $(test-program-prefix) and $(test-via-rtld-prefix).
30371         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30372         $(test-program-prefix).
30373         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30374         $(host-test-program-cmd).
30375         (tst-spawn-ARGS): Likewise.
30376         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30377         $(test-program-prefix).
30378         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30379         (test_via_rtld_prefix): This.
30380         (test_wrapper): Renamed to ...
30381         (test_program_prefix): This.
30382         (run_program_prefix): Replaced by test_program_prefix.
30383         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30384         (test_program_prefix): This.
30385         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30386         with $(host-test-program-cmd).
30387         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30388         $(run-program-prefix) with $(test-program-prefix).
30389         ($(objpfx)tst-printf.out): Likewise.
30390         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30391         $(test-program-cmd).
30392         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30393         (test_program_prefix): This.
30394         * stdio-common/tst-unbputc.sh: Likewise.
30395         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30396         $(run-program-prefix) with $(test-program-prefix).
30397         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30398         (test_program_prefix): This.
30399         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30400         $(built-program-cmd) with $(test-program-cmd).
30401
30402 2013-01-11  Andreas Jaeger  <aj@suse.de>
30403
30404         [BZ #15003]
30405         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30406         value. Sync with Linux 3.7.
30407
30408 2013-01-10  David S. Miller  <davem@davemloft.net>
30409
30410         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30411         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30412         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30413
30414 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30415
30416         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30417         never set.
30418         * configure: Regenerated.
30419
30420 2013-01-10  David S. Miller  <davem@davemloft.net>
30421
30422         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30423         sparc V9 rather than using V8 code.
30424         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30425         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30426
30427 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30428
30429         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30430         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30431         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30432         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30433         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30434         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30435         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30436         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30437         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30438         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30439         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30440         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30441         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30442         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30443         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30444         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30445         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30446         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30447         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30448         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30449         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30450         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30451         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30452         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30453         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30454         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30455         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30456
30457 2013-01-10  David S. Miller  <davem@davemloft.net>
30458
30459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30460
30461 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30462
30463         * posix/Makefile (tests-static): New variable.
30464         (tests): Add $(tests-static).
30465         (tst-exec-static-ARGS): New variable.
30466         (tst-spawn-static-ARGS): Likewise.
30467         * posix/tst-exec-static.c: New file.
30468         * posix/tst-spawn-static.c: Likewise.
30469         * posix/tst-exec.c: Support run directly.
30470         * posix/tst-spawn.c: Likewise.
30471
30472 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30473
30474         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30475         long.
30476         * math/bits/mathcalls.h (llrint): Likewise.
30477         (llround): Likewise.
30478         * stdlib/stdlib.h (struct drand48_data): Likewise.
30479         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30480         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30481         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30482         Likewise.
30483         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30484         Likewise.
30485         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30486         (elf_greg_t): Likewise.
30487         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30488         (__jmp_buf): Likewise.
30489         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30490         definitions.
30491         (llrint): Likewise, for all definitions.
30492         (llrintl): Likewise.
30493
30494         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30495         Remove [__GNUC__] condition.
30496         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30497         condition to just [__USE_ISOC99].
30498         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30499
30500 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30501
30502         [BZ #14200]
30503         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30504         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30505         defined.
30506         (_POSIX_V6_ILP32_OFF32): Likewise.
30507         (_XBS5_ILP32_OFF32): Likewise.
30508         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30509         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30510
30511 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30512
30513         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30514
30515         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30516         doubles __mpexp_twomm1.  Adjust usage.
30517         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30518         Remove.
30519
30520 2013-01-10  Andreas Schwab  <schwab@suse.de>
30521
30522         [BZ #14964]
30523         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30524         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30525
30526 2013-01-09  David S. Miller  <davem@davemloft.net>
30527
30528         [BZ #15003]
30529         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30530         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30531         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30532         (TCP_FASTOPEN): Define.
30533         (tcp_repair_opt): New structure.
30534         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30535         enum values.
30536         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30537         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30538         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30539         (tcp_cookie_transactions): New structure.
30540
30541 2013-01-09  Anton Blanchard  <anton@samba.org>
30542
30543         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30544         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30545         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30546         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30547
30548 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30549
30550         * include/features.h (__USE_ANSI): Remove.
30551
30552 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30553
30554         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30555
30556         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30557
30558 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30559
30560         * sysdeps/s390/fpu/libm-test-ulps: Update.
30561
30562         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30563
30564         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30565         (__acr): Likewise.
30566         (__cpy): Likewise.
30567         (norm): Likewise.
30568         (denorm): Likewise.
30569         (__mp_dbl): Likewise.
30570         (__dbl_mp): Likewise.
30571         (add_magnitudes): Likewise.
30572         (sub_magnitudes): Likewise.
30573         (__add): Likewise.
30574         (__sub): Likewise.
30575         (__mul): Likewise.
30576         (__inv): Likewise.
30577         (__dvd): Likewise.
30578         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30579         (__acr): Likewise.
30580         (__cpy): Likewise.
30581         (norm): Likewise.
30582         (denorm): Likewise.
30583         (__mp_dbl): Likewise.
30584         (__dbl_mp): Likewise.
30585         (add_magnitudes): Likewise.
30586         (sub_magnitudes): Likewise.
30587         (__add): Likewise.
30588         (__sub): Likewise.
30589         (__mul): Likewise.
30590         (__inv): Likewise.
30591         (__dvd): Likewise.
30592         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30593         (__acr): Likewise.
30594         (__cpy): Likewise.
30595         (norm): Likewise.
30596         (denorm): Likewise.
30597         (__mp_dbl): Likewise.
30598         (__dbl_mp): Likewise.
30599         (add_magnitudes): Likewise.
30600         (sub_magnitudes): Likewise.
30601         (__add): Likewise.
30602         (__sub): Likewise.
30603         (__mul): Likewise.
30604         (__inv): Likewise.
30605         (__dvd): Likewise.
30606
30607 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30608
30609         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30610         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30611         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30612         2 && __USE_EXTERN_INLINES]: Likewise.
30613
30614 2013-01-08  Andreas Jaeger  <aj@suse.de>
30615
30616         [BZ# 14985]
30617         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30618         Remove.
30619         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30620         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30621
30622 2013-01-07  Anton Blanchard  <anton@samba.org>
30623
30624         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30625         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30626         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30627         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30628         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30629         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30630         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30631         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30633         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30634         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30635         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30636         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30637         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30638         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30639         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30640         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30641         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30642         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30643         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30644         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30645         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30646         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30647         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30648         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30649         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30650         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30651         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30652         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30653         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30654         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30656         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30657         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30658         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30659         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30660         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30661         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30662         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30663         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30664         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30665         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30666         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30667
30668 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30669
30670         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30671         (__MALLOC_PMT): Likewise.
30672         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30673         [__GNUC__], only on [_LIBC].
30674         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30675         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30676         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30677         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30678         forward declaration.
30679         (realloc_hook_ini): Likewise.
30680         (memalign_hook_ini): Likewise.
30681         (__libc_memalign): Do not use __MALLOC_PMT in variable
30682         declaration.
30683         (__libc_valloc): Likewise.
30684         (__libc_pvalloc): Likewise.
30685         (__libc_calloc): Likewise.
30686         (__posix_memalign): Likewise.
30687
30688         [BZ #14996]
30689         * math/s_casinh.c: Include <float.h>.
30690         (__casinh): Do not do computation with squaring and square root
30691         for large arguments.
30692         * math/s_casinhf.c: Include <float.h>.
30693         (__casinhf): Do not do computation with squaring and square root
30694         for large arguments.
30695         * math/s_casinhl.c: Include <float.h>.
30696         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30697         (__casinhl): Do not do computation with squaring and square root
30698         for large arguments.
30699         * math/libm-test.inc (casin_test): Add more tests.
30700         (casinh_test): Likewise.
30701         * sysdeps/i386/fpu/libm-test-ulps: Update.
30702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30703
30704 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30705
30706         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30707         (__x86_64_raw_data_cache_size): Likewise.
30708         (__x86_64_data_cache_size_half): Likewise.
30709         (__x86_64_raw_data_cache_size_half): Likewise.
30710         (__x86_64_shared_cache_size): Likewise.
30711         (__x86_64_raw_shared_cache_size): Likewise.
30712         (__x86_64_shared_cache_size_half): Likewise.
30713         (__x86_64_raw_shared_cache_size_half): Likewise.
30714         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30715         to ...
30716         (__x86_data_cache_size): This.
30717         (__x86_64_raw_data_cache_size): Renamed to ...
30718         (__x86_raw_data_cache_size): This.
30719         (__x86_64_data_cache_size_half): Renamed to ...
30720         (__x86_data_cache_size_half): This.
30721         (__x86_64_raw_data_cache_size_half): Renamed to ...
30722         (__x86_raw_data_cache_size_half): This.
30723         (__x86_64_shared_cache_size): Renamed to ...
30724         (__x86_shared_cache_size): This.
30725         (__x86_64_raw_shared_cache_size): Renamed to ...
30726         (__x86_raw_shared_cache_size): This.
30727         (__x86_64_shared_cache_size_half): Renamed to ...
30728         (__x86_shared_cache_size_half): This.
30729         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30730         (__x86_raw_shared_cache_size_half): This.
30731         * sysdeps/x86_64/memcpy.S: Updated.
30732         * sysdeps/x86_64/memset.S: Likewise.
30733         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30734         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30735         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30736
30737 2013-01-04  David S. Miller  <davem@davemloft.net>
30738
30739         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30740
30741 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30742
30743         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30744         1 to avoid redefinition warning.
30745         (__USE_GNU): Don't define.
30746         (init_signaling_nan): Protoize.
30747
30748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30749
30750 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30751
30752         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30753         * sysdeps/powerpc/powerpc32/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         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30760         (__cpymn): Likewise.
30761         (norm): Remove commented code.
30762         (denorm): Likewise.
30763         (__mp_dbl): Likewise.
30764         (__inv): Likewise.
30765
30766         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30767         mp_no value for 1.0 and 2.0.
30768         (norm): Use RADIXI instead of radixi.d.
30769         (denorm): Likewise.
30770         (__mul): Use 0.0 instead of zero.d.
30771         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30772         mp_no value for 1.0 and 2.0.
30773         (norm): Use RADIXI instead of radixi.d.
30774         (denorm): Likewise.
30775         (__mul): Use 0.0 instead of zero.d.
30776
30777 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30778
30779         [BZ #14994]
30780         * math/s_casinh.c (__casinh): Reduce finite argument to first
30781         quadrant then set signs of results at the end.
30782         * math/s_casinhf.c (__casinhf): Likewise.
30783         * math/s_casinhl.c (__casinhl): Likewise.
30784         * math/libm-test.inc (casin_test): Add more tests.
30785         (casinh_test): Likewise.
30786         * sysdeps/i386/fpu/libm-test-ulps: Update.
30787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30788
30789 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30790
30791         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30792
30793         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30794
30795         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30796         declarations.
30797         (denorm): Likewise.
30798         (__mp_dbl): Likewise.
30799         (__inv): Likewise.
30800
30801         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30802         and adjust the header comment.
30803
30804         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30805         variable name from declaration.
30806
30807 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30808
30809         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30810         Initialize COMMON_CPUID_INDEX_7 element.
30811         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30812         (CPUID_RTM): Likewise.
30813         (HAS_RTM): Likewise.
30814         (COMMON_CPUID_INDEX_7): New enum.
30815
30816 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30817
30818         [BZ #14981]
30819         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30820         size is zero, record memory as freed.
30821
30822 2013-01-03  Andreas Jaeger  <aj@suse.de>
30823
30824         * po/ia.po: Add new Interlingua translation.
30825
30826 2012-01-03  Allan McRae  <allan@archlinux.org>
30827
30828         * locale/programs/localedef.c: Fix description of '--posix' flag.
30829
30830 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30831
30832         * NEWS: Update dates in second copyright notice.
30833         * README: Update copyright dates in example.
30834         * manual/libc.texinfo: Update copyright dates.
30835         * scripts/test-installation.pl: Update copyright date in --version
30836         output.
30837
30838         * hurd/ctty-input.c: Fix copyright notice formatting.
30839         * hurd/ctty-output.c: Likewise.
30840         * hurd/dtable.c: Likewise.
30841         * hurd/hurd-raise.c: Likewise.
30842         * hurd/hurdprio.c: Likewise.
30843         * hurd/msgportdemux.c: Likewise.
30844         * misc/sys/file.h: Likewise.
30845         * misc/sys/ioctl.h: Likewise.
30846         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30847         * sysdeps/mach/hurd/chdir.c: Likewise.
30848         * sysdeps/mach/hurd/fchdir.c: Likewise.
30849         * sysdeps/mach/hurd/rename.c: Likewise.
30850         * sysdeps/mach/hurd/rmdir.c: Likewise.
30851         * sysdeps/mach/hurd/seekdir.c: Likewise.
30852         * sysdeps/mach/hurd/setsid.c: Likewise.
30853         * sysdeps/posix/wait3.c: Likewise.
30854
30855         * All files with FSF copyright notices: Update copyright dates
30856         using scripts/update-copyrights.
30857         * intl/plural.c: Regenerated.
30858         * locale/programs/charmap-kw.h: Likewise.
30859         * locale/programs/locfile-kw.h: Likewise.
30860
30861 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30862
30863         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30864         four values.
30865
30866         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30867         calculation loop and add branch prediction.
30868
30869         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30870         check access beyond bounds of m1np.
30871
30872         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30873         MPTWO.
30874         (__inv): Remove local variable MPTWO to use the global
30875         constant.
30876         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30877         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30878         variable MPTWO.
30879         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30880         MP3HALFS static const.
30881
30882 2013-01-01  David S. Miller  <davem@davemloft.net>
30883
30884         * po/ca.po: Update from translation team.
30885
30886 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30887
30888         * scripts/update-copyrights: New file.
30889         * Makeconfig: Reformat copyright notice.
30890         * ctype/ctype.h: Likewise.
30891         * debug/swprintf_chk.c: Likewise.
30892         * elf/dl-cache.c: Likewise.
30893         * elf/dl-debug.c: Likewise.
30894         * elf/dl-object.c: Likewise.
30895         * grp/initgroups.c: Likewise.
30896         * hurd/Makefile: Likewise.
30897         * hurd/hurd/signal.h: Likewise.
30898         * hurd/hurdfault.c: Likewise.
30899         * hurd/hurdioctl.c: Likewise.
30900         * hurd/hurdlookup.c: Likewise.
30901         * hurd/intr-msg.c: Likewise.
30902         * iconv/gconv_open.c: Likewise.
30903         * libio/swprintf.c: Likewise.
30904         * locale/lc-ctype.c: Likewise.
30905         * locale/nl_langinfo.c: Likewise.
30906         * mach/Machrules: Likewise.
30907         * mach/Makefile: Likewise.
30908         * malloc/obstack.h: Likewise.
30909         * manual/Makefile: Likewise.
30910         * manual/tsort.awk: Likewise.
30911         * misc/bits/stab.def: Likewise.
30912         * nis/nis_print_group_entry.c: Likewise.
30913         * nis/nis_table.c: Likewise.
30914         * nis/nss_compat/compat-pwd.c: Likewise.
30915         * nis/nss_compat/compat-spwd.c: Likewise.
30916         * po/Makefile: Likewise.
30917         * posix/fnmatch.c: Likewise.
30918         * posix/regex.h: Likewise.
30919         * resolv/Makefile: Likewise.
30920         * resolv/nss_dns/dns-network.c: Likewise.
30921         * resolv/res_hconf.c: Likewise.
30922         * scripts/gen-sorted.awk: Likewise.
30923         * soft-fp/soft-fp.h: Likewise.
30924         * stdio-common/printf.h: Likewise.
30925         * stdlib/monetary.h: Likewise.
30926         * stdlib/random.c: Likewise.
30927         * stdlib/random_r.c: Likewise.
30928         * sysdeps/generic/Makefile: Likewise.
30929         * sysdeps/gnu/Makefile: Likewise.
30930         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30931         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30932         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30933         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30934         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30935         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30936         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30937         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30938         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30939         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30940         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30941         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30942         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30943         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30944         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30945         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30946         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30947         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30948         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30949         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30950         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30951         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30952         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30953         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30954         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30955         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30956         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30957         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30958         * sysdeps/mach/hurd/errnos.awk: Likewise.
30959         * sysdeps/mach/hurd/fork.c: Likewise.
30960         * sysdeps/mach/hurd/getcwd.c: Likewise.
30961         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30962         * sysdeps/mach/hurd/mmap.c: Likewise.
30963         * sysdeps/mach/hurd/utimes.c: Likewise.
30964         * sysdeps/mach/hurd/xmknod.c: Likewise.
30965         * sysdeps/posix/profil.c: Likewise.
30966         * sysdeps/posix/readdir_r.c: Likewise.
30967         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30968         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30969         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30970         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30971         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30972         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30973         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30974         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30975         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30976         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30977         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30978         * sysdeps/pthread/lio_listio.c: Likewise.
30979         * sysdeps/sparc/dl-procinfo.h: Likewise.
30980         * sysdeps/unix/i386/sysdep.S: Likewise.
30981         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30982         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30983         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30984         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30986         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30987         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30988         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30989         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30990         * sysdeps/wordsize-32/divdi3.c: Likewise.
30991         * time/sys/time.h: Likewise.
30992         * wcsmbs/Makefile: Likewise.
30993
30994 2013-01-01  David S. Miller  <davem@davemloft.net>
30995
30996         * po/fr.po: Update from translation team.
30997
30998         * catgets/gencat.c: Update copyright year.
30999         * csu/version.c: Likewise.
31000         * debug/catchsegv.sh: Likewise.
31001         * debug/pcprofiledump.c: Likewise.
31002         * debug/xtrace.sh: Likewise.
31003         * elf/ldconfig.c: Likewise.
31004         * elf/ldd.bash.in: Likewise.
31005         * elf/pldd.c: Likewise.
31006         * elf/sotruss.ksh: Likewise.
31007         * elf/sprof.c: Likewise.
31008         * iconv/iconv_prog.c: Likewise.
31009         * iconv/iconvconfig.c: Likewise.
31010         * locale/programs/locale.c: Likewise.
31011         * locale/programs/localedef.c: Likewise.
31012         * login/programs/pt_chown.c: Likewise.
31013         * malloc/memusage.sh: Likewise.
31014         * malloc/memusagestat.c: Likewise.
31015         * malloc/mtrace.pl: Likewise.
31016         * nscd/nscd.c: Likewise.
31017         * nss/getent.c: Likewise.
31018         * nss/makedb.c: Likewise.
31019         * posix/getconf.c: Likewise.
31020
31021 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31022
31023         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31024         numbers.
31025
31026 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31027
31028         * math/bits/mathcalls.h (modf): Use __nonnull.
31029
31030 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31031
31032         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31033         (split): Use macro CN instead of the bare value.
31034         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31035         could be used.
31036         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31037         instead of the bare value.
31038         (power1): Likewise.
31039
31040 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31041
31042         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31043         __ATAN_TWOM.
31044         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31045
31046         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31047         their values.
31048         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31049         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31050         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31051         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31052
31053 2012-12-28  Andreas Jaeger  <aj@suse.de>
31054
31055         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31056         values are from Linux 3.7.
31057
31058         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31059         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31060
31061 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31062
31063         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31064         TRUE case.
31065
31066         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31067         (norm): Likewise.
31068         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31069         variables with preprocessor constants.
31070         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31071         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31072         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31073
31074 2012-12-27  Bruno Haible  <bruno@clisp.org>
31075
31076         [BZ #14317]
31077         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31078         only if needed.
31079
31080 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31081
31082         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31083         and use variable directly.
31084         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31085
31086         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31087         MPONE.
31088         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31089         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31090         variable MPONE.
31091         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31092         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31093         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31094         include directive.  Remove local variable MPONE.
31095         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31096         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31097         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31098
31099 2012-12-25  David S. Miller  <davem@davemloft.net>
31100
31101         * version.h (RELEASE): Set to "development".
31102         (VERSION): Set to "2.17.90".
31103         * NEWS: Add 2.18 section.
31104
31105 2012-12-21  David S. Miller  <davem@davemloft.net>
31106
31107         * po/hr.po: Update from translation team.
31108
31109 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31110
31111         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31112
31113 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31114
31115         * NEWS:  Mention new memcpy for MIPS.
31116
31117 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31118
31119         * manual/contrib.texi (Contributors): Spelling correction.
31120
31121 2012-12-15  David S. Miller  <davem@davemloft.net>
31122
31123         * po/ru.po: Update from translation team.
31124
31125 2012-12-13  David S. Miller  <davem@davemloft.net>
31126
31127         * NEWS: Mention IFUNC testsuite enhancements.
31128
31129         * po/pl.po: Update from translation team.
31130         * po/bg.po: Likewise.
31131
31132         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31133         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31134
31135 2012-12-11  David S. Miller  <davem@davemloft.net>
31136
31137         * po/sv.po: Update from translation team.
31138
31139         * po/vi.po: Update from translation team.
31140
31141         * po/cs.po: Update from translation team.
31142
31143         * po/de.po: Update from translation team.
31144         * po/eo.po: Likewise.
31145         * po/nl.po: Likewise.
31146
31147 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31148
31149         [BZ #14246]
31150         * manual/argp.texi (Argp Helper Functions): Move node to follow
31151         Argp Parsing State.
31152
31153         [BZ #14872]
31154         * manual/conf.texi (Limits on File System Capacity): Mention if
31155         terminating null is included in the max size.
31156
31157 2012-12-10  Andreas Jaeger  <aj@suse.de>
31158
31159         * po/cs.po: Update from translation team.
31160
31161 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31162
31163         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31164         void pointer and cast to uintptr_t.
31165         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31166         path.
31167         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31168         * sysdeps/s390/s390-64/memset.S: Likewise.
31169
31170 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31171
31172         [BZ #14833]
31173         * menual/message.texi (Message Translation): Fix typos.
31174         (Helper programs for gettext): Likewise.
31175
31176 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31177
31178         [BZ #14898]
31179         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31180         Change to -1.
31181
31182 2012-12-07  David S. Miller  <davem@davemloft.net>
31183
31184         * po/libc.pot: Update.
31185
31186 2012-12-07  Richard Henderson  <rth@redhat.com>
31187
31188         [BZ #10114]
31189         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31190         normal/normal case to before the switch.
31191         (_FP_DIV): Likewise.
31192
31193 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31194             Mike Frysinger  <vapier@gentoo.org>
31195
31196         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31197         check for __NR_fadvise64_64.
31198
31199 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31200
31201         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31202         0, not just to plain "0" as a statement.
31203         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31204         with cw.
31205
31206 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31207
31208         * NEWS: Use sourceware.org in Bugzilla URL.
31209
31210 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31211
31212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31213         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31214
31215         * stdio-common/tst-put-error.c (do_test): Add newline to the
31216         padded test to ensure flush.
31217
31218 2012-12-05  Jeff Law  <law@redhat.com>
31219
31220         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31221
31222 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31223
31224         * README: Don't refer to ports add-on as distributed separately.
31225         Mention AArch64 in list of systems supported in the ports add-on.
31226
31227         * LICENSES: Add more non-FSF copyright and license notices.
31228
31229         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31230         ((unused)).
31231
31232         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31233
31234         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31235         10000 as width of padded output.
31236
31237 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31238
31239         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31240
31241         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31242         variable LX with __attribute__ ((unused)).
31243         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31244         Likewise.
31245         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31246         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31247         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31248         with __attribute__ ((unused)).
31249
31250 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31251
31252         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31253
31254 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31255
31256         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31257         (CFLAGS-nldbl-acos.c): New variable.
31258         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31271         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31272         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31273         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31274         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31275         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31276         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31277         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31278         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31279         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31280         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31281         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31282         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31283         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31284         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31285         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31286         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31287         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31288         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31289         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31290         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31291         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31292         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31293         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31294         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31295         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31296         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31297         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31298         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31299         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31300         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31301         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31302         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31303         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31304         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31305         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31306         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31307         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31308         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31309         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31310         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31311         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31312         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31313         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31314         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31315         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31316         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31317         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31318         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31319         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31320         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31321         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31322         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31323         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31324         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31325         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31326         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31327         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31328         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31349         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31350         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31351         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31352         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31355
31356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31357         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31358
31359         [BZ #14914]
31360         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31361         whole low double instead of just low 47 bits when splitting values
31362         into two parts.
31363
31364 2012-12-03  Allan McRae  <allan@archlinux.org>
31365
31366         * manual/stdio.texi (Predefined Printf Handlers): Remove
31367         @hsep and @vsep usage.
31368
31369 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31370
31371         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31372         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31373
31374 2012-12-03  Jeff Law  <law@redhat.com>
31375
31376         * time/sys/time.h (settimeofday): Do not mark TV argument
31377         as __nonnull.
31378
31379 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31380
31381         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31382         when currently writing and seek to current position when not.
31383         * libio/Makefile (tests): Remove bug-fclose1.
31384         * libio/bug-fclose1.c: Delete.
31385
31386 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31387
31388         * manual/arith.texi (feenableexcept): Fix typo.
31389         (fedisableexcept): Likewise.
31390
31391 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31392
31393         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31394         second, differently-typed declaration, rather than a cast.
31395
31396 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31397
31398         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31399         * include/rpc/svc.h: ... here.
31400
31401 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31402
31403         [BZ #13013]
31404         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31405         depending n and resplen2 to catch cases where answer
31406         equals answerp2.
31407
31408 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31409
31410         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31411         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31412
31413 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31414
31415         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31416
31417 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31418
31419         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31420
31421 2012-11-28  Jeff Law  <law@redhat.com>
31422
31423         [BZ #13761]
31424         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31425         dataset_temporary.  Track alloca usage into alloca_used.
31426         If dataset is large allocate and release it via malloc/free.
31427
31428 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31429
31430         [BZ #14197]
31431         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31432
31433 2012-11-28  David S. Miller  <davem@davemloft.net>
31434
31435         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31436
31437 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31438
31439         [BZ #14803]
31440         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31441         of pi/2 rounded to nearest to 64 bits.
31442         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31443         nearest to 64 bits.
31444         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31445         bits.
31446
31447 2012-11-28  Jeff Law <law@redhat.com>
31448             Martin Osvald <mosvald@redhat.com>
31449
31450         [BZ #14889]
31451         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31452         * sunrpc/svc.c: Include time.h.
31453         (__svc_accept_failed): New function.
31454         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31455         any reason other than EINTR, call __svc_accept_failed.
31456         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31457         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31458
31459 2012-11-28  Andreas Schwab  <schwab@suse.de>
31460
31461         * scripts/abilist.awk: Also handle indirect functions in .opd
31462         section.
31463
31464 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31465
31466         [BZ #13881]
31467         * sysdeps/x86/fpu/powl_helper.c: New file.
31468         * sysdeps/x86/fpu/Makefile: Likewise.
31469         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31470         (p3): New object.
31471         (__ieee754_powl): Use __powl_helper for finite arguments except
31472         integer exponents below 8.
31473         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31474         (p3): New object.
31475         (__ieee754_powl): Use __powl_helper for finite arguments except
31476         integer exponents below 8.
31477         * math/libm-test.inc (pow_test): Add more tests and enable some
31478         previously disabled tests.
31479         * sysdeps/i386/fpu/libm-test-ulps: Update.
31480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31481
31482 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31483             Carlos O'Donell  <carlos_odonell@mentor.com>
31484
31485         * nss/makedb.c (is_prime): Assert that input is odd and greater
31486         than 4.  Note that fact in a comment too.
31487         (next_prime): Add 4 to input.
31488
31489 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31490
31491         [BZ #11741]
31492         * libio/Makefile (tests): Add test case tst-fwrite-error.
31493         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31494         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31495         * libio/tst-fwrite-error.c: New test case.
31496
31497 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31498
31499         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31500         before casting to void *.
31501         * include/libc-internal.h (__pointer_type): New macro.
31502         (__integer_if_pointer_type_sub): Likewise.
31503         (__integer_if_pointer_type): Likewise.
31504         (cast_to_integer): Likewise.
31505         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31506         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31507         before casting to atomic64_t.
31508         (atomic_exchange_acq): Likewise.
31509         (__arch_exchange_and_add_body): Likewise.
31510         (__arch_add_body): Likewise.
31511         (atomic_add_negative): Likewise.
31512         (atomic_add_zero): Likewise.
31513
31514 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31515
31516         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31517         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31518         (add_fdes): Likewise.
31519         (linear_search_fdes): Likewise.
31520         (binary_search_unencoded_fdes): Likewise.
31521
31522 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31523
31524         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31525
31526 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31527
31528         * configure.in: Autodetect C++ header directories.
31529         * configure: Regenerated.
31530
31531 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31532
31533         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31534
31535 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31536
31537         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31538
31539 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31540
31541         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31542         LDBL_MANT_DIG == 106]: Disable some tests.
31543         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31544         Likewise.
31545         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31546         Likewise.
31547
31548         [BZ #14871]
31549         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31550         input for small inputs.  Return +/- pi/2 for large inputs.
31551         * math/libm-test.inc (atan_test): Add more tests.
31552
31553         * sysdeps/generic/unwind-dw2-fde-glibc.c
31554         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31555         __attribute__ ((unused)).
31556
31557         [BZ #14645]
31558         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31559         x * y if x and y are nonzero and z is zero.
31560
31561         [BZ #14811]
31562         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31563         nonzero exponents with absolute value below 0x1p-117 to +/-
31564         0x1p-117.
31565
31566         [BZ #14869]
31567         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31568         up arguments below 2**-450, not just those below 2**-500.
31569         * math/libm-test.inc (hypot_test): Add another test.
31570
31571         [BZ #14868]
31572         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31573         Return a+b for ratio over 2**120, not 2**60.
31574         * math/libm-test.inc (hypot_test): Add another test.
31575
31576         * math/libm-test.inc (clog_test): Use
31577         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31578         (clog10_test): Likewise.
31579
31580         [BZ #6778]
31581         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31582
31583 2012-11-22  Andreas Schwab  <schwab@suse.de>
31584
31585         * sysdeps/i386/fpu/libm-test-ulps: Update.
31586
31587 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31588
31589         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31590         printf output with newline.
31591
31592 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31593
31594         [BZ #14865]
31595         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31596         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31597         -z nodlopen, -z initfirst and -z execstack support.
31598         * configure: Regenerated.
31599
31600         * elf/elf.h (DF_1_NODIRECT): New macro.
31601         (DF_1_IGNMULDEF): Likewise.
31602         (DF_1_NOKSYMS): Likewise.
31603         (DF_1_NOHDR): Likewise.
31604         (DF_1_EDITED): Likewise.
31605         (DF_1_NORELOC): Likewise.
31606         (DF_1_SYMINTPOSE): Likewise.
31607         (DF_1_GLOBAUDIT): Likewise.
31608         (DF_1_SINGLETON): Likewise.
31609         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31610         DT_1_SUPPORTED_MASK bits.
31611         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31612
31613 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31614
31615         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31616
31617 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31618
31619         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31620         macro.
31621
31622         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31623         (sendmmsg): Move declarations...
31624         * socket/sys/socket.h: ... here.
31625         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31626         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31627         include it from...
31628         * socket/recvmmsg.c: ... this new file.
31629         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31630         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31631         definition of __sendmmsg hidden.
31632         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31633         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31634         Move ENOSYS stub into and include it from...
31635         * socket/sendmmsg.c: ... this new file.
31636         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31637         (sysdep_routines): Move recvmmsg and sendmmsg...
31638         * socket/Makefile (routines): ... here.
31639         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31640         (GLIBC_PRIVATE): Add __sendmmsg.
31641         * include/sys/socket.h (__sendmmsg): Add declarations.
31642         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31643         sendmmsg.
31644
31645 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31646
31647         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31648         variable I1 with __attribute__ ((unused)).
31649         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31650
31651 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31652
31653         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31654         DUMMY variables with __attribute__ ((unused)).
31655
31656         * bits/byteswap.h: Include <bits/types.h>.
31657         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31658
31659 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31660
31661         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31662         string_t.  Do not manually set errno.
31663         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31664         length with __strnlen.  Make sure to both set errno and return it on
31665         failure.
31666
31667 2012-11-19  David S. Miller  <davem@davemloft.net>
31668
31669         With help from Joseph Myers.
31670         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31671         very large arguments properly.
31672         * math/libm-test.inc (atan_test): New tests.
31673         (atan2_test): New tests.
31674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31675         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31676
31677 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31678
31679         [BZ #14856]
31680         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31681         Define to 3.
31682
31683         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31684         [POSIX] (EADDRNOTAVAIL): Likewise.
31685         [POSIX] (EAFNOSUPPORT): Likewise.
31686         [POSIX] (EALREADY): Likewise.
31687         [POSIX] (ECONNABORTED): Likewise.
31688         [POSIX] (ECONNREFUSED): Likewise.
31689         [POSIX] (ECONNRESET): Likewise.
31690         [POSIX] (EDESTADDRREQ): Likewise.
31691         [POSIX] (EDQUOT): Likewise.
31692         [POSIX] (EHOSTUNREACH): Likewise.
31693         [POSIX] (EIDRM): Likewise.
31694         [POSIX] (EISCONN): Likewise.
31695         [POSIX] (ELOOP): Likewise.
31696         [POSIX] (EMULTIHOP): Likewise.
31697         [POSIX] (ENETDOWN): Likewise.
31698         [POSIX] (ENETUNREACH): Likewise.
31699         [POSIX] (ENOBUFS): Likewise.
31700         [POSIX] (ENODATA): Likewise.
31701         [POSIX] (ENOLINK): Likewise.
31702         [POSIX] (ENOMSG): Likewise.
31703         [POSIX] (ENOPROTOOPT): Likewise.
31704         [POSIX] (ENOSR): Likewise.
31705         [POSIX] (ENOSTR): Likewise.
31706         [POSIX] (ENOTCONN): Likewise.
31707         [POSIX] (ENOTSOCK): Likewise.
31708         [POSIX] (EOPNOTSUPP): Likewise.
31709         [POSIX] (EOVERFLOW): Likewise.
31710         [POSIX] (EPROTO): Likewise.
31711         [POSIX] (EPROTONOSUPPORT): Likewise.
31712         [POSIX] (EPROTOTYPE): Likewise.
31713         [POSIX] (ESTALE): Likewise.
31714         [POSIX] (ETIME): Likewise.
31715         [POSIX] (ETXTBSY): Likewise.
31716         [POSIX] (EWOULDBLOCK): Likewise.
31717         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31718         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31719         [POSIX] (SEEK_CUR): Likewise.
31720         [POSIX] (SEEK_END): Likewise.
31721         [POSIX || UNIX98] (mode_t): Do not require.
31722         [POSIX] (off_t): Likewise.
31723         [POSIX] (pid_t): Likewise.
31724         [POSIX] (sys/stat.h): Do not allow header.
31725         [POSIX] (unistd.h): Likewise.
31726         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31727         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31728         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31729         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31730         require.
31731         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31732         sigevent): Specify elements.
31733         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31734         entry.
31735         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31736         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31737
31738         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31739         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31740         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31741         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31742         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31743         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31744         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31745         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31746         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31747         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31748         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31749         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31750         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31751         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31752         Likewise.
31753         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31754         Likewise.
31755         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31756         Likewise.
31757         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31758         Likewise.
31759         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31760         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31761         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31762         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31763         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31764         Specify lower bound on value.
31765         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31766         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31767         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31768         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31769         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31770         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31771         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31772         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31773         value.
31774         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31775         as optional.
31776         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31777         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31778         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31779         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31780         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31781         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31782         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31783         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31784         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31785         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31786         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31787         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31788         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31789         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31790         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31791         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31792         entry.
31793         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31794         optional.
31795         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31796         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31797         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31798         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31799         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31800         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31801         Likewise.
31802         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31803         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31804         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31805         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31806         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31807         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31808         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31809         as optional.
31810         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31811         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31812         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31813         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31814         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31815         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31816         specify as optional.
31817         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31818         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31819         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31820         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31821         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31822         [XPG3] (NL_LANGMAX): Likewise.
31823         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31824         [POSIX || XPG3] (NL_NMAX): Likewise.
31825         [POSIX || XPG3] (NL_SETMAX): Likewise.
31826         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31827         [XPG3] (NZERO): Likewise.
31828         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31829         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31830         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31831         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31832         (REG_ERANGE): Expect.
31833         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31834         optional-constant.
31835         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31836         Use (void) in prototype.
31837         [POSIX] (*_t): Allow.
31838         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31839         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31840         (WRDE_BADVAL): Expect.
31841
31842         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31843         expect.
31844         [XPG3 || XPG4] (O_RSYNC): Likewise.
31845         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31846         Likewise.
31847         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31848         [XPG3 || XPG4] (sigqueue): Likewise.
31849         [XPG3 || XPG4] (sigtimedwait): Likewise.
31850         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31851         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31852         [XPG3 || XPG4] (vsnprintf): Likewise.
31853         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31854         Likewise.
31855         [XPG3 || XPG4] (blksize_t): Likewise.
31856         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31857         Likewise.
31858         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31859         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31860         [XPG3 || XPG4] (struct itimerspec): Likewise.
31861         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31862         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31863         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31864         [XPG3 || XPG4] (clockid_t): Likewise.
31865         [XPG3 || XPG4] (timer_t): Likewise.
31866         [XPG3 || XPG4] (clock_getres): Likewise.
31867         [XPG3 || XPG4] (clock_gettime): Likewise.
31868         [XPG3 || XPG4] (clock_settime): Likewise.
31869         [XPG3 || XPG4] (nanosleep): Likewise.
31870         [XPG3 || XPG4] (timer_create): Likewise.
31871         [XPG3 || XPG4] (timer_delete): Likewise.
31872         [XPG3 || XPG4] (timer_gettime): Likewise.
31873         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31874         [XPG3 || XPG4] (timer_settime): Likewise.
31875         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31876         [XPG3 || XPG4] (getlogin_r): Likewise.
31877         [XPG3 || XPG4] (pread): Likewise.
31878         [XPG3 || XPG4] (pthread_atfork): Likewise.
31879         [XPG3 || XPG4] (pwrite): Likewise.
31880
31881         [BZ #14835]
31882         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31883         <bits/siginfo.h>.
31884
31885 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31886
31887         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31888         finalizing MALLSTREAM.
31889
31890         * sysdeps/mach/hurd/syncfs.c: New file.
31891
31892 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31893
31894         [BZ #14719]
31895         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31896         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31897         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31898         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31899         (_nss_dns_gethostbyname4_r): Likewise.
31900         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31901         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31902
31903 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31904
31905         [BZ #13763]
31906         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31907
31908 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31909
31910         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31911         * elf/cache.c (print_entry): Print ",AArch64" for
31912         FLAG_AARCH64_LIB64
31913
31914         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31915         * elf/cache.c (print_entry): Print ",hard-float" for
31916         FLAG_ARM_LIBHF.
31917
31918 2012-11-18  David S. Miller  <davem@davemloft.net>
31919
31920         With help from Joseph Myers.
31921         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31922         cutoff to 2**-13.
31923         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31924         cutoff to 2**-25.
31925         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31926         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31927         small.
31928         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31929         * math/libm-test.inc (y0_test): New tests.
31930         (y1_test): New tests.
31931         * sysdeps/i386/fpu/libm-test-ulps: Update.
31932         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31934
31935 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31936
31937         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31938         64-bit targets.
31939         * configure: Regenerated.
31940
31941 2012-11-17  David S. Miller  <davem@davemloft.net>
31942
31943         [BZ #14811]
31944         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31945         nonzero exponents with absolute value below 0x1p-128 to +/-
31946         0x1p-128.
31947
31948 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31949
31950         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31951
31952         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31953
31954         * posix/getconf-speclist.c: New file.
31955         * posix/posix-envs.def: Likewise.
31956         * posix/confstr.c (START_ENV_GROUP): New macro.
31957         (END_ENV_GROUP): Likewise.
31958         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31959         (KNOWN_PRESENT_ENV_STRING): Likewise.
31960         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31961         (UNKNOWN_ENVIRONMENT): Likewise.
31962         (confstr): Include posix-envs.def instead of handling
31963         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31964         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31965         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31966         (END_ENV_GROUP): Likewise.
31967         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31968         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31969         (UNKNOWN_ENVIRONMENT): Likewise.
31970         (__sysconf): Include posix-envs.def instead of handling associated
31971         cases directly here.
31972         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31973         preprocessing getconf-speclist.c rather than running getconf or
31974         generating empty file.
31975
31976 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31977
31978         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31979
31980 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31981
31982         [BZ #14672]
31983         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31984
31985 2012-11-16  David S. Miller  <davem@davemloft.net>
31986
31987         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31988         smaller than LDBL_EPSILON/2.0L, just return xm1.
31989
31990 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31991
31992         * elf/tst-array1.c (init): Set constructor priority to 1000.
31993         (fini): Set destructor priority to 1000.
31994         * elf/tst-array2dep.c: Likewise.
31995
31996 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31997
31998         [BZ #11741]
31999         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32000         (_IO_new_file_xsputn): Also return EOF if none of the input
32001         data was written when overflow failed.
32002         * libio/iopadn.c (_IO_padn): Likewise.
32003         * libio/iowpadn.c (_IO_wpadn): Likewise.
32004         * stdio-common/tst-put-error.c: Add copyright notice.
32005         (do_test): Add case for printing padded string.
32006         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32007         _IO_padn returned error.
32008         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32009         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32010         return EOF.
32011
32012 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32013
32014         * libio/libioP.h: Add comment note that the references to C++
32015         bits are now obsolete.
32016
32017 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32018
32019         * math/libm-test.inc (check_complex): Use asprintf.
32020
32021 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32022
32023         * debug/pcprofiledump.c (print_version): Update copyright year.
32024         * malloc/memusagestat.c (print_version): Likewise.
32025
32026 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32027
32028         [BZ #14831]
32029         * elf/Makefile (tests): Add tst-audit8.
32030         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32031         ($(objpfx)tst-audit8.out): New target.
32032         (tst-audit8-ENV): New variable.
32033         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32034         audit if l_reloc_result is NULL.
32035         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32036         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32037         * elf/tst-audit8.c: New file.
32038
32039 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32040
32041         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32042         * misc/Makefile (CFLAGS-select.c): Define.
32043         * posix/Makefile (CFLAGS-pause.c): Define.
32044
32045 2012-11-13  David S. Miller  <davem@davemloft.net>
32046
32047         * crypt/Makefile: Move test targets after toplevel Rules
32048         inclusion.  Grab any necessary sysdep routines when linking.
32049         * crypt/md5.c (md5_process_block): Remove define, we will always
32050         name it __md5_process_block.
32051         (md5_finish_ctx): Update md5_process_block call.
32052         (md5_stream): Likewise.
32053         (md5_process_bytes): Likewise.
32054         (md5_process_block): Rename to __md5_process_block and move to ...
32055         * crypt/md5-block.c: ... here.
32056         * crypt/sha256.c (sha256_process_block): Move to ...
32057         * crypt/sha256-block.c: ... here.
32058         * crypt/sha512.c (sha512_process_block): Move to ...
32059         * crypt/sha512-block.c: ... here.
32060         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32061         path.
32062         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32063         * sysdeps/sparc/sparc64/multiarch/Makefile
32064         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32065         crypt subdir.
32066         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32067         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32068         multiarch changes.
32069         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32070         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32071         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32072         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32073         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32074         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32075         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32076         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32077         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32078         file.
32079         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32080         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32081         file.
32082         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32083
32084 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32085
32086         * timezone/tzselect.ksh: Update from tzcode git revision
32087         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32088         * timezone/zdump.c: Likewise.
32089         * timezone/zic.c: Likewise.
32090         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32091         in TZVERSION setting, not $(PKGVERSION).
32092         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32093         REPORT_BUGS_TO settings.
32094
32095         [BZ #14838]
32096         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32097         macro.
32098
32099 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32100
32101         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32102         detection to immediately after _FP_ROUND().
32103         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32104         bits are 0.
32105
32106 2012-11-11  David S. Miller  <davem@davemloft.net>
32107
32108         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32109         inttypes.h
32110         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32111         __close rather than their public counterparts.
32112
32113 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32114
32115         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32116         file.
32117         [UNIX98] (sem_timedwait): Do not expect.
32118         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32119         [XPG4 || UNIX98] (sockatmark): Do not expect.
32120         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32121         (clock_getcpuclockid): Do not expect.
32122         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32123         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32124         Do not expect.
32125         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32126         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32127         [UNIX98] (vwscanf): Likewise.
32128         [UNIX98] (vswscanf): Likewise.
32129
32130 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32131
32132         * timezone/version.h: Remove file.
32133         * timezone/README: Do not refer to version.h.
32134         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32135         $(objpfx)version.h.
32136         ($(objpfx)zdump.o): Likewise.
32137         ($(objpfx)version.h): New target.
32138
32139         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32140         2012i.
32141         * timezone/README: Don't mention modification to tzselect.ksh.
32142         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32143         work on unmodified tzselect.ksh.  Substitute version numbers in
32144         tzselect.ksh.
32145
32146         * Makefile (format-me): Remove.
32147         (INSTALL): Adjust indentation.  Use commands directly instead of
32148         using $(format-me).
32149
32150         * aclocal.m4 (ACX_PKGVERSION): New macro.
32151         (ACX_BUGURL): Likewise.
32152         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32153         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32154         (REPORT_BUGS_TO): Likewise.
32155         * configure: Regenerated.
32156         * config.h.in (PKGVERSION): New macro.
32157         (REPORT_BUGS_TO): Likewise.
32158         * config.make.in (PKGVERSION): New variable.
32159         (PKGVERSION_TEXI): Likewise.
32160         (REPORT_BUGS_TO): Likewise.
32161         (REPORT_BUGS_TEXI): Likewise.
32162         * Makefile (format-me): Use -I$(common-objpfx)manual.
32163         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32164         ($(common-objpfx)manual/%): New target.
32165         (manual/%): Remove target.
32166         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32167         (print_version): Use PKGVERSION.
32168         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32169         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32170         and REPORT_BUGS_TO.
32171         ($(objpfx)xtrace): Likewise.
32172         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32173         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32174         (print_version): Use PKGVERSION.
32175         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32176         (do_version): Use PKGVERSION.
32177         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32178         REPORT_BUGS_TO.
32179         (common-ldd-rewrite): Likewise.
32180         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32181         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32182         (print_version): Use PKGVERSION.
32183         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32184         * elf/pldd.c (argp_program_bug_address): Remove variable.
32185         (more_help): New function.
32186         (argp): Use more_help.
32187         (print_version): Use PKGVERSION.
32188         * elf/sln.c (main): Use PKGVERSION.
32189         (usage): Use REPORT_BUGS_TO.
32190         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32191         (top level): Use PKGVERSION.
32192         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32193         (print_version): Use PKGVERSION.
32194         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32195         (print_version): Use PKGVERSION.
32196         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32197         (print_version): Use PKGVERSION.
32198         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32199         (print_version): Use PKGVERSION.
32200         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32201         (print_version): Use PKGVERSION.
32202         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32203         (print_version): Use PKGVERSION.
32204         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32205         and BUGURL.
32206         ($(objpfx)memusage): Likewise.
32207         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32208         (do_version): Use PKGVERSION.
32209         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32210         (print_version): Use PKGVERSION.
32211         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32212         ($PKGVERSION): New variable.
32213         ($REPORT_BUGS_TO): Likewise.
32214         (usage): Use $REPORT_BUGS_TO.
32215         (top level): Use $PKGVERSION.
32216         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32217         ($(objpfx)pkgvers.texi): New rule.
32218         ($(objpfx)stamp-pkgvers): Likewise.
32219         * manual/install.texi: Include pkgvers.texi.
32220         (--with-pkgversion): Document new configure option.
32221         (--with-bugurl): Likewise.
32222         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32223         than necessarily for this particular distribution.  Use
32224         REPORT_BUGS_TO for where to report bugs.
32225         * INSTALL: Regenerated.
32226         * manual/libc.texinfo: Include pkgvers.texi.
32227         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32228         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32229         (print_version): Use PKGVERSION.
32230         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32231         (print_version): Use PKGVERSION.
32232         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32233         (print_version): Use PKGVERSION.
32234         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32235         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32236         macro.
32237         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32238         (print_version): Use PKGVERSION.
32239         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32240         (print_version): Use PKGVERSION.
32241         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32242         and PKGVERSION.
32243
32244         * timezone/checktab.awk: Update from tzcode 2012i.
32245         * timezone/ialloc.c: Likewise.
32246         * timezone/private.h: Likewise.
32247         * timezone/scheck.c: Likewise.
32248         * timezone/tzfile.h: Likewise.
32249         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32250         (TZVERSION): Hardcode tzcode version number.
32251         * timezone/zdump.c: Update from tzcode 2012i.
32252         * timezone/zic.c: Likewise.
32253         * timezone/version.h: New file.
32254         * timezone/README: Describe version.h.  Update upstream location.
32255
32256         [BZ #14824]
32257         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32258         (mktemp): Enable declaration.
32259         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32260         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32261         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32262         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32263         Likewise.
32264         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32265         Likewise.
32266         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32267         Likewise.
32268         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32269         Likewise.
32270         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32271         Likewise.
32272         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32273         Likewise.
32274
32275         [BZ #14821]
32276         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32277         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32278         for copies of such integer values.
32279         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32280         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32281
32282 2012-11-09  Andreas Jaeger  <aj@suse.de>
32283
32284         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32285         definitions and declarations that are provided by
32286         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32287
32288 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32289
32290         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32291         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32292         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32293         definition.
32294
32295 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32296
32297         * elf/elf.h: Update comment before AArch64 relocations.
32298
32299 2012-11-07  David S. Miller  <davem@davemloft.net>
32300
32301         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32302         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32303         (__start_context): Declare.
32304         (__makecontext_ret): Delete.
32305         (__makecontext): Hook up __start_context instead of
32306         __makecontext_ret.
32307         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32308         (sysdep_routines): Add __start_context when in stdlib.
32309
32310 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32311
32312         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32313         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32314         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32315         hardcoded "nm".
32316         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32317         (READELF): New variable.  Use it instead of hardcoded "readelf".
32318
32319 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32320
32321         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32322         * sysdeps/x86/Makefile: Here.
32323         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32324         * sysdeps/x86/tst-xmmymm.sh: This.
32325
32326 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32327
32328         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32329         expectations.
32330         [UNIX98] (pthread_barrier_t): Do not expect.
32331         [UNIX98] (pthread_barrierattr_t): Likewise.
32332         [UNIX98] (pthread_spinlock_t): Likewise.
32333         [UNIX98] (pthread_barrier_destroy): Likewise.
32334         [UNIX98] (pthread_barrier_init): Likewise.
32335         [UNIX98] (pthread_barrier_wait): Likewise.
32336         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32337         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32338         [UNIX98] (pthread_barrierattr_init): Likewise.
32339         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32340         [UNIX98] (pthread_getcpuclockid): Likewise.
32341         [UNIX98] (pthread_mutex_timedlock): Likewise.
32342         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32343         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32344         [UNIX98] (pthread_sigmask): Likewise.
32345         [UNIX98] (pthread_spin_destroy): Likewise.
32346         [UNIX98] (pthread_spin_init): Likewise.
32347         [UNIX98] (pthread_spin_lock): Likewise.
32348         [UNIX98] (pthread_spin_trylock): Likewise.
32349         [UNIX98] (pthread_spin_unlock): Likewise.
32350         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32351         Do not expect.
32352         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32353         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32354         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32355         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32356         [XPG3 || XPG4] (pthread_key_t): Likewise.
32357         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32358         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32359         [XPG3 || XPG4] (pthread_once_t): Likewise.
32360         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32361         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32362         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32363         [XPG3 || XPG4] (pthread_t): Likewise.
32364
32365         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32366         not expect.
32367         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32368
32369         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32370         Change function return type to int.
32371
32372         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32373         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32374         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32375         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32376         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32377         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32378         [!POSIX] (posix_madvise): Likewise.
32379         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32380         && !UNIX98].
32381         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32382         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32383         (mode_t): Likewise.
32384         (posix_mem_offset): Likewise.
32385         (posix_typed_mem_get_info): Likewise.
32386         (posix_typed_mem_open): Likewise.
32387
32388         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32389         Change condition to [XOPEN2K8].
32390
32391         * conform/conformtest.pl: Preprocess allow-header data with -x c
32392         instead of from stdin.
32393         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32394         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32395         [C99-based standards] (cerfc): Likewise.
32396         [C99-based standards] (cexp2): Likewise.
32397         [C99-based standards] (cexpm1): Likewise.
32398         [C99-based standards] (clog10): Likewise.
32399         [C99-based standards] (clog1p): Likewise.
32400         [C99-based standards] (clog2): Likewise.
32401         [C99-based standards] (clgamma): Likewise.
32402         [C99-based standards] (ctgamma): Likewise.
32403         [C99-based standards] (cerff): Likewise.
32404         [C99-based standards] (cerfcf): Likewise.
32405         [C99-based standards] (cexp2f): Likewise.
32406         [C99-based standards] (cexpm1f): Likewise.
32407         [C99-based standards] (clog10f): Likewise.
32408         [C99-based standards] (clog1pf): Likewise.
32409         [C99-based standards] (clog2f): Likewise.
32410         [C99-based standards] (clgammaf): Likewise.
32411         [C99-based standards] (ctgammaf): Likewise.
32412         [C99-based standards] (cerfl): Likewise.
32413         [C99-based standards] (cerfcl): Likewise.
32414         [C99-based standards] (cexp2l): Likewise.
32415         [C99-based standards] (cexpm1l): Likewise.
32416         [C99-based standards] (clog10l): Likewise.
32417         [C99-based standards] (clog1pl): Likewise.
32418         [C99-based standards] (clog2l): Likewise.
32419         [C99-based standards] (clgammal): Likewise.
32420         [C99-based standards] (ctgammal): Likewise.
32421         * conform/data/inttypes.h-data [C99-based standards]: Include
32422         stdint.h-data.  Remove all expectations for stdint.h contents.
32423         [C99-based standards] (PRI*): Do not allow.
32424         [C99-based standards] (SCN*): Likewise.
32425         [C99-based standards] (*_t): Likewise.
32426         [C99-based-standards] (PRId8): Expect macro.
32427         [C99-based-standards] (PRIi8): Likewise.
32428         [C99-based-standards] (PRIo8): Likewise.
32429         [C99-based-standards] (PRIu8): Likewise.
32430         [C99-based-standards] (PRIx8): Likewise.
32431         [C99-based-standards] (PRIX8): Likewise.
32432         [C99-based-standards] (SCNd8): Likewise.
32433         [C99-based-standards] (SCNi8): Likewise.
32434         [C99-based-standards] (SCNo8): Likewise.
32435         [C99-based-standards] (SCNu8): Likewise.
32436         [C99-based-standards] (SCNx8): Likewise.
32437         [C99-based-standards] (PRIdLEAST8): Likewise.
32438         [C99-based-standards] (PRIiLEAST8): Likewise.
32439         [C99-based-standards] (PRIoLEAST8): Likewise.
32440         [C99-based-standards] (PRIuLEAST8): Likewise.
32441         [C99-based-standards] (PRIxLEAST8): Likewise.
32442         [C99-based-standards] (PRIXLEAST8): Likewise.
32443         [C99-based-standards] (SCNdLEAST8): Likewise.
32444         [C99-based-standards] (SCNiLEAST8): Likewise.
32445         [C99-based-standards] (SCNoLEAST8): Likewise.
32446         [C99-based-standards] (SCNuLEAST8): Likewise.
32447         [C99-based-standards] (SCNxLEAST8): Likewise.
32448         [C99-based-standards] (PRIdFAST8): Likewise.
32449         [C99-based-standards] (PRIiFAST8): Likewise.
32450         [C99-based-standards] (PRIoFAST8): Likewise.
32451         [C99-based-standards] (PRIuFAST8): Likewise.
32452         [C99-based-standards] (PRIxFAST8): Likewise.
32453         [C99-based-standards] (PRIXFAST8): Likewise.
32454         [C99-based-standards] (SCNdFAST8): Likewise.
32455         [C99-based-standards] (SCNiFAST8): Likewise.
32456         [C99-based-standards] (SCNoFAST8): Likewise.
32457         [C99-based-standards] (SCNuFAST8): Likewise.
32458         [C99-based-standards] (SCNxFAST8): Likewise.
32459         [C99-based-standards] (PRId16): Likewise.
32460         [C99-based-standards] (PRIi16): Likewise.
32461         [C99-based-standards] (PRIo16): Likewise.
32462         [C99-based-standards] (PRIu16): Likewise.
32463         [C99-based-standards] (PRIx16): Likewise.
32464         [C99-based-standards] (PRIX16): Likewise.
32465         [C99-based-standards] (SCNd16): Likewise.
32466         [C99-based-standards] (SCNi16): Likewise.
32467         [C99-based-standards] (SCNo16): Likewise.
32468         [C99-based-standards] (SCNu16): Likewise.
32469         [C99-based-standards] (SCNx16): Likewise.
32470         [C99-based-standards] (PRIdLEAST16): Likewise.
32471         [C99-based-standards] (PRIiLEAST16): Likewise.
32472         [C99-based-standards] (PRIoLEAST16): Likewise.
32473         [C99-based-standards] (PRIuLEAST16): Likewise.
32474         [C99-based-standards] (PRIxLEAST16): Likewise.
32475         [C99-based-standards] (PRIXLEAST16): Likewise.
32476         [C99-based-standards] (SCNdLEAST16): Likewise.
32477         [C99-based-standards] (SCNiLEAST16): Likewise.
32478         [C99-based-standards] (SCNoLEAST16): Likewise.
32479         [C99-based-standards] (SCNuLEAST16): Likewise.
32480         [C99-based-standards] (SCNxLEAST16): Likewise.
32481         [C99-based-standards] (PRIdFAST16): Likewise.
32482         [C99-based-standards] (PRIiFAST16): Likewise.
32483         [C99-based-standards] (PRIoFAST16): Likewise.
32484         [C99-based-standards] (PRIuFAST16): Likewise.
32485         [C99-based-standards] (PRIxFAST16): Likewise.
32486         [C99-based-standards] (PRIXFAST16): Likewise.
32487         [C99-based-standards] (SCNdFAST16): Likewise.
32488         [C99-based-standards] (SCNiFAST16): Likewise.
32489         [C99-based-standards] (SCNoFAST16): Likewise.
32490         [C99-based-standards] (SCNuFAST16): Likewise.
32491         [C99-based-standards] (SCNxFAST16): Likewise.
32492         [C99-based-standards] (PRId32): Likewise.
32493         [C99-based-standards] (PRIi32): Likewise.
32494         [C99-based-standards] (PRIo32): Likewise.
32495         [C99-based-standards] (PRIu32): Likewise.
32496         [C99-based-standards] (PRIx32): Likewise.
32497         [C99-based-standards] (PRIX32): Likewise.
32498         [C99-based-standards] (SCNd32): Likewise.
32499         [C99-based-standards] (SCNi32): Likewise.
32500         [C99-based-standards] (SCNo32): Likewise.
32501         [C99-based-standards] (SCNu32): Likewise.
32502         [C99-based-standards] (SCNx32): Likewise.
32503         [C99-based-standards] (PRIdLEAST32): Likewise.
32504         [C99-based-standards] (PRIiLEAST32): Likewise.
32505         [C99-based-standards] (PRIoLEAST32): Likewise.
32506         [C99-based-standards] (PRIuLEAST32): Likewise.
32507         [C99-based-standards] (PRIxLEAST32): Likewise.
32508         [C99-based-standards] (PRIXLEAST32): Likewise.
32509         [C99-based-standards] (SCNdLEAST32): Likewise.
32510         [C99-based-standards] (SCNiLEAST32): Likewise.
32511         [C99-based-standards] (SCNoLEAST32): Likewise.
32512         [C99-based-standards] (SCNuLEAST32): Likewise.
32513         [C99-based-standards] (SCNxLEAST32): Likewise.
32514         [C99-based-standards] (PRIdFAST32): Likewise.
32515         [C99-based-standards] (PRIiFAST32): Likewise.
32516         [C99-based-standards] (PRIoFAST32): Likewise.
32517         [C99-based-standards] (PRIuFAST32): Likewise.
32518         [C99-based-standards] (PRIxFAST32): Likewise.
32519         [C99-based-standards] (PRIXFAST32): Likewise.
32520         [C99-based-standards] (SCNdFAST32): Likewise.
32521         [C99-based-standards] (SCNiFAST32): Likewise.
32522         [C99-based-standards] (SCNoFAST32): Likewise.
32523         [C99-based-standards] (SCNuFAST32): Likewise.
32524         [C99-based-standards] (SCNxFAST32): Likewise.
32525         [C99-based-standards] (PRId64): Likewise.
32526         [C99-based-standards] (PRIi64): Likewise.
32527         [C99-based-standards] (PRIo64): Likewise.
32528         [C99-based-standards] (PRIu64): Likewise.
32529         [C99-based-standards] (PRIx64): Likewise.
32530         [C99-based-standards] (PRIX64): Likewise.
32531         [C99-based-standards] (SCNd64): Likewise.
32532         [C99-based-standards] (SCNi64): Likewise.
32533         [C99-based-standards] (SCNo64): Likewise.
32534         [C99-based-standards] (SCNu64): Likewise.
32535         [C99-based-standards] (SCNx64): Likewise.
32536         [C99-based-standards] (PRIdLEAST64): Likewise.
32537         [C99-based-standards] (PRIiLEAST64): Likewise.
32538         [C99-based-standards] (PRIoLEAST64): Likewise.
32539         [C99-based-standards] (PRIuLEAST64): Likewise.
32540         [C99-based-standards] (PRIxLEAST64): Likewise.
32541         [C99-based-standards] (PRIXLEAST64): Likewise.
32542         [C99-based-standards] (SCNdLEAST64): Likewise.
32543         [C99-based-standards] (SCNiLEAST64): Likewise.
32544         [C99-based-standards] (SCNoLEAST64): Likewise.
32545         [C99-based-standards] (SCNuLEAST64): Likewise.
32546         [C99-based-standards] (SCNxLEAST64): Likewise.
32547         [C99-based-standards] (PRIdFAST64): Likewise.
32548         [C99-based-standards] (PRIiFAST64): Likewise.
32549         [C99-based-standards] (PRIoFAST64): Likewise.
32550         [C99-based-standards] (PRIuFAST64): Likewise.
32551         [C99-based-standards] (PRIxFAST64): Likewise.
32552         [C99-based-standards] (PRIXFAST64): Likewise.
32553         [C99-based-standards] (SCNdFAST64): Likewise.
32554         [C99-based-standards] (SCNiFAST64): Likewise.
32555         [C99-based-standards] (SCNoFAST64): Likewise.
32556         [C99-based-standards] (SCNuFAST64): Likewise.
32557         [C99-based-standards] (SCNxFAST64): Likewise.
32558         [C99-based-standards] (PRIdMAX): Likewise.
32559         [C99-based-standards] (PRIiMAX): Likewise.
32560         [C99-based-standards] (PRIoMAX): Likewise.
32561         [C99-based-standards] (PRIuMAX): Likewise.
32562         [C99-based-standards] (PRIxMAX): Likewise.
32563         [C99-based-standards] (PRIXMAX): Likewise.
32564         [C99-based-standards] (SCNdMAX): Likewise.
32565         [C99-based-standards] (SCNiMAX): Likewise.
32566         [C99-based-standards] (SCNoMAX): Likewise.
32567         [C99-based-standards] (SCNuMAX): Likewise.
32568         [C99-based-standards] (SCNxMAX): Likewise.
32569         [C99-based-standards] (PRIdPTR): Likewise.
32570         [C99-based-standards] (PRIiPTR): Likewise.
32571         [C99-based-standards] (PRIoPTR): Likewise.
32572         [C99-based-standards] (PRIuPTR): Likewise.
32573         [C99-based-standards] (PRIxPTR): Likewise.
32574         [C99-based-standards] (PRIXPTR): Likewise.
32575         [C99-based-standards] (SCNdPTR): Likewise.
32576         [C99-based-standards] (SCNiPTR): Likewise.
32577         [C99-based-standards] (SCNoPTR): Likewise.
32578         [C99-based-standards] (SCNuPTR): Likewise.
32579         [C99-based-standards] (SCNxPTR): Likewise.
32580         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32581         allow.
32582         * conform/data/stdint.h-data: Update comments to clarify
32583         requirements.
32584         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32585         type.
32586         [C99-based standards] (INT8_MAX): Likewise.
32587         [C99-based standards] (INT16_MIN): Likewise.
32588         [C99-based standards] (INT16_MAX): Likewise.
32589         [C99-based standards] (INT32_MIN): Likewise.
32590         [C99-based standards] (INT32_MAX): Likewise.
32591         [C99-based standards] (INT64_MIN): Likewise.
32592         [C99-based standards] (INT64_MAX): Likewise.
32593         [C99-based standards] (UINT8_MAX): Likewise.
32594         [C99-based standards] (UINT16_MAX): Likewise.
32595         [C99-based standards] (UINT32_MAX): Likewise.
32596         [C99-based standards] (UINT64_MAX): Likewise.
32597         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32598         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32599         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32600         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32601         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32602         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32603         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32604         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32605         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32606         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32607         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32608         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32609         [C99-based standards] (INT_FAST8_MIN): Likewise.
32610         [C99-based standards] (INT_FAST8_MAX): Likewise.
32611         [C99-based standards] (INT_FAST16_MIN): Likewise.
32612         [C99-based standards] (INT_FAST16_MAX): Likewise.
32613         [C99-based standards] (INT_FAST32_MIN): Likewise.
32614         [C99-based standards] (INT_FAST32_MAX): Likewise.
32615         [C99-based standards] (INT_FAST64_MIN): Likewise.
32616         [C99-based standards] (INT_FAST64_MAX): Likewise.
32617         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32618         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32619         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32620         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32621         [C99-based standards] (INTPTR_MIN): Likewise.
32622         [C99-based standards] (INTPTR_MAX): Likewise.
32623         [C99-based standards] (UINTPTR_MAX): Likewise.
32624         [C99-based standards] (INTMAX_MIN): Likewise.
32625         [C99-based standards] (INTMAX_MAX): Likewise.
32626         [C99-based standards] (UINTMAX_MAX): Likewise.
32627         [C99-based standards] (PTRDIFF_MIN): Likewise.
32628         [C99-based standards] (PTRDIFF_MAX): Likewise.
32629         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32630         [C99-based standards] (SIZE_MAX): Likewise.
32631         [C99-based standards] (WCHAR_MAX): Likewise.
32632         [C99-based standards] (WINT_MAX): Likewise.
32633         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32634         constraint on value.
32635         [C99-based standards] (WCHAR_MIN): Likewise.
32636         [C99-based standards] (WINT_MIN): Likewise.
32637         [C99-based standards] (*_t): Allow.
32638         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32639         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32640         Include math.h-data and complex.h-data.  Remove all expectations
32641         of math.h and complex.h contents.
32642         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32643         at end of line.
32644         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32645         (struct tm): Expect tag.
32646         [C99-based-standards] (wcstof): Expect function.
32647         [C99-based-standards] (wcstold): Likewise.
32648         [C99-based-standards] (wcstoll): Likewise.
32649         [C99-based-standards] (wcstoull): Likewise.
32650         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32651         macro-int-constant.  Specify type.
32652         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32653         constraint on value.
32654         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32655         Specify type.
32656         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32657         Specify value.
32658         [ISO C standards]: Do not allow headers.
32659         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32660         wcs[abcdefghijklmnopqrstuvwxyz]*.
32661         [ISO C standards] (*_t): Do not allow.
32662         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32663         Expect function.
32664         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32665         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32666         Specify type.
32667         [ISO C standards]: Do not allow headers.
32668         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32669         is[abcdefghijklmnopqrstuvwxyz]*.
32670         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32671         to[abcdefghijklmnopqrstuvwxyz]*.
32672         [ISO C standards] (*_t): Do not allow.
32673         * conform/data/stdalign.h-data: New file.
32674         * conform/data/stdbool.h-data: Likewise.
32675         * conform/data/stdnoreturn.h-data: Likewise.
32676
32677 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32678
32679         [BZ #14815]
32680         * manual/filesys.texi (Directory Entries): Typo fix.
32681         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32682
32683 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32684
32685         * elf/elf.h (EM_AARCH64): New macro.
32686         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32687         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32688         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32689         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32690         (R_AARCH64_TLSDESC): Likewise.
32691         (NT_ARM_TLS): Likewise.
32692         (NT_ARM_HW_BREAK): Likewise.
32693         (NT_ARM_HW_WATCH): Likewise.
32694
32695 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32696
32697         [BZ #14811]
32698         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32699         (__ieee754_powl): Saturate nonzero exponents with absolute value
32700         below 0x1p-79 to +/- 0x1p-79.
32701         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32702         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32703         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32704         nonzero exponents with absolute value below 0x1p-32 to +/-
32705         0x1p-32.
32706         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32707         (__ieee754_powl): Saturate nonzero exponents with absolute value
32708         below 0x1p-79 to +/- 0x1p-79.
32709         * math/libm-test.inc (pow_test): Add more tests.
32710
32711 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32712
32713         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32714         _dl_s390_cap_flags with kernel. Increase string length.
32715         (_dl_s390_platforms): Add z196 and zEC12.
32716
32717 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32718
32719         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32720         Change XOPEN21K to XOPEN2K.
32721
32722 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32723
32724         * string/memmove.c: Use memcpy when possible.
32725
32726 2012-11-06  Andreas Jaeger  <aj@suse.de>
32727
32728         * po/eo.po: Update from translation team.
32729
32730 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32731
32732         [BZ #14793]
32733         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32734         exponent and small x and y exponents, scale x or y up.  Increase
32735         by 2 the exponent used in scaling up.
32736         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32737         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32738         * math/libm-test.inc (fma_test): Add more tests.
32739         (fma_test_towardzero): Likewise.
32740         (fma_test_downward): Likewise.
32741         (fma_test_upward): Likewise.
32742
32743 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32744
32745         [BZ #14805]
32746         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32747         fenv_t *.
32748
32749         [BZ #14801]
32750         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32751         namespace for names of struct fields.
32752         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32753         fenv_t fields.
32754         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32755         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32756
32757 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32758
32759         [BZ #3665]
32760         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32761
32762 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32763
32764         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32765         PTR_DEMANGLE.
32766
32767         [BZ #5246]
32768         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32769         PTR_DEMANGLE.
32770
32771 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32772
32773         [BZ #14797]
32774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32775         definitely overflow as x * y not x * y + z.
32776         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32777         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32778         * math/libm-test.inc (fma_test): Add more tests.
32779         (fma_test_towardzero): Likewise.
32780         (fma_test_downward): Likewise.
32781         (fma_test_upward): Likewise.
32782
32783 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32784
32785         [BZ #157]
32786
32787         * include/stub-tag.h: Remove file.
32788         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32789         '#include' of it.
32790         * manual/maint.texi (Porting): Don't reference it.
32791         * Makerules ($(objpfx)stubs): Likewise.
32792         * dirent/closedir.c: Don't include <stub-tag.h>.
32793         * dirent/dirfd.c: Likewise.
32794         * dirent/fdopendir.c: Likewise.
32795         * dirent/getdents.c: Likewise.
32796         * dirent/getdents64.c: Likewise.
32797         * dirent/opendir.c: Likewise.
32798         * dirent/readdir.c: Likewise.
32799         * dirent/readdir64.c: Likewise.
32800         * dirent/readdir64_r.c: Likewise.
32801         * dirent/readdir_r.c: Likewise.
32802         * dirent/rewinddir.c: Likewise.
32803         * dirent/seekdir.c: Likewise.
32804         * dirent/telldir.c: Likewise.
32805         * gmon/profil.c: Likewise.
32806         * grp/setgroups.c: Likewise.
32807         * inet/if_index.c: Likewise.
32808         * io/access.c: Likewise.
32809         * io/chdir.c: Likewise.
32810         * io/chmod.c: Likewise.
32811         * io/chown.c: Likewise.
32812         * io/close.c: Likewise.
32813         * io/dup.c: Likewise.
32814         * io/dup2.c: Likewise.
32815         * io/dup3.c: Likewise.
32816         * io/euidaccess.c: Likewise.
32817         * io/faccessat.c: Likewise.
32818         * io/fchdir.c: Likewise.
32819         * io/fchmod.c: Likewise.
32820         * io/fchmodat.c: Likewise.
32821         * io/fchown.c: Likewise.
32822         * io/fchownat.c: Likewise.
32823         * io/fcntl.c: Likewise.
32824         * io/flock.c: Likewise.
32825         * io/fstatfs.c: Likewise.
32826         * io/fstatfs64.c: Likewise.
32827         * io/fstatvfs.c: Likewise.
32828         * io/fstatvfs64.c: Likewise.
32829         * io/futimens.c: Likewise.
32830         * io/fxstat.c: Likewise.
32831         * io/fxstat64.c: Likewise.
32832         * io/fxstatat.c: Likewise.
32833         * io/fxstatat64.c: Likewise.
32834         * io/getcwd.c: Likewise.
32835         * io/isatty.c: Likewise.
32836         * io/lchmod.c: Likewise.
32837         * io/lchown.c: Likewise.
32838         * io/link.c: Likewise.
32839         * io/linkat.c: Likewise.
32840         * io/lseek.c: Likewise.
32841         * io/lseek64.c: Likewise.
32842         * io/lxstat64.c: Likewise.
32843         * io/mkdir.c: Likewise.
32844         * io/mkdirat.c: Likewise.
32845         * io/mkfifo.c: Likewise.
32846         * io/mkfifoat.c: Likewise.
32847         * io/open.c: Likewise.
32848         * io/open64.c: Likewise.
32849         * io/openat.c: Likewise.
32850         * io/openat64.c: Likewise.
32851         * io/pipe.c: Likewise.
32852         * io/pipe2.c: Likewise.
32853         * io/poll.c: Likewise.
32854         * io/posix_fadvise.c: Likewise.
32855         * io/posix_fadvise64.c: Likewise.
32856         * io/posix_fallocate.c: Likewise.
32857         * io/posix_fallocate64.c: Likewise.
32858         * io/read.c: Likewise.
32859         * io/readlink.c: Likewise.
32860         * io/readlinkat.c: Likewise.
32861         * io/rmdir.c: Likewise.
32862         * io/sendfile.c: Likewise.
32863         * io/sendfile64.c: Likewise.
32864         * io/statfs.c: Likewise.
32865         * io/statfs64.c: Likewise.
32866         * io/statvfs.c: Likewise.
32867         * io/statvfs64.c: Likewise.
32868         * io/symlink.c: Likewise.
32869         * io/symlinkat.c: Likewise.
32870         * io/ttyname.c: Likewise.
32871         * io/ttyname_r.c: Likewise.
32872         * io/umask.c: Likewise.
32873         * io/unlink.c: Likewise.
32874         * io/unlinkat.c: Likewise.
32875         * io/utime.c: Likewise.
32876         * io/utimensat.c: Likewise.
32877         * io/write.c: Likewise.
32878         * io/xmknod.c: Likewise.
32879         * io/xmknodat.c: Likewise.
32880         * io/xstat.c: Likewise.
32881         * io/xstat64.c: Likewise.
32882         * login/getpt.c: Likewise.
32883         * login/grantpt.c: Likewise.
32884         * login/unlockpt.c: Likewise.
32885         * math/e_acoshl.c: Likewise.
32886         * math/e_acosl.c: Likewise.
32887         * math/e_asinl.c: Likewise.
32888         * math/e_atan2l.c: Likewise.
32889         * math/e_atanhl.c: Likewise.
32890         * math/e_coshl.c: Likewise.
32891         * math/e_expl.c: Likewise.
32892         * math/e_fmodl.c: Likewise.
32893         * math/e_gammal_r.c: Likewise.
32894         * math/e_hypotl.c: Likewise.
32895         * math/e_j0l.c: Likewise.
32896         * math/e_j1l.c: Likewise.
32897         * math/e_jnl.c: Likewise.
32898         * math/e_lgammal_r.c: Likewise.
32899         * math/e_log10l.c: Likewise.
32900         * math/e_log2l.c: Likewise.
32901         * math/e_logl.c: Likewise.
32902         * math/e_powl.c: Likewise.
32903         * math/e_rem_pio2l.c: Likewise.
32904         * math/e_sinhl.c: Likewise.
32905         * math/e_sqrtl.c: Likewise.
32906         * math/fclrexcpt.c: Likewise.
32907         * math/fedisblxcpt.c: Likewise.
32908         * math/feenablxcpt.c: Likewise.
32909         * math/fegetenv.c: Likewise.
32910         * math/fegetexcept.c: Likewise.
32911         * math/fegetround.c: Likewise.
32912         * math/feholdexcpt.c: Likewise.
32913         * math/fesetenv.c: Likewise.
32914         * math/fesetround.c: Likewise.
32915         * math/feupdateenv.c: Likewise.
32916         * math/fgetexcptflg.c: Likewise.
32917         * math/fraiseexcpt.c: Likewise.
32918         * math/fsetexcptflg.c: Likewise.
32919         * math/ftestexcept.c: Likewise.
32920         * math/k_cosl.c: Likewise.
32921         * math/k_rem_pio2l.c: Likewise.
32922         * math/k_sinl.c: Likewise.
32923         * math/k_tanl.c: Likewise.
32924         * math/s_asinhl.c: Likewise.
32925         * math/s_atanl.c: Likewise.
32926         * math/s_cbrtl.c: Likewise.
32927         * math/s_erfl.c: Likewise.
32928         * math/s_expm1l.c: Likewise.
32929         * math/s_log1pl.c: Likewise.
32930         * math/s_tanhl.c: Likewise.
32931         * misc/acct.c: Likewise.
32932         * misc/brk.c: Likewise.
32933         * misc/chflags.c: Likewise.
32934         * misc/chroot.c: Likewise.
32935         * misc/fchflags.c: Likewise.
32936         * misc/fgetxattr.c: Likewise.
32937         * misc/flistxattr.c: Likewise.
32938         * misc/fremovexattr.c: Likewise.
32939         * misc/fsetxattr.c: Likewise.
32940         * misc/fsync.c: Likewise.
32941         * misc/ftruncate.c: Likewise.
32942         * misc/futimes.c: Likewise.
32943         * misc/futimesat.c: Likewise.
32944         * misc/getdomain.c: Likewise.
32945         * misc/getdtsz.c: Likewise.
32946         * misc/gethostid.c: Likewise.
32947         * misc/gethostname.c: Likewise.
32948         * misc/getloadavg.c: Likewise.
32949         * misc/getpagesize.c: Likewise.
32950         * misc/getsysstats.c: Likewise.
32951         * misc/getxattr.c: Likewise.
32952         * misc/gtty.c: Likewise.
32953         * misc/ioctl.c: Likewise.
32954         * misc/lgetxattr.c: Likewise.
32955         * misc/listxattr.c: Likewise.
32956         * misc/llistxattr.c: Likewise.
32957         * misc/lremovexattr.c: Likewise.
32958         * misc/lsetxattr.c: Likewise.
32959         * misc/lutimes.c: Likewise.
32960         * misc/madvise.c: Likewise.
32961         * misc/mincore.c: Likewise.
32962         * misc/mlock.c: Likewise.
32963         * misc/mlockall.c: Likewise.
32964         * misc/mmap.c: Likewise.
32965         * misc/mprotect.c: Likewise.
32966         * misc/msync.c: Likewise.
32967         * misc/munlock.c: Likewise.
32968         * misc/munlockall.c: Likewise.
32969         * misc/munmap.c: Likewise.
32970         * misc/preadv.c: Likewise.
32971         * misc/preadv64.c: Likewise.
32972         * misc/ptrace.c: Likewise.
32973         * misc/pwritev.c: Likewise.
32974         * misc/pwritev64.c: Likewise.
32975         * misc/readv.c: Likewise.
32976         * misc/reboot.c: Likewise.
32977         * misc/remap_file_pages.c: Likewise.
32978         * misc/removexattr.c: Likewise.
32979         * misc/revoke.c: Likewise.
32980         * misc/select.c: Likewise.
32981         * misc/setdomain.c: Likewise.
32982         * misc/setegid.c: Likewise.
32983         * misc/seteuid.c: Likewise.
32984         * misc/sethostid.c: Likewise.
32985         * misc/sethostname.c: Likewise.
32986         * misc/setregid.c: Likewise.
32987         * misc/setreuid.c: Likewise.
32988         * misc/setxattr.c: Likewise.
32989         * misc/sstk.c: Likewise.
32990         * misc/stty.c: Likewise.
32991         * misc/swapoff.c: Likewise.
32992         * misc/swapon.c: Likewise.
32993         * misc/sync.c: Likewise.
32994         * misc/syncfs.c: Likewise.
32995         * misc/syscall.c: Likewise.
32996         * misc/truncate.c: Likewise.
32997         * misc/ualarm.c: Likewise.
32998         * misc/usleep.c: Likewise.
32999         * misc/ustat.c: Likewise.
33000         * misc/utimes.c: Likewise.
33001         * misc/vhangup.c: Likewise.
33002         * misc/writev.c: Likewise.
33003         * posix/_exit.c: Likewise.
33004         * posix/alarm.c: Likewise.
33005         * posix/execve.c: Likewise.
33006         * posix/fexecve.c: Likewise.
33007         * posix/fork.c: Likewise.
33008         * posix/fpathconf.c: Likewise.
33009         * posix/getaddrinfo.c: Likewise.
33010         * posix/getegid.c: Likewise.
33011         * posix/geteuid.c: Likewise.
33012         * posix/getgid.c: Likewise.
33013         * posix/getgroups.c: Likewise.
33014         * posix/getlogin.c: Likewise.
33015         * posix/getlogin_r.c: Likewise.
33016         * posix/getpgid.c: Likewise.
33017         * posix/getpid.c: Likewise.
33018         * posix/getppid.c: Likewise.
33019         * posix/getresgid.c: Likewise.
33020         * posix/getresuid.c: Likewise.
33021         * posix/getsid.c: Likewise.
33022         * posix/getuid.c: Likewise.
33023         * posix/glob64.c: Likewise.
33024         * posix/nanosleep.c: Likewise.
33025         * posix/pathconf.c: Likewise.
33026         * posix/pause.c: Likewise.
33027         * posix/posix_madvise.c: Likewise.
33028         * posix/pread.c: Likewise.
33029         * posix/pread64.c: Likewise.
33030         * posix/pwrite.c: Likewise.
33031         * posix/pwrite64.c: Likewise.
33032         * posix/sched_getaffinity.c: Likewise.
33033         * posix/sched_getp.c: Likewise.
33034         * posix/sched_gets.c: Likewise.
33035         * posix/sched_primax.c: Likewise.
33036         * posix/sched_primin.c: Likewise.
33037         * posix/sched_rr_gi.c: Likewise.
33038         * posix/sched_setaffinity.c: Likewise.
33039         * posix/sched_setp.c: Likewise.
33040         * posix/sched_sets.c: Likewise.
33041         * posix/sched_yield.c: Likewise.
33042         * posix/setgid.c: Likewise.
33043         * posix/setlogin.c: Likewise.
33044         * posix/setpgid.c: Likewise.
33045         * posix/setresgid.c: Likewise.
33046         * posix/setresuid.c: Likewise.
33047         * posix/setsid.c: Likewise.
33048         * posix/setuid.c: Likewise.
33049         * posix/sleep.c: Likewise.
33050         * posix/spawni.c: Likewise.
33051         * posix/sysconf.c: Likewise.
33052         * posix/times.c: Likewise.
33053         * posix/wait.c: Likewise.
33054         * posix/wait3.c: Likewise.
33055         * posix/wait4.c: Likewise.
33056         * posix/waitpid.c: Likewise.
33057         * resolv/gai_sigqueue.c: Likewise.
33058         * resource/getpriority.c: Likewise.
33059         * resource/getrlimit.c: Likewise.
33060         * resource/getrusage.c: Likewise.
33061         * resource/nice.c: Likewise.
33062         * resource/setpriority.c: Likewise.
33063         * resource/setrlimit.c: Likewise.
33064         * resource/ulimit.c: Likewise.
33065         * rt/aio_cancel.c: Likewise.
33066         * rt/aio_fsync.c: Likewise.
33067         * rt/aio_read.c: Likewise.
33068         * rt/aio_sigqueue.c: Likewise.
33069         * rt/aio_suspend.c: Likewise.
33070         * rt/aio_write.c: Likewise.
33071         * rt/clock_getres.c: Likewise.
33072         * rt/clock_gettime.c: Likewise.
33073         * rt/clock_nanosleep.c: Likewise.
33074         * rt/clock_settime.c: Likewise.
33075         * rt/lio_listio.c: Likewise.
33076         * rt/mq_close.c: Likewise.
33077         * rt/mq_getattr.c: Likewise.
33078         * rt/mq_notify.c: Likewise.
33079         * rt/mq_open.c: Likewise.
33080         * rt/mq_receive.c: Likewise.
33081         * rt/mq_send.c: Likewise.
33082         * rt/mq_setattr.c: Likewise.
33083         * rt/mq_timedreceive.c: Likewise.
33084         * rt/mq_timedsend.c: Likewise.
33085         * rt/mq_unlink.c: Likewise.
33086         * rt/shm_open.c: Likewise.
33087         * rt/shm_unlink.c: Likewise.
33088         * rt/timer_create.c: Likewise.
33089         * rt/timer_delete.c: Likewise.
33090         * rt/timer_getoverr.c: Likewise.
33091         * rt/timer_gettime.c: Likewise.
33092         * rt/timer_settime.c: Likewise.
33093         * setjmp/__longjmp.c: Likewise.
33094         * setjmp/setjmp.c: Likewise.
33095         * signal/kill.c: Likewise.
33096         * signal/killpg.c: Likewise.
33097         * signal/raise.c: Likewise.
33098         * signal/sigaction.c: Likewise.
33099         * signal/sigaltstack.c: Likewise.
33100         * signal/sigblock.c: Likewise.
33101         * signal/sigignore.c: Likewise.
33102         * signal/sigintr.c: Likewise.
33103         * signal/signal.c: Likewise.
33104         * signal/sigpause.c: Likewise.
33105         * signal/sigpending.c: Likewise.
33106         * signal/sigqueue.c: Likewise.
33107         * signal/sigreturn.c: Likewise.
33108         * signal/sigset.c: Likewise.
33109         * signal/sigsetmask.c: Likewise.
33110         * signal/sigstack.c: Likewise.
33111         * signal/sigsuspend.c: Likewise.
33112         * signal/sigtimedwait.c: Likewise.
33113         * signal/sigvec.c: Likewise.
33114         * signal/sigwait.c: Likewise.
33115         * signal/sigwaitinfo.c: Likewise.
33116         * signal/sysv_signal.c: Likewise.
33117         * socket/accept.c: Likewise.
33118         * socket/accept4.c: Likewise.
33119         * socket/bind.c: Likewise.
33120         * socket/connect.c: Likewise.
33121         * socket/getpeername.c: Likewise.
33122         * socket/getsockname.c: Likewise.
33123         * socket/getsockopt.c: Likewise.
33124         * socket/isfdtype.c: Likewise.
33125         * socket/listen.c: Likewise.
33126         * socket/recv.c: Likewise.
33127         * socket/recvfrom.c: Likewise.
33128         * socket/recvmsg.c: Likewise.
33129         * socket/send.c: Likewise.
33130         * socket/sendmsg.c: Likewise.
33131         * socket/sendto.c: Likewise.
33132         * socket/setsockopt.c: Likewise.
33133         * socket/shutdown.c: Likewise.
33134         * socket/sockatmark.c: Likewise.
33135         * socket/socket.c: Likewise.
33136         * socket/socketpair.c: Likewise.
33137         * stdio-common/ctermid.c: Likewise.
33138         * stdio-common/cuserid.c: Likewise.
33139         * stdio-common/remove.c: Likewise.
33140         * stdio-common/rename.c: Likewise.
33141         * stdio-common/renameat.c: Likewise.
33142         * stdio-common/tempname.c: Likewise.
33143         * stdlib/getcontext.c: Likewise.
33144         * stdlib/makecontext.c: Likewise.
33145         * stdlib/setcontext.c: Likewise.
33146         * stdlib/swapcontext.c: Likewise.
33147         * stdlib/system.c: Likewise.
33148         * streams/fattach.c: Likewise.
33149         * streams/fdetach.c: Likewise.
33150         * streams/getmsg.c: Likewise.
33151         * streams/getpmsg.c: Likewise.
33152         * streams/putmsg.c: Likewise.
33153         * streams/putpmsg.c: Likewise.
33154         * sysdeps/unix/bsd/getpt.c: Likewise.
33155         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33156         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33157         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33159         Likewise.
33160         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33161         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33162         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33163         * sysvipc/msgctl.c: Likewise.
33164         * sysvipc/msgget.c: Likewise.
33165         * sysvipc/msgrcv.c: Likewise.
33166         * sysvipc/msgsnd.c: Likewise.
33167         * sysvipc/semctl.c: Likewise.
33168         * sysvipc/semget.c: Likewise.
33169         * sysvipc/semop.c: Likewise.
33170         * sysvipc/semtimedop.c: Likewise.
33171         * sysvipc/shmat.c: Likewise.
33172         * sysvipc/shmctl.c: Likewise.
33173         * sysvipc/shmdt.c: Likewise.
33174         * sysvipc/shmget.c: Likewise.
33175         * termios/tcdrain.c: Likewise.
33176         * termios/tcflow.c: Likewise.
33177         * termios/tcflush.c: Likewise.
33178         * termios/tcgetattr.c: Likewise.
33179         * termios/tcgetpgrp.c: Likewise.
33180         * termios/tcsendbrk.c: Likewise.
33181         * termios/tcsetattr.c: Likewise.
33182         * termios/tcsetpgrp.c: Likewise.
33183         * time/adjtime.c: Likewise.
33184         * time/clock.c: Likewise.
33185         * time/getitimer.c: Likewise.
33186         * time/gettimeofday.c: Likewise.
33187         * time/setitimer.c: Likewise.
33188         * time/settimeofday.c: Likewise.
33189         * time/stime.c: Likewise.
33190         * time/time.c: Likewise.
33191
33192 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33193
33194         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33195         /usr/old/bin.
33196
33197         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33198         instead of spaces.
33199         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33200
33201 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33202
33203         [BZ #14796]
33204         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33205         FE_TONEAREST before applying Dekker multiplication and Knuth
33206         addition.  Clear inexact exceptions and check for exact zero
33207         results afterwards.
33208         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33209         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33210         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33211         * math/libm-test.inc (fma_test): Add more tests.
33212         (fma_test_towardzero): Likewise.
33213         (fma_test_downward): Likewise.
33214         (fma_test_upward): Likewise.
33215         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33216         function.
33217         (libc_fesetround): New macro.
33218         (libc_fesetroundf): Likewise.
33219         (libc_fesetroundl): Likewise.
33220         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33221         function.
33222         (libc_fesetround_387): Likewise.
33223         (libc_fesetroundf): New macro.
33224         (libc_fesetround): Likewise.
33225         (libc_fesetroundl): Likewise.
33226         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33227         function.
33228         (libc_fesetroundf): New macro.
33229         (libc_fesetround): Likewise.
33230         (libc_fesetroundl): Likewise.
33231         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33232         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33233         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33234         libm_hidden_ver.
33235         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33236         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33237         libm_hidden_def.
33238         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33239         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33240         libm_hidden_ver.
33241         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33242         libm_hidden_def.
33243
33244         [BZ #3439]
33245         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33246         integer constant usable in #if and use that to give value to enum
33247         constant.
33248         (FE_DIVBYZERO): Likewise.
33249         (FE_UNDERFLOW): Likewise.
33250         (FE_OVERFLOW): Likewise.
33251         (FE_INVALID): Likewise.
33252         (FE_INVALID_SNAN): Likewise.
33253         (FE_INVALID_ISI): Likewise.
33254         (FE_INVALID_IDI): Likewise.
33255         (FE_INVALID_ZDZ): Likewise.
33256         (FE_INVALID_IMZ): Likewise.
33257         (FE_INVALID_COMPARE): Likewise.
33258         (FE_INVALID_SOFTWARE): Likewise.
33259         (FE_INVALID_SQRT): Likewise.
33260         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33261         (FE_TONEAREST): Likewise.
33262         (FE_TOWARDZERO): Likewise.
33263         (FE_UPWARD): Likewise.
33264         (FE_DOWNWARD): Likewise.
33265         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33266         (FE_DIVBYZERO): Likewise.
33267         (FE_OVERFLOW): Likewise.
33268         (FE_UNDERFLOW): Likewise.
33269         (FE_INEXACT): Likewise.
33270         (FE_TONEAREST): Likewise.
33271         (FE_DOWNWARD): Likewise.
33272         (FE_UPWARD): Likewise.
33273         (FE_TOWARDZERO): Likewise.
33274         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33275         (FE_UNDERFLOW): Likewise.
33276         (FE_OVERFLOW): Likewise.
33277         (FE_DIVBYZERO): Likewise.
33278         (FE_INVALID): Likewise.
33279         (FE_TONEAREST): Likewise.
33280         (FE_TOWARDZERO): Likewise.
33281         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33282         (FE_OVERFLOW): Likewise.
33283         (FE_UNDERFLOW): Likewise.
33284         (FE_DIVBYZERO): Likewise.
33285         (FE_INEXACT): Likewise.
33286         (FE_TONEAREST): Likewise.
33287         (FE_TOWARDZERO): Likewise.
33288         (FE_UPWARD): Likewise.
33289         (FE_DOWNWARD): Likewise.
33290         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33291         (FE_DIVBYZERO): Likewise.
33292         (FE_OVERFLOW): Likewise.
33293         (FE_UNDERFLOW): Likewise.
33294         (FE_INEXACT): Likewise.
33295         (FE_TONEAREST): Likewise.
33296         (FE_DOWNWARD): Likewise.
33297         (FE_UPWARD): Likewise.
33298         (FE_TOWARDZERO): Likewise.
33299
33300 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33301
33302         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33303
33304 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33305
33306         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33307         commands.  Quote $PWD.
33308         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33309         -x" by "export".
33310         (remove_newlines): Remove.
33311
33312 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33313
33314         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33315         * stdlib/stdlib.h (atof): Moved to ...
33316         * include/bits/stdlib-float.h: Here.  New file.
33317         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33318         * stdlib/bits/stdlib-float.h: New file.
33319         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33320         -mno-sse -mno-mmx.
33321         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33322         <xmmintrin.h>.
33323
33324 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33325
33326         * conform/conformtest.pl (@headers): Add fenv.h.
33327         * conform/data/fenv.h-data: New file.
33328         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33329         include of <math/fenv.h>.
33330
33331         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33332         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33333         && !UNIX98].  Enables tests for XOPEN2K8.
33334         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33335         POSIX2008]: Likewise.
33336
33337         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33338         (struct rusage): Do not expect type or its members.
33339
33340         [BZ #3439]
33341         * math/math.h (FP_NAN): Define macro to integer constant usable in
33342         #if and use that to give value to enum constant.
33343         (FP_INFINITE): Likewise.
33344         (FP_ZERO): Likewise.
33345         (FP_SUBNORMAL): Likewise.
33346         (FP_NORMAL): Likewise.
33347
33348 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33349
33350         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33351         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33352         arguments.
33353
33354 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33355
33356         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33357         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33358         autoconf-time if not.
33359         * configure.in: Remove AC_PREREQ.
33360
33361 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33362
33363         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33364         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33365         of the internal implementation.
33366
33367 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33368
33369         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33370         except include of <misc/sys/syslog.h>.
33371
33372 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33373
33374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33375         function returns with a NULL context exit with zero.
33376
33377 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33378
33379         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33380
33381 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33382
33383         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33384         (run_program_cmd): This.
33385         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33386         (tst_langinfo): New variable.  Use it.
33387
33388 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33389
33390         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33391         floating point opcodes.
33392
33393 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33394
33395         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33396         variable.
33397
33398         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33399
33400         * sysdeps/mach/hurd/powerpc: Remove directory.
33401         * sysdeps/mach/powerpc: Likewise.
33402
33403 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33404
33405         * scripts/check-local-headers.sh: Ignore c++ headers.
33406
33407 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33408
33409         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33410         __libc_cleanup_region_start argument.
33411
33412 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33413
33414         [BZ #14784]
33415         [BZ #14785]
33416         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33417         x * y using scaling, not as x * y + z.
33418         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33419         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33420         * math/libm-test.inc (fma_test): Add more tests.
33421         (fma_test_towardzero): Likewise.
33422         (fma_test_downward): Likewise.
33423         (fma_test_upward): Likewise.
33424
33425 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33426
33427         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33428
33429 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33430
33431         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33432         New variable.
33433
33434 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33435
33436         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33437
33438 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33439
33440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33441         Fix sort order.
33442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33443         Likewise.
33444
33445 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33446
33447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33448         Fix the order of the list for glibc 2.17.
33449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33450         Likewise.
33451
33452 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33453
33454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33455
33456 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33457
33458         [BZ #14610]
33459         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33460         for low part of x being zero before using __atanl (y).
33461         * math/libm-test.inc (atan2_test): Add another test.
33462
33463         * manual/install.texi (Configuring and compiling): Document
33464         general use of test-wrapper and test-wrapper-env.
33465         * INSTALL: Regenerated.
33466
33467         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33468         (__fma): Do not extract and scale down low bits on after-rounding
33469         systems when result rounded to normal precision would have normal
33470         exponent.
33471         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33472         (__fmal): Do not extract and scale down low bits on after-rounding
33473         systems when result rounded to normal precision would have normal
33474         exponent.
33475         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33476         (__fmal): Do not extract and scale down low bits on after-rounding
33477         systems when result rounded to normal precision would have normal
33478         exponent.
33479         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33480         macro.
33481         (fma_test): Add more tests.
33482         (fma_test_towardzero): Likewise.
33483         (fma_test_downward): Likewise.
33484         (fma_test_upward): Likewise.
33485
33486 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33487
33488         * sysdeps/i386/tininess.h: Renamed to ...
33489         * sysdeps/x86/tininess.h: This.
33490         * sysdeps/x86_64/tininess.h: Removed.
33491
33492 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33493
33494         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33495         input.  Use $(build-program-cmd).
33496         ($(objpfx)tst-array1-static.out): Likewise.
33497         ($(objpfx)tst-array2.out): Likewise.
33498         ($(objpfx)tst-array3.out): Likewise.
33499         ($(objpfx)tst-array4.out): Likewise.
33500         ($(objpfx)tst-array5.out): Likewise.
33501         ($(objpfx)tst-array5-static.out): Likewise.
33502
33503 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33504
33505         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33506         if defined.
33507
33508         * nss/nsswitch.h (nss_interface_function): Provide new
33509         macro for use with NSS functions.
33510         * grp/initgroups.c: Use new macro.
33511         * nss/getXXbyYY.c: Likewise.
33512         * nss/getXXbyYY_r.c: Likewise.
33513         * nss/getXXent.c: Likewise.
33514         * nss/getXXent_r.c: Likewise.
33515         * sysdeps/posix/getaddrinfo.c: Likewise.
33516
33517 2012-10-30  Andreas Jaeger  <aj@suse.de>
33518
33519         * po/ru.po: Update Russion translation from translation project.
33520
33521 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33522
33523         [BZ #14152]
33524         [BZ #14783]
33525         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33526         result and shift together with sticky bit instead of replicating
33527         round-to-nearest rounding.
33528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33529         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33530         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33531         missing underflow exceptions.
33532         (fma_test_towardzero): Add more tests.
33533         (fma_test_downward): Likewise.
33534         (fma_test_upward): Likewise.
33535
33536         [BZ #14047]
33537         * sysdeps/generic/tininess.h: New file.
33538         * sysdeps/i386/tininess.h: Likewise.
33539         * sysdeps/sh/tininess.h: Likewise.
33540         * sysdeps/x86_64/tininess.h: Likewise.
33541         * stdlib/tst-strtod-underflow.c: Likewise.
33542         * stdlib/tst-tininess.c: Likewise.
33543         * stdlib/strtod_l.c: Include <tininess.h>.
33544         (round_and_return): Do not set errno for exact underflow cases.
33545         Force an underflow exception when setting errno for underflow.
33546         Determine underflow based on rounding to normal precision if
33547         TININESS_AFTER_ROUNDING.
33548         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33549         ERANGE for exact underflow cases.
33550         * stdlib/Makefile (tests): Add tst-tininess and
33551         tst-strtod-underflow.
33552         ($(objpfx)tst-tininess): Use $(link-libm).
33553         ($(objpfx)tst-strtod-underflow): Likewise.
33554
33555 2012-10-30  Andreas Jaeger  <aj@suse.de>
33556
33557         [BZ#14767]
33558         * elf/Makefile (tests): Remove conditional for have-initfini-array
33559         since this is now always required and the variable does not exist
33560         anymore.
33561         (tests-static): Likewise.
33562         (modules-names): Likewise.
33563
33564         * po/eo.po: Add Esperanto translation from translation project.
33565
33566         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33567         merged with constructor/destructor.
33568         (init_array): Likewise.
33569         * elf/tst-array2dep.c (fini_array): Likewise.
33570         (init_array): Likewise.
33571
33572 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33573
33574         * manual/message.texi: Delete @cartouche tags.
33575
33576 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33577
33578         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33579         EOPNOTSUPP.
33580         * sysdeps/mach/hurd/fsync.c: Likewise.
33581
33582         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33583         [_POSIX_REALTIME_SIGNALS]: Change condition to
33584         [_POSIX_REALTIME_SIGNALS > 0].
33585
33586 2012-10-27  Andreas Jaeger  <aj@suse.de>
33587
33588         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33589         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33590         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33591         [__WORDSIZE != 64]: Likewise.
33592
33593 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33594
33595         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33596         *  iconvdata/tst-tables.sh: Likewise.
33597
33598 2012-10-25  David S. Miller  <davem@davemloft.net>
33599
33600         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33601         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33602         of strtoull.
33603
33604         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33605         ifunc-impl-list.c
33606         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33607         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33608         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33609         file.
33610
33611 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33612
33613         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33614         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33615         __getdirentries.
33616
33617 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33618             Jim Blandy  <jimb@codesourcery.com>
33619
33620         * scripts/cross-test-ssh.sh: New file.
33621         * manual/install.texi (Configuring and compiling): Document use of
33622         cross-test-ssh.sh.
33623         * INSTALL: Regenerated.
33624
33625 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33626
33627         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33628         EOPNOTSUPP.
33629
33630 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33631
33632         * Makeconfig (run-program-prefix): Fix comment.
33633
33634 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33635             Jim Blandy  <jimb@codesourcery.com>
33636
33637         * Makeconfig (test-wrapper): New variable,
33638         (test-wrapper-env): Likewise.
33639         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33640         (run-built-tests): Define to yes.
33641         (run-program-prefix): Use $(test-wrapper).
33642         (built-program-cmd): Likewise.
33643         * Rules (make-test-out): Use $(test-wrapper-env) and
33644         $(host-built-program-cmd).
33645         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33646         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33647         tst-pathopt.sh.
33648         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33649         $(test-wrapper-env) to tst-rtld-load-self.sh.
33650         ($(objpfx)order2.out): Use $(test-wrapper).
33651         ($(objpfx)tst-initorder.out): Likewise.
33652         ($(objpfx)tst-initorder2.out): Likewise.
33653         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33654         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33655         (test_wrapper_env): New variable.  Use it to run ld.so.
33656         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33657         Use it to run ld.so.
33658         (test_wrapper_env): Likewise.
33659         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33660         $(test-wrapper) to run-iconv-test.sh.
33661         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33662         (ICONV): Use $test_wrapper.
33663         * posix/Makefile ($(objpfx)globtest.out): Pass
33664         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33665         globtest.sh, not $(run-program-prefix).
33666         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33667         (test_wrapper): Likewise.
33668         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33669         set together with run_via_rtld_prefix.
33670         (run_program_prefix): Define in terms of test_wrapper and
33671         run_via_rtld_prefix.
33672
33673 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33674
33675         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33676         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33677         Targets removed.
33678
33679         [BZ #14743]
33680         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33681         Declare __clock_getres, __clock_gettime, __clock_settime,
33682         __clock_nanosleep, and __clock_getcpuclockid.
33683         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33684         Remove librt_hidden_def (clock_gettime).
33685         * sysdeps/unix/clock_gettime.c: Likewise.
33686         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33687         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33688         * rt/clock_getres.c: Define __clock_getres as an alias.
33689         * sysdeps/posix/clock_getres.c: Likewise.
33690         * rt/clock_settime.c: Define __clock_settime as an alias.
33691         * sysdeps/unix/clock_settime.c: Likewise.
33692         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33693         * sysdeps/unix/clock_nanosleep.c: Likewise.
33694         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33695         * rt/clock-compat.c: New file.
33696         * rt/Makefile (librt-routines): Add clock-compat and move
33697         $(clock-routines) to ...
33698         (routines): ... here, new variable.
33699         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33700         Don't add get_clockfreq here.
33701         * rt/Versions (libc: GLIBC_2.17): New version set.
33702         Add clock_* symbols here.
33703         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33704         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33705         (GLIBC_2.17): Add clock_* symbols.
33706         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33708         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33710         Likewise.
33711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33712         Likewise.
33713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33716         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33717         * NEWS: Mention the move.
33718
33719         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33720         Use __open, __read, __close rather than their public counterparts.
33721         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33722         (__get_clockfreq_via_cpuinfo): Likewise.
33723         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33724         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33725
33726         * config.h.in (HAVE_IFUNC): New #undef.
33727         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33728         was successful.
33729         * configure: Regenerated.
33730
33731 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33732
33733         * configure.in: Move READELF check to start of file.
33734         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33735         libc_cv_asm_gnu_indirect_function in the process.
33736         * configure: Regenerated.
33737
33738 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33739
33740         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33741         send the output to /dev/null.
33742         (libc_cv_cc_with_libunwind): Likewise.
33743         (libc_cv_as_noexecstack): Likewise.
33744         * configure: Regenerate.
33745
33746 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33747
33748         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33749
33750         * posix/globtest.sh (TMPDIR): Do not set.
33751         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33752         (testout): Likewise.
33753
33754 2012-10-24  Andreas Jaeger  <aj@suse.de>
33755
33756         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33757         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33758         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33759         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33760         posix_fadvise64, posix_fallocate64.
33761
33762         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33763         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33764         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33765         Likewise.
33766         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33767         Likewise.
33768         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33769
33770         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33771         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33772         <bits/fcntl-linux.h>.
33773         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33774
33775         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33776         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33777         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33778         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33779         [__WORDSIZE != 64]: Likewise.
33780
33781 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33782
33783         * Makeconfig (run-built-tests): New variable.
33784         * Rules [$(cross-compiling) = yes]: Change condition to
33785         [$(run-built-tests) = no].
33786         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33787         to [$(run-built-tests) = yes].
33788         * elf/Makefile [$(cross-compiling) = no]: Likewise
33789         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33790         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33791         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33792         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33793         * io/Makefile [$(cross-compiling) = no]: Likewise.
33794         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33795         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33796         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33797         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33798         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33799         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33800         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33801         * string/Makefile [$(cross-compiling) = no]: Likewise.
33802
33803         * posix/Makefile ($(objpfx)globtest.out): Pass
33804         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33805         $(rtld-installed-name).
33806         * posix/globtest.sh (elf_objpfx): Remove variable.
33807         (rtld_installed_name): Likewise.
33808         (library_path): Likewise.
33809         (run_program_prefix): New variable.  Use for running globtest
33810         binary.
33811
33812 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33813             Joseph Myers  <joseph@codesourcery.com>
33814
33815         * Makeconfig (host-built-program-cmd): New variable.
33816         * elf/Makefile (tst-stackguard1-ARGS): Use
33817         $(host-built-program-cmd).
33818         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33819         (tst-spawn-ARGS): Likewise.
33820         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33821
33822 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33823             Jim Blandy  <jimb@codesourcery.com>
33824
33825         * Makeconfig (run-via-rtld-prefix): New variable.
33826         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33827         (built-program-cmd): Likewise.
33828
33829 2012-10-22  Andreas Jaeger  <aj@suse.de>
33830
33831         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33832         __O_RSYNC if it exists, otherwise to O_SYNC.
33833
33834 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33835             Joseph Myers  <joseph@codesourcery.com>
33836
33837         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33838         /dev/null.
33839         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33840         from /dev/null
33841         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33842         /dev/null.
33843
33844 2012-10-22  Andreas Jaeger  <aj@suse.de>
33845
33846         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33847         Define always.
33848         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33849
33850         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33851         bits/fcntl-linux.h.
33852
33853         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33854         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33855
33856         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33857         to __O_LARGEFILE.
33858         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33859         to __O_LARGEFILE.
33860
33861 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33862             Joseph Myers  <joseph@codesourcery.com>
33863
33864         * config.make.in (NM): New variable.
33865
33866 2012-10-21  Andreas Jaeger  <aj@suse.de>
33867
33868         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33869         definitions and declarations that are provided by
33870         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33871
33872 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33873
33874         [BZ #14683]
33875         * elf/Makefile (tests-static): Add tst-leaks1-static.
33876         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33877         ($(objpfx)tst-leaks1-static): New rule.
33878         ($(objpfx)tst-leaks1-static-mem): Likewise.
33879         (tst-leaks1-static-ENV): New macro.
33880         * elf/dl-open.c (dl_open_worker): Check the main application
33881         only if SHARED is defined.
33882         * elf/tst-leaks1-static.c: New file.
33883
33884 2012-10-20  Andreas Jaeger  <aj@suse.de>
33885
33886         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33887         generic values for Linux.
33888         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33889         and declarations that are provided by <bits/fcntl-linux.h> and
33890         include <bits/fcntl-linux.h>.
33891         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33892         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33893
33894 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33895
33896         * io/fcntl.h: Move include of <bits/types.h> to the top and
33897         include it unconditionally.
33898
33899 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33900
33901         * wcsmbs/Makefile (tests-ifunc): New variable.
33902         (tests): Add $(tests-ifunc).
33903         * wcsmbs/test-wcschr-ifunc.c: New file.
33904         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33905         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33906         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33907         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33908         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33909
33910         * string/Makefile (tests-ifunc): New variable.
33911         (tests): Add $(tests-ifunc).
33912         * string/test-memccpy.c (TEST_NAME): New macro.
33913         * string/test-memchr.c (TEST_NAME): Likewise.
33914         * string/test-memcmp.c (TEST_NAME): Likewise.
33915         * string/test-memcpy.c (TEST_NAME): Likewise.
33916         * string/test-memmem.c (TEST_NAME): Likewise.
33917         * string/test-memmove.c (TEST_NAME): Likewise.
33918         * string/test-memset.c (TEST_NAME): Likewise.
33919         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33920         * string/test-stpcpy.c (TEST_NAME): Likewise.
33921         * string/test-stpncpy.c (TEST_NAME): Likewise.
33922         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33923         * string/test-strcasestr.c (TEST_NAME): Likewise.
33924         * string/test-strcat.c (TEST_NAME): Likewise.
33925         * string/test-strchr.c (TEST_NAME): Likewise.
33926         * string/test-strcmp.c(TEST_NAME): Likewise.
33927         * string/test-strcpy.c (TEST_NAME): Likewise.
33928         * string/test-strcspn.c (TEST_NAME): Likewise.
33929         * string/test-strlen.c (TEST_NAME): Likewise.
33930         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33931         * string/test-strncmp.c (TEST_NAME): Likewise.
33932         * string/test-strncpy.c (TEST_NAME): Likewise.
33933         * string/test-strnlen.c (TEST_NAME): Likewise.
33934         * string/test-strpbrk.c (TEST_NAME): Likewise.
33935         * string/test-strrchr.c (TEST_NAME): Likewise.
33936         * string/test-strspn.c (TEST_NAME): Likewise.
33937         * string/test-strstr.c (TEST_NAME): Likewise.
33938         * string/test-bcopy-ifunc.c: New file.
33939         * string/test-bzero-ifunc.c: Likewise.
33940         * string/test-memccpy-ifunc.c: Likewise.
33941         * string/test-memchr-ifunc.c: Likewise.
33942         * string/test-memcmp-ifunc.c: Likewise.
33943         * string/test-memcpy-ifunc.c: Likewise.
33944         * string/test-memmem-ifunc.c: Likewise.
33945         * string/test-memmove-ifunc.c: Likewise.
33946         * string/test-mempcpy-ifunc.c: Likewise.
33947         * string/test-memset-ifunc.c: Likewise.
33948         * string/test-rawmemchr-ifunc.c: Likewise.
33949         * string/test-stpcpy-ifunc.c: Likewise.
33950         * string/test-stpncpy-ifunc.c: Likewise.
33951         * string/test-strcasecmp-ifunc.c: Likewise.
33952         * string/test-strcasestr-ifunc.c: Likewise.
33953         * string/test-strcat-ifunc.c: Likewise.
33954         * string/test-strchr-ifunc.c: Likewise.
33955         * string/test-strchrnul-ifunc.c: Likewise.
33956         * string/test-strcmp-ifunc.c: Likewise.
33957         * string/test-strcpy-ifunc.c: Likewise.
33958         * string/test-strcspn-ifunc.c: Likewise.
33959         * string/test-strlen-ifunc.c: Likewise.
33960         * string/test-strncasecmp-ifunc.c: Likewise.
33961         * string/test-strncat-ifunc.c: Likewise.
33962         * string/test-strncmp-ifunc.c: Likewise.
33963         * string/test-strncpy-ifunc.c: Likewise.
33964         * string/test-strnlen-ifunc.c: Likewise.
33965         * string/test-strpbrk-ifunc.c: Likewise.
33966         * string/test-strrchr-ifunc.c: Likewise.
33967         * string/test-strspn-ifunc.c: Likewise.
33968         * string/test-strstr-ifunc.c: Likewise.
33969
33970         * debug/Makefile (tests-ifunc): New variable.
33971         (tests): Add $(tests-ifunc).
33972         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33973         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33974         * debug/test-stpcpy_chk-ifunc.c: New file.
33975         * debug/test-strcpy_chk-ifunc.c: Likewise.
33976
33977 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33978
33979         [BZ #13601]
33980         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33981         header is not read in.
33982
33983 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33984
33985         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33986         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33987         directly.  Pass built executable to script as
33988         $(built-program-cmd).
33989         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33990         $testprogram without using LD_LIBRARY_PATH and $ldso.
33991
33992         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33993         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33994         $(rtld-installed-name).
33995         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33996         (rtld_installed_name): Likewise.
33997         (library_path): Likewise.
33998         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33999         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34000         $(run-program-prefix) to tst-tables.sh.
34001         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34002         it to run tst-table-from and tst-table-to.
34003         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34004         Pass it to tst-table.sh.
34005         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34006         $(run-program-prefix) to tst-gettext.sh.
34007         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34008         tst-translit.sh.
34009         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34010         tst-gettext2.sh.
34011         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34012         to run tst-gettext.
34013         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34014         to run tst-gettext2.
34015         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34016         to run tst-translit.
34017         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34018         $(run-program-prefix) to tst-mtrace.sh.
34019         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34020         to run tst-mtrace.
34021         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34022         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34023         $(rtld-installed-name).
34024         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34025         (rtld_installed_name): Likewise.
34026         (run_program_prefix): New variable.  Use it to run wordexp-test.
34027
34028         * Makeconfig (ARCH): Remove all definitions.
34029         (machine): Likewise.
34030         [ARCH]: Remove conditional code.
34031         [!objdir]: Give error.
34032         [!objdir] (objpfx): Remove.
34033         [!objdir] (common-objpfx): Likewise.
34034         [!objdir] (common-objdir): Likewise.
34035         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34036         AC_CONFIG_FILES call.
34037         * configure: Regenerated.
34038
34039         [BZ #13888]
34040         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34041         or TMPDIR.
34042         (testout): Likewise.
34043
34044         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34045         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34046         $(rtld-installed-name).
34047         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34048         (rtld_installed_name): Likwise.
34049         (runit): Remove function.
34050         (run_getconf): New variable,  Use it for running getconf binary.
34051
34052 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34053
34054         [BZ #14716]
34055         * string/test-memmem.c (check_result): New function.
34056         (do_one_test): Use it.
34057         (check1): New function.
34058         (test_main): Use it.
34059
34060 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34061
34062         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34063
34064 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34065
34066         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34067         (_G_LSEEK64): Likewise.
34068         (_G_MMAP64): Likewise.
34069         (_G_FSTAT64): Likewise.
34070         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34071         (_G_LSEEK64): Likewise.
34072         (_G_MMAP64): Likewise.
34073         (_G_FSTAT64): Likewise.
34074         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34075         unconditional.  Call __mmap64 directly.
34076         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34077         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34078         __lseek64 directly.
34079         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34080         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34081         __mmap64 directly.
34082         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34083         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34084         __lseek64 directly.
34085         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34086         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34087         __lseek64 directly.
34088         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34089         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34090         __lseek64 directly.
34091         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34092         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34093         __fxstat64 directly.
34094         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34095         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34096         unconditional.
34097         (freopen64) [!_G_OPEN64]: Remove conditional code.
34098         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34099         unconditional.
34100         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34101         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34102         unconditional.
34103         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34104         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34105         unconditional.
34106         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34107         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34108         unconditional.
34109         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34110         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34111         unconditional.
34112         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34113         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34114         unconditional.
34115         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34116         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34117         unconditional.
34118         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34119
34120 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34121
34122         [BZ #12140]
34123         * manual/memory.texi (Malloc Tunable Parameters): Add note
34124         about free list pointers overwriting some perturb bytes.
34125         Wording suggested by Roland McGrath.
34126
34127 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34128
34129         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34130         (lgamma_test): Likewise.
34131         (tgamma_test): Likewise.
34132
34133 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34134
34135         [BZ #14700]
34136         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34137         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34138
34139 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34140
34141         * NEWS: Mention BZ #14716.
34142         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34143         when removing AVAILABLE1_USES_J macro.
34144
34145 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34146
34147         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34148         (__bswap_64): __uint64_t for unsigned 64-bit int.
34149
34150 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34151
34152         * include/string.h (memmem): Declare libc hidden alias.
34153         * string/memmem.c (memmem): Define libc hidden alias.
34154         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34155         __read, __close instead of open, read, close.
34156
34157 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34158
34159         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34160         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34161         global and hidden.
34162         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34163         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34164         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34165         Likewise.
34166         (__rawmemchr_sse2): Likewise.
34167         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34168         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34169         (__strchr_sse2): Likewise.
34170         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34171         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34172         (__strcasecmp_sse2): Likewise.
34173         (__strncasecmp_sse2): Likewise.
34174         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34175         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34176         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34177         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34178         (__strrchr_sse2): Likewise.
34179         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34180         ifunc-impl-list.c.
34181         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34182         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34183         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34184         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34185         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34186         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34187         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34188         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34189         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34190         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34191         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34192         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34193         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34194         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34195         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34196         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34197         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34198         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34199         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34200         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34201         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34202         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34203         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34204         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34205         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34206         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34207         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34208         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34209         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34210         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34211
34212         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34213         global and hidden.
34214         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34215         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34216         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34217         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34218         Likewise.
34219         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34220         Likewise.
34221         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34222         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34223         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34224         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34225         ifunc-impl-list.c.
34226         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34227         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34228         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34229         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34230         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34231         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34232         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34233         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34234         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34235         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34236         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34237         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34238         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34239         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34240         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34241         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34242         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34243         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34244         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34245         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34246         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34247         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34248         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34249         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34250         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34251         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34252         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34253         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34254         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34255         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34256         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34257         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34258         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34259         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34260         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34261         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34262         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34263         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34264         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34265         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34266         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34267
34268         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34269         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34270         * include/ifunc-impl-list.h: New file.
34271         * misc/ifunc-impl-list.c: Likewise.
34272         * misc/Makefile (routines): Add ifunc-impl-list.
34273         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34274         * string/test-string.h: Include <ifunc-impl-list.h>.
34275         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34276         TEST_NAME]: New variables.
34277         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34278         are defined.
34279         (test_init): Call __libc_ifunc_impl_list to initialize
34280         func_list if TEST_IFUNC and TEST_NAME are defined.
34281
34282         * string/Makefile (strop-tests): Add bcopy and bzero.
34283         * string/test-bcopy.c: New file.
34284         * string/test-bzero.c: Likewise.
34285         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34286         defined.
34287         * string/test-memset.c: Support bzero test if TEST_BZERO is
34288         defined.
34289         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34290         __libc_memmove.
34291         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34292         __libc_memset.
34293         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34294         of memset.
34295
34296 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34297
34298         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34299         * configure: Regenerated.
34300
34301         * Makeconfig (+link-static-before-libc): Don't include
34302         $(link-static-libc).
34303
34304         * libio/libio.h (_IO_pos_t): Remove.
34305
34306 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34307
34308         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34309         McGrath.
34310
34311 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34312
34313         * crypt/crypt-entry.c: Include fips-private.h.
34314         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34315         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34316         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34317         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34318
34319 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34320
34321         * crypt/crypt-private.h: Include stdbool.h.
34322         (_ufc_setup_salt_r): Return bool.
34323         * crypt/crypt-entry.c: Include errno.h.
34324         (__crypt_r): Return NULL with EINVAL for bad salt.
34325         * crypt/crypt_util.c (bad_for_salt): New.
34326         (_ufc_setup_salt_r): Check that salt is long enough and within
34327         the specified alphabet.
34328         * crypt/badsalttest.c: New file.
34329         * crypt/Makefile (tests): Add it.
34330         ($(objpfx)badsalttest): New.
34331
34332 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34333
34334         * NEWS: Add entry for BZ #14602.
34335
34336 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34337
34338         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34339         type-generic.
34340         * math/libm-test.inc: Update comment listing what functions and
34341         macros are tested.
34342         (isgreater_test): New function.
34343         (isgreaterequal_test): Likewise.
34344         (isless_test): Likewise.
34345         (islessequal_test): Likewise.
34346         (islessgreater_test): Likewise.
34347         (isunordered_test): Likewise.
34348         (main): Call the new functions.
34349
34350 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34351
34352         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34353         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34354         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34355         * sysdeps/i386/configure: Regenerated.
34356         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34357         * sysdeps/mach/configure: Regenerated.
34358         * sysdeps/mach/hurd/configure: Regenerated.
34359         * sysdeps/powerpc/configure: Regenerated.
34360         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34361         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34362         * sysdeps/s390/s390-32/configure: Regenerated.
34363         * sysdeps/s390/s390-64/configure: Regenerated.
34364         * sysdeps/sh/configure: Regenerated.
34365         * sysdeps/sparc/configure: Regenerated.
34366         * sysdeps/unix/sysv/linux/configure: Regenerated.
34367         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34368         * sysdeps/x86_64/configure: Regenerated.
34369
34370         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34371         defined.  Don't check if MAP is NULL.
34372
34373 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34374
34375         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34376         (_G_stat64): Likewise.
34377         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34378         (_G_stat64): Likewise.
34379         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34380         instead of struct _G_stat64.
34381         * libio/fileops.c (mmap_remap_check): Likewise.
34382         (decide_maybe_mmap): Likewise.
34383         (_IO_new_file_seekoff): Likewise.
34384         (_IO_file_stat): Likewise.
34385         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34386         _G_off64_t.
34387         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34388         instead of struct _G_stat64.
34389         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34390
34391 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34392
34393         [BZ #14602]
34394         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34395         Replace with ...
34396         (CHECK_EOL): New macro.
34397         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34398         CHECK_EOL.
34399         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34400         Replace with CHECK_EOL.
34401         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34402         Replace with CHECK_EOL.
34403
34404 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34405
34406         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34407         type-generic.
34408         * math/libm-test.inc: Update comment listing what functions and
34409         macros are tested.
34410         (finite_test): New function.
34411         (isinf_test): Likewise.
34412         (isnan_test): Likewise.
34413         (fpclassify_test): Test subnormal input.
34414         (isfinite_test): Likewise.
34415         (isnormal_test): Likewise.
34416         (main): Call the new functions.
34417
34418 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34419
34420         [BZ #14660]
34421         * Makerules (%.dynsym): Force C locale when running
34422         $(OBJDUMP) --dynamic-syms.
34423
34424 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34425
34426         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34427         <stdint.h>.
34428
34429 2012-10-06  David S. Miller  <davem@davemloft.net>
34430
34431         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34432         upper 32-bits of the length value in %o2 since we use branch-on-register
34433         tests which consider the entire 64-bit register.
34434
34435 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34436
34437         * string/test-strstr.c (check2): Add a test for page boundary.
34438
34439 2012-10-05  David S. Miller  <davem@davemloft.net>
34440
34441         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34442         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34443         file.
34444         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34445         sysdep_routines.
34446         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34447         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34448         and bzero when HWCAP_SPARC_CRYPTO is present.
34449
34450 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34451
34452         [BZ #14602]
34453         * string/test-strstr.c (check2): New function.
34454         (test_main): Call check2.
34455
34456         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34457         and bug-strchr1.
34458         * string/bug-strcasestr1.c (do_test): Moved to ...
34459         * string/test-strcasestr.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-strchr1.c (do_test): Moved to ...
34465         * string/test-strchr.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-strstr1.c (main): Moved to ...
34471         * string/test-strstr.c (check1): Here.  New function.
34472         (do_one_test): Break out result checking code into ...
34473         (check_result): This.  New function.
34474         (do_one_test): Call check_result.
34475         (test_main): Call check1.
34476         * string/bug-strcasestr1.c: Removed.
34477         * string/bug-strchr1.c: Likewise.
34478         * string/bug-strstr1.c: Likewise.
34479
34480         * elf/Makefile (dl-routines): Add hwcaps.
34481         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34482         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34483         (_dl_important_hwcaps): Moved to ...
34484         * elf/dl-hwcaps.c: Here.  New file.
34485         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34486
34487         [BZ #14557]
34488         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34489         if IS_IN_rtld isn't defined.
34490
34491         * elf/dl-support.c (_dl_sysinfo_map): New.
34492         Include "get-dynamic-info.h" and "setup-vdso.h".
34493         (_dl_non_dynamic_init): Call setup_vdso.
34494         * elf/dynamic-link.h: Don't include <assert.h>.
34495         (elf_get_dynamic_info): Moved to ...
34496         * elf/get-dynamic-info.h: Here.  New file.
34497         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34498         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34499         * elf/setup-vdso.h: Here.  New file.
34500         * elf/rtld.c: Include "setup-vdso.h".
34501         (dl_main): Call setup_vdso.
34502
34503 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34504
34505         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34506         creal in comment listing functions tested.  List finite, isinf,
34507         isnan, isless, islessequal, isgreater, isgreaterequal,
34508         islessgreater, isunordered, lgamma_r and pow10 as functions and
34509         macros not tested.  Mention which functions not tested are aliases
34510         for other functions.  Fix typo.  Note that signs of NaNs are not
34511         tested.
34512
34513         * scripts/config.guess: Update from config.git.
34514         * scripts/config.sub: Likewise.
34515
34516 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34517
34518         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34519         * misc/madvise.c (madvise): Renamed to __madvise.
34520         Make madvise a weak alias.
34521         * include/sys/mman.h: Declare __madvise.
34522         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34523         * sysdeps/unix/syscalls.list
34524         (madvise): Make __madvise the strong name, and madvise a weak alias.
34525         * sysdeps/unix/sysv/linux/syscalls.list
34526         (madvise, mmap): Remove redundant entries.
34527         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34528         * malloc/malloc.c (mtrim): Likewise.
34529         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34530
34531 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34532
34533         * sysdeps/mach/hurd/dl-cache.c: File removed.
34534         * config.h.in (USE_LDCONFIG): New #undef.
34535         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34536         * configure: Regenerated.
34537         * elf/Makefile (dl-routines): Add dl-cache only under
34538         [$(use-ldconfig) = yes].
34539         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34540         cache on [USE_LDCONFIG].
34541         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34542         [USE_LDCONFIG].
34543         * elf/rtld.c (dl_main): Likewise.
34544
34545 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34546
34547         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34548         _SC_LEVEL4_CACHE_LINESIZE.
34549
34550 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34551
34552         * sysdeps/unix/bsd/confstr.h: File removed.
34553
34554 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34555
34556         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34557         sys/sdt-config.h.
34558
34559 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34560
34561         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34562         Make 'mapoff' field ElfW(Off) rather than off_t.
34563
34564 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34565
34566         * nscd/Makefile: Remove nscd-cflags and all its users.
34567         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34568         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34569
34570         [BZ #10631]
34571         * malloc.c (malloc_printerr): Clarify error message.
34572
34573 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34574
34575         [BZ #14648]
34576         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34577         Set bit_FMA_Usable if FMA is supported.
34578         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34579         macro.
34580         (bit_FMA4_Usable): Updated.
34581         (index_FMA_Usable): New macro.
34582         (CPUID_FMA): Likewise
34583         (HAS_FMA): Defined with bit_FMA_Usable.
34584
34585 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34586
34587         * bits/types.h (__swblk_t): Type removed.
34588         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34589         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34590         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34591         (__SWBLK_T_TYPE): Likewise.
34592         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34593         (__SWBLK_T_TYPE): Likewise.
34594         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34595         (__SWBLK_T_TYPE): Likewise.
34596         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34597         (__SWBLK_T_TYPE): Likewise.
34598
34599 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34600             Honza Horak <hhorak@redhat.com>
34601
34602         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34603         (xdr_mapname): Use YPMAXMAP as maxsize.
34604         (xdr_peername): Use YPMAXPEER as maxsize.
34605         (xdr_keydat): Use YPAXRECORD as maxsize.
34606         (xdr_valdat): Use YPMAXRECORD as maxsize.
34607
34608 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34609
34610         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34611
34612         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34613         * csu/init-first.c: ... here.
34614         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34615         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34616         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34617         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34618         * sysdeps/i386/init-first.c: File removed.
34619         * sysdeps/sh/init-first.c: File removed.
34620
34621 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34622
34623         [BZ #14645]
34624         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34625         if x * y might underflow to zero and z is zero.
34626         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34627         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34628         * math/libm-test.inc (min_subnorm_value): New variable.
34629         (fma_test): Add more tests.
34630         (fma_test_towardzero): Likewise.
34631         (fma_test_downward): Likewise
34632         (fma_test_upward): Likewise.
34633         (initialize): Set min_subnorm_value.
34634
34635 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34636
34637         [BZ #14638]
34638         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34639         0 + 0.
34640         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34641         mode for addition resulting in exact zero.
34642         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34643         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34644         exact 0 + 0.
34645         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34646         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34647         * math/libm-test.inc (fma_test): Add more tests.
34648         (fma_test_towardzero): New function.
34649         (fma_test_downward): Likewise.
34650         (fma_test_upward): Likewise.
34651         (main): Call the new functions.
34652
34653 2012-09-28  David S. Miller  <davem@davemloft.net>
34654
34655         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34656
34657 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34658
34659         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34660         instead of SIGALRM.
34661
34662         * sysdeps/gnu/_G_config.h: Moved to ...
34663         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34664         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34665         * sysdeps/generic/_G_config.h: ... here.
34666
34667         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34668
34669         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34670
34671         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34672         Conditionalize target on [libnss_test1.so-version].
34673
34674         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34675
34676         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34677         (elfobjdir): Move out of conditionals.
34678
34679         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34680         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34681         (__nss_lookup_function): Conditionalize label remove_from_tree on
34682         [!DO_STATIC_NSS || SHARED], matching its only use.
34683
34684 2012-09-28  David S. Miller  <davem@davemloft.net>
34685
34686         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34687         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34688         file.
34689         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34690         sysdep_routines.
34691         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34692         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34693         when HWCAP_SPARC_CRYPTO is present.
34694
34695 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34696
34697         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34698
34699 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34700
34701         [BZ #6530]
34702         * stdio-common/vfprintf.c (process_string_arg): Revert
34703         2000-07-22 change.
34704
34705 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34706
34707         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34708         for testcase.
34709         * stdio-common/tst-sprintf.c: Include <locale.h>
34710         (main): Test sprintf's handling of incomplete multibyte
34711         characters.
34712
34713 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34714
34715         * elf/dl-runtime.c (VERSYMIDX): Removed.
34716         * elf/dl-version.c (VERSYMIDX): Likewise.
34717         * elf/do-rel.h (VERSYMIDX): Likewise.
34718         (VALIDX): Likewise.
34719         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34720         * elf/rtld.c (VALIDX): Likewise.
34721         (ADDRIDX): Likewise.
34722         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34723         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34724         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34725         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34726         (VALIDX): Likewise.
34727         (ADDRIDX): Likewise.
34728
34729 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34730
34731         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34732
34733 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34734
34735         [BZ #11438]
34736         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34737         to global scope.
34738         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34739         addresses are in the same scope as 192.0.2/24.
34740         * posix/gai.conf: Document new scope table defaults.
34741
34742 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34743
34744         [BZ #5298]
34745         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34746         for ftell.  Compute offsets from write pointers instead.
34747         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34748
34749 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34750
34751         [BZ #14543]
34752         * libio/Makefile (tests): New test case tst-fseek.
34753         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34754         combination works in wide mode.
34755         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34756         state when the external buffer state changes.
34757
34758 2012-09-27  David S. Miller  <davem@davemloft.net>
34759
34760         [BZ #14376]
34761         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34762         pass reloc->r_addend in as the 'high' argument to
34763         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34764
34765         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34766
34767 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34768
34769         * rt/tst-aio2.c: Include <pthread.h>.
34770         * rt/tst-aio3.c: Likewise.
34771
34772 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34773
34774         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34775
34776 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34777
34778         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34779         contents on [SHARED].
34780
34781 2012-09-26  Marek Polacek  <polacek@redhat.com>
34782
34783         [BZ #14530]
34784         [BZ #13741]
34785         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34786         for C++ and GCC <4.3 as well as for non GCC compilers.
34787
34788 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34789
34790         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34791
34792 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34793
34794         * Makefile.in (all, install): Declare with .PHONY.
34795         Reported by Michael Hope <michael.hope@linaro.org>.
34796
34797 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34798
34799         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34800         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34801         system header.
34802         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34803         Likewise.
34804         (sydep_routines): Add the new and the internal functions.
34805         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34806         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34808         (GLIBC_2.17): Add the new function.
34809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34810         (GLIBC_2.17): Likewise.
34811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34812         (GLIBC_2.17): Likewise.
34813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34814         (GLIBC_2.17): Likewise.
34815         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34816
34817 2012-09-25  Alan Modra  <amodra@gmail.com>
34818
34819         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34820         Add release barrier before setting once_control to say
34821         initialisation is done.  Add hints on lwarx.  Use macro in
34822         place of isync.
34823         (clear_once_control): Add release barrier.
34824
34825 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34826
34827         [BZ #13629]
34828         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34829         specially.
34830         * math/s_clog10.c (__clog10): Likewise.
34831         * math/s_clog10f.c (__clog10f): Likewise.
34832         * math/s_clog10l.c (__clog10l): Likewise.
34833         * math/s_clogf.c (__clogf): Likewise.
34834         * math/s_clogl.c (__clogl): Likewise.
34835         * math/Makefile (libm-calls): Add x2y2m1.
34836         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34837         (__x2y2m1): Likewise.
34838         (__x2y2m1l): Likewise.
34839         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34840         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34841         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34842         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34843         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34844         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34845         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34846         * sysdeps/i386/fpu/libm-test-ulps: Update.
34847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34848
34849         [BZ #14621]
34850         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34851         int as type of variable DEPTH.
34852         (glob): Use size_t instead of int as type of variables NEWCOUNT
34853         and OLD_PATHC.
34854
34855 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34856
34857         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34858         Add s_sincosf-sse2.
34859         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34860         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34861         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34862         macros for using routine as __sincosf_ia32.
34863         Use macro for function declaration and weak_alias.
34864         * sysdeps/i386/fpu/libm-test-ulps: Update.
34865
34866         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34867         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34868
34869         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34870         subnormal argument.
34871         * math/s_cexpf.c (__cexpf): Likewise.
34872         * math/s_csinf.c (__csinf): Likewise.
34873         * math/s_csinhf.c (__csinhf): Likewise.
34874         * math/s_ctanf.c (__ctanf): Likewise.
34875         * math/s_ctanhf.c (__ctanhf): Likewise.
34876         * math/s_ccosh.c (__ccoshf): Likewise.
34877         * math/s_cexp.c (__cexpl): Likewise.
34878         * math/s_csin.c (__csin): Likewise.
34879         * math/s_csinh.c (__csinh): Likewise.
34880         * math/s_ctan.c (__ctan): Likewise.
34881         * math/s_ctanh.c (ctanh): Likewise.
34882         * math/s_ccoshl.c (__ccoshl): Likewise.
34883         * math/s_cexpl.c (__cexpl): Likewise.
34884         * math/s_csinl.c (__csinl): Likewise.
34885         * math/s_csinhl.c (__csinhl): Likewise.
34886         * math/s_ctanl.c (__ctanl): Likewise.
34887         * math/s_ctanhl.c (__ctanhl): Likewise.
34888
34889 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34890
34891         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34892         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34893         (_IO_off_t): Define to __off_t, not _G_off_t.
34894         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34895         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34896         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34897         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34898         type of __dummy and __dummy2 fields.
34899         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34900         (_G_ssize_t): Likewise.
34901         (_G_off_t): Likewise.
34902         (_G_pid_t): Likewise.
34903         (_G_uid_t): Likewise.
34904         (_G_wchar_t): Likewise.
34905         (_G_wint_t): Likewise.
34906         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34907         (_G_ssize_t): Likewise.
34908         (_G_off_t): Likewise.
34909         (_G_pid_t): Likewise.
34910         (_G_uid_t): Likewise.
34911         (_G_wchar_t): Likewise.
34912         (_G_wint_t): Likewise.
34913         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34914         (_G_ssize_t): Likewise.
34915         (_G_off_t): Likewise.
34916         (_G_pid_t): Likewise.
34917         (_G_uid_t): Likewise.
34918         (_G_wchar_t): Likewise.
34919         (_G_wint_t): Likewise.
34920
34921 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34922
34923         * malloc/arena.c: Include malloc-sysdep.h.
34924         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34925         is sufficient to shrink the heap or an unmap is needed.
34926         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34927         new function check_may_shrink_heap.
34928         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34929         new function check_may_shrink_heap.
34930
34931 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34932
34933         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34934         comments.
34935
34936 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34937
34938         * catgets/test-gencat.sh: Add "set -e".
34939         * elf/tst-pathopt.sh: Likewise.
34940         * grp/tst_fgetgrent.sh: Likewise.
34941         * iconvdata/run-iconv-test.sh: Likewise.
34942         * intl/tst-gettext.sh: Likewise.
34943         * intl/tst-gettext2.sh: Likewise.
34944         * intl/tst-gettext4.sh: Likewise.
34945         * intl/tst-gettext6.sh: Likewise.
34946         * intl/tst-translit.sh: Likewise.
34947         * io/ftwtest-sh: Likewise.
34948         * libio/test-freopen.sh: Likewise.
34949         * malloc/tst-mtrace.sh: Likewise.
34950         * posix/globtest.sh: Likewise.
34951         * posix/tst-getconf.sh: Likewise.
34952         * posix/wordexp-tst.sh: Likewise.
34953         * stdio-common/tst-printf.sh: Likewise.
34954         * stdio-common/tst-unbputc.sh: Likewise.
34955         * stdlib/tst-fmtmsg.sh: Likewise.
34956         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34957         * catgets/Makefile: Do not specify -e option when running
34958         testsuite shell scripts.
34959         * elf/Makefile: Likewise.
34960         * grp/Makefile: Likewise.
34961         * iconvdata/Makefile: Likewise.
34962         * intl/Makefile: Likewise.
34963         * io/Makefile: Likewise.
34964         * libio/Makefile: Likewise.
34965         * malloc/Makefile: Likewise.
34966         * posix/Makefile: Likewise.
34967         * stdio-common/Makefile: Likewise.
34968         * stdlib/Makefile: Likewise.
34969         * sysdeps/x86_64/Makefile: Likewise.
34970
34971         * io/ftwtest-sh: Add copyright header.
34972         * posix/globtest.sh: Likewise.
34973         * posix/tst-getconf.sh: Likewise.
34974         * posix/wordexp-tst.sh: Likewise.
34975         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34976
34977 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34978
34979         [BZ #13679]
34980         * Makeconfig (+link): Defined as $(+link-static) if
34981         $(build-shared) isn't yes.
34982         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34983         isn't yes.
34984         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34985
34986         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34987
34988         [BZ #14562]
34989         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34990         new chunk size with MALLOC_ALIGN_MASK.
34991
34992 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34993
34994         [BZ #5044]
34995         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34996         <rounding-mode.h>.
34997         (__printf_fphex): Determine rounding using get_rounding_mode and
34998         round_away.
34999         * stdio-common/tst-printf-round.c (struct hex_test): New
35000         structure.
35001         (hex_tests): New variable.
35002         (test_hex_in_one_mode): New function.
35003         (do_test): Also run tests for hex float output.
35004
35005 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35006
35007         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35008         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35009         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35010         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35011         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35012         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35013         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35014         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35015
35016 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35017
35018         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35019         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35020         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35021         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35022
35023 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35024
35025         [BZ #14579]
35026         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35027         mode only.
35028         * elf/tst-rtld-load-self.sh: New test.
35029         * elf/Makefile: Run it.
35030
35031 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35032
35033         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35034         (tst-writev-ENV): Remove.
35035         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35036
35037 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35038
35039         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35040
35041 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35042
35043         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35044         unconditional.
35045         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35046         Likewise.
35047         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35048         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35049         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35050         Likewise.
35051
35052 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35053
35054         [BZ #14587]
35055         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35056         * config.make.in (have-cpp-asm-debuginfo): Removed.
35057         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35058         * configure: Regenerated.
35059
35060 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35061
35062         [BZ #5044]
35063         * stdio-common/printf_fp.c: Include <stdbool.h> and
35064         <rounding-mode.h>.
35065         (___printf_fp): Determine rounding using get_rounding_mode and
35066         round_away.
35067         * stdio-common/tst-printf-round.c: New file.
35068         * stdio-common/Makefile (tests): Add tst-printf-round.
35069         (link-libm): New variable.
35070         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35071
35072 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35073
35074         [BZ #14576]
35075         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35076         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35077         Likewise.
35078         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35079         Likewise.
35080
35081 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35082
35083         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35084         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35085         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35086         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35087
35088 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35089
35090         [BZ #14518]
35091         * include/rounding-mode.h: New file.
35092         * sysdeps/generic/get-rounding-mode.h: Likewise.
35093         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35094         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35095         (MAX_VALUE): New macro.
35096         (MIN_VALUE): Likewise.
35097         (overflow_value): New function.
35098         (underflow_value): Likewise.
35099         (round_and_return): Use overflow_value and underflow_value to
35100         determine return values in overflow and underflow cases.  Use
35101         round_away to determine rounding depending on rounding mode.
35102         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35103         determine return values in overflow and underflow cases.
35104         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35105         (struct test_results): New structure.
35106         (struct test): Use struct test_results to store expected results
35107         for all rounding modes.
35108         (TEST): Include expected results for all rounding modes.
35109         (test_in_one_mode): New function.
35110         (do_test): Use test_in_one_mode to compute and check results.
35111         Check results for all rounding modes.
35112         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35113         $(link-libm).
35114
35115 2012-12-09  Allan McRae  <allan@archlinux.org>
35116
35117         * sysdeps/i386/fpu/libm-test-ulps: Update
35118
35119 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35120
35121         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35122         (_G_int32_t): Likewise.
35123         (_G_uint16_t): Likewise.
35124         (_G_uint32_t): Likewise.
35125         (_G_HAVE_BOOL): Likewise.
35126         (_G_HAVE_ATEXIT): Likewise.
35127         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35128         (_G_HAVE_IO_FILE_OPEN): Likewise.
35129         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35130         (_G_int32_t): Likewise.
35131         (_G_uint16_t): Likewise.
35132         (_G_uint32_t): Likewise.
35133         (_G_HAVE_BOOL): Likewise.
35134         (_G_HAVE_ATEXIT): Likewise.
35135         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35136         (_G_HAVE_IO_FILE_OPEN): Likewise.
35137         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35138         (_G_int32_t): Likewise.
35139         (_G_uint16_t): Likewise.
35140         (_G_uint32_t): Likewise.
35141         (_G_HAVE_BOOL): Likewise.
35142         (_G_HAVE_ATEXIT): Likewise.
35143         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35144         (_G_HAVE_IO_FILE_OPEN): Likewise.
35145
35146 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35147
35148         * csu/libc-tls.c: Update copyright years.
35149
35150 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35151
35152         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35153         [!_G_USING_THUNKS]: Remove conditional code.
35154         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35155         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35156
35157         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35158         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35159         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35160         (_G_VTABLE_LABEL_PREFIX): Likewise.
35161         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35162         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35163         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35164         (_G_VTABLE_LABEL_PREFIX): Likewise.
35165         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35166         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35167         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35168         (_G_VTABLE_LABEL_PREFIX): Likewise.
35169         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35170
35171 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35172
35173         * libio/Makefile: Include ../Makeconfig before tests.
35174         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35175         only if $(build-shared) is yes.
35176
35177         * iconv/gconv_db.c: Update copyright years.
35178
35179 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35180
35181         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35182         unwind info if defined PIC. Fix special cases description.
35183         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35184
35185         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35186         DP_HI_MASK entry.
35187         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35188
35189 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35190
35191         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35192
35193         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35194         is NULL.
35195
35196         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35197         (LDLIBS-tst-chk4): This.
35198         (LDFLAGS-tst-chk5): Renamed to ...
35199         (LDLIBS-tst-chk5): This.
35200         (LDFLAGS-tst-chk6): Renamed to ...
35201         (LDLIBS-tst-chk6): This.
35202         (LDFLAGS-tst-lfschk4): Renamed to ...
35203         (LDLIBS-tst-lfschk4): This.
35204         (LDFLAGS-tst-lfschk5): Renamed to ...
35205         (LDLIBS-tst-lfschk5): This.
35206         (LDFLAGS-tst-lfschk6): Renamed to ...
35207         (LDLIBS-tst-lfschk6): This.
35208
35209         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35210         on $(common-objpfx)soversions.mk.
35211
35212 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35213
35214         [BZ #10014]
35215         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35216         example host name.
35217
35218 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35219
35220         * malloc/arena.c (arena_get_retry): New function that gets
35221         another arena for the caller to try its request on.
35222         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35223         current arena cannot fulfill the request.
35224         (__libc_memalign): Likewise.
35225         (__libc_memalign): Likewise.
35226         (__libc_pvalloc): Likewise.
35227         (__libc_calloc): Likewise.
35228
35229 2012-09-05  John Tobey  <john.tobey@gmail.com>
35230
35231         [BZ #13542]
35232         * manual/arith.texi (Operations on Complex): Fix description
35233         of carg branch cut.
35234
35235 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35236
35237         [BZ #10014]
35238         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35239         host name.
35240
35241         [BZ #10038]
35242         * manual/memory.texi (Memory): Make order of menu items match
35243         order of sections.
35244
35245 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35246
35247         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35248         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35249         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35250
35251 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35252
35253         * csu/libc-tls.c (static_dtv): Renamed to ...
35254         (_dl_static_dtv): This.  Make it global.
35255         (_dl_initial_dtv): Removed.
35256         (__libc_setup_tls): Updated.
35257         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35258         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35259         DL_INITIAL_DTV.
35260
35261 2012-09-06  Petr Machata  <pmachata@redhat.com>
35262
35263         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35264         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35265         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35266         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35267
35268 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35269
35270         [BZ #14545]
35271         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35272         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35273         freeing dtv[-1].
35274
35275 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35276
35277         [BZ #14544]
35278         * Makeconfig (link-static-before-libc): Replace $(+prector)
35279         with $(+prectorT).
35280         (link-static-after-libc): Replace $(+postctor) with
35281         $(+postctorT).
35282         (link-bounded): Replace $(+prector)/$(+postctor) with
35283         $(+prectorT)/$(+postctorT).
35284         (+prectorT): New macro.
35285         (+postctorT): Likewise.
35286
35287 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35288
35289         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35290         (round_str): Handle values above the maximum for IBM long double
35291         as inexact.
35292         * stdlib/tst-strtod-round.c (tests): Regenerated.
35293
35294 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35295
35296         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35297         assembler flag.
35298         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35299         zarch_nohighgprs around the zarch optimized routines.
35300         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35301         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35302         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35303         for zarch.
35304
35305 2012-09-05  David S. Miller  <davem@davemloft.net>
35306
35307         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35308
35309         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35310         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35311         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35312         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35313         entries.
35314
35315 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35316
35317         * malloc/arena.c: Fold copyright years.
35318         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35319
35320 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35321
35322         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35323
35324 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35325
35326         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35327
35328 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35329
35330         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35331         change internal state upon failure.
35332
35333 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35334
35335         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35336         * malloc/memusage.c (mmap): Likewise.
35337         (mmap64, mremap): Likewise.  Adjust name in comment.
35338
35339 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35340
35341         * libio/fileops.c: Fix typos in comments.
35342         * libio/oldfileops.c: Likewise.
35343         * libio/wfileops.c: Likewise.
35344
35345 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35346
35347         [BZ #1349]
35348         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35349         (tst-malloc-usable-ENV): Set environment for test case.
35350         * malloc/hooks.c (malloc_check_get_size): New function to get
35351         requested size.
35352         * malloc/malloc.c (musable): Use malloc_check_get_size.
35353         * malloc/tst-malloc-usable.c: New test case.
35354
35355 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35356
35357         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35358
35359 2012-09-05  Allan McRae  <allan@archlinux.org>
35360
35361         [BZ #13966]
35362         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35363         determine header location.
35364         * configure: Regenerated.
35365
35366 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35367
35368         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35369         float format.
35370         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35371         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35372         format.
35373         (test): Regenerate.
35374
35375 2012-09-04  David S. Miller  <davem@davemloft.net>
35376
35377         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35378         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35379         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35380
35381 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35382
35383         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35384         failures.
35385
35386         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35387
35388 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35389
35390         [BZ #9914]
35391         * libio/iogetdelim.c: Include <limits.h>.
35392         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35393         + len + 1 would overflow.
35394
35395 2012-09-03  Andreas Jaeger  <aj@suse.de>
35396
35397         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35398         * sysdeps/i386/fpu/libm-test-ulps: Update.
35399
35400 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35401
35402         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35403         Add s_sinf-sse2, s_conf-sse2.
35404
35405         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35406         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35407         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35408         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35409
35410         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35411         for using routine as __sinf_ia32.
35412         Use macro for function declaration and weak_alias.
35413         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35414         for using routine as __cosf_ia32.
35415         Use macro for function declaration and weak_alias.
35416
35417         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35418         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35419
35420         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35421         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35422         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35423
35424         * math/libm-test.inc (cos_test): Add more test cases.
35425         (sin_test): Likewise.
35426         (sincos_test): Likewise.
35427
35428 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35429
35430         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35431         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35432         hidden.
35433         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35434
35435 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35436
35437         [BZ #14538]
35438         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35439         first element of the GOT.
35440         (elf_machine_load_address): Return the difference between
35441         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35442
35443 2012-09-01  Allan McRae  <allan@archlinux.org>
35444
35445         [BZ #13412]
35446         * configure.in (AWK): Require gawk version 3.0 or later.
35447         * configure: Regenerated.
35448
35449 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35450
35451         * sysdeps/unix/sysv/linux/kernel-features.h
35452         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35453         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35454         [__NR_clock_getres]: Make code unconditional.
35455         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35456         (clock_getcpuclockid): Remove code left unreachable by removal of
35457         conditionals.
35458         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35459         code unconditional.
35460         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35461         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35462         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35463         Make code unconditional.
35464         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35465         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35466         * sysdeps/unix/sysv/linux/clock_settime.c
35467         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35468         conditional code.
35469         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35470         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35471
35472 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35473
35474         [BZ #14476]
35475         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35476         scripts/test-installation.pl.
35477
35478         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35479         and $ld_so_version if it is set.
35480
35481 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35482
35483         [BZ #14516]
35484         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35485         failure if reading from procfs failed.
35486         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35487
35488 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35489
35490         * sysdeps/unix/sysv/linux/kernel-features.h
35491         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35492         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35493         Remove conditional code.
35494         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35495         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35496         Remove conditional code.
35497         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35498         * sysdeps/unix/sysv/linux/i386/fxstat.c
35499         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35500         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35501         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35502         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35503         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35504         * sysdeps/unix/sysv/linux/i386/lxstat.c
35505         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35506         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35507         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35508         Remove conditional code.
35509         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35510         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35511         Remove conditional code.
35512         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35513         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35514         <kernel-features.h>.
35515         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35516         Remove.
35517         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35518         Remove conditional code.
35519         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35520         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35521         Remove conditional.
35522
35523 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35524
35525         [BZ #5400]
35526         * NEWS: Add fixed bug number.
35527
35528 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35529
35530         [BZ #14519]
35531         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35532         underflowing exponent in case of negative sign.
35533         * stdlib/tst-strtod-round-data: Add more tests.
35534         * stdlib/tst-strtod-round.c (tests): Regenerated.
35535
35536         [BZ #3479]
35537         * stdlib/strtod_l.c (NDIG): Remove.
35538         (HEXNDIG): Likewise.
35539         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35540         smallest representable value.
35541         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35542         lie within an exact representation of 1/2 ulp of the result.
35543         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35544         unconditionally.
35545         (TENS_P9_IDX): Define unconditionally.
35546         (TENS_P9_SIZE): Likewise.
35547         (TENS_P10_IDX): Likewise.
35548         (TENS_P10_SIZE): Likewise.
35549         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35550         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35551         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35552         entries for 10^2^13 and 10^2^14.
35553         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35554         (TENS_P13_IDX): Define.
35555         (TENS_P13_SIZE): Likewise.
35556         (TENS_P14_IDX): Likewise.
35557         (TENS_P14_SIZE): Likewise.
35558         (_fpioconst_pow10): Change array size to
35559         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35560         unconditional.
35561         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35562         1024]: Add entries for 10^2^13 and 10^2^14.
35563         [LAST_POW10 > _LAST_POW10]: Remove #error.
35564         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35565         (_fpioconst_pow10): Change array size to
35566         FPIOCONST_POW10_ARRAY_SIZE.
35567         * stdlib/gen-fpioconst.c: New file.
35568         * stdlib/gen-tst-strtod-round.c: Likewise.
35569         * stdlib/tst-strtod-round-data: Likewise.
35570         * stdlib/tst-strtod-round.c: Likewise.
35571         * stdlib/Makefile (tests): Add tst-strtod-round.
35572
35573         [BZ #14459]
35574         * stdlib/strtod_l.c: Include <stdint.h>.
35575         (NDEBUG): Do not define.
35576         (round_and_return): Change EXPONENT parameter to type intmax_t.
35577         Rearrange calculations to avoid internal overflow possibilities.
35578         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35579         Rearrange calculations to avoid internal overflow possibilities.
35580         Assert that number fits inside MPNSIZE limbs.
35581         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35582         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35583         calculations and add assertions to avoid internal overflow
35584         possibilities.  Add casts to avoid signed/unsigned operations.
35585         * stdlib/tst-strtod-overflow.c: New file.
35586         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35587
35588 2012-08-25  Marek Polacek  <polacek@redhat.com>
35589
35590         * time/time.h: Fix some typos in comments.
35591
35592 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35593
35594         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35595         * posix/tst-rfc3484-2.c: Likewise.
35596         * posix/tst-rfc3484-3.c: Likewise.
35597
35598 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35599
35600         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35601         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35602
35603 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35604
35605         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35606         #include of fxstatat64.c.
35607
35608 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35609
35610         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35611         * shadow/getspent_r.c: Likewise.
35612         * shadow/getspnam.c: Likewise.
35613         * shadow/getspnam_r.c: Likewise.
35614         * gshadow/getsgent.c: Likewise.
35615         * gshadow/getsgent_r.c: Likewise.
35616         * gshadow/getsgnam.c: Likewise.
35617         * gshadow/getsgnam_r.c: Likewise.
35618         * inet/getnetbyad.c: Likewise.
35619         * inet/getnetbyad_r.c: Likewise.
35620         * inet/getnetbynm.c: Likewise.
35621         * inet/getnetbynm_r.c: Likewise.
35622         * inet/getnetent.c: Likewise.
35623         * inet/getnetent_r.c: Likewise.
35624         * inet/getproto.c: Likewise.
35625         * inet/getproto_r.c: Likewise.
35626         * inet/getprtent.c: Likewise.
35627         * inet/getprtent_r.c: Likewise.
35628         * inet/getprtname.c: Likewise.
35629         * inet/getprtname_r.c: Likewise.
35630         * inet/getrpcbyname.c: Likewise.
35631         * inet/getrpcbyname_r.c: Likewise.
35632         * inet/getrpcbynumber.c: Likewise.
35633         * inet/getrpcbynumber_r.c: Likewise.
35634         * inet/getrpcent.c: Likewise.
35635         * inet/getrpcent_r.c: Likewise.
35636         * inet/getaliasent.c: Likewise.
35637         * inet/getaliasent_r.c: Likewise.
35638         * inet/getaliasname.c: Likewise.
35639         * inet/getaliasname_r.c: Likewise.
35640         * nscd/getgrgid_r.c: Likewise.
35641         * nscd/getgrnam_r.c: Likewise.
35642         * nscd/gethstbyad_r.c: Likewise.
35643         * nscd/gethstbynm3_r.c: Likewise.
35644         * nscd/getpwnam_r.c: Likewise.
35645         * nscd/getpwuid_r.c: Likewise.
35646         * nscd/getsrvbynm_r.c: Likewise.
35647         * nscd/getsrvbypt_r.c: Likewise.
35648         * nscd/gai.c: Likewise.
35649
35650         * configure.in (build_nscd): New substituted variable, set
35651         by --disable-build-nscd and defaults to $use_nscd.
35652         * configure: Regenerated.
35653         * config.make.in (build-nscd): New substituted variable.
35654         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35655         Change conditional to require [$(build-nscd) = yes] as well.
35656         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35657
35658         [BZ# 13696]
35659         * configure.in (use_nscd): New substituted variable, set by
35660         --disable-nscd.  If enabled, define USE_NSCD.
35661         * configure: Regenerated.
35662         * config.h.in: Add USE_NSCD.
35663         * config.make.in (use-nscd): New substituted variable.
35664         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35665         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35666         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35667         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35668         (CFLAGS-getgrnam_r.c): Likewise.
35669         (CFLAGS-initgroups.c): Likewise.
35670         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35671         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35672         Variables removed.
35673         * inet/getnetgrent_r.c
35674         (nscd_setnetgrent): New function, broken out of ...
35675         (setnetgrent): ... here.  Call it.
35676         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35677         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35678         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35679         * nscd/Makefile (routines, aux): Move definitions after include of
35680         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35681         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35682         Conditionalize on [USE_NSCD].
35683         (is_nscd, nscd_init_cb): Likewise.
35684         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35685         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35686         * nss/nss_db/db-init.c: Likewise.
35687         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35688         [USE_NSCD].
35689         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35690         (make_request): Use it.
35691         (cache_valid_p): New function.
35692         (__check_pf): Use it.
35693         * NEWS: Add item for --disable-nscd.
35694
35695 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35696
35697         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35698         to support sed >= 4.2.1-20-ga9bf076.
35699         * configure: Regenerated.
35700
35701 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35702
35703         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35704         Conditionalize whole body on [IREL].
35705
35706 2012-08-22  Jeff Law <law@redhat.com>
35707
35708         [BZ #14505]
35709         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35710         if the family is PF_UNSPEC.
35711
35712 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35713
35714         * Makerules (lib-version): Rename from V.
35715         (install-lib-nosubdir): Change V to lib-version.
35716
35717 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35718
35719         [BZ #14252]
35720         * powerpc32/power6/wcschr.c: New file.
35721         * powerpc32/power6/wcscpy.c: New file.
35722         * powerpc32/power6/wcsrchr.c: New file.
35723         * powerpc64/power6/wcschr.c: New file.
35724         * powerpc64/power6/wcscpy.c: New file.
35725         * powerpc64/power6/wcsrchr.c: New file.
35726
35727 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35728
35729         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35730         (two_way_short_needle): Use it.
35731         * string/strstr.c (AVAILABLE1_USES_J): Define.
35732         * string/strcasestr.c: Likewise.
35733
35734         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35735         array references.
35736         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35737
35738         [BZ #11607]
35739         * NEWS: Add an entry.
35740         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35741         define their defaults.
35742         (two_way_short_needle): Detect end-of-string on-the-fly.
35743         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35744         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35745         * string/bug-strcasestr1.c: New test.
35746         * string/Makefile: Run it.
35747
35748 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35749
35750         [BZ #11607]
35751         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35752         the first character.
35753
35754 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35755
35756         * csu/elf-init.c (__libc_csu_irel): Function removed.
35757         * csu/libc-start.c (apply_irel): New function.
35758         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35759
35760 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35761
35762         * sysdeps/unix/sysv/linux/kernel-features.h
35763         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35764         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35765         <kernel-features.h>.
35766         [__NR_fadvise64_64]: Make code unconditional.
35767         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35768         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35769         !__NR_fadvise64_64)]: Likewise.
35770         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35771         !__NR_fadvise64_64))]: Likewise.
35772         [__NR_fadvise64]: Make code unconditional.
35773         [!__NR_fadvise64]: Remove conditional code.
35774         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35775         <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/powerpc/powerpc32/posix_fadvise64.c: Do
35781         not 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         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35787         include <kernel-features.h>.
35788         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35789         unconditional.
35790         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35791         conditional code.
35792
35793 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35794
35795         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35796         slight instruction rearrangements per scrollpipe analysis.
35797         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35798
35799 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35800
35801         * manual/syslog.texi (syslog; vsyslog, closelog):
35802         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35803         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35804
35805         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35806         DSOCAPS to match condition on defining it.
35807
35808 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35809
35810         * sysdeps/unix/sysv/linux/kernel-features.h
35811         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35813         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35814         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35816         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35817         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35819         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35820         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35821
35822         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35823         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35824
35825         * sysdeps/unix/sysv/linux/kernel-features.h
35826         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35827         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35828         unconditional.
35829         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35830         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35831         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35832         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35833         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35834         Make code unconditional.
35835         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35836         (__mmap64) [!__NR_mmap2]: Likewise.
35837         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35838         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35839         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35840         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35841         [__NR_mmap2]: Make code unconditional.
35842         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35843         (__mmap64) [!__NR_mmap2]: Likewise.
35844
35845 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35846
35847         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35848
35849 2012-08-18  Andreas Jaeger  <aj@suse.de>
35850
35851         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35852
35853 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35854
35855         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35856         * include/unistd.h (__have_sock_cloexec): Likewise.
35857         (__have_pipe2): Likewise.
35858         (__have_dup3): Likewise.
35859
35860 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35861
35862         [BZ #9685]
35863         * include/unistd.h (__have_pipe2): Change define into an extern int.
35864         (__have_dup3): Likewise.
35865         * socket/have_sock_cloexec.c: Include fcntl.h.
35866         (__have_pipe2): New variable.
35867         (__have_dup3): Likewise.
35868
35869 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35870
35871         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35872
35873 2012-08-17  Marek Polacek  <polacek@redhat.com>
35874
35875         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35876         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35877
35878 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35879
35880         * configure.in: Add AC_SUBST for sysheaders.
35881         * configure: Regenerated.
35882         * config.make.in (sysheaders): New substituted variable.
35883
35884         * sysdeps/unix/mkfifo.c: Moved ...
35885         * sysdeps/posix/mkfifo.c: ... here.
35886         * sysdeps/unix/mkfifoat.c: Moved ...
35887         * sysdeps/posix/mkfifoat.c: ... here.
35888
35889         * sysdeps/unix/utime.c: Moved ...
35890         * sysdeps/posix/utime.c: ... here.
35891
35892         * sysdeps/unix/time.c: Moved ...
35893         * sysdeps/posix/time.c: ... here.
35894         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35895         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35896
35897         * sysdeps/unix/nice.c: Moved ...
35898         * sysdeps/posix/nice.c: ... here.
35899
35900         * sysdeps/unix/alarm.c: Moved ...
35901         * sysdeps/posix/alarm.c: ... here.
35902
35903         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35904
35905 2012-08-17  Jeff Law <law@redhat.com>
35906
35907         * intl/Makefile (codeset_mo): New variable.
35908         ($(codeset_mo)): New target.
35909         (tst-codeset.out): Depend on that.  Remove explicit rule.
35910         (tst-gettext3.out, tst-gettext5.out): Likewise.
35911         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35912         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35913         * intl/tst-codeset.sh: Remove.
35914         * intl/tst-gettext3.sh: Likewise.
35915         * intl/tst-gettext5.sh: Likewise.
35916
35917 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35918
35919         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35920         * sysdeps/unix/syscalls.list: ... here.
35921
35922         * sysdeps/posix/getaddrinfo.c
35923         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35924         (gaiconf_init, gaiconf_reload): Use them.
35925         [!_STATBUF_ST_NSEC]
35926         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35927         Define using time_t rather than struct timespec.
35928
35929         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35930         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35931         Macros removed.
35932         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35933         [!NO_THREADS].
35934         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35935         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35936         Likewise.
35937
35938         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35939         __libc_cleanup_push argument.
35940
35941         * bits/param.h: New file.
35942         * misc/sys/param.h: New file.
35943         * include/sys/param.h: New file.
35944         * misc/Makefile (headers): Add bits/param.h.
35945         * sysdeps/generic/sys/param.h: File removed.
35946         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35947         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35948         * sysdeps/mach/hurd/bits/param.h: New file.
35949         * sysdeps/mach/hurd/sys/param.h: File removed.
35950
35951         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35952         last change.
35953
35954         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35955         [_IO_MTSAFE_IO].
35956         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35957         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35958         New macros.
35959
35960         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35961         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35962         rather than -D_IO_MTSAFE_IO conditionally.
35963         * stdio-common/Makefile (CPPFLAGS): Likewise.
35964         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35965         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35966         Use $(libio-mtsafe).
35967         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35968         of -D_IO_MTSAFE_IO.
35969         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35970         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35971         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35972         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35973         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35974         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35975         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35976         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35977         (CFLAGS-fread_u_chk.c): Likewise.
35978         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35979         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35980         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35981         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35982         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35983         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35984         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35985         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35986         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35987
35988         * libio/Makefile: Test [$(libc-reentrant) = yes]
35989         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35990
35991         * Makeconfig
35992         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35993         * sysdeps/pthread/configure: File removed.
35994         * sysdeps/pthread/Makeconfig: New file.
35995         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35996         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35997
35998 2012-08-16  Gary Benson  <gbenson@redhat.com>
35999
36000         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36001         unmapping the first object in a namespace.
36002
36003 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36004
36005         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36006         (__internal_setnetgrent): ... this.  Add internal_function to
36007         definition.  Add libc_hidden_def.
36008         (setnetgrent): Update caller.
36009         (internal_endnetgrent): Renamed to ...
36010         (__internal_endnetgrent): ... this.  Add internal_function to
36011         definition.  Add libc_hidden_def.
36012         (endnetgrent): Update caller.
36013         (internal_getnetgrent_r): Renamed to ...
36014         (__internal_getnetgrent_r): ... this.  Add internal_function to
36015         definition.  Add libc_hidden_def.
36016         (__getnetgrent_r): Update caller.
36017         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36018
36019 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36020
36021         * stdlib/longlong.h: Update from GCC.
36022
36023 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36024
36025         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36026         on _QL, which is set by umul_ppmm but never used.
36027         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36028         variables, which are set by GMP macros but never used.
36029         * stdio-common/_itowa.c (_itowa): Likewise.
36030         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36031         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36032
36033 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36034
36035         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36036         struct La_sh_regs is not constant.
36037         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36038         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36039         and struct La_sparc64_regs are not constant.
36040
36041 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36042
36043         * sysdeps/unix/sysv/linux/kernel-features.h
36044         (__ASSUME_POSIX_TIMERS): Remove.
36045         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36046         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36047         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36048         Make code unconditional.
36049         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36050         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36051         Make code unconditional.
36052         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36053         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36054         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36055         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36056         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36057         Make code unconditional.
36058         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36059         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36060         (__libc_missing_posix_timers): Remove.
36061
36062 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36063
36064         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36065         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36066
36067         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36068
36069         * elf/dl-sym.c: Include <stdlib.h>.
36070
36071         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36072         constants, which avoids warnings in 32-bit builds.
36073
36074         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36075         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36076
36077         * misc/lseek.c: File moved to ...
36078         * io/lseek.c: ... here.
36079
36080         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36081
36082         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36083         shifting LEN more than 31 bits at once.
36084
36085 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36086
36087         [BZ #14195]
36088         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36089         segmentation fault for a case of two empty input strings.
36090         * string/test-strncasecmp.c (check1): Renamed to...
36091         (bz12205): ...this.
36092         (bz14195): Add new testcase for two empty input strings and N > 0.
36093         (test_main): Call new testcase, adapt for renamed function.
36094
36095 2012-08-15  Andreas Jaeger  <aj@suse.de>
36096
36097         [BZ #14090]
36098         * crypt/md5test2.c: New test, based on test supplied by Serge
36099         Belyshev <belyshev@depni.sinp.msu.ru>.
36100         * crypt/Makefile (xtests): Add md5test-giant..
36101         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36102
36103 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36104
36105         [BZ #14090]
36106         * crypt/md5.c (md5_process_block): Don't assume the buffer
36107         length is less than 2**32.
36108         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36109         length is less than 2**64.
36110
36111 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36112
36113         * string/str-two-way.h: Include <sys/param.h>.
36114         (MAX): Macro removed.
36115
36116         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36117         Move #define and #undef of memmove to just before and after
36118         including <string.h>.
36119
36120         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36121         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36122         and after including <string.h>.  Move declarations of
36123         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36124         to before #include "string/memmove.c".
36125
36126         * include/dirent.h: Declare __getdirentries.
36127
36128         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36129         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36130
36131 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36132
36133         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36134         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36135         * sysdeps/i386/configure: Regenerated.
36136         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36137         STABS_CURRENT_FILE, and STABS_FUN.
36138         (END): Remove call to STABS_FUN_END.
36139         (STABS_CURRENT_FILE1): Delete.
36140         (STABS_CURRENT_FILE): Likewise.
36141         (STABS_FUN): Likewise.
36142         (STABS_FUN_END): Likewise.
36143         (STABS_FUN2): Likewise.
36144         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36145         * sysdeps/x86_64/configure: Regenerated.
36146
36147 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36148
36149         * elf/dl-open.c: Include <atomic.h>.
36150         * elf/dl-lookup.c: Likewise.
36151
36152 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36153
36154         * sysdeps/unix/sysv/linux/kernel-features.h
36155         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36156         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36157         unconditionally.
36158         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36159         unconditionally.
36160         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36161         condition on __ASSUME_CLONE_THREAD_FLAGS.
36162
36163 2012-08-14  Andreas Jaeger  <aj@suse.de>
36164
36165         * sysdeps/i386/fpu/libm-test-ulps: Update.
36166
36167 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36168
36169         * include/atomic.h (atomic_exchange_and_add): Split into ...
36170         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36171         New atomic macros.
36172
36173 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36174
36175         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36176
36177 2012-08-13  Jeff Law <law@redhat.com>
36178
36179         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36180         null byte in the output string.
36181
36182 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36183
36184         * sysdeps/unix/sysv/linux/kernel-features.h
36185         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36186         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36187         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36188         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36189         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36190         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36191         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36192
36193 2012-08-09  Jeff Law <law@redhat.com>
36194
36195         [BZ #13939]
36196         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36197         When avoid_arena is set, don't retry in the that arena.  Pick the
36198         next one, whatever it might be.
36199         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36200         (arena_lock): Pass in new parameter to arena_get2.
36201         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36202         arena_get2.
36203         (__libc_malloc): Unify retrying after main arena failure with
36204         __libc_memalign version.
36205         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36206
36207 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36208
36209         [BZ #14166]
36210         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36211         to __redirect_strstr.
36212         (__strstr_sse42): Use typeof __redirect_strstr.
36213         (__strstr_ia32): Likewise.
36214         (__libc_strstr): New prototype.
36215         (strstr): Renamed to ...
36216         (__libc_strstr): This.
36217         (strstr): New strong alias of __libc_strstr.
36218         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36219         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36220         __redirect_time.
36221         Include <time.h>.
36222         (__libc_time): New prototype.
36223         (time_ifunc): Replace time with __libc_time.
36224         (time): New strong alias and hidden definition of __libc_time.
36225         (__GI_time): Remove strong alias.
36226         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36227         Include <stddef.h>.
36228         (memmove): Redefined to __redirect_memmove.
36229         (__memmove_sse2): Use typeof __redirect_memmove.
36230         (__memmove_ssse3): Likewise.
36231         (__memmove_ssse3_back): Likewise.
36232         (__libc_memmove): New prototype.
36233         (memmove): Renamed to ...
36234         (__libc_memmove): This.
36235         (memmove): New strong alias of __libc_memmove.
36236
36237 2012-08-08  Mark Salter  <msalter@redhat.com>
36238
36239         * elf/elf.h
36240         (R_MN10300_TLS_GD): Define.
36241         (R_MN10300_TLS_LD): Likewise.
36242         (R_MN10300_TLS_LDO): Likewise.
36243         (R_MN10300_TLS_GOTIE): Likewise.
36244         (R_MN10300_TLS_IE): Likewise.
36245         (R_MN10300_TLS_LE): Likewise.
36246         (R_MN10300_TLS_DTPMOD): Likewise.
36247         (R_MN10300_TLS_DTPOFF): Likewise.
36248         (R_MN10300_TLS_TPOFF): Likewise.
36249         (R_MN10300_SYM_DIFF): Likewise.
36250         (R_MN10300_ALIGN): Likewise.
36251         (R_MN10300_NUM): Update.
36252
36253 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36254
36255         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36256         Remove.
36257
36258 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36259
36260         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36261
36262         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36263         sysdeps/unix -> sysdeps/posix move.
36264         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36265
36266 2012-08-07      Allan McRae     <allan@archlinux.org>
36267
36268         [BZ #14303]
36269         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36270         (SUNOS_CPP): Likewise.
36271         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36272         not found.
36273         (open_input): Call CPP using execvp.
36274
36275 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36276
36277         * sysdeps/unix/sysv/linux/kernel-features.h
36278         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36279         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36280         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36281         (__ASSUME_WAITID_SYSCALL): Likewise.
36282         * sysdeps/unix/sysv/linux/dl-execstack.c
36283         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36284         code unconditional.
36285         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36286         conditional code.
36287         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36288         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36289         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36290         code.
36291         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36292         unconditional.
36293         [__ASSUME_WAITID_SYSCALL]: Likewise.
36294         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36295
36296 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36297
36298         * sysdeps/unix/closedir.c: Renamed to ...
36299         * sysdeps/posix/closedir.c: ... here.
36300         * sysdeps/unix/dirfd.c: Renamed to ...
36301         * sysdeps/posix/dirfd.c: ... here.
36302         * sysdeps/unix/dirstream.h: Renamed to ...
36303         * sysdeps/posix/dirstream.h: ... here.
36304         * sysdeps/unix/fdopendir.c: Renamed to ...
36305         * sysdeps/posix/fdopendir.c: ... here.
36306         * sysdeps/unix/opendir.c: Renamed to ...
36307         * sysdeps/posix/opendir.c: ... here.
36308         * sysdeps/unix/readdir.c: Renamed to ...
36309         * sysdeps/posix/readdir.c: ... here.
36310         * sysdeps/unix/readdir_r.c: Renamed to ...
36311         * sysdeps/posix/readdir_r.c: ... here.
36312         * sysdeps/unix/rewinddir.c: Renamed to ...
36313         * sysdeps/posix/rewinddir.c: ... here.
36314         * sysdeps/unix/seekdir.c: Renamed to ...
36315         * sysdeps/posix/seekdir.c: ... here.
36316         * sysdeps/unix/telldir.c: Renamed to ...
36317         * sysdeps/posix/telldir.c: ... here.
36318         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36319         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36320         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36321         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36322
36323         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36324         * bits/fcntl.h: ... here.
36325
36326         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36327         not 0.
36328         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36329         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36330         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36331         (struct flock): Move l_start, l_len to the beginning.
36332         Use __pid_t for l_pid.
36333         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36334         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36335         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36336         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36337         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36338         [__USE_LARGEFILE64] (struct flock64): New type.
36339         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36340
36341         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36342         * bits/dirent.h: ... here.
36343
36344         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36345         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36346
36347 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36348
36349         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36350         Change from 2.6.0 to 2.6.16.
36351         * sysdeps/unix/sysv/linux/configure: Regenerated.
36352         * sysdeps/unix/sysv/linux/kernel-features.h
36353         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36354         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36355         version.
36356         (__ASSUME_UTIMES): Likewise.
36357         (__ASSUME_CLONE_STOPPED): Remove.
36358         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36359         architectures, not kernel version.
36360         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36361         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36362         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36363         (__ASSUME_WAITID_SYSCALL): Likewise.
36364         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36365         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36366         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36367         refer to older versions.
36368
36369 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36370
36371         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36372         Define alphasort64 as an alias.
36373         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36374         Define versionsort64 as an alias.
36375         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36376         Define scandir64 as an alias.
36377         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36378         Define scandirat64 as an alias.
36379         * dirent/alphasort64.c (alphasort64):
36380         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36381         * dirent/versionsort64.c: Likewise.
36382         * dirent/scandir64.c: Likewise.
36383         * dirent/scandirat64.c: Likewise.
36384         * sysdeps/wordsize-64/alphasort.c: File removed.
36385         * sysdeps/wordsize-64/alphasort64.c: File removed.
36386         * sysdeps/wordsize-64/scandir.c: File removed.
36387         * sysdeps/wordsize-64/scandir64.c: File removed.
36388         * sysdeps/wordsize-64/scandirat.c: File removed.
36389         * sysdeps/wordsize-64/scandirat64.c: File removed.
36390         * sysdeps/wordsize-64/versionsort.c: File removed.
36391         * sysdeps/wordsize-64/versionsort64.c: File removed.
36392         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36393         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36394         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36395         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36396         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36397         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36398         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36399         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36400
36401         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36402         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36403         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36404         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36405         [defined __arch64__ || defined __sparcv9]
36406         (__INO_T_MATCHES_INO64_T): New macro.
36407         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36408         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36409         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36410         * sysdeps/unix/sysv/linux/bits/dirent.h
36411         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36412         (_DIRENT_MATCHES_DIRENT64): New macro.
36413
36414         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36415         Define lockf64 as an alias.
36416         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36417         Define fseeko64 as an alias.
36418         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36419         Define ftello64 as an alias.
36420         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36421         Define _IO_fgetpos64 and fgetpos64 as aliases.
36422         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36423         Define _IO_fsetpos64 and fsetpos64 as aliases.
36424         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36425         Conditionalize body on this.
36426         * libio/fseeko64.c: Likewise.
36427         * libio/ftello64.c: Likewise.
36428         * libio/iofgetpos64.c: Likewise.
36429         * libio/iofsetpos64.c: Likewise.
36430         * sysdeps/wordsize-64/lockf.c: File removed.
36431         * sysdeps/wordsize-64/lockf64.c: File removed.
36432         * sysdeps/wordsize-64/fseeko.c: File removed.
36433         * sysdeps/wordsize-64/fseeko64.c: File removed.
36434         * sysdeps/wordsize-64/ftello.c: File removed.
36435         * sysdeps/wordsize-64/ftello64.c: File removed.
36436         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36437         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36438         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36439         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36440         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36441         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36442         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36443         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36444         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36445         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36446         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36447         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36448         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36449         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36450
36451         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36452         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36453         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36454         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36455         [defined __arch64__ || defined __sparcv9]
36456         (__OFF_T_MATCHES_OFF64_T): New macro.
36457         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36458         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36459         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36460         (__OFF_T_MATCHES_OFF64_T): New macro.
36461
36462 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36463
36464         * stdlib/secure-getenv.c (__secure_getenv): Replace
36465         GLIBC_2_16 with GLIBC_2_17.
36466
36467 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36468
36469         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36470         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36471
36472 2012-08-03  David S. Miller  <davem@davemloft.net>
36473
36474         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36475
36476 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36477
36478         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36479         Remove.
36480         (__ASSUME_CORRECT_SI_PID): Likewise.
36481         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36482         (__ASSUME_TMPFS_NAME): Likewise.
36483         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36484         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36485         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36486         (HAVE_AUX_SECURE): Make definition unconditional.
36487         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36488         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36489
36490 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36491
36492         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36493         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36494         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36495         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36496         __eloop_threshold instead of SYMLOOP_MAX.
36497
36498         * sysdeps/generic/eloop-threshold.h: New file.
36499         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36500         of MAXSYMLINKS.
36501         * elf/chroot_canon.c (chroot_canon): Likewise.
36502
36503 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36504
36505         [BZ #13717]
36506         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36507         Change to 2.6.0 everywhere.
36508         * sysdeps/unix/sysv/linux/configure: Regenerated.
36509         * sysdeps/unix/sysv/linux/kernel-features.h
36510         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36511         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36512         kernel versions.
36513         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36514         (__ASSUME_FUTEX_REQUEUE): Remove.
36515         (__ASSUME_STATFS64): Define unconditionally.
36516         (__ASSUME_AT_SECURE): Likewise.
36517         (__ASSUME_CORRECT_SI_PID): Likewise.
36518         (__ASSUME_TGKILL): Define without depending on kernel version for
36519         i386.
36520         (__ASSUME_UTIMES): Likewise.
36521         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36522         kernel version.
36523         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36524         (__ASSUME_TMPFS_NAME): Likewise.
36525         * README: Update reference to Linux kernel versions.
36526
36527 2012-08-02  Marek Polacek  <polacek@redhat.com>
36528
36529         [BZ# 14150]
36530         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36531         libc_cv_asm_type_prefix with %.
36532         * configure: Regenerated.
36533         * include/libc-symbols.h: Remove comment about
36534         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36535         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36536         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36537         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36538         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36539         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36540         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36541         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36542         * elf/tst-unique2mod1.c: Likewise.
36543         * elf/tst-unique1mod2.c: Likewise.
36544         * elf/tst-unique1mod1.c: Likewise.
36545         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36546         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36547         Replace ASM_TYPE_DIRECTIVE with .type.
36548         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36549         * sysdeps/i386/sysdep.h: Likewise.
36550         * sysdeps/x86_64/sysdep.h: Likewise.
36551         * sysdeps/sh/sysdep.h: Likewise.
36552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36553         Do not define ASM_TYPE_DIRECTIVE.
36554         * sysdeps/powerpc/sysdep.h: Likewise.
36555         * sysdeps/powerpc/powerpc32/sysdep.h:
36556         Replace ASM_TYPE_DIRECTIVE with .type.
36557         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36558         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36559         * sysdeps/i386/fpu/e_powf.S: Likewise.
36560         * sysdeps/i386/fpu/e_expl.S: Likewise.
36561         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36562         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36563         * sysdeps/i386/fpu/e_pow.S: Likewise.
36564         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36565         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36566         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36567         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36568         * sysdeps/i386/fpu/e_log2.S: Likewise.
36569         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36570         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36571         * sysdeps/i386/fpu/e_powl.S: Likewise.
36572         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36573         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36574         * sysdeps/i386/fpu/e_logl.S: Likewise.
36575         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36576         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36577         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36578         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36579         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36580         * sysdeps/i386/fpu/e_log.S: Likewise.
36581         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36582         * sysdeps/i386/fpu/e_logf.S: Likewise.
36583         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36584         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36585         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36586         * sysdeps/i386/fpu/e_log10.S: Likewise.
36587         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36588         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36589         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36590         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36591         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36592         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36593         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36594         * sysdeps/i386/i686/strtok.S: Likewise.
36595         * sysdeps/i386/i386-mcount.S: Likewise.
36596         * sysdeps/i386/strtok.S: Likewise.
36597         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36598         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36599         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36600         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36601         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36602         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36603         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36604         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36605         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36606         * sysdeps/x86_64/_mcount.S: Likewise.
36607         * sysdeps/x86_64/strtok.S: Likewise.
36608         * sysdeps/sh/_mcount.S: Likewise.
36609
36610 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36611
36612         * libio/iofopen.c: Include <fcntl.h>.
36613         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36614         (_IO_fopen64, fopen64): Define as aliases.
36615         * libio/iofopen64.c: Include <fcntl.h>.
36616         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36617         Conditionalize body on this.
36618         * sysdeps/wordsize-64/iofopen.c: File removed.
36619         * sysdeps/wordsize-64/iofopen64.c: File removed.
36620
36621 2012-08-01  Marek Polacek  <polacek@redhat.com>
36622
36623         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36624         Use dlfcn directly instead of a variable.
36625         (binfmt-subdir): Do not define.
36626         (dlfcn): Likewise.
36627
36628 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36629
36630         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36631         Remove all definitions.
36632         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36633         <kernel-features.h>.
36634         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36635         (miss_F_GETOWN_EX): Remove all definitions.
36636         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36637         macro definition.
36638         [!__ASSUME_FCNTL64]: Remove conditional code.
36639         [__ASSUME_FCNTL64]: Make code unconditional.
36640         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36641         <kernel-features.h>.
36642         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36643         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36644         (lockf64) [__NR_fcntl64]: Make code unconditional.
36645         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36646
36647         * sysdeps/unix/sysv/linux/kernel-features.h
36648         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36649         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36650         Make code unconditional.
36651         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36652         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36654         [__NR_vfork]: Make code unconditional.
36655         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36656         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36658         [__NR_vfork]: Make code unconditional.
36659         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36660         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36661
36662 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36663
36664         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36665         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36666
36667         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36668         Define mkstemp64 as an alias.
36669         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36670         Define mkstemps64 as an alias.
36671         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36672         Define mkostemp64 as an alias.
36673         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36674         Define mkostemps64 as an alias.
36675         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36676         Conditionalize body on this.
36677         * misc/mkostemp64.c: Likewise.
36678         * misc/mkostemps64.c: Likewise.
36679         * misc/mkstemps64.c: Likewise.
36680         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36681         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36682         * sysdeps/wordsize-64/mkostemp.c: File removed.
36683         * sysdeps/wordsize-64/mkstemp.c: File removed.
36684         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36685         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36686         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36687         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36688
36689         [BZ #14138]
36690         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36691         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36692         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36693         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36694
36695         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36696         compat_symbol macros from <shlib-compat.h> rather than the underlying
36697         default_symbol_version and symbol_version macros, so that DEFAULT
36698         lines in shlib-versions are respected.
36699         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36700
36701 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36702
36703         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36704         Declare with warn_unused_result.
36705         (setgid, setregid, setegid, setresgid): Likewise.
36706         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36707         Likewise.
36708         * WUR-REPORT: Remove set*id functions.
36709
36710 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36711
36712         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36713
36714 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36715
36716         [BZ #10191]
36717         * include/sys/socket.h (__libc_accept, __libc_accept4):
36718         Add attribute_hidden.
36719         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36720
36721         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36722         use of PTR_MANGLE.
36723         * inet/getnetgrent_r.c (setup): Likewise.
36724
36725         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36726
36727 2012-07-31  David S. Miller  <davem@davemloft.net>
36728
36729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36730
36731 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36732
36733         [BZ #13629]
36734         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36735         value between 1.0 and 2.0 and smaller part has absolute value less
36736         than 1.0.
36737         * math/s_clog10.c (__clog10): Likewise.
36738         * math/s_clog10f.c (__clog10f): Likewise.
36739         * math/s_clog10l.c (__clog10l): Likewise.
36740         * math/s_clogf.c (__clogf): Likewise.
36741         * math/s_clogl.c (__clogl): Likewise.
36742         * math/libm-test.inc (clog_test): Add more tests.
36743         (clog10_test): Likewise.
36744         * sysdeps/i386/fpu/libm-test-ulps: Update.
36745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36746
36747 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36748
36749         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36750         Exit with zero in case no suitable GID is found, and write a
36751         message to standard error.
36752
36753 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36754
36755         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36756         rather than to 1.
36757         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36758         (MAXPATHLEN): Removed.
36759         (NOGROUP, NODEV): New macros.
36760         (setbit, clrbit, isset, isclr): New macros.
36761         (howmany, roundup, powerof2): New macros.
36762         (DEV_BSIZE): New macro.
36763
36764         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36765         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36766
36767         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36768         definition on [!__NO_LONG_DOUBLE_MATH].
36769
36770         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36771         PTR_MANGLE and PTR_DEMANGLE.
36772
36773         * socket/accept4.c (accept4): Rename to __libc_accept4.
36774         Define accept4 as a weak alias.
36775
36776         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36777         on [_DIRENT_HAVE_D_TYPE].
36778         * io/ftw.c (ftw_dir): Likewise.
36779
36780         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36781
36782         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36783
36784         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36785         Use the BSD numbers rather than the arbitrary ones we had.
36786         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36787         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36788         (SIGXCPU, SIGXFSZ): New macros.
36789         (_NSIG): Now 32.
36790
36791         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36792         initializer on [_LIBC_REENTRANT].
36793
36794         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36795         definitions inside [_POSIX_MAPPED_FILES].
36796
36797         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36798
36799         * dirent/opendir.c: Include <fcntl.h>.
36800
36801         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36802         (__libc_getspecific): Likewise.
36803         (__libc_key_create): Likewise.
36804
36805         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36806         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36807         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36808         (tmpfile64): Define as alias.
36809         * sysdeps/wordsize-64/tmpfile.c: File removed.
36810         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36811         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36812         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36813
36814         * stdio-common/vfscanf.c: Include <stdbool.h>.
36815         * nss/makedb.c: Likewise.
36816         * stdio-common/_i18n_number.h: Likewise.
36817         * argp/argp-help.c: Likewise.
36818         * posix/wordexp.c: Likewise.
36819         * sysdeps/posix/spawni.c: Likewise.
36820         * nss/nss_files/files-initgroups.c: Likewise.
36821         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36822         * nss/nss_files/files-initgroups.c: Likewise.
36823         * nss/nss_db/db-netgrp.c: Likewise.
36824         * nss/nss_db/db-initgroups.c: Likewise.
36825         * io/fchmodat.c: Include <sys/stat.h>.
36826
36827         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36828         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36829
36830         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36831         [HAVE_MMAP].
36832
36833         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36834         Add multiple inclusion protection.
36835
36836 2012-07-27  David S. Miller  <davem@davemloft.net>
36837
36838         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36839
36840 2012-07-27  Gary Benson  <gbenson@redhat.com>
36841
36842         [BZ #14298]
36843         * elf/rtld.c: Include <stap-probe.h>.
36844         (dl_main): Added static probes "init_start" and "init_complete".
36845         * elf/dl-load.c: Include <stap-probe.h>.
36846         (lose): Take new parameter "nsid".
36847         Added static probe "map_failed".
36848         (_dl_map_object_from_fd): Pass namespace id to lose.
36849         Added static probe "map_start".
36850         (open_verify): Pass namespace id to lose.
36851         * elf/dl-open.c: Include <stap-probe.h>.
36852         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36853         and "reloc_complete".
36854         * elf/dl-close.c: Include <stap-probe.h>.
36855         (_dl_close_worker): Added static probes "unmap_start" and
36856         "unmap_complete".
36857         * elf/rtld-debugger-interface.txt: New file documenting the above.
36858
36859 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36860
36861         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36862         rather than a string variable.
36863         * sunrpc/rpc_main.c (h_output): Likewise.
36864         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36865
36866 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36867
36868         * inet/check_native.c: New file.
36869
36870 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36871
36872         [BZ #13629]
36873         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36874         if larger part has absolute value 1.0.
36875         * math/s_clog10.c (__clog10): Likewise.
36876         * math/s_clog10f.c (__clog10f): Likewise.
36877         * math/s_clog10l.c (__clog10l): Likewise.
36878         * math/s_clogf.c (__clogf): Likewise.
36879         * math/s_clogl.c (__clogl): Likewise.
36880         * math/libm-test.inc (clog_test): Add more tests.
36881         (clog10_test): Likewise.
36882         * sysdeps/i386/fpu/libm-test-ulps: Update.
36883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36884
36885         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36886         (pltexit): Likewise.
36887         (La_regs): Likewise.
36888         (La_retval): Likewise.
36889         (int_retval): Likewise.
36890         Update #error for removed macros to refer only to definitions in
36891         tst-audit.h.
36892         * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.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-auditmod6b.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-auditmod6c.c (pltenter): Remove all definitions of
36917         macro.
36918         (pltexit): Likewise.
36919         (La_regs): Likewise.
36920         (La_retval): Likewise.
36921         (int_retval): Likewise.
36922         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36923         macro.
36924         (pltexit): Likewise.
36925         (La_regs): Likewise.
36926         (La_retval): Likewise.
36927         (int_retval): Likewise.
36928         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36929         macro definitions in tst-audit.h.
36930         * sysdeps/i386/tst-audit.h: New file.
36931         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36932         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36933         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36934         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36935         * sysdeps/sh/tst-audit.h: Likewise.
36936         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36937         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36938         * sysdeps/x86_64/tst-audit.h: Likewise.
36939
36940 2012-07-26  Andreas Jaeger  <aj@suse.de>
36941
36942         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36943         ptrace.
36944
36945         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36946         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36947         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36948         PTRACE_O_MASK.
36949         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36950         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36951         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36952
36953         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36954         value.
36955
36956         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36957         _sigsys.
36958         (si_call_addr, si_syscall, si_arch): Define new macro.
36959         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36960         _sigsys.
36961         (si_call_addr, si_syscall, si_arch): Define new marcro.
36962         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36963         _sigsys.
36964         (si_call_addr, si_syscall, si_arch): Define new macro.
36965         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36966         _sigsys.
36967         (si_call_addr, si_syscall, si_arch): Define new macro.
36968
36969 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36970
36971         [BZ #13717]
36972         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36973         Change to 2.4.21 where previously 2.4.1.
36974         * sysdeps/unix/sysv/linux/configure: Regenerated.
36975         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36976         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36977         Linux kernel version.
36978         (__ASSUME_STD_AUXV): Remove.
36979         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36980         kernel version.
36981         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36982         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36983         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36984         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36985         (__ASSUME_NETLINK_SUPPORT): Likewise.
36986         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36987         (__no_netlink_support): Remove conditional definition.
36988         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36989         Remove.
36990         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36991         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36992         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36993         (if_nameindex_ioctl): Remove.
36994         (if_nameindex_netlink): Do not handle __no_netlink_support.
36995         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36996         code.
36997         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36998         Remove conditional code.
36999         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37000         code.
37001         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37002         unconditional.
37003         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37004         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37005         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37006         Remove.
37007         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37008         [!__ASSUME_STD_AUXV]: Remove conditional code.
37009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37010         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37011         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37013         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37014         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37015         code.
37016         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37018         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37019         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37020         conditional code.
37021         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37023         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37024         code.
37025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37026         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37027         conditional code.
37028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37029         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37030         code unconditional.
37031         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37032         conditional code.
37033         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37034         unconditional.
37035         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37036         conditional code.
37037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37038         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37039         unconditional.
37040         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37041         conditional code.
37042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37043         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37044         code unconditional.
37045         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37046         conditional code.
37047         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37048         unconditional.
37049         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37050         conditional code.
37051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37052         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37053         code unconditional.
37054         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37055         conditional code.
37056         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37057         unconditional.
37058         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37059         conditional code.
37060
37061 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37062
37063         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37064         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37065         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37066         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37067         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37068         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37069         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37070         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37071         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37072         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37073         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37074         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37075         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37076         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37077         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37078         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37079         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37080         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37081         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37082         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37083         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37084         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37085         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37086
37087 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37088
37089         * Versions.def: Add GLIBC_2.17.
37090         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37091         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37092         Introduce __libc_secure_getenv.
37093         * stdlib/Versions (2.17): Add secure_getenv
37094         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37095         * stdlib/secure-getenv.c: Rename __secure_getenv to
37096         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37097         symbol __secure_getenv for GLIBC_2.0.
37098         * stdlib/tst-secure-getenv.c: New.
37099         * stdlib/Makefile (tests): Add testcase.
37100         * manual/startup.texi (Environment Access): Document
37101         secure_getenv.
37102         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37103         __libc_secure_getenv.
37104         * inet/ruserpass.c (ruserpass): Likewise.
37105         * malloc/mtrace.c (mtrace): Likewise.
37106         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37107         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37108         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37109         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37110         HAVE_SECURE_GETENV.
37111         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37112         __secure_getenv to __libc_secure_getenv.
37113         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37115         Likewise.
37116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37117         Likewise.
37118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37120         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37121         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37125
37126 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37127
37128         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37129         (struct La_i86_retval): Likewise.
37130         (struct La_x86_64_regs): Likewise.
37131         (struct La_x86_64_retval): Likewise.
37132         (struct La_x32_regs): Likewise.
37133         (struct La_x32_retval): Likewise.
37134         (struct La_ppc32_regs): Likewise.
37135         (struct La_ppc32_retval): Likewise.
37136         (struct La_ppc64_regs): Likewise.
37137         (struct La_ppc64_retval): Likewise.
37138         (struct La_sh_regs): Likewise.
37139         (struct La_sh_retval): Likewise.
37140         (struct La_s390_32_regs): Likewise.
37141         (struct La_s390_32_retval): Likewise.
37142         (struct La_s390_64_regs): Likewise.
37143         (struct La_s390_64_retval): Likewise.
37144         (struct La_sparc32_regs): Likewise.
37145         (struct La_sparc32_retval): Likewise.
37146         (struct La_sparc64_regs): Likewise.
37147         (struct La_sparc64_retval): Likewise.
37148         (struct audit_ifaces): Remove architecture-specific pltenter and
37149         pltexit members.
37150         * sysdeps/i386/ldsodefs.h: New file.
37151         * sysdeps/powerpc/ldsodefs.h: Likewise.
37152         * sysdeps/s390/ldsodefs.h: Likewise.
37153         * sysdeps/sh/ldsodefs.h: Likewise.
37154         * sysdeps/sparc/ldsodefs.h: Likewise.
37155         * sysdeps/x86_64/ldsodefs.h: Likewise.
37156
37157 2012-07-25  Marek Polacek  <polacek@redhat.com>
37158
37159         [BZ #6808]
37160         * math/libm-test.inc (yn_test): Add another test.
37161         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37162         to ERANGE when the result is +-Inf.
37163         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37164         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37165         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37166         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37167
37168 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37169
37170         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37171         equal to 0.
37172         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37173         clock_t.
37174         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37175
37176 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37177
37178         * configure.in <sysdeps resolving>: Correct printing
37179         Implies_before.
37180         * configure: Regenerate.
37181
37182 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37183
37184         * math/w_ilogb.c: Include <limits.h>.
37185         * math/w_ilogbl.c: Likewise.
37186
37187 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37188
37189         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37190         va_copy.  Document allowing for unavailable va_copy only as
37191         pre-C99 compatibility.
37192         * manual/string.texi (Copying and Concatenation): Use va_copy
37193         instead of __va_copy in concat example.
37194
37195 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37196
37197         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37198         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37199         it if not null.
37200
37201         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37202         with O_NOLINK passed to __file_name_lookup.
37203
37204         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37205         with O_NOLINK passed to __file_name_lookup.
37206
37207         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37208         negative N or less than NGIDS.
37209
37210         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37211         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37212         enough.  Use memcpy instead of strncpy.
37213
37214 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37215
37216         * elf/Makefile (check-data): Remove.
37217         (localplt.data): New vpath directive.
37218         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37219         instead of $(check-data).
37220         * scripts/data/localplt-generic.data: Move to ...
37221         * sysdeps/generic/localplt.data: ... here.
37222         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37223         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37224         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37226         ... here.
37227         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37229         ... here.
37230         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37232         ... here.
37233         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37234         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37235         ... here.
37236         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37238         ... here.
37239         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37240         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37241         ... here.
37242
37243 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37244
37245         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37246         PPC32 and PPC64 files.
37247         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37248         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37249
37250 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37251
37252         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37253         __makecontext_ret to ...
37254         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37255         ... here and call exit if uc_link is NULL.  New file.
37256         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37257         __makecontext_ret.S.
37258         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37259         __makecontext_ret to ...
37260         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37261         ... here and call exit if uc_link is NULL.  New file.
37262         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37263         __makecontext_ret.S.
37264
37265 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37266
37267         * elf/elf.h (R_390_IRELATIVE): New definition.
37268         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37269         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37270         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37271         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37272         (elf_machine_lazy_rel): Likewise.
37273         * sysdeps/s390/dl-irel.h: New file.
37274         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37275         * sysdeps/s390/s390-64/memset.S: New asm code.
37276         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37277         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37278         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37279         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37280         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37281         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37282         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37283         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37284         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37285         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37286         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37287         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37288         * sysdeps/s390/s390-32/memset.S: New asm code.
37289         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37290
37291 2012-07-17  Marek Polacek  <polacek@redhat.com>
37292
37293         [BZ #14349]
37294         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37295         * sysdeps/s390/s390-64/configure.in: Likewise.
37296         * sysdeps/sparc/configure.in: Likewise.
37297         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37298         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37299         * sysdeps/i386/configure.in: Likewise.
37300         * sysdeps/x86_64/configure.in: Likewise.
37301         * sysdeps/sh/configure.in: Likewise.
37302         * sysdeps/s390/s390-32/configure: Regenerated.
37303         * sysdeps/s390/s390-64/configure: Likewise.
37304         * sysdeps/x86_64/configure: Likewise.
37305         * sysdeps/sh/configure: Likewise.
37306         * sysdeps/powerpc/powerpc64/configure: Likewise.
37307         * sysdeps/powerpc/powerpc32/configure: Likewise.
37308         * sysdeps/sparc/configure: Likwise.
37309         * sysdeps/i386/configure: Likewise.
37310
37311         * elf/dl-open.c: Comment fixes.
37312
37313 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37314
37315         * Makefile [CXX] (check-data): Remove.
37316         [CXX] (c++-types.data): New vpath directive.
37317         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37318         vpath.  Do not allow for C++ type data being missing.
37319         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37320         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37321         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37322         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37323         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37324         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37325         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37327         ... here.
37328         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37330         ... here.
37331         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37332         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37333         ... here.
37334         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37336         ... here.
37337         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37338         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37339         ... here.
37340         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37342         ... here.
37343         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37344         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37345         ... here.
37346         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37347         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37348
37349         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37350         definitions to architecture-specific files.
37351         (TLS_IE): Likewise.
37352         (TLS_LD): Likewise.
37353         (TLS_GD): Likewise.
37354         * sysdeps/i386/tls-macros.h: New file.
37355         * sysdeps/powerpc/tls-macros.h: Likewise.
37356         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37357         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37358         * sysdeps/sh/tls-macros.h: Likewise.
37359         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37360         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37361         * sysdeps/x86_64/tls-macros.h: Likewise.
37362
37363 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37364
37365         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37366         zero value for regular exit case.
37367
37368         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37369         (__start_context): Preserve zero value for regular exit case.
37370
37371 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37372             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37373
37374         * manual/setjmp.texi (setcontext): Clarify normal process
37375         termination when uc_link is the null pointer.
37376         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37377         exit call.
37378
37379 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37380
37381         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37382         preprocessor.  Test for each exception mask separately.
37383
37384 2012-07-16  Andreas Jaeger  <aj@suse.de>
37385
37386         * po/ru.po: Update from translation team.
37387
37388 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37389
37390         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37391         equal to 0.
37392         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37393         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37394         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37395         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37396         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37397
37398 2012-07-13  Andreas Jaeger  <aj@suse.de>
37399
37400         * po/fr.po: Update from translation team.
37401
37402 2012-07-12  Marek Polacek  <polacek@redhat.com>
37403
37404         [BZ #14173]
37405         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37406         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37407         loop condition.
37408
37409 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37410
37411         [BZ #13717]
37412         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37413         Change to 2.4.1 where previously 2.4.0.
37414         * sysdeps/unix/sysv/linux/configure: Regenerated.
37415         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37416         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37417         version.
37418         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37419         (__ASSUME_AT_CLKTCK): Remove.
37420         (__ASSUME_AT_PAGESIZE): Likewise.
37421         (__ASSUME_AT_XID): Likewise.
37422         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37423         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37424         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37425         unconditionally.
37426         (HAVE_AUX_PAGESIZE): Likewise.
37427         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37428         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37429         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37430
37431 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37432
37433         [BZ #14307]
37434         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37435         the temporary buffer used to invoke __gethostbyname2_r,
37436         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37437         host_data / struct gaih_addrtuple.
37438         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37439         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37440         header file nss/nsswitch.h.
37441         * nss/nsswitch.h (global scope): Add definition of implementation
37442         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37443         resolv/nss_dns/dns-host.c).
37444
37445 2012-07-11  Andreas Jaeger  <aj@suse.de>
37446
37447         * po/fr.po: Update from translation team.
37448
37449         * po/sv.po: Update from translation team
37450         * po/fr.po: Another update from translation team.
37451
37452 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37453
37454         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37455         for subnormals or multiply small sinh result by itself.
37456         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37457         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37458
37459 2012-07-11  David S. Miller  <davem@davemloft.net>
37460
37461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37462
37463 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37464
37465         [BZ #14347]
37466         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37467         (INTERNAL_MARK): Shift it here.
37468
37469 2012-07-10  Marek Polacek  <polacek@redhat.com>
37470
37471         [BZ #14151]
37472         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37473         libc_cv_asm_global_directive with .globl.
37474         * configure: Regenerated.
37475         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37476         with .globl.
37477         * sysdeps/i386/configure: Regenerated.
37478         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37479         with .globl.
37480         * sysdeps/x86_64/configure: Regenerated.
37481         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37482         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37483         * elf/tst-unique2mod2.c: Likewise.
37484         * elf/tst-unique2mod1.c: Likewise.
37485         * elf/tst-unique1mod2.c: Likewise.
37486         * elf/tst-unique1mod1.c: Likewise.
37487         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37488         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37489         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37490         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37491         * sysdeps/mach/sysdep.h: Likewise.
37492         * sysdeps/i386/sysdep.h: Likewise.
37493         * sysdeps/i386/i386-mcount.S: Likewise.
37494         * sysdeps/x86_64/_mcount.S: Likewise.
37495         * sysdeps/x86_64/sysdep.h: Likewise.
37496         * sysdeps/sh/_mcount.S: Likewise.
37497         * sysdeps/sh/sysdep.h: Likewise.
37498         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37499         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37500         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37501         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37502         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37503         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37504         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37505         * locale/localeinfo.h: Likewise.
37506         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37507         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37508
37509 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37510
37511         [BZ #14336]
37512         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37513         system".
37514         * manual/message.texi (The Uniforum approach): Likewise.
37515         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37516         (glibc iconv Implementation): Likewise.
37517
37518 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37519
37520         [BZ #14337]
37521         * math/s_clog.c (__clog): Avoid scaling a value down where that
37522         could result in underflow.
37523         * math/s_clog10.c (__clog10): Likewise.
37524         * math/s_clog10f.c (__clog10f): Likewise.
37525         * math/s_clog10l.c (__clog10l): Likewise.
37526         * math/s_clogf.c (__clogf): Likewise.
37527         * math/s_clogl.c (__clogl): Likewise.
37528         * math/libm-test.inc (clog_test): Add more tests.
37529         (clog10_test): Likewise.
37530         * sysdeps/i386/fpu/libm-test-ulps: Update.
37531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37532
37533 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37534
37535         [BZ #14283]
37536         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37537         by 7 not 8 to examine high bit of fractional part.
37538
37539         [BZ #14042]
37540         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37541         for call to __mcount_internal.
37542         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37543         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37544         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37545
37546 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37547
37548         [BZ #14154]
37549         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37550         approximation for values within 0x1p-13f of an odd multiple of
37551         pi/4.
37552         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37553         exception.  Add more tests.
37554         * sysdeps/i386/fpu/libm-test-ulps: Update.
37555
37556         [BZ #6778]
37557         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37558         inputs and return -1 for them.  Do not check for +Inf in case not
37559         reachable for +Inf.
37560         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37561         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37562         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37563         and return -1 for them.  Do not check for +Inf in case not
37564         reachable for +Inf.
37565         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37566         define.
37567         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37568         and return -1 for them.  Do not check for +Inf in case not
37569         reachable for +Inf.
37570         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37571         spurious underflow.
37572         * sysdeps/i386/fpu/libm-test-ulps: Update.
37573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37574
37575 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37576
37577         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37578
37579 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37580
37581         [BZ #14157]
37582         [BZ #14331]
37583         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37584         could result in spurious underflow.  Scale down values above
37585         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37586         * math/s_csqrtf.c (__csqrtf): Likewise.
37587         * math/s_csqrtl.c (__csqrtl): Likewise.
37588         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37589         spurious underflow.
37590         * sysdeps/i386/fpu/libm-test-ulps: Update.
37591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37592
37593 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37594
37595         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37596         xopen-msg.sed.
37597         * catgets/xopen-msg.awk: New file.
37598         * catgets/xopen-msg.sed: Removed.
37599
37600         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37601         po2text.sed.
37602         * intl/po2test.awk: New file.
37603         * intl/po2test.sed: Removed.
37604
37605 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37606
37607         [BZ #14328]
37608         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37609         or multiply small sinh result by itself.
37610         * math/s_ctanf.c (__ctanf): Likewise.
37611         * math/s_ctanh.c (__ctanh): Likewise.
37612         * math/s_ctanhf.c (__ctanhf): Likewise.
37613         * math/s_ctanhl.c (__ctanhl): Likewise.
37614         * math/s_ctanl.c (__ctanl): Likewise.
37615         * math/libm-test.inc (ctan_test_tonearest): New function.
37616         (ctan_test_towardzero): Likewise.
37617         (ctan_test_downward): Likewise.
37618         (ctan_test_upward): Likewise.
37619         (ctanh_test_tonearest): Likewise.
37620         (ctanh_test_towardzero): Likewise.
37621         (ctanh_test_downward): Likewise.
37622         (ctanh_test_upward): Likewise.
37623         (main): Call these new functions.
37624         * sysdeps/i386/fpu/libm-test-ulps: Update.
37625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37626
37627 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37628
37629         * .gitignore: Delete /ports entry.
37630
37631 2012-07-03  Andreas Jaeger  <aj@suse.de>
37632
37633         * po/bg.po: Update from translation team.
37634         * po/cs.po: Likewise.
37635         * po/de.po: Likewise.
37636         * po/hr.po: Likewise.
37637         * po/nl.pl: Likewise.
37638         * po/pl.po: Likewise.
37639         * po/vi.po: Likewise.
37640
37641 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37642
37643         * Makeconfig [!+link] (+link-before-libc): New variable.
37644         [!+link] (+link-after-libc): Likewise.
37645         [!+link] (+link-tests): Likewise.
37646         [!+link] (+link): Define in terms of $(+link-before-libc) and
37647         $(+link-after-libc).
37648         [!+link-static] (+link-static-before-libc): New variable.
37649         [!+link-static] (+link-static-after-libc): Likewise.
37650         [!+link-static] (+link-static-tests): Likewise.
37651         [!+link-static] (+link-static): Define in terms of
37652         $(+link-static-before-libc) and $(+link-static-after-libc).
37653         [build-shared] (link-libc-before-gnulib): New variable.
37654         [build-shared] (link-libc-tests): Likewise.
37655         [build-shared] (link-libc): Define in terms of
37656         $(link-libc-before-gnulib).
37657         [!build-shared] (link-libc-tests): New variable.
37658         (link-libc-static-tests): New variable.
37659         [!gnulib] (gnulib-arch): New variable.
37660         [!gnulib] (gnulib-tests): Likewise.
37661         [!gnulib] (static-gnulib-arch): Likewise.
37662         [!gnulib] (static-gnulib-tests): Likewise.
37663         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37664         Define with "=" instead of ":=".
37665         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37666         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37667         * Rules (binaries-all-notests): New variable.
37668         (binaries-all-tests): Likewise.
37669         (binaries-static-notests): Likewise.
37670         (binaries-static-tests): Likewise.
37671         (binaries-all): Define using $(binaries-all-notests) and
37672         $(binaries-all-tests).
37673         (binaries-static): Define using $(binaries-static-notests) and
37674         $(binaries-static-tests).
37675         (binaries-shared-tests): New variable.
37676         (binaries-shared-notests): Likewise.
37677         (binaries-shared): Remove variable.
37678         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37679         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37680         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37681         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37682         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37683         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37684         * elf/Makefile (sln-modules): New variable.
37685         (extra-objs): Add $(sln-modules:=.o).
37686         (ldconfig-modules): Add static-stubs.
37687         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37688         * elf/static-stubs.c: New file.
37689
37690         [BZ #14283]
37691         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37692         by 7 not 8 to examine high bit of fractional part.  Use volatile
37693         variables when splitting into final array of floats if
37694         __FLT_EVAL_METHOD__ != 0.
37695         * math/libm-test.inc (cos_test): Add another test.
37696         (sin_test): Likewise.
37697         * sysdeps/i386/fpu/libm-test-ulps: Update.
37698
37699         [BZ #14273]
37700         * math/libm-test.inc (cosh_test): Add more tests.
37701
37702         * version.h (RELEASE): Set to "development".
37703         (VERSION): Set to "2.16.90".
37704
37705 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37706
37707         * NEWS: Update copyright. Remove last-updated date.
37708         Mention math library bug fixes and timezone data changes.
37709         * README: Mention GNU/Hurd, x32, and HPPA support status.
37710
37711 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37712
37713         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37714
37715 2012-06-27  Andreas Jaeger  <aj@suse.de>
37716
37717         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37718
37719 2012-06-25  Andreas Jaeger  <aj@suse.de>
37720
37721         * sysdeps/s390/fpu/libm-test-ulps: Update.
37722
37723 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37724             Thomas Schwinge  <thomas@codesourcery.com>
37725
37726         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37727         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37728         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37729         fanotify_mark.
37730
37731 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37732
37733         * sysdeps/mach/start.c: Remove file.
37734         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37735         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37736         * sysdeps/sh/init-first.c: Likewise.
37737
37738         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37739         registers for frame unwinding purposes, add CFI directives.
37740         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37741         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37742         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37743         Likewise.
37744
37745         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37746         __fortify_fail returning.
37747         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37748
37749         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37750         sysdeps/sh/____longjmp_chk.S.
37751         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37752         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37753         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37754         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37755
37756         * sysdeps/sh/abort-instr.h: New file.
37757         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37758         process in case exit returns.
37759
37760         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37761         initialize the GOT register before use.
37762
37763         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37764         calculation of ARGC > 4.
37765
37766         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37767         meaningful names to some local labels.
37768
37769 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37770             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37771
37772         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37773         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37774         (__arch_compare_and_exchange_val_16_acq): Likewise.
37775         (__arch_compare_and_exchange_val_32_acq): Likewise.
37776         (atomic_exchange_and_add): Fix gUSA sequence.
37777         (atomic_add): Likewise.
37778         (atomic_add_negative): Likewise.
37779         (atomic_add_zero): Likewise.
37780         (atomic_bit_test_set): Likewise.
37781
37782 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37783
37784         [BZ #13579]
37785         * include/link.h (struct link_map): Add l_free_initfini.
37786         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37787         l_initfini.
37788         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37789         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37790         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37791         set.
37792
37793 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37794
37795         * configure.in: Use AC_LANG_SOURCE.
37796         * configure: Regenerate.
37797
37798 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37799
37800         * configure.in (libc_cv_localstatedir): New substituted variable.
37801         * configure: Regenerated.
37802         * config.make.in (localstatedir): New variable, substituted from
37803         libc_cv_localstatedir.
37804         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37805         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37806         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37807         * sysdeps/gnu/configure: Regenerated.
37808
37809 2012-06-21  Jeff Law  <law@redhat.com>
37810
37811         [BZ #14277]
37812         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37813         free.  Simplify list management for _LIBC case.
37814
37815 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37816
37817         [BZ #14273]
37818         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37819         Clear sign bit of 64-bit integer value before comparing against
37820         overflow value.
37821
37822         * sysdeps/mach/configure: Regenerated.
37823
37824 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37825
37826         [BZ #14278]
37827         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37828
37829 2012-06-21  Jeff Law  <law@redhat.com>
37830
37831         [BZ #13882]
37832         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37833         uint16_t for elements in the "seen" array to avoid char overflows.
37834         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37835         * elf/dl-open.c (dl_open_worker): Likewise.
37836
37837 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37838
37839         * scripts/list-sources.sh: Scan PORTS for translations.
37840         * po/libc.pot: Regenerated.
37841
37842 2012-06-21  Andreas Jaeger  <aj@suse.de>
37843
37844         [BZ #12194]
37845         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37846         warning.
37847         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37848         * bits/byteswap-16.h (__bswap_16): Likewise.
37849         * bits/byteswap.h (__bswap_constant_16): Likewise.
37850
37851 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37852
37853         [BZ #14117]
37854         * sysdeps/i386/fpu_control.h: Removed.
37855         * sysdeps/x86_64/fpu_control.h: Moved to ...
37856         * sysdeps/x86/fpu_control.h: Here.
37857
37858         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37859         (_FPU_SETCW): Likewise.
37860
37861 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37862
37863         [BZ #14117]
37864         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37865         * sysdeps/x86/fpu/bits/mathinline.h: This.
37866         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37867
37868         [BZ #14050]
37869         [BZ #14117]
37870         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37871         functions if __x86_64__ is defined.
37872
37873 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37874
37875         * string/endian.h: Add !__ASSEMBLER__ condition for including
37876         conversion interfaces.
37877
37878 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37879
37880         [BZ #14241]
37881         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37882         of ABS(x) in calculating zero to negative powers other than odd
37883         integers.
37884         * math/libm-test.inc (pow_test): Add more tests.
37885
37886 2012-06-15  Andreas Jaeger  <aj@suse.de>
37887
37888         * manual/contrib.texi (Contributors): Update entry of Liubov
37889         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37890         Machado Filho.
37891
37892 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37893
37894         * string/string.h: Add __wur to GNU version of strerror_r.
37895
37896 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37897
37898         [BZ #14229]
37899         * string/Makefile (tests): Add tst-strtok_r.
37900         * string/tst-strtok_r.c: New file.
37901         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37902         RAX_LP/RDX_LP on SAVE_PTR.
37903
37904 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37905
37906         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37907
37908 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37909
37910         * libm_test.inc (csqrt_test): Allow more spurious underflow
37911         exceptions.
37912         (j0_test): Likewise.
37913         (j1_test): Likewise.
37914         (y0_test): Likewise.
37915         (y1_test): Likewise.
37916
37917 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37918
37919         * po/Makefile (libc.pot): Use UTF-8 charset.
37920
37921 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37922
37923         [BZ #14210]
37924         Suppress sign-conversion warning from FD_SET.
37925         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37926         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37927         not unsigned long int.
37928         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37929
37930 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37931
37932         [BZ #14050]
37933         [BZ #14117]
37934         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37935         __extern_always_inline instead of __extern_inline.
37936         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37937         (__signbit): Likewise.
37938         (__signbitl): Support C++ namespace.
37939         (lrintf): New inline function.
37940         (lrint): Likewise.
37941         (llrintf): Likewise.
37942         (llrint): Likewise.
37943         (fmaxf): Likewise.
37944         (fmax): Likewise.
37945         (fminf): Likewise.
37946         (fmin): Likewise.
37947         (rint): Likewise.
37948         (rintf): Likewise.
37949         (ceil): Likewise.
37950         (ceilf): Likewise.
37951         (floor): Likewise.
37952         (floorf): Likewise.
37953         (nearbyint): Likewise.
37954         (nearbyintf): Likewise.
37955
37956 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37957
37958         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37959         non-default versions.
37960
37961 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37962
37963         [BZ #14218]
37964         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37965
37966 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37967
37968         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37969         (FE_UPWARD, FE_DOWNWARD): Don't define.
37970         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37971         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37972
37973         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37974         reading it.
37975         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37976         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37977
37978 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37979
37980         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37981         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37982         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37983         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37984
37985 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37986
37987         [BZ #14117]
37988         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37989         * sysdeps/i386/fpu/Implies: New file.
37990         * sysdeps/x86_64/fpu/Implies: Likewise.
37991         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37992         * sysdeps/x86/fpu/bits/fenv.h: This.
37993
37994         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37995         __SSE_MATH__.
37996
37997 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37998
37999         [BZ #14134]
38000         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38001         character 0xffff that matches the last element of the
38002         conversion table.
38003
38004 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38005
38006         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38007         fmodl commit.
38008
38009 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38010
38011         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38012         values higher than 25.6283.
38013
38014 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38015
38016         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38017         subnormal exponent extraction and add some __builtin_expect.
38018         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38019         Fix for subnormal mantissa calculation.
38020
38021 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38022
38023         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38024         cpu2 is -1 and errno is not ENOSYS.
38025
38026 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38027
38028         [BZ #14117]
38029         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38030         * sysdeps/x86/bits/string.h: This.
38031         * sysdeps/x86_64/bits/string.h: Removed.
38032
38033         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38034         if not compiling for x86-64, but compiling for >= i486.
38035
38036         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38037         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38038
38039         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38040         New macro from Linux kernel 3.4.0.
38041         (FP_XSTATE_MAGIC2): Likewise.
38042         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38043         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38044         (struct _fpx_sw_bytes): New struct.
38045         (struct _xsave_hdr): Likewise.
38046         (struct _ymmh_state): Likewise.
38047         (struct _xstate): Likewise.
38048
38049         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38050         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38051         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38052         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38053         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38054         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38055
38056         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38057         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38058         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38059         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38060         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38061         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38062
38063 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38064
38065         [BZ #13743]
38066         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38067         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38068         (sysdep_headers): Include sys/platform/ppc.h.
38069         * sysdeps/powerpc/test-gettimebase.c: Test for
38070         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38071         * manual/Makefile (appendices): Include platform.texi.
38072         * manual/contrib.texi (Contributors): Update @node pointers.
38073         * manual/maint.texi (Maintenance): Likewise.
38074         (Platform): New node.
38075         * manual/platform.texi: New file.  Document the new features.
38076
38077 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38078             Jakub Jelinek  <jakub@redhat.com>
38079
38080         [BZ #14188]
38081         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38082         where __builtin_expect is unavailable.
38083
38084 2012-06-03  David S. Miller  <davem@davemloft.net>
38085
38086         * stdlib/longlong.h: Updated from GCC.
38087
38088 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38089
38090         [BZ #14042]
38091         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38092         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38093         __mcount_internal.
38094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38095         (GLIBC_2.16): Likewise.
38096
38097 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38098
38099         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38100
38101 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38102
38103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38104         (default-abi): New variable.
38105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38106         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38107         variable.
38108         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38109         Likewise.
38110         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38111         Likewise.
38112         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38113         Likewise.
38114
38115         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38116         definition.  Document in comment.
38117
38118 2012-06-01  David S. Miller  <davem@davemloft.net>
38119
38120         * stdlib/longlong.h: Updated from GCC.
38121
38122 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38123
38124         [BZ #14117]
38125         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38126         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38127         sys/debugreg.h sys/io.h here.
38128         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38129         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38130         sys/io.h.
38131         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38132         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38133         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38134         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38135         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38136         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38137
38138         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38139         Define only if __x86_64__ is defined.
38140
38141 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38142
38143         [BZ #14048]
38144         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38145         Use int64_t for variable i.
38146         * math/libm-test.inc (fmod_test): Add more tests.
38147
38148         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38149         z computation is not scheduled after fetestexcept.
38150         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38151         Use math_force_eval instead of asm to ensure calculation scheduled
38152         before exception test.
38153         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38154         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38155
38156 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38157
38158         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38159         computation is not scheduled after fetestexcept.
38160
38161 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38162
38163         [BZ #14117]
38164         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38165         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38166
38167 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38168
38169         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38170         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38171
38172 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38173
38174         [BZ #14117]
38175         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38176         <bits/wordsize.h>.
38177         (__WCHAR_MIN): Support __WORDSIZE == 64.
38178         (__WCHAR_MAX): Likewise.
38179
38180         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38181         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38182
38183         [BZ #14183]
38184         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38185         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38186
38187         [BZ #14117]
38188         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38189         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38190
38191         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38192         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38193
38194         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38195         Defined to 1 if __x86_64__ isn't defined.
38196         (_STAT_VER_LINUX_OLD): New.
38197         (st_atime): Remove duplicate.
38198         (st_mtime): Likewise.
38199         (st_ctime): Likewise.
38200
38201 2012-05-31  David S. Miller  <davem@davemloft.net>
38202
38203         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38204         entries.
38205
38206 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38207
38208         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38209         gen-libm-test.pl.
38210
38211         [BZ #14132]
38212         * elf/dl-reloc.c: Include <_itoa.h>.
38213         (_dl_reloc_bad_type): Remove use of INTUSE.
38214         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38215         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38216         * stdio-common/psiginfo.c (psiginfo): Likewise.
38217         * stdio-common/psignal.c (psignal): Likewise.
38218         * string/strsignal.c (strsignal): Likewise.
38219         * include/signal.h (_sys_siglist): Declare hidden proto.
38220         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38221         INTVARDEF with libc_hidden_data_def.
38222         * stdio-common/itoa-udigits.c: Likewise.
38223         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38224         (_itoa_lower_digits_internal): Remove declaration.
38225         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38226         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38227         (_sys_sigabbrev_internal): Remove aliases.
38228         (_sys_siglist): Define hidden alias.
38229
38230 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38231
38232         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38233         bits/sysctl.h.
38234
38235 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38236
38237         [BZ #14117]
38238         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38239         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38240
38241         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38242         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38243         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38244         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38245         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38246         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38247
38248         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38249         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38250         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38251
38252         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38253         with __addr.
38254         (insw): Likewise.
38255         (insl): Likewise.
38256         (outsb): Likewise.
38257         (outsw): Likewise.
38258         (outsl): Likewise.
38259
38260         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38261         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38262         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38263
38264         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38265         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38266         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38267         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38268         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38269         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38270
38271         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38272         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38273
38274         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38275         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38276
38277         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38278         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38279         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38280
38281         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38282         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38283         to ...
38284         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38285
38286         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38287         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38288         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38289
38290         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38291         for x86-64.
38292         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38293
38294 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38295
38296         * math/math.h (M_El): Use two more decimal places.
38297         (M_LOG2El): Likewise.
38298         (M_LOG10El): Likewise.
38299         (M_LN2l): Likewise.
38300         (M_LN10l): Likewise.
38301         (M_PIl): Likewise.
38302         (M_PI_2l): Likewise.
38303         (M_PI_4l): Likewise.
38304         (M_1_PIl): Likewise.
38305         (M_2_PIl): Likewise.
38306         (M_2_SQRTPIl): Likewise.
38307         (M_SQRT2l): Likewise.
38308         (M_SQRT1_2l): Likewise.
38309
38310 2012-05-31  David S. Miller  <davem@davemloft.net>
38311
38312         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38313         values between float registers.
38314         * sysdeps/sparc/sparc64/memset.S: Likewise.
38315         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38316
38317 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38318
38319         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38320         -D_FORTIFY_SOURCE=1.
38321         (CPPFLAGS-tst-longjmp_chk.c): Define.
38322         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38323         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38324         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38325         CFLAGS-tst-wchar-h.c.
38326
38327 2012-05-31  Marek Polacek  <polacek@redhat.com>
38328
38329         [BZ #14132]
38330         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38331         __endmntent_internal): Remove declaration.
38332         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38333         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38334         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38335
38336 2012-05-30  David S. Miller  <davem@davemloft.net>
38337
38338         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38339         (___Q_simulate_exceptions): Use real FP ops rather than writing
38340         into the %fsr.
38341         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38342         Likewise.
38343
38344 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38345
38346         [BZ #14117]
38347         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38348         * sysdeps/x86/bits/xtitypes.h: This.
38349
38350         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38351         * sysdeps/x86/bits/wordsize.h: This.
38352
38353         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38354         * sysdeps/x86/bits/huge_vall.h: This.
38355
38356         * sysdeps/i386/bits/select.h: Removed.
38357         * sysdeps/x86_64/bits/select.h: Renamed to ...
38358         * sysdeps/x86/bits/select.h: This.
38359
38360         * sysdeps/i386/bits/setjmp.h: Removed.
38361         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38362         * sysdeps/x86/bits/setjmp.h: This.
38363
38364         * sysdeps/i386/bits/mathdef.h: Removed.
38365         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38366         * sysdeps/x86/bits/mathdef.h: This.
38367
38368 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38369
38370         [BZ #14132]
38371         * include/sys/socket.h (__connect_internal)
38372         (__libc_sa_len_internal): Remove declaration.
38373         (__connect, __libc_sa_len): Declare hidden_proto.
38374         (SA_LEN): Remove use of INTUSE.
38375         * socket/connect.c: Add libc_hidden_def.
38376         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38377         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38378         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38379         alias.
38380         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38381         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38382         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38383         of adding _internal alias.
38384
38385 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38386
38387         [BZ #14117]
38388         * sysdeps/i386/bits/link.h: Removed.
38389         * sysdeps/i386/bits/linkmap.h: Likewise.
38390         * sysdeps/x86_64/bits/link.h: Renamed to ...
38391         * sysdeps/x86/bits/link.h: This.
38392         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38393         * sysdeps/x86/bits/linkmap.h: This.
38394
38395         * sysdeps/i386/bits/endian.h: Removed.
38396         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38397         * sysdeps/x86/bits/endian.h: This.
38398
38399         * sysdeps/i386/bits/byteswap.h: Removed.
38400         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38401         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38402         * sysdeps/x86/bits/byteswap.h: This.
38403         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38404         * sysdeps/x86/bits/byteswap-16.h: This.
38405         * sysdeps/i386/Implies: Add x86.
38406         * sysdeps/x86_64/Implies: Likewise.
38407
38408 2012-05-30  David S. Miller  <davem@davemloft.net>
38409
38410         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38411         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38412         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38413         (FP_TRAPPING_EXCEPTIONS): Define.
38414         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38415         (FP_TRAPPING_EXCEPTIONS): Define.
38416         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38417         subnormals only when inexact has been signalled or underflow
38418         exceptions are enabled.
38419         (_FP_PACK_CANONICAL): Likewise.
38420
38421 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38422
38423         [BZ #14183]
38424         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38425         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38426
38427 2012-05-30  Richard Henderson  <rth@twiddle.net>
38428
38429         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38430         with #ifndef NOT_IN_libc.
38431
38432         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38433         marked to avoid plt entry.
38434
38435 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38436
38437         [BZ #14112]
38438         * Makeconfig (default-abi): New macro.
38439         (abi-includes): Likewise.
38440         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38441         $(abi-$(default-abi)-lib-soname) for soname if defined.
38442         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38443         abi-variants.
38444         * Makefile (installed-stubs): Likewise.
38445         * include/stubs-biarch.h: Removed.
38446         * scripts/lib-names.awk: Only handle one library at a time.
38447         * scripts/soversions.awk: Remove WORDSIZE support.
38448         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38449         entries.
38450         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38451         Removed.
38452         (syscall-list-default-condition): Likewise.
38453         (syscall-list-default-condition): Likewise.
38454         (syscall-list-includes): Likewise.
38455         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38456         syscall-list-* with abi-*.  Handle undefined abi-variants.
38457         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38458         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38459         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38460         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38461         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38462         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38463         Removed.
38464         (syscall-list-32-options): Likewise.
38465         (syscall-list-32-condition): Likewise.
38466         (syscall-list-64-options): Likewise.
38467         (syscall-list-64-condition): Likewise.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38469         macro.
38470         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38471         Renamed to ...
38472         (abi-*): This.
38473         (abi-64-ld-soname): New macro.
38474         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38475         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38476         Renamed to ...
38477         (abi-*): This.
38478         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38479         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38480
38481 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38482
38483         * sysdeps/unix/sysv/linux/kernel-features.h
38484         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38485         * sysdeps/unix/sysv/linux/ftruncate64.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/truncate64.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/ftruncate64.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         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38504         include <kernel-features.h>.
38505         [!__NR_ftruncate64]: Remove conditional code.
38506         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38507         [__NR_ftruncate64]: Make code unconditional.
38508         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38509
38510         * configure.in (libc_cv_fpie): Weaken to a compile test using
38511         LIBC_TRY_CC_OPTION.
38512         * configure: Regenerated.
38513
38514 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38515
38516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38518         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38519         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38520         Refreshed.
38521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38522         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38527         Refreshed.
38528
38529 2012-05-27  David S. Miller  <davem@davemloft.net>
38530
38531         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38532         (___Q_zero): New.
38533         (__Q_simulate_exceptions): Return void.  Change to simulate
38534         exceptions by writing into the %fsr.
38535         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38536         (__Qp_handle_exceptions): Likewise.
38537         (numbers): Delete.
38538         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38539         __Qp_handle_exceptions.
38540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38541         __Qp_handle_exceptions.
38542         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38543         as unused and give dummy FP_RND_NEAREST initializer.
38544         (FP_INHIBIT_RESULTS): Define.
38545         (___Q_simulate_exceptions): Update declaration.
38546         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38547         formatting.
38548         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38549         as unused and give dummy FP_RND_NEAREST initializer.
38550         (__Qp_handle_exceptions): Update declaration.
38551         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38552         formatting.
38553
38554 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38555
38556         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38557         the temporary FPU control word.
38558         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38559         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38560         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38561         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38562         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38563         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38564         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38565         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38566         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38567         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38568         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38569
38570 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38571
38572         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38573         fields.
38574
38575 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38576
38577         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38578         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38579         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38580         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38581         Likewise.
38582         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38583         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38584         Likewise.
38585
38586 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38587
38588         * po/h.po: Update from translation team.
38589
38590 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38591
38592         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38593
38594         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38595         handling of denormals.
38596         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38597         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38598         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38599         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38600         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38601         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38602         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38603         Likewise.
38604
38605 2012-05-26  Marek Polacek  <polacek@redhat.com>
38606
38607         [BZ #14152]
38608         * math/libm-test.inc (fma_test): Don't always expect underflow
38609         exception.
38610
38611 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38612
38613         [BZ #12416]
38614         * elf/tst-execstack.c: Include stackinfo.h.
38615         (do_test): Adjust test case to ensure that pthread_getattr_np
38616         behaviour remains the same after marking stack executable.
38617
38618 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38619
38620         * sysdeps/unix/sysv/linux/kernel-features.h
38621         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38622         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38623         kernel-features.h.
38624         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38625         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38626         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38627         kernel-features.h.
38628         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38629         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38630
38631 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38632
38633         * configure.in: Define the default includes to being none.
38634         * configure: Regenerated.
38635
38636 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38637
38638         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38639         * sysdeps/x86_64/setjmp.S: Likewise.
38640         * sysdeps/i386/bsd-setjmp.S: Likewise.
38641         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38642         * sysdeps/i386/setjmp.S: Likewise.
38643         * sysdeps/i386/__longjmp.S: Likewise.
38644         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38645         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38646
38647         * include/stap-probe.h: New file.
38648         * configure.in: Handle --enable-systemtap.
38649         * configure: Regenerated.
38650         * config.h.in (USE_STAP_PROBE): New #undef.
38651         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38652         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38653         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38654
38655 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38656
38657         [BZ #13717]
38658         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38659         to 2.4.0 where earlier.
38660         * sysdeps/unix/sysv/linux/configure: Regenerated.
38661         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38662         <kernel-features.h>.
38663         [__ASSUME_32BITUIDS]: Make code unconditional.
38664         [!__ASSUME_32BITUIDS]: Remove conditional code.
38665         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38666         <kernel-features.h>.
38667         [__ASSUME_32BITUIDS]: Make code unconditional.
38668         [!__ASSUME_32BITUIDS]: Remove conditional code.
38669         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38670         [__ASSUME_32BITUIDS]: Make code unconditional.
38671         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38672         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38673         <kernel-features.h>.
38674         [__ASSUME_32BITUIDS]: Make code unconditional.
38675         [!__ASSUME_32BITUIDS]: Remove conditional code.
38676         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38677         <kernel-features.h>.
38678         [__ASSUME_32BITUIDS]: Make code unconditional.
38679         [!__ASSUME_32BITUIDS]: Remove conditional code.
38680         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38681         <kernel-features.h>.
38682         [__ASSUME_32BITUIDS]: Make code unconditional.
38683         [!__ASSUME_32BITUIDS]: Remove conditional code.
38684         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38685         <kernel-features.h>.
38686         [__ASSUME_32BITUIDS]: Make code unconditional.
38687         [!__ASSUME_32BITUIDS]: Remove conditional code.
38688         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38689         <kernel-features.h>.
38690         [__ASSUME_32BITUIDS]: Make code unconditional.
38691         [!__ASSUME_32BITUIDS]: Remove conditional code.
38692         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38693         <kernel-features.h>.
38694         [__ASSUME_32BITUIDS]: Make code unconditional.
38695         [!__ASSUME_32BITUIDS]: Remove conditional code.
38696         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38697         <kernel-features.h>.
38698         [__ASSUME_32BITUIDS]: Make code unconditional.
38699         [!__ASSUME_32BITUIDS]: Remove conditional code.
38700         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38701         <kernel-features.h>.
38702         [__ASSUME_32BITUIDS]: Make code unconditional.
38703         [!__ASSUME_32BITUIDS]: Remove conditional code.
38704         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38705         <kernel-features.h>.
38706         [__ASSUME_32BITUIDS]: Make code unconditional.
38707         [!__ASSUME_32BITUIDS]: Remove conditional code.
38708         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38709         <kernel-features.h>.
38710         [__ASSUME_32BITUIDS]: Make code unconditional.
38711         [!__ASSUME_32BITUIDS]: Remove conditional code.
38712         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38713         <kernel-features.h>.
38714         [__NR_setresgid] (__setresgid): Do not declare.
38715         [__ASSUME_32BITUIDS]: Make code unconditional.
38716         [!__ASSUME_32BITUIDS]: Remove conditional code.
38717         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38718         <kernel-features.h>.
38719         [__NR_setresuid] (__setresuid): Do not declare.
38720         [__ASSUME_32BITUIDS]: Make code unconditional.
38721         [!__ASSUME_32BITUIDS]: Remove conditional code.
38722         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38723         <kernel-features.h>.
38724         [__ASSUME_32BITUIDS]: Make code unconditional.
38725         [!__ASSUME_32BITUIDS]: Remove conditional code.
38726         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38727         <kernel-features.h>.
38728         [__ASSUME_32BITUIDS]: Make code unconditional.
38729         [!__ASSUME_32BITUIDS]: Remove conditional code.
38730         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38731         <kernel-features.h>.
38732         [__ASSUME_32BITUIDS]: Make code unconditional.
38733         [!__ASSUME_32BITUIDS]: Remove conditional code.
38734         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38735         <kernel-features.h>.
38736         [__ASSUME_32BITUIDS]: Make code unconditional.
38737         [!__ASSUME_32BITUIDS]: Remove conditional code.
38738         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38739         <kernel-features.h>.
38740         [__ASSUME_32BITUIDS]: Make code unconditional.
38741         [!__ASSUME_32BITUIDS]: Remove conditional code.
38742         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38743         <kernel-features.h>.
38744         [__ASSUME_32BITUIDS]: Make code unconditional.
38745         [!__ASSUME_32BITUIDS]: Remove conditional code.
38746         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38747         <kernel-features.h>.
38748         [__ASSUME_32BITUIDS]: Make code unconditional.
38749         [!__ASSUME_32BITUIDS]: Remove conditional code.
38750         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38751         <kernel-features.h>.
38752         [__ASSUME_32BITUIDS]: Make code unconditional.
38753         [!__ASSUME_32BITUIDS]: Remove conditional code.
38754         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38755         <kernel-features.h>.
38756         [__ASSUME_32BITUIDS]: Make code unconditional.
38757         [!__ASSUME_32BITUIDS]: Remove conditional code.
38758         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38759         <kernel-features.h>.
38760         [__ASSUME_32BITUIDS]: Make code unconditional.
38761         [!__ASSUME_32BITUIDS]: Remove conditional code.
38762         * sysdeps/unix/sysv/linux/kernel-features.h
38763         (__ASSUME_SETRESUID_SYSCALL): Remove.
38764         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38765         (__ASSUME_32BITUIDS): Likewise.
38766         (__ASSUME_LDT_WORKS): Likewise.
38767         (__ASSUME_O_DIRECTORY): Likewise.
38768         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38769         architecture but not kernel version.
38770         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38771         (__ASSUME_MMAP2_SYSCALL): Likewise.
38772         (__ASSUME_STAT64_SYSCALL): Likewise.
38773         (__ASSUME_IPC64): Likewise.
38774         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38775         <kernel-features.h>.
38776         [__ASSUME_32BITUIDS]: Make code unconditional.
38777         [!__ASSUME_32BITUIDS]: Remove conditional code.
38778         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38779         <kernel-features.h>.
38780         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38781         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38782         132096]: Remove conditional code.
38783         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38784         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38785         <kernel-features.h>.
38786         [__ASSUME_32BITUIDS]: Make code unconditional.
38787         [!__ASSUME_32BITUIDS]: Remove conditional code.
38788         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38789         <kernel-features.h>.
38790         [__ASSUME_32BITUIDS]: Make code unconditional.
38791         [!__ASSUME_32BITUIDS]: Remove conditional code.
38792         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38793         <kernel-features.h>.
38794         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38795         unconditional.
38796         (__setresgid): Do not declare.
38797         [__ASSUME_32BITUIDS]: Make code unconditional.
38798         [!__ASSUME_32BITUIDS]: Remove conditional code.
38799         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38800         <kernel-features.h>.
38801         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38802         unconditional.
38803         (__setresuid): Do not declare.
38804         [__ASSUME_32BITUIDS]: Make code unconditional.
38805         [!__ASSUME_32BITUIDS]: Remove conditional code.
38806         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38807         <kernel-features.h>.
38808         [__ASSUME_32BITUIDS]: Make code unconditional.
38809         [!__ASSUME_32BITUIDS]: Remove conditional code.
38810         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38811         <kernel-features.h>.
38812         [__ASSUME_32BITUIDS]: Make code unconditional.
38813         [!__ASSUME_32BITUIDS]: Remove conditional code.
38814
38815 2012-05-25  Richard Henderson  <rth@twiddle.net>
38816
38817         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38818         dl_hwcap to ifunc resolver.
38819         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38820         elf_ifunc_invoke.
38821         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38822         dl_hwcap to ifunc resolver.
38823         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38824
38825 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38826
38827         [BZ #14153]
38828         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38829         for |x| <= 2**-26, not 2**-57.
38830         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38831         exception.
38832
38833 2012-05-24  Jeff Law  <law@redhat.com>
38834
38835         * stdio-common/Makefile (tests): Add bug25.
38836         * stdio-common/bug25.c: New test.
38837
38838 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38839
38840         [BZ #13576]
38841         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38842         multiple of MALLOC_ALIGNMENT in size.
38843         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38844
38845 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38846
38847         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38848         Require >= 256.
38849         (FILENAME_MAX): Use macro-int-constant.
38850         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38851         (_IOFBF): Use macro-int-constant.
38852         (_IOLBF): Likewise.
38853         (_IONBF): Likewise.
38854         (SEEK_CUR): Likewise.
38855         (SEEK_END): Likewise.
38856         (SEEK_SET): Likewise.
38857         (TMP_MAX): Likewise.
38858         (EOF): Use macro-int-constant.  Require < 0.
38859         (NULL): Use macro-constant.  Require == 0.
38860         (stdin): Require type to be FILE *.
38861         (stdout): Likewise.
38862         (stderr): Likewise.
38863         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38864         macro-int-constant.
38865         (EXIT_SUCCESS): Likewise.
38866         (NULL): Use macro-constant.  Require == 0.
38867         (RAND_MAX): Use macro-int-constant.
38868         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38869         [C99-based standards] (strtof): Require function.
38870         [C99-based standards] (strtold): Likewise.
38871         [C99-based standards] (strtoll): Likewise.
38872         [C99-based standards] (strtoull): Likewise.
38873         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38874         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38875         [ISO || ISO99 || ISO11] (math.h): Likewise.
38876         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38877         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38878         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38879
38880 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38881
38882         [BZ #14132]
38883         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38884         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38885         * intl/dgettext.c (DCGETTEXT): Likewise.
38886         * intl/gettext.c (DCGETTEXT): Likewise.
38887         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38888         * posix/regex_internal.h (gettext): Likewise.
38889         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38890         Remove declaration.
38891         * include/argz.h (__argz_count_internal)
38892         (__argz_stringify_internal): Remove declaration.
38893         (__argz_count, __argz_stringify): Declare hidden proto.
38894         * intl/dcgettext.c: Remove use of INTDEF.
38895         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38896         * string/argz-stringify.c: Likewise.
38897         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38898         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38899         Declare hidden proto.
38900         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38901         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38902         Declare hidden proto.
38903         * include/stdio.h (__asprintf_internal): Don't declare.
38904         (__asprintf): Don't define as macro.  Declare hidden proto.
38905         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38906         (__fsetlocking): Declare hidden proto.
38907         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38908         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38909         hidden proto.
38910         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38911         (_IO_setlinebuf): Remove use of INTUSE.
38912         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38913         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38914         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38915         Remove declaration.
38916         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38917         (_IO_do_flush): Remove use of INTUSE.
38918         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38919         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38920         (_IO_adjust_column, _IO_least_wmarker)
38921         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38922         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38923         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38924         (_IO_default_doallocate, _IO_wdefault_doallocate)
38925         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38926         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38927         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38928         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38929         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38930         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38931         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38932         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38933         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38934         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38935         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38936         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38937         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38938         proto.
38939         (_IO_flush_all_internal, _IO_adjust_column_internal)
38940         (_IO_default_uflow_internal, _IO_default_finish_internal)
38941         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38942         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38943         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38944         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38945         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38946         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38947         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38948         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38949         (_IO_file_close_internal, _IO_file_close_it_internal)
38950         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38951         (_IO_file_init_internal, _IO_file_attach_internal)
38952         (_IO_file_fopen_internal, _IO_file_read_internal)
38953         (_IO_file_sync_internal, _IO_file_seek_internal)
38954         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38955         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38956         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38957         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38958         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38959         (_IO_list_all_internal, _IO_link_in_internal)
38960         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38961         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38962         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38963         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38964         (_IO_do_write_internal, _IO_padn_internal)
38965         (_IO_getline_info_internal, _IO_getline_internal)
38966         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38967         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38968         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38969         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38970         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38971         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38972         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38973         with libc_hidden_ver, remove use of INTUSE.
38974         * libio/genops.c: Likewise.
38975         * libio/freopen.c: Likewise.
38976         * libio/freopen64.c: Likewise.
38977         * libio/iofclose.c: Likewise.
38978         * libio/iofdopen.c: Likewise.
38979         * libio/iofflush.c: Likewise.
38980         * libio/iofflush_u.c: Likewise.
38981         * libio/iofgets.c: Likewise.
38982         * libio/iofgets_u.c: Likewise.
38983         * libio/iofopen.c: Likewise.
38984         * libio/iofopncook.c: Likewise.
38985         * libio/iofread.c: Likewise.
38986         * libio/iofread_u.c: Likewise.
38987         * libio/ioftell.c: Likewise.
38988         * libio/iofwrite.c: Likewise.
38989         * libio/iogetline.c: Likewise.
38990         * libio/iogets.c: Likewise.
38991         * libio/iogetwline.c: Likewise.
38992         * libio/iopadn.c: Likewise.
38993         * libio/iopopen.c: Likewise.
38994         * libio/ioseekoff.c: Likewise.
38995         * libio/ioseekpos.c: Likewise.
38996         * libio/iosetbuffer.c: Likewise.
38997         * libio/iosetvbuf.c: Likewise.
38998         * libio/ioungetc.c: Likewise.
38999         * libio/ioungetwc.c: Likewise.
39000         * libio/iovdprintf.c: Likewise.
39001         * libio/iovsprintf.c: Likewise.
39002         * libio/iovsscanf.c: Likewise.
39003         * libio/memstream.c: Likewise.
39004         * libio/obprintf.c: Likewise.
39005         * libio/oldfileops.c: Likewise.
39006         * libio/oldiofclose.c: Likewise.
39007         * libio/oldiofdopen.c: Likewise.
39008         * libio/oldiofopen.c: Likewise.
39009         * libio/oldiopopen.c: Likewise.
39010         * libio/oldstdfiles.c: Likewise.
39011         * libio/putc.c: Likewise.
39012         * libio/setbuf.c: Likewise.
39013         * libio/setlinebuf.c: Likewise.
39014         * libio/stdfiles.c: Likewise.
39015         * libio/strops.c: Likewise.
39016         * libio/vasprintf.c: Likewise.
39017         * libio/vscanf.c: Likewise.
39018         * libio/vsnprintf.c: Likewise.
39019         * libio/vswprintf.c: Likewise.
39020         * libio/wfiledoalloc.c: Likewise.
39021         * libio/wfileops.c: Likewise.
39022         * libio/wgenops.c: Likewise.
39023         * libio/wmemstream.c: Likewise.
39024         * libio/wstrops.c: Likewise.
39025         * libio/__fpurge.c: Likewise.
39026         * libio/__fsetlocking.c: Likewise.
39027         * assert/assert.c: Likewise.
39028         * debug/fgets_chk.c: Likewise.
39029         * debug/fgets_u_chk.c: Likewise.
39030         * debug/fread_chk.c: Likewise.
39031         * debug/fread_u_chk.c: Likewise.
39032         * debug/gets_chk.c: Likewise.
39033         * debug/obprintf_chk.c: Likewise.
39034         * debug/vasprintf_chk.c: Likewise.
39035         * debug/vdprintf_chk.c: Likewise.
39036         * debug/vsnprintf_chk.c: Likewise.
39037         * debug/vsprintf_chk.c: Likewise.
39038         * malloc/mtrace.c: Likewise.
39039         * misc/error.c: Likewise.
39040         * misc/syslog.c: Likewise.
39041         * stdio-common/asprintf.c: Likewise.
39042         * stdio-common/fxprintf.c: Likewise.
39043         * stdio-common/getw.c: Likewise.
39044         * stdio-common/isoc99_fscanf.c: Likewise.
39045         * stdio-common/isoc99_scanf.c: Likewise.
39046         * stdio-common/isoc99_vfscanf.c: Likewise.
39047         * stdio-common/isoc99_vscanf.c: Likewise.
39048         * stdio-common/isoc99_vsscanf.c: Likewise.
39049         * stdio-common/printf-prs.c: Likewise.
39050         * stdio-common/printf_fp.c: Likewise.
39051         * stdio-common/printf_fphex.c: Likewise.
39052         * stdio-common/printf_size.c: Likewise.
39053         * stdio-common/putw.c: Likewise.
39054         * stdio-common/scanf.c: Likewise.
39055         * stdio-common/sprintf.c: Likewise.
39056         * stdio-common/tmpfile.c: Likewise.
39057         * stdio-common/vfprintf.c: Likewise.
39058         * stdio-common/vfscanf.c: Likewise.
39059         * stdlib/strfmon_l.c: Likewise.
39060         * sunrpc/openchild.c: Likewise.
39061         * sunrpc/xdr_stdio.c: Likewise.
39062         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39063         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39064
39065 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39066
39067         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39068
39069         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39070         in the third column, to generate for the shared library an IFUNC
39071         that uses _dl_vdso_vsym.
39072         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39073         * Makeconfig (object-suffixes-noshared): New variable.
39074
39075         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39076         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39077         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39078         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39079
39080         [BZ #14132]
39081         * include/sys/time.h (__gettimeofday): Remove macro.
39082         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39083         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39084         Remove INTDEF.
39085         (__gettimeofday): Add libc_hidden_def.
39086         (gettimeofday): Add libc_hidden_weak.
39087         * sysdeps/mach/gettimeofday.c: Likewise.
39088         * sysdeps/posix/gettimeofday.c: Likewise.
39089         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39090         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39091         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39092         (__gettimeofday_internal): Remove strong_alias.
39093         (__gettimeofday): Add libc_hidden_def.
39094         (gettimeofday): Add libc_hidden_weak.
39095         * sysdeps/unix/syscalls.list (gettimeofday):
39096         Remove __gettimeofday_internal alias.
39097
39098 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39099             H.J. Lu  <hongjiu.lu@intel.com>
39100
39101         [BZ #12495]
39102         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39103         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39104         (largebin_index_32_big): New.
39105         (largebin_index): Use it for 16-byte alignment.
39106         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39107         correction with front_misalign.
39108
39109 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39110
39111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39113         Likewise.
39114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39115         Likewise.
39116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39117         Likewise.
39118         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39119         Likewise.
39120         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39121         Likewise.
39122         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39123         Likewise.
39124         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39125         Likewise.
39126         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39127         Likewise.
39128         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39129         Likewise.
39130         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39131         Likewise.
39132         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39133         Likewise.
39134         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39135         Likewise.
39136
39137         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39138         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39139
39140 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39141
39142         [BZ #10846]
39143         [BZ #14036]
39144         * math/libm-test.inc (exp_test): Add test from bug 14036.
39145         (pow_test): Add test from bug 10846.
39146
39147         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39148         and other flags.
39149         (special_function): Do not include flags in test name.
39150         (parse_args): Likewise.
39151         * sysdeps/i386/fpu/libm-test-ulps: Update.
39152         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39153         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39154         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39156
39157         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39158         exceptions.
39159         * math/libm-test.inc ("Philosophy"): Update comment about
39160         exception testing.
39161         (UNDERFLOW_EXCEPTION): New macro.
39162         (UNDERFLOW_EXCEPTION_OK): Likewise.
39163         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39164         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39165         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39166         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39167         (INVALID_EXCEPTION_OK): Update value.
39168         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39169         (OVERFLOW_EXCEPTION_OK): Likewise.
39170         (IGNORE_ZERO_INF_SIGN): Likewise.
39171         (test_exceptions): Handle underflow exceptions.
39172         (acos_test): Update for underflow exception expectations.
39173         (cexp_test): Likewise.
39174         (clog_test): Likewise.
39175         (clog10_test): Likewise.
39176         (csqrt_test): Likewise.
39177         (ctan_test): Likewise.
39178         (ctanh_test): Likewise.
39179         (exp_test): Likewise.
39180         (exp10_test): Likewise.
39181         (exp2_test): Likewise.
39182         (expm1_test): Likewise.
39183         (fma_test): Likewise.
39184         (j0_test): Likewise.
39185         (jn_test): Likewise.
39186         (nexttoward_test): Likewise.
39187         (pow_test): Likewise.
39188         (scalbn_test): Likewise.
39189         (scalbln_test): Likewise.
39190         (tan_test): Likewise.
39191         (y1_test): Likewise.
39192         * sysdeps/i386/fpu/libm-test-ulps: Update.
39193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39194
39195 2012-05-23  David S. Miller  <davem@davemloft.net>
39196
39197         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39198         (__libc_sigaction): Remove unused local variables.
39199
39200 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39201
39202         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39203
39204 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39205
39206         mktime: avoid signed integer overflow
39207         * time/mktime.c (__mktime_internal): Do not mishandle the case
39208         where diff == INT_MIN.
39209
39210         mktime: simplify computation of average
39211         * time/mktime.c (ranged_convert): Use new time_t_avg function
39212         instead of rolling our own (probably-slower) code.
39213
39214         mktime: do not assume signed right shift propagates sign bit
39215         * time/mktime.c (isdst_differ): New static function.
39216         (__mktime_internal): No need to normalize tm_isdst now.
39217         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39218         tm_isdst values.
39219
39220         mktime: merge another wrapv change from gnulib
39221         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39222         from some compilers.
39223
39224         mktime: remove incorrect attempt at unusual arithmetics
39225         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39226         The code didn't really work on such machines anyway.
39227         (TYPE_MINIMUM): Assume two's complement.
39228         (twos_complement_arithmetic): Verify that long_int and time_t
39229         are two's complement (or unsigned, in the latter case).
39230
39231         mktime: check signed shifts on long_int and time_t, too
39232         * time/mktime.c (SHR): Check that shifts work as desired
39233         on the types long_int and time_t too, as SHR is used on
39234         such types.
39235
39236         mktime: do not assume 'long' is wide enough
39237         * time/mktime.c (verify): Move decl up.
39238         (long_int): New type.
39239         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39240         to remove assumption in the code that 'long' is wide enough to
39241         store year values.  This assumption is not true on x32 and on
39242         some non-glibc platforms.
39243
39244         mktime: merge wrapv change from gnulib
39245         * time/mktime.c (WRAPV): New macro.
39246         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39247         (guess_time_tm, __mktime_internal): Do not assume that signed
39248         integer overflow wraps around; modern compilers generate code
39249         where this assumption is no longer valid.
39250
39251 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39252
39253         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39254         Replace "jmp L(pseudo_end)" with "ret".
39255         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39256         Likewise.
39257
39258 2012-05-23  Andreas Jaeger  <aj@suse.de>
39259
39260         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39261         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39262
39263 2012-05-23  Andreas Jaeger  <aj@suse.de>
39264             Maximilian Attems  <max@stro.at>
39265
39266         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39267         New macros.
39268
39269 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39270
39271         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39272         code so that pseudo_end is just ret and the stack pointer is
39273         correct also for static library in error case.
39274
39275 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39276
39277         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39278         move to syscalls.list.
39279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39283
39284         * manual/install.texi (Running make install): Do not mention Linux
39285         kernel version for which pt_chown is not needed.
39286         (Linux): Do not mention problems with nscd with 2.0 kernels.
39287         * INSTALL: Regenerated.
39288
39289 2012-05-23  Andreas Jaeger  <aj@suse.de>
39290
39291         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39292         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39293         macro.
39294         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39295         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39296         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39297         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39298         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39299         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39300         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39301         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39302         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39303         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39304         * sysdeps/unix/sysv/linux/bits/in.h
39305         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39306
39307 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39308
39309         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39310         (PREPARE_VERSION): Just use assert instead, it will be elided
39311         under [NDEBUG] anyway.
39312
39313 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39314
39315         * sysdeps/unix/sysv/linux/Makefile: Include
39316         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39317         (sysdep_routines): Remove sysctl.
39318         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39319         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39320         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39321         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39322         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39323
39324 2012-05-22  Andreas Jaeger  <aj@suse.de>
39325
39326         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39327         that pseudo_end is just ret and the stack pointer is correct also
39328         for static library in error case.
39329
39330 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39331
39332         [BZ #14122]
39333         * nss/nsswitch.c (defconfig_entries): New variable.
39334         (__nss_database_lookup): Don't leak defconfig entries.
39335         (nss_parse_service_list): Don't leak on error paths.
39336         (free_database_entries): New function.
39337         (free_defconfig): New function.
39338         (free_mem): Move common code to free_database_entries.
39339
39340 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39341
39342         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39343         Add arch_prctl.
39344         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39345
39346         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39347         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39348         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39349         New macro.
39350         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39351         (INTERNAL_SYSCALL_TYPES): Likewise.
39352         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39353         (LOAD_REGS_TYPES_[1-6]): Likewise.
39354         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39355         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39356
39357 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39358
39359         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39360         copysignl for GLIBC_2_0.
39361         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39362         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39363         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39364         logbl for GLIBC_2_0.
39365         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39366         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39367
39368 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39369
39370         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39371         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39372
39373         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39374         Use "neg %eax".
39375
39376         * time/mktime.c: Update copyright years.
39377
39378 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39379
39380         mktime: merge comment-quoting-style change from gnulib
39381         * time/mktime.c: Quote 'like this' in comments.
39382         The GNU coding standards suggest that we no longer quote `like this',
39383         as "`" and "'" are typically rendered asymmetrically nowadays.
39384         The typical gnulib style is to quote 'like this' when quoting
39385         code, and "like this" when quoting English.
39386
39387         * time/mktime.c (compile-command): Add "-I.".
39388
39389         mktime: merge mktime-internal.h change from gnulib
39390         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39391
39392         mktime: merge time_r change from gnulib
39393         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39394
39395         mktime: merge DEBUG change from gnulib
39396         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39397         case system <time.h> has a #define.
39398
39399         mktime: merge <sys/types.h> change from gnulib
39400         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39401         since <time.t> is now guaranteed to define time_t.
39402
39403         mktime: merge HAVE_CONFIG_H change from gnulib
39404         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39405
39406 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39407
39408         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39409         Use "neg %eax".
39410
39411         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39412         __rlim_t cast.
39413         (struct rusage): Use anonymous union to pad each field to
39414         __syscall_slong_t.
39415
39416 2012-05-21  David S. Miller  <davem@davemloft.net>
39417
39418         * Makefules (o-iterator): Remove .s cases.
39419         (compile-command.s): Delete.
39420         (COMPILE.s): Delete.
39421         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39422
39423 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39424
39425         * configure.in (libc_cv_predef_stack_protector): Only consider
39426         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39427         * configure: Regenerated.
39428
39429 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39430
39431         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39432         New macro.  Use R*LP on int and pointer.
39433         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39434         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39435         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39436         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39437
39438         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39439         [__WORDSIZE_TIME64_COMPAT32] instead of
39440         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39441         (struct utmp): Likewise.
39442         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39443         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39444         Renamed to ...
39445         (__WORDSIZE_TIME64_COMPAT32): This.
39446         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39447         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39448         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39449         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39450         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39451         (__WORDSIZE_TIME64_COMPAT32): New macro.
39452
39453 2012-05-21  Andreas Jaeger  <aj@suse.de>
39454
39455         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39456         only if [SHARED]. Add prototype for __wcschr_ia32.
39457
39458 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39459
39460         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39461         of %rbp unmolested in the jmp_buf while mangling the low bits.
39462         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39463         unmolested high bits of %rbp while demangling the low bits.
39464         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39465
39466 2012-05-21  Andreas Jaeger  <aj@suse.de>
39467
39468         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39469         * sunrpc/svc_simple.c: Use it for registerrpc.
39470         * sunrpc/xcrypt.c: Use it for passwd2des.
39471
39472         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39473
39474 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39475
39476         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39477         Don't define if [__SYSCALL_WORDSIZE != 32].
39478         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39479         New macro.
39480
39481 2012-05-21  Bruno Haible  <bruno@clisp.org>
39482             Andreas Jaeger  <aj@suse.de>
39483
39484         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39485         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39486         inptr and inend for must_buffer_ch.
39487         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39488         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39489         * stdio-common/Makefile (tests): Remove bug15.
39490         (bug15-ENV): Remove macro.
39491         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39492         anymore.
39493
39494 2012-05-19  Andreas Jaeger  <aj@suse.de>
39495             Roland McGrath  <roland@hack.frob.com>
39496
39497         * manual/contrib.texi: Completely rewritten. It contains now an
39498         alphabetical list of contributors and their contributions.
39499
39500 2012-05-21  Richard Henderson  <rth@twiddle.net>
39501
39502         * misc/getauxval.c (__getauxval): Use unsigned long int.
39503         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39504         (getauxval): Use unsigned long int.
39505
39506 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39507
39508         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39509
39510 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39511
39512         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39513         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39514         __alignof__ (long double).
39515
39516 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39517
39518         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39519
39520 2012-05-20  Richard Henderson  <rth@twiddle.net>
39521
39522         * misc/getauxval.c: New file.
39523         * misc/sys/auxv.h: New file.
39524         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39525         (routines): Add getauxval.
39526         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39527         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39528         * elf/dl-sysdep.c (_dl_auxv): Remove.
39529         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39530         * elf/dl-support.c (_dl_auxv): New variable.
39531         (_dl_aux_init): Initialize it.
39532         * manual/startup.texi (Auxiliary Vector): New node.
39533         * sysdeps/generic/bits/hwcap.h: New file.
39534         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39535         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39536         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39537         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39538         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39539         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39541         Update.
39542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39544         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39545         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39546         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39547         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39550
39551 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39552
39553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39554
39555 2012-05-19  David S. Miller  <davem@davemloft.net>
39556
39557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39558
39559 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39560
39561         [BZ #14123]
39562         * math/s_ccosh.c: Include <float.h>
39563         (__ccosh): Avoid internal overflow calculating sinh and cosh
39564         values before multiplying by sin and cos values.
39565         * math/s_ccoshf.c: Likewise.
39566         * math/s_ccoshl.c: Likewise.
39567         * math/s_csin.c: Likewise.
39568         * math/s_csinf.c: Likewise.
39569         * math/s_csinl.c: Likewise.
39570         * math/s_csinh.c: Likewise.
39571         * math/s_csinhf.c: Likewise.
39572         * math/s_csinhl.c: Likewise.
39573         * math/libm-test.inc (ccos_test): Add more tests.
39574         (ccosh_test): Likewise.
39575         (csin_test): Likewise.
39576         (csinh_test): Likewise.
39577         * sysdeps/i386/fpu/libm-test-ulps: Update.
39578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39579
39580 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39581
39582         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39583         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39584
39585         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39586
39587 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39588
39589         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39590         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39591         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39592         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39593         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39594         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39595         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39596         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39597         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39598         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39599         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39600         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39601         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39602         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39603         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39604         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39605         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39606         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39607         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39608         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39609         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39610         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39611         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39612         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39613         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39614         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39615         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39616         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39617         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39618         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39619         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39620
39621 2012-05-18  Andreas Jaeger  <aj@suse.de>
39622
39623         * csu/.gitignore: Delete.
39624
39625 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39626
39627         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39628         (timex): Use __syscall_slong_t.
39629
39630 2012-05-18  Andreas Jaeger  <aj@suse.de>
39631             Carlos O'Donell  <carlos_odonell@mentor.com>
39632
39633         * manual/install.texi (Configuring and compiling): Update
39634         description about files modified in the source directory.
39635         * INSTALL: Regenerated.
39636
39637 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39638
39639         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39640         value.  Use "or" to set return value to -1.
39641         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39642         negate return value.
39643
39644 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39645
39646         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39647         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39648         failure if the compiler has Graphite support disabled.
39649         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39650         Likewise.
39651         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39652         (CFLAGS-memmove.c): Likewise.
39653         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39654         Likewise.
39655
39656 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39657
39658         * sysdeps/x86_64/x32/_itoa.h: New file.
39659
39660         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39661         getdents system call only if kernel and user dirents have the
39662         same d_ino and d_off.
39663
39664         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39665         LLONG_MAX != LONG_MAX.
39666         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39667         (_fitoa_word): Likewise.
39668
39669         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39670         years.
39671         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39672         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39673         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39674
39675         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39676         include <bits/wordsize.h>.  Check __x86_64__ instead of
39677         __WORDSIZE.
39678         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39679         if __x86_64__ is defined.  Use anonymous union on fpstate.
39680
39681         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39682         anonymous union.
39683
39684 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39685
39686         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39687         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39688         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39689         Refer to _rtld_local_ro instead of _rtld_global_ro.
39690         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39691         Likewise.
39692         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39693         Likewise.
39694         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39695         Likewise.
39696         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39697         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39698         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39699
39700         * sysdeps/powerpc/powerpc32/dl-machine.c
39701         (__elf_machine_runtime_setup) [PROF]: Don't reference
39702         _dl_prof_resolve.
39703
39704 2012-05-18  Andreas Jaeger  <aj@suse.de>
39705
39706         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39707         function only available for GCCs before 3.4 since GCC 3.4
39708         introduced a builtin.
39709         (lrint): Likewise.
39710         (llrintf): Likewise.
39711         (llrint): Likewise.
39712         (fmaxf): Likewise.
39713         (fmax): Likewise.
39714         (fminf): Likewise.
39715         (fmin): Likewise.
39716         (rint): Likewise.
39717         (rintf): Likewise.
39718         (nearbyint): Likewise.
39719         (nearbyintf): Likewise.
39720         (ceil): Likewise.
39721         (ceilf): Likewise.
39722         (floor): Likewise.
39723         (floorf): Likewise.
39724
39725 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39726
39727         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39728         on both fields and cast pointer to __syscall_ulong_t.
39729
39730         * bits/types.h (__fsword_t): New type.
39731         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39732         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39733         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39734         (__FSWORD_T_TYPE): Likewise.
39735         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39736         (__FSWORD_T_TYPE): Likewise.
39737         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39738         (__FSWORD_T_TYPE): Likewise.
39739         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39740         (__FSWORD_T_TYPE): Likewise.
39741         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39742         __SWORD_TYPE with __fsword_t.
39743         (statfs64): Likewise.
39744
39745 2012-05-17  David S. Miller  <davem@davemloft.net>
39746
39747         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39748
39749 2012-05-17  Andreas Jaeger  <aj@suse.de>
39750
39751         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39752         warning.
39753
39754 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39755
39756         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39757
39758 2012-05-17  Andreas Jaeger  <aj@suse.de>
39759
39760         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39761         when it is used.
39762
39763 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39764
39765         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39766
39767 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39768
39769         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39770         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39771
39772 2012-05-17  Andreas Jaeger  <aj@suse.de>
39773             Carlos O'Donell  <carlos_odonell@mentor.com>
39774
39775         [BZ #14059]
39776         * sysdeps/x86_64/multiarch/init-arch.h
39777         (bit_YMM_Usable): Rename to...
39778         (bit_AVX_Usable): ... this.
39779         (bit_FMA4_Usable): New macro.
39780         (bit_XMM_state): New macro.
39781         (bit_YMM_state): New macro.
39782         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39783         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39784         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39785         (CPUID_OSXSAVE): New macro.
39786         (CPUID_AVX): New macro.
39787         (CPUID_FMA4): New macro.
39788         (index_YMM_Usable): Rename to...
39789         (index_AVX_Usable): ... this.
39790         (HAS_AVX): Use HAS_ARCH_FEATURE.
39791         (HAS_FMA4): Likewise.
39792         (HAS_YMM_USABLE): Remove.
39793         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39794         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39795         are present.
39796         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39797         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39798         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39799         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39800         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39801
39802 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39803
39804         * math/libm-test.c: Support platforms without multiple rounding modes.
39805         * math/bug-nextafter.c: Support platforms without FP exceptions.
39806         * math/bug-nexttoward.c: Likewise.
39807         * math/test-fenv.c: Likewise.
39808         * math/test-misc.c: Likewise.
39809         * stdlib/bug-getcontext.c: Likewise.
39810
39811 2012-05-17  Andreas Jaeger  <aj@suse.de>
39812
39813         * manual/examples/search.c (critter_cmp): Change signature to
39814         avoid warnings.
39815         * manual/string.texi (Collation Functions): Likewise.
39816
39817 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39818
39819         * bits/types.h: Fold copyright years.
39820         * bits/typesizes.h: Likewise.
39821         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39822         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39823         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39824         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39825         * time/time.h: Likewise.
39826
39827 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39828
39829         [BZ #208]
39830         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39831         in instead of returning them.  Return void.
39832         (__libc_mallinfo): Accumulate over all arenas.
39833         (__malloc_stats): Adjust for change in int_mallinfo interface.
39834
39835 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39836
39837         [BZ #10375]
39838         * configure.in (NM): Add AC_CHECK_TOOL for it.
39839         (libc_extra_cflags): New substituted variable.
39840         Check for -fstack-protector being used implicitly.
39841         * configure: Regenerated.
39842         * config.make.in (config-extra-cflags): New variable,
39843         gets @libc_extra_cflags@.
39844         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39845
39846         [BZ #10375]
39847         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39848         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39849         * configure: Regenerated.
39850         * config.make.in (CPPUNDEFS): New substituted variable.
39851         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39852         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39853         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39854
39855 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39856
39857         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39858         (mq_attr): Use __syscall_slong_t.
39859
39860 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39861
39862         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39863         Check __x86_64__ instead of __WORDSIZE.
39864         (_STAT_VER_LINUX): Likewise.
39865         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39866         __syscall_ulong_t and __syscall_slong_t.
39867         (stat64): Likewise.
39868
39869 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39870
39871         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39872
39873 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39874
39875         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39876
39877 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39878
39879         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39880         __syscall_ulong_t.
39881
39882         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39883         include <bits/wordsize.h>.  Check __x86_64__ instead of
39884         __WORDSIZE.
39885         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39886         defined.
39887         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39888
39889         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39890         include <bits/wordsize.h>.  Check __x86_64__ instead of
39891         __WORDSIZE.
39892         (user_regs_struct): Use "__extension__ unsigned long long"
39893         instead of "unsigned long" if __x86_64__ is defined.
39894         (user): Likewise.  Pad after pointer field if __ILP32__ is
39895         defined.
39896
39897 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39898
39899         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39900         versions 5 to 9.
39901         * configure: Regenerated.
39902         * manual/install.texi (texinfo): Increase version requirement to
39903         4.5 or later.
39904         * INSTALL: Regenerated.
39905
39906         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39907
39908 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39909
39910         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39911
39912         * sysdeps/x86_64/x32/ffs.c: New file.
39913
39914         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39915         __syscall_ulong_t.
39916         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39917         defined.  Use __syscall_ulong_t.
39918         (shminfo): Use __syscall_ulong_t.
39919         (shm_info): Likewise.
39920
39921         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39922         __syscall_ulong_t.
39923
39924         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39925         <bits/wordsize.h>.
39926         (msgqnum_t): Use __syscall_ulong_t.
39927         (msglen_t): Likewise.
39928         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39929         __syscall_ulong_t.
39930
39931         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39932         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39933
39934         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39935
39936         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39937         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39938
39939         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39940         __syscall_slong_t.
39941
39942         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39943         include <bits/wordsize.h>.  Check __x86_64__ instead of
39944         __WORDSIZE.
39945
39946         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39947         "unsigned long long int" if __x86_64__ is defined.
39948         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39949
39950         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39951         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39952         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39953
39954         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39955         <stdint.h>.
39956         (GET_PC): Cast to uintptr_t first.
39957         (GET_FRAME): Likewise.
39958         (GET_STACK): Likewise.
39959
39960         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39961         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39962         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39963         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39964         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39965         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39966         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39967         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39968         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39969         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39970         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39971         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39972         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39973         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39974         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39975         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39976         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39977         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39978         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39979         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39980         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39981         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39982         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39983         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39984         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39985         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39986         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39987         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39988         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39989
39990 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39991
39992         * Makerules (+depfiles): Also collect depfiles from .oS in
39993         $(extra-objs).
39994         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39995         .oS, $(libnldbl-routines)).
39996
39997         * Makerules (native-compile-mkdep-flags): Define.
39998         * sunrpc/Makefile (extra-objs): Add $(addprefix
39999         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40000         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40001         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40002         calling $(make-target-directory).
40003
40004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40005
40006         * bits/types.h (__snseconds_t): Removed.
40007         * time/time.h (struct timespec): Replace __snseconds_t with
40008         __syscall_slong_t.
40009         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40010         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40011         Likewise.
40012         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40013         (__SNSECONDS_T_TYPE): Likewise.
40014         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40015         (__SNSECONDS_T_TYPE): Likewise.
40016         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40017         (__SNSECONDS_T_TYPE): Likewise.
40018
40019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * sysdeps/mach/hurd/bits/typesizes.h
40022         (__SYSCALL_SLONG_TYPE): New macro.
40023         (__SYSCALL_ULONG_TYPE): Likewise.
40024
40025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40026
40027         * bits/types.h (__syscall_slong_t): New type.
40028         (__syscall_ulong_t): Likewise.
40029
40030         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40031         (__SYSCALL_ULONG_TYPE): Likewise.
40032         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40033         (__SYSCALL_SLONG_TYPE): Likewise.
40034         (__SYSCALL_ULONG_TYPE): Likewise.
40035         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40036         (__SYSCALL_SLONG_TYPE): Likewise.
40037         (__SYSCALL_ULONG_TYPE): Likewise.
40038         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40039         (__SYSCALL_SLONG_TYPE): Likewise.
40040         (__SYSCALL_ULONG_TYPE): Likewise.
40041
40042 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40043
40044         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40045         Add sigaltstack-offsets.sym.
40046         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40047         <sigaltstack-offsets.h>.
40048         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40049         longjmp_msg pointer.
40050         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40051         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40052         signal stack.
40053         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40054
40055 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40056
40057         * elf/stackguard-macros.h: Remove file.
40058         * sysdeps/generic/stackguard-macros.h: New file.
40059         * sysdeps/i386/stackguard-macros.h: Likewise.
40060         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40061         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40062         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40063         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40064         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40065         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40066         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40067         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40068         <elf/stackguard-macros.h>.
40069
40070         [BZ #14109]
40071         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40072         __aligned__ in attribute.
40073         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40074         (gregset_t): Likewise.
40075
40076 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40077
40078         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40079         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40080         * sysdeps/x86_64/x32/Implies-after: New file.
40081
40082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40083
40084         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40085         and access return value for _dl_profile_fixup.  Use R10_LP to
40086         load frame size.
40087
40088 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40089
40090         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40091
40092 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40093
40094         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40095         * sysdeps/x86_64/x32/sysdep.h: New file.
40096
40097 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40098
40099         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40100         * sysdeps/x86_64/setjmp.S: Likewise.
40101
40102 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40103
40104         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40105         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40106         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40107         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40108         remove unused global constant.
40109
40110 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40111
40112         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40113         include of <not-cancel.h>.
40114
40115 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40116
40117         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40118
40119 2012-05-15  Jeff Law  <law@redhat.com>
40120             Andreas Jaeger  <aj@suse.de>
40121
40122         [BZ #13594]
40123         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40124         out from...
40125         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40126         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40127         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40128         code changing __hst_map_handle.map.
40129
40130 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40131
40132         * configure.in (sysnames): Look for Implies-before and Implies-after
40133         files.
40134         * configure: Regenerated.
40135
40136 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40137
40138         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40139         8-byte data alignment with LP_SIZE alignment.
40140
40141 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40142
40143         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40144         into R10_LP.
40145
40146 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40147
40148         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40149
40150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40151
40152         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40153         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40154         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40155         Likewise.
40156         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40157
40158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40159
40160         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40161         (stackinfo_sub_sp): Likewise.
40162
40163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40164
40165         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40166         RAX_LP.
40167
40168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40169
40170         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40171         into R*_LP.
40172
40173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40174
40175         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40176         sizes into R*_LP.
40177
40178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40179
40180         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40181
40182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40183
40184         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40185         into R11_LP and load __x86_64_shared_cache_size_half into
40186         R8_LP.
40187
40188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40189
40190         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40191         R8_LP.
40192
40193 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40194
40195         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40196         logb for POWER7.
40197         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40198         logbf for POWER7.
40199         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40200         logbl for POWER7.
40201         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40202         powerpc32/power7/fpu/s_logb.c via #include.
40203         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40204         powerpc32/power7/fpu/s_logbf.c via #include.
40205         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40206         powerpc32/power7/fpu/s_logbl.c via #include.
40207
40208 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40209
40210         * README.libm: Remove file.
40211
40212 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40213
40214         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40215         count for x32.  Use R*_LP and omit operand-size suffix.
40216
40217 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40218
40219         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40220         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40221         * sysdeps/x86_64/x32/shlib-versions: New file.
40222
40223 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40224
40225         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40226         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40227         Use _dl_fatal_printf instead.
40228
40229 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40230
40231         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40232         set if not set by the user.  Do not allow for being unset.
40233         * sysdeps/unix/sysv/linux/configure: Regenerated.
40234
40235 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40236
40237         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40238         the `q' suffix from lea and replace .quad with ASM_ADDR.
40239
40240 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40241
40242         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40243         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40244         instead of $17.
40245         (PTR_DEMANGLE): Likewise.
40246
40247 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40248
40249         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40250         (LP_OP): Likewise.
40251         (ASM_ADDR): Likewise.
40252         (RAX_LP): Likewise.
40253         (RBP_LP): Likewise.
40254         (RBX_LP): Likewise.
40255         (RCX_LP): Likewise.
40256         (RDI_LP): Likewise.
40257         (RSI_LP): Likewise.
40258         (RSP_LP): Likewise.
40259         (R8_LP): Likewise.
40260         (R9_LP): Likewise.
40261         (R10_LP): Likewise.
40262         (R10_LP): Likewise.
40263         (R11_LP): Likewise.
40264         (R12_LP): Likewise.
40265         (R13_LP): Likewise.
40266         (R14_LP): Likewise.
40267         (R15_LP): Likewise.
40268
40269 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40270
40271         * sysdeps/x86_64/x32/dl-machine.h: New file.
40272
40273 2012-05-14  Andreas Jaeger  <aj@suse.de>
40274
40275         * manual/Makefile (subdir): Remove export of subdir.
40276         (all): Remove target.
40277         (.PHONY): Remove all from list.
40278         (mkinstalldirs): Remove.
40279         (.PHONY): Remove installdirs from list.
40280         ($(inst_infodir)/libc.info): Use make-target-directory.
40281         (installdirs): Remove.
40282         (subdir_%): Remove.
40283         (glibc-targets): Remove.
40284         (lib): Remove.
40285         (stubs): Remove.
40286         ($(objpfx)stubs ../po/manual.pot): Remove.
40287         ($(objpfx)stamp%): Remove.
40288         (make-target-directory): Remove.
40289         (subdir_install): Remove.
40290         (routines): Remove.
40291         (aux): Remove.
40292         (sources): Remove.
40293         (objects): Remove.
40294         (headers): Remove.
40295
40296         [BZ #13750]
40297         * manual/.gitignore: Remove, it's not needed anymore.
40298         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40299         all files in it.
40300         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40301         directory.
40302         (texis): Renamed to $(objpfx)texis.
40303         (texis-path): New, contains path to generated files.
40304         (chapters.%): Use texis-path for complete path, add extra argument
40305         libc-texinfo.sh.
40306         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40307         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40308         (summary,texi, stamp-summary): Use complete path of
40309         files. Generate files in build dir.
40310         (dir-add.texi): Build in build dir.
40311         (libm-err.texi,stamp-libm-err): Likewise.
40312         (version.texi, stamp-version): Likewise.
40313         (.%c.texi): Likewise.
40314         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40315         (mostlyclean): Remove target.
40316         (realclean): Remove target.
40317         (generated): Add new variable with contents from mostlyclean and
40318         realclean, remove entries duplicated in common-mostlyclean, add
40319         stamp-libm-err and stamp-version.
40320         (generated-dirs): Add libc directory.
40321         ($(inst_infodir)/libc.info): Install files from build dir.
40322
40323         * manual/install.texi (Configuring and compiling): Adjust since
40324         the info files are not part of the tar ball anymore.
40325
40326 2012-05-14  Andreas Jaeger  <aj@suse.de>
40327
40328         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40329         variable.
40330
40331 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40332
40333         [BZ #13717]
40334         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40335         to 2.2.0 where earlier.
40336         * sysdeps/unix/sysv/linux/configure: Regenerated.
40337         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40338         Remove conditional code.
40339         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40340         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40341         Remove conditional code.
40342         [!__NR_lchown]: Likewise.
40343         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40344         [__NR_lchown]: Likewise.
40345         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40346         comment referencing __ASSUME_LCHOWN_SYSCALL.
40347         * sysdeps/unix/sysv/linux/i386/sigaction.c
40348         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40349         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40350         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40351         Remove conditional code.
40352         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40353         (__protocol_available): Remove #if 0 code.
40354         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40355         conditional code.
40356         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40357         * sysdeps/unix/sysv/linux/kernel-features.h
40358         (__ASSUME_GETCWD_SYSCALL): Don't define.
40359         (__ASSUME_REALTIME_SIGNALS): Likewise.
40360         (__ASSUME_PREAD_SYSCALL): Likewise.
40361         (__ASSUME_PWRITE_SYSCALL): Likewise.
40362         (__ASSUME_POLL_SYSCALL): Likewise.
40363         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40364         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40365         non-SPARC.
40366         (__ASSUME_SIOCGIFNAME): Don't define.
40367         (__ASSUME_MSG_NOSIGNAL): Likewise.
40368         (__ASSUME_SENDFILE): Define unconditionally.
40369         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40370         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40371         conditional code.
40372         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40373         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40374         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40375         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40376         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40377         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40378         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40380         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40381         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40383         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40384         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40386         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40387         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40389         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40390         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40392         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40393         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40395         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40396         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40398         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40399         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40401         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40402         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40403         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40404         Remove conditional code.
40405         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40406         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40407         Remove conditional code.
40408         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40409         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40410         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40411         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40412         Remove conditional code.
40413         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40414         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40415         Remove conditional code.
40416         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40417         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40418         Remove conditional code.
40419         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40420         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40421         Remove conditional code.
40422         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40423         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40424         Remove conditional code.
40425         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40426         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40427         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40428         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40429         * sysdeps/unix/sysv/linux/sigaction.c
40430         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40431         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40432         * sysdeps/unix/sysv/linux/sigpending.c
40433         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40434         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40435         * sysdeps/unix/sysv/linux/sigprocmask.c
40436         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40437         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40438         * sysdeps/unix/sysv/linux/sigsuspend.c
40439         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40440         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40441         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40442         (__libc_missing_rt_sigs): Remove.
40443         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40444         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40445         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40446         Remove conditional code.
40447         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40448         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40449         return 1.
40450         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40451         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40452         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40453         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40454
40455 2012-05-14  Andreas Jaeger  <aj@suse.de>
40456
40457         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40458         it's not used in glibc.
40459         (__coshm1): Likewise.
40460         (__acosh1p): Likewise.
40461         (__sgn): Likewise.
40462
40463         * manual/string.texi (Copying and Concatenation): Add missing
40464         variable in concat example.
40465         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40466
40467 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40468
40469         [BZ #14103]
40470         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40471         __builtin_clzl with __builtin_clzll.
40472
40473 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40474
40475         [BZ #14104]
40476         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40477         libc_freeres_ptr.
40478
40479 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40480
40481         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40482         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40483         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40484         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40485
40486 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40487
40488         * NEWS: Update ia64 info.
40489
40490 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40491
40492         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40493         used as bcopy.
40494
40495 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40496
40497         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40498         * sysdeps/unix/syscalls.list (dup3): Likewise.
40499         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40500         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40501
40502 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40503
40504         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40505         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40506
40507 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40508
40509         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40510         thread pointer.
40511         (TLS_IE): Use mov/add instead of movq/addq to load thread
40512         pointer.
40513         (TLS_GD_PREFIX): New.
40514         (TLS_GD): Use it.
40515
40516 2012-05-11  David S. Miller  <davem@davemloft.net>
40517
40518         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40519         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40520         (_FPU_SETCW): Likewise.
40521
40522 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40523
40524         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40525         is 32-byte aligned.
40526
40527 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40528
40529         [BZ #11837]
40530         * iconvdata/gb18030.c: Update tables.
40531         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40532         characters specially.
40533         (BODY for TO_LOOP): Add encoding of missing ranges.
40534
40535 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40536
40537         [BZ #13673]
40538         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40539         * sysdeps/mach/hurd/dup3.c: Likewise.
40540         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40541         * sysdeps/powerpc/memmove.c:: Likewise.
40542
40543 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40544
40545         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40546         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40547
40548 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40549
40550         * elf/elf.h (R_X86_64_RELATIVE64): New.
40551         (R_X86_64_NUM): Updated.
40552         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40553         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40554         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40555         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40556         tst-quad1pie tst-quad2pie
40557         (modules-names): Add tst-quadmod1 tst-quadmod2.
40558         ($(objpfx)tst-quad1): New dependency.
40559         ($(objpfx)tst-quad2): Likewise.
40560         ($(objpfx)tst-quad1pie): Likewise.
40561         ($(objpfx)tst-quad2pie): Likewise.
40562         * sysdeps/x86_64/tst-quad1.c: New file.
40563         * sysdeps/x86_64/tst-quad1pie.c: New file.
40564         * sysdeps/x86_64/tst-quad2.c: Likewise.
40565         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40566         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40567         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40568         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40569         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40570
40571 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40572
40573         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40574         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40575         * streams/stropts.h (t_scalar_t): Define type.
40576
40577         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40578         (_PATH_PRESERVE): Set to "/var/lib".
40579         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40580
40581         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40582         instead of int.
40583
40584         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40585         if __dir_mkfile succeeded.
40586
40587         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40588         checking for _hurd_dtablesize.  Unlock it right after having
40589         finished _hurd_dtable allocation.
40590
40591 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40592
40593         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40594         * sysdeps/mach/hurd/configure: Regenerated.
40595         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40596         special-casing to...
40597         * sysdeps/gnu/configure.in: ... this new file.
40598         * sysdeps/unix/sysv/linux/configure: Regenerated.
40599         * sysdeps/gnu/configure: New generated file.
40600
40601         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40602         for Linux: use nsec instead of usec, as well as:
40603         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40604         members of type struct timespec.
40605         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40606         New macros.
40607         (struct stat64): Likewise.
40608         (_STATBUF_ST_NSEC): New macro.
40609         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40610
40611         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40612         __strtoul_internal rather than strtoul.
40613
40614 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40615
40616         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40617         and reject them.
40618
40619 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40620
40621         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40622         which preserves existing values.
40623         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40624
40625 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40626
40627         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40628         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40629         greater than FD_SETSIZE.
40630
40631 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40632
40633         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40634         allocated, call __vm_protect to finish enabling the existing space, and
40635         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40636         allocate the remainder.
40637
40638 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40639
40640         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40641         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40642
40643 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40644
40645         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40646         sysdeps/mach/hurd/readlink.c.
40647
40648         * posix/tst-sysconf.c (posix_options): Only use
40649         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40650         _POSIX_SYNCHRONIZED_IO when they are defined
40651         * sysdeps/mach/hurd/bits/posix_opt.h:
40652         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40653         (_XOPEN_REALTIME): Undefine macro.
40654         (_XOPEN_REALTIME_THREADS): Undefine macro.
40655         (_XOPEN_SHM): Undefine macro.
40656         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40657         macro to -1.
40658         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40659         macro to -1.
40660         (_POSIX_ASYNC_IO): Undefine macro.
40661         (_POSIX_PRIORITIZED_IO): Undefine macro.
40662         (_POSIX_SPIN_LOCKS): Define macro to -1.
40663
40664         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40665         SA_NODEFER, SA_RESETHAND.
40666         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40667         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40668         F_DUPFD_CLOEXEC.
40669
40670 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40671
40672         * elf/Makefile (pldd-modules): Define unconditionally.
40673
40674 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40675
40676         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40677
40678 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40679
40680         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40681         Return ENOENT when name is empty.
40682         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40683
40684 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40685
40686         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40687
40688         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40689
40690 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40691
40692         Fix mlock in all cases except non-readable pages.
40693         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40694         instead of VM_PROT_ALL as parameter to __vm_wire function.
40695
40696         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40697         (__mkdir): When path is `/', just fail with EEXIST.
40698         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40699
40700 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40701
40702         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40703         <sys/uio.h> (for writev).
40704         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40705         and <sys/param.h> (for MIN).
40706
40707 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40708
40709         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40710         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40711         if interrupted.
40712
40713 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40714
40715         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40716         Depend on against $(link-rpcuserlibs).
40717
40718 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40719
40720         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40721         (__libc_stack_end): Do not use attribute_relro.
40722         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40723         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40724         to libthread-provided value.
40725         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40726         attribute_relro.
40727
40728 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40729
40730         [BZ #3748]
40731         * bits/libc-lock.h (__libc_once_get): New macro.
40732         * sysdeps/mach/bits/libc-lock.h: Likewise.
40733         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40734         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40735         instead of using implementation details.
40736
40737         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40738         * libio/freopen.c: Likewise.
40739         * libio/freopen64.c: Likewise.
40740         * misc/syslog.c: Likewise.
40741         * nscd/connections.c: Likewise.
40742         * nscd/netgroupcache.c: Likewise.
40743         * sysdeps/posix/getcwd.c: Likewise.
40744
40745 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40746
40747         * math/w_ilogbf.c: Add #include <limits.h>.
40748
40749 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40750
40751         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40752         path instead of returning without unlocking.
40753
40754         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40755         immediate-write ioctls.
40756         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40757
40758 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40759
40760         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40761         __builtin_frame_address instead of making assumptions about the
40762         location of the return address relative to DATA.  Force early load of
40763         the return address.
40764         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40765         __builtin_frame_address.
40766
40767         dup3 for GNU Hurd.
40768         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40769         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40770         implement dup3 and do some further code clean-ups.
40771         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40772         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40773
40774 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40775
40776         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40777
40778         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40779         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40780         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40781         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40782         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40783         d->port.lock.
40784
40785         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40786         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40787         when handler == SIG_ERR, not when handler != SIG_ERR.
40788
40789 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40790
40791         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40792         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40793         definitions.
40794
40795         accept4 for GNU Hurd.
40796         * include/sys/socket.h (__libc_accept4): New prototype.
40797         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40798         to implement __libc_accept4.
40799         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40800         __libc_accept4.
40801         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40802
40803         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40804         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40805         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40806         signal-defines.sym.
40807
40808 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40809
40810         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40811
40812 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40813
40814         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40815         assertion on O_CLOEXEC flag.
40816         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40817         * hurd/intern-fd.c: Likewise.
40818         * hurd/port2fd.c: Likewise.
40819
40820 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40821
40822         [BZ #3906]
40823         * bits/in.h (IPV6_PKTINFO): Define new macro.
40824         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40825
40826 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40827
40828         [BZ #13954]
40829         [BZ #13955]
40830         [BZ #13956]
40831         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40832         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40833         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40834         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40835         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40836         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40837         * math/libm-test.inc (logb_test) : Additional logb tests.
40838
40839 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40840             Andreas Jaeger  <aj@suse.de>
40841
40842         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40843         * configure: Regenerated.
40844         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40845         * config.make.in (link-obsolete-rpc): New substituted variable.
40846         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40847         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40848         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40849         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40850         so that libc.a contains the symbols.
40851         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40852         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40853         * sunrpc/auth_none.c: Likewise.
40854         * sunrpc/auth_unix.c: Likewise.
40855         * sunrpc/authdes_prot.c: Likewise.
40856         * sunrpc/authuxprot.c: Likewise.
40857         * sunrpc/clnt_gen.c: Likewise.
40858         * sunrpc/clnt_perr.c: Likewise.
40859         * sunrpc/clnt_raw.c: Likewise.
40860         * sunrpc/clnt_simp.c: Likewise.
40861         * sunrpc/clnt_tcp.c: Likewise.
40862         * sunrpc/clnt_udp.c: Likewise.
40863         * sunrpc/clnt_unix.c: Likewise.
40864         * sunrpc/des_crypt.c: Likewise.
40865         * sunrpc/des_soft.c: Likewise.
40866         * sunrpc/get_myaddr.c: Likewise.
40867         * sunrpc/key_call.c: Likewise.
40868         * sunrpc/key_prot.c: Likewise.
40869         * sunrpc/netname.c: Likewise.
40870         * sunrpc/pm_getmaps.c: Likewise.
40871         * sunrpc/pm_getport.c: Likewise.
40872         * sunrpc/pmap_clnt.c: Likewise.
40873         * sunrpc/pmap_prot.c: Likewise.
40874         * sunrpc/pmap_prot2.c: Likewise.
40875         * sunrpc/pmap_rmt.c: Likewise.
40876         * sunrpc/publickey.c: Likewise.
40877         * sunrpc/rpc_cmsg.c: Likewise.
40878         * sunrpc/rpc_common.c: Likewise.
40879         * sunrpc/rpc_dtable.c: Likewise.
40880         * sunrpc/rpc_prot.c: Likewise.
40881         * sunrpc/rpc_thread.c: Likewise.
40882         * sunrpc/rtime.c: Likewise.
40883         * sunrpc/svc.c: Likewise.
40884         * sunrpc/svc_auth.c: Likewise.
40885         * sunrpc/svc_raw.c: Likewise.
40886         * sunrpc/svc_run.c: Likewise.
40887         * sunrpc/svc_tcp.c: Likewise.
40888         * sunrpc/svc_udp.c: Likewise.
40889         * sunrpc/svc_unix.c: Likewise.
40890         * sunrpc/svcauth_des.c: Likewise.
40891         * sunrpc/xcrypt.c: Likewise.
40892         * sunrpc/xdr.c: Likewise.
40893         * sunrpc/xdr_array.c: Likewise.
40894         * sunrpc/xdr_float.c: Likewise.
40895         * sunrpc/xdr_intXX_t.c: Likewise.
40896         * sunrpc/xdr_mem.c: Likewise.
40897         * sunrpc/xdr_rec.c: Likewise.
40898         * sunrpc/xdr_ref.c: Likewise.
40899         * sunrpc/xdr_sizeof.c: Likewise.
40900         * sunrpc/xdr_stdio.c: Likewise.
40901
40902 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40903
40904         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40905         change.  Update copyright years.
40906
40907 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40908
40909         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40910
40911 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40912             Joseph Myers  <joseph@codesourcery.com>
40913             Paul Pluzhnikov  <ppluzhnikov@google.com>
40914
40915         [BZ #14012]
40916         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40917         requiring rpcgen.
40918         [cross-compiling] (extra-libs): Likewise.
40919         [cross-compiling] (extra-libs-others): Likewise.
40920         [cross-compiling] (librpcsvc-routines): Likewise.
40921         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40922         [cross-compiling] (omit-deps): Likewise.
40923         (sunrpc-CPPFLAGS): New variable.
40924         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40925         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40926         (cross-rpcgen-objs): New variable.
40927         (extra-objs): Append $(cross-rpcgen-objs).
40928         ($(cross-rpcgen-objs)): New rule.
40929         ($(objpfx)cross-rpcgen): Likewise.
40930         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40931         comment.
40932         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40933         ($(objpfx)x%.stmp): Likewise.
40934         * sunrpc/proto.h [IS_IN_build] (_): Define.
40935         [IS_IN_build] (_libc_intl_domainname): Likewise.
40936
40937 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40938
40939         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40940         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40941         and R_X86_64_TPOFF64.
40942
40943 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40944
40945         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40946         sysdeps/unix/sysv/syscalls.list.
40947         (stime): Likewise.
40948         (utime): Likewise.
40949         * sysdeps/unix/sysv/syscalls.list: Remove file.
40950
40951 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40952
40953         [BZ #3440]
40954         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40955         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40956         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40957         (__LC_IDENTIFICATION): Make these macros useful in #if
40958         expressions, as required by C99.
40959
40960 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40961
40962         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40963         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40964         after this.
40965
40966 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40967
40968         * stdlib/longlong.h: Updated from GCC.
40969
40970 2012-05-09  Andreas Jaeger  <aj@suse.de>
40971
40972         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40973         default is first entry.
40974         (run_mode): Set type.
40975         (main): Remove informal message about syslog.
40976         (options): Fix typo.
40977
40978         [BZ #14053]
40979         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40980         to asm.
40981         (lrint): Likewise.
40982         (llrintf): Likewise.
40983         (llrint): Likewise.
40984         (rint): Likewise.
40985         (rintf): Likewise.
40986         (nearbyint): Likewise.
40987         (nearbyintf): Likewise.
40988
40989 2012-05-09  Andreas Jaeger  <aj@suse.de>
40990             Pedro Alves  <palves@redhat.com>
40991
40992         * nscd/nscd.c (run_mode): Use enum.
40993         (main): Cleanup coding style issue.
40994
40995 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40996             Andreas Jaeger  <aj@suse.de>
40997
40998         * nscd/nscd.c (go_background): Replaced with...
40999         (run_mode): ... this.
41000         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41001         (options): Add -F --foreground.
41002         (main): Implement it.
41003         (parse_opt): Parse it.
41004
41005 2012-05-09  Andreas Jaeger  <aj@suse.de>
41006
41007         [BZ #14083]
41008         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41009         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41010         -Wconversion warning.
41011         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41012         Likewise.
41013
41014 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41015
41016         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41017         == 0.
41018         (LC_ALL): Use macro-int-constant.
41019         (LC_COLLATE): Likewise.
41020         (LC_CTYPE): Likewise.
41021         (LC_MESSAGES): Likewise.
41022         (LC_MONETARY): Likewise.
41023         (LC_NUMERIC): Likewise.
41024         (LC_TIME): Likewise.
41025         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41026         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41027         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41028         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41029         Specify type.
41030         [C99-based standards] (float_t): Expect type.
41031         [C99-based standards] (double_t): Expect type.
41032         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41033         type.
41034         [C99-based standards] (HUGE_VALL): Likewise.
41035         [C99-based standards] (INFINITY): Likewise.
41036         [C99-based standards] (NAN): Likewise.
41037         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41038         [C99-based standards] (FP_NAN): Likewise.
41039         [C99-based standards] (FP_NORMAL): Likewise.
41040         [C99-based standards] (FP_SUBNORMAL): Likewise.
41041         [C99-based standards] (FP_ZERO): Likewise.
41042         [C99-based standards] (FP_FAST_FMA): Use
41043         optional-macro-int-constant.  Specify type.  Require == 1.
41044         [C99-based standards] (FP_FAST_FMAF): Likewise.
41045         [C99-based standards] (FP_FAST_FMAL): Likewise.
41046         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41047         [C99-based standards] (FP_ILOGBNAN): Likewise.
41048         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41049         Specify type.
41050         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41051         [C99-based standards] (math_errhandling): Specify type.
41052         [ISO99 || ISO11] (signgam): Do not allow.
41053         [non-C99-based standards] (copysignf): Do not allow.
41054         [non-C99-based standards] (exp2f): Likewise.
41055         [non-C99-based standards] (log2f): Likewise.
41056         [non-C99-based standards] (modff): Allow.
41057         [non-C99-based standards] (erff): Do not allow.
41058         [non-C99-based standards] (erfcf): Likewise.
41059         [non-C99-based standards] (gammaf): Likewise.
41060         [non-C99-based standards] (hypotf): Likewise.
41061         [non-C99-based standards] (j0f): Likewise.
41062         [non-C99-based standards] (j1f): Likewise.
41063         [non-C99-based standards] (jnf): Likewise.
41064         [non-C99-based standards] (lgammaf): Likewise.
41065         [non-C99-based standards] (tgammaf): Likewise.
41066         [non-C99-based standards] (y0f): Likewise.
41067         [non-C99-based standards] (y1f): Likewise.
41068         [non-C99-based standards] (ynf): Likewise.
41069         [non-C99-based standards] (isnanf): Likewise.
41070         [non-C99-based standards] (acoshf): Likewise.
41071         [non-C99-based standards] (asinhf): Likewise.
41072         [non-C99-based standards] (atanhf): Likewise.
41073         [non-C99-based standards] (cbrtf): Likewise.
41074         [non-C99-based standards] (expm1f): Likewise.
41075         [non-C99-based standards] (ilogbf): Likewise.
41076         [non-C99-based standards] (log1pf): Likewise.
41077         [non-C99-based standards] (logbf): Likewise.
41078         [non-C99-based standards] (nextafterf): Likewise.
41079         [non-C99-based standards] (remainderf): Likewise.
41080         [non-C99-based standards] (rintf): Likewise.
41081         [non-C99-based standards] (scalbf): Likewise.
41082         [non-C99-based standards] (copysignl): Likewise.
41083         [non-C99-based standards] (exp2l): Likewise.
41084         [non-C99-based standards] (log2l): Likewise.
41085         [non-C99-based standards] (modfl): Allow.
41086         [non-C99-based standards] (erfl): Do not allow.
41087         [non-C99-based standards] (erfcl): Likewise.
41088         [non-C99-based standards] (gammal): Likewise.
41089         [non-C99-based standards] (hypotl): Likewise.
41090         [non-C99-based standards] (j0l): Likewise.
41091         [non-C99-based standards] (j1l): Likewise.
41092         [non-C99-based standards] (jnl): Likewise.
41093         [non-C99-based standards] (lgammal): Likewise.
41094         [non-C99-based standards] (tgammal): Likewise.
41095         [non-C99-based standards] (y0l): Likewise.
41096         [non-C99-based standards] (y1l): Likewise.
41097         [non-C99-based standards] (ynl): Likewise.
41098         [non-C99-based standards] (isnanl): Likewise.
41099         [non-C99-based standards] (acoshl): Likewise.
41100         [non-C99-based standards] (asinhl): Likewise.
41101         [non-C99-based standards] (atanhl): Likewise.
41102         [non-C99-based standards] (cbrtl): Likewise.
41103         [non-C99-based standards] (expm1l): Likewise.
41104         [non-C99-based standards] (ilogbl): Likewise.
41105         [non-C99-based standards] (log1pl): Likewise.
41106         [non-C99-based standards] (logbl): Likewise.
41107         [non-C99-based standards] (nextafterl): Likewise.
41108         [non-C99-based standards] (remainderl): Likewise.
41109         [non-C99-based standards] (rintl): Likewise.
41110         [non-C99-based standards] (scalbl): Likewise.
41111         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41112         [non-C99-based standards] (FP_*): Do not allow.
41113         [C99-based standards] (FP_*): Change to
41114         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41115         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41116         allow.
41117         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41118         (SIG_ERR): Likewise.
41119         [X/Open-based standards] (SIG_HOLD): Likewise.
41120         (SIG_IGN): Likewise.
41121         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41122         positive value.
41123         (SIGFPE): Likewise.
41124         (SIGILL): Likewise.
41125         (SIGINT): Likewise.
41126         (SIGSEGV): Likewise.
41127         (SIGTER): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41140         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41141         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41142         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41143         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41144         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41145         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41146         [X/Open-based standards] (SIGTRAP): Likewise.
41147         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41148         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41149         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41150         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41151         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41152         allow.
41153
41154 2012-05-08  Ian Wienand  <ianw@vmware.com>
41155
41156         [BZ #14080]
41157         * time/tzset.c (__tzset_parse_tz): Update default rules for
41158         daylight time changes in the Energy Policy Act of 2005.
41159
41160 2012-05-09  Andreas Jaeger  <aj@suse.de>
41161
41162         [BZ #13983]
41163         * elf/ldconfig.c (parse_conf): Change string to make clear that
41164         ldconfig only issued a warning if ld.so.conf does not exist.
41165
41166 2012-05-08  David S. Miller  <davem@davemloft.net>
41167
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41169         movxtod instead of popping the value on the stack.
41170
41171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41172
41173 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41174
41175         * config.h.in: Add HAVE_ARM_PCS_VFP.
41176
41177 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41178
41179         [BZ #13979]
41180         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41181         checking but the checks are disabled for any reason.
41182
41183 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41184
41185         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41186         and ELF64_R_TYPE with ELFW(R_TYPE).
41187
41188 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41189
41190         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41191         (ulimit): Likewise.
41192
41193         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41194         (settimeofday): Likewise.
41195
41196 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41197
41198         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41199         a struct th_u2 inside the union, and move tu_block/tu_code into
41200         a new th_u3 union of tu_block/tu_code inside of that.  Move
41201         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41202         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41203         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41204         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41205         (th_stuff): Change to th_u1.tu_stuff.
41206         (th_data): Define.
41207         (th_msg): Change to th_u1.th_u2.tu_data.
41208
41209 2012-05-07  David S. Miller  <davem@davemloft.net>
41210
41211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41212
41213         [BZ #14074]
41214         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41215         (SETUP_PIC_REG): Use it.
41216         (SETUP_PIC_REG_LEAF): Use it.
41217
41218 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41219
41220         [BZ #13885]
41221         [BZ #13923]
41222         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41223         USE_AS_EXPM1L.
41224         (EXPL_FINITE): Likewise.
41225         (FLDLOG): Likewise.
41226         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41227         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41228         e_expl.S.
41229         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41230         USE_AS_EXPM1L.
41231         (EXPL_FINITE): Likewise.
41232         (FLDLOG): Likewise.
41233         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41234         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41235         e_expl.S.
41236         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41237         test of -max_value argument for long double.
41238         * sysdeps/i386/fpu/libm-test-ulps: Update.
41239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41240
41241 2012-05-06  David S. Miller  <davem@davemloft.net>
41242
41243         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41244         quad soft-float symbols whose references which are compiler
41245         generated.
41246         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41247
41248 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41249
41250         [BZ #13884]
41251         [BZ #13914]
41252         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41253         USE_AS_EXP10L.
41254         (EXPL_FINITE): Likewise.
41255         (FLDLOG): Likewise.
41256         (c0): Likewise.
41257         (c1): Likewise.
41258         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41259         Adjust comments for base varying.
41260         (__expl_finite): Change alias to EXPL_FINITE.
41261         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41262         e_expl.S.
41263         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41264         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41265         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41266         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41267         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41268         USE_AS_EXP10L.
41269         (EXPL_FINITE): Likewise.
41270         (FLDLOG): Likewise.
41271         (c0): Likewise.
41272         (c1): Likewise.
41273         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41274         Adjust comments for base varying.
41275         (__expl_finite): Change alias to EXPL_FINITE.
41276         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41277         tests for bugs.
41278         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41279
41280         [BZ #14064]
41281         * math/libm-test.inc (check_float_internal): Correct ulp
41282         calculation for subnormal expected results.
41283
41284 2012-05-06  Andreas Jaeger  <aj@suse.de>
41285
41286         * Makeconfig (+math-flags): New, set to -frounding-math.
41287         (+cflags): Add +math-flags so that all of glibc gets compiled with
41288         it.
41289
41290         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41291
41292 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41293
41294         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41295         Disable one test.
41296
41297         [BZ #13787]
41298         [BZ #13922]
41299         [BZ #14036]
41300         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41301         (__ieee754_expl): Allow for and saturate large arguments.
41302         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41303         (u_threshold): Likewise.
41304         (__exp): Call __ieee754_exp before checking for overflow and
41305         underflow.
41306         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41307         (u_threshold): Likewise.
41308         (__expf): Call __ieee754_expf before checking for overflow and
41309         underflow.
41310         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41311         (u_threshold): Likewise.
41312         (__expl): Call __ieee754_expl before checking for overflow and
41313         underflow.
41314         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41315         (__ieee754_expl): Allow for and saturate large arguments.
41316         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41317         missing overflow exception on overflow.
41318         (expm1_test): Do not allow missing overflow exception on overflow.
41319
41320         * sysdeps/i386/fpu/e_expl.c: Move to ...
41321         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41322         rather than using inline asm.
41323         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41324         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41325         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41326
41327         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41328         (nice): Likewise.
41329         (poll): Likewise.
41330         (signal): Likewise.
41331         (time): Likewise.
41332         (times): Likewise.
41333
41334 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41335
41336         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41337         sysdeps/unix/common/syscalls.list.
41338         (fchmod): Likewise.
41339         (fchown): Likewise.
41340         (ftruncate): Likewise.
41341         (getrusage): Likewise.
41342         (gettimeofday): Likewise.
41343         (setpgid): Likewise.
41344         (setregid): Likewise.
41345         (setreuid): Likewise.
41346         (sigaction): Likewise.
41347         (truncate): Likewise.
41348         (vhangup): Likewise.
41349         * sysdeps/unix/common/syscalls.list: Remove file.
41350         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41351         * sysdeps/unix/sysv/linux/Implies: Likewise.
41352
41353 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41354
41355         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41356         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41357         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41358         Moved to ...
41359         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41360         Here.
41361         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41362         to ...
41363         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41364         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41365         to ...
41366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41367         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41368         to ...
41369         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41370         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41371         to ...
41372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41373         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41374         to ...
41375         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41376         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41377         to ...
41378         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41379         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41380         to ...
41381         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41382         Here.
41383         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41384         to ...
41385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41386         Here.
41387         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41388         to ...
41389         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41390         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41391         Moved to ...
41392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41393         Here.
41394         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41395         to ...
41396         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41397
41398 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41399
41400         * sysdeps/unix/common/bits/dirent.h: Remove file.
41401         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41402
41403         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41404         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41405         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41406         * sysdeps/unix/bsd/isatty.c: Likewise.
41407         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41408         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41409         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41410
41411 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41412
41413         [BZ #13563]
41414         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41415         long double comparison inaccuracies.
41416         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41417         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41418
41419 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41420
41421         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41422         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41423
41424 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41425
41426         [BZ #14049]
41427         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41428         nonzero digits before rounding a hex value.
41429         * stdlib/tst-strtod.c (tests): Add another test.
41430
41431 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41432
41433         * sysdeps/s390/fpu/libm-test-ulps: Update.
41434
41435 2012-05-03  Andreas Jaeger  <aj@suse.de>
41436
41437         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41438         does not get optimized out.
41439         (malloc_opt_barrier): New.
41440
41441 2012-05-03  Andreas Jaeger  <aj@suse.de>
41442             Roland McGrath  <roland@hack.frob.com>
41443
41444         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41445         intermediate file deletion.
41446         (generated): Add .symlist files.
41447
41448 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41449
41450         [BZ #13775]
41451         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41452         Redirect under this condition.
41453         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41454         [__USE_GNU] (__dprintf_chk): Not under this condition.
41455         [__USE_GNU] (__vdprintf_chk): Likewise.
41456         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41457         under this condition.
41458         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41459         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41460         [__USE_XOPEN2K8] (vdprintf): Likewise.
41461         [__USE_GNU] (__dprintf_chk): Not under this condition.
41462         [__USE_GNU] (__vdprintf_chk): Likewise.
41463         [__USE_GNU] (dprintf): Likewise.
41464         [__USE_GNU] (vdprintf): Likewise.
41465
41466 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41467
41468         * elf/Makefile (common-generated): Set this instead of generated for
41469         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41470         $(all-built-dso)-derived lists.
41471
41472 2012-05-03  Andreas Jaeger  <aj@suse.de>
41473
41474         * sysdeps/i386/fpu/libm-test-ulps: Update.
41475
41476         * FAQ: Removed.
41477         * FAQ.in: Likewise.
41478         * scripts/gen-FAQ.pl: Likewise.
41479         * manual/install.texi (Installation): Point to online location of
41480         FAQ.
41481         * Makefile (files-for-dist): Remove FAQ.
41482         (FAQ): Remove.
41483
41484 2012-05-02  Allan McRae  <allan@archlinux.org>
41485
41486         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41487         (LDFLAGS-reldepmod5.so): Likewise.
41488         (LDFLAGS-reldep6mod1.so): Likewise.
41489         (LDFLAGS-reldep6mod4.so): Likewise.
41490         (LDFLAGS-reldep8mod3.so): Likewise.
41491         (LDFLAGS-unload4mod1.so): Likewise.
41492         (LDFLAGS-unload4mod2.so): Likewise.
41493         (LDFLAGS-tst-initorder): Likewise.
41494         (LDFLAGS-tst-initordera2.so): Likewise.
41495         (LDFLAGS-tst-initordera3.so): Likewise.
41496         (LDFLAGS-tst-initordera4.so): Likewise.
41497         (LDFLAGS-tst-initorderb2.so): Likewise.
41498         (LDFLAGS-noload): Likewise.
41499         (LDFLAGS-next): Likewise.
41500         (LDFLAGS-order2mod1.so): Likewise.
41501         (LDFLAGS-order2mod2.so): Likewise.
41502         (LDFLAGS-tst-initorder2): Likewise.
41503         (LDFLAGS-tst-initorder2a.so): Likewise.
41504         (LDFLAGS-tst-initorder2b.so): Likewise.
41505         (LDFLAGS-tst-initorder2c.so): Likewise.
41506         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41507
41508 2012-05-02  David S. Miller  <davem@davemloft.net>
41509
41510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41511
41512 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41513
41514         [BZ #14055]
41515         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41516
41517 2012-05-02  Andreas Jaeger  <aj@suse.de>
41518
41519         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41520         since we manipulate rounding mode.
41521         (CPPFLAGS-test-idouble.c): Likewise.
41522         (CPPFLAGS-test-ifloat.c): Likewise.
41523         (CFLAGS-test-ldouble.c): Likewise.
41524         (CFLAGS-test-double.c): Likewise.
41525         (CFLAGS-test-float.c): Likewise.
41526         (CFLAGS-test-misc.c): Likewise.
41527         (CFLAGS-test-test-fenv.c): Likewise.
41528
41529 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41530
41531         [BZ #2550]
41532         [BZ #2570]
41533         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41534         comparisons to determine direction to adjust input.
41535
41536 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41537
41538         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41539         output to the target.
41540
41541         * scripts/localplt.awk: New file.
41542         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41543         (check-localplt-CFLAGS): Variable removed.
41544         ($(all-built-dso:=.jmprel)): New static pattern rule.
41545         (generated): Add those targets.
41546         (localplt-built-dso): New variable.
41547         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41548
41549         * elf/check-localplt.c: File removed.
41550
41551         * scripts/check-execstack.awk: New file.
41552         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41553         (check-execstack-CFLAGS): Variable removed.
41554         ($(objpfx)check-execstack.h): Target removed.
41555         ($(objpfx)execstack-default): New target.
41556         (generated): Add that instead of check-execstack.h.
41557         ($(all-built-dso:=.phdr)): New static pattern rule.
41558         (generated): Add those targets.
41559         * elf/check-execstack.c: File removed.
41560
41561         * scripts/check-textrel.awk: New file.
41562         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41563         (check-textrel-CFLAGS): Variable removed.
41564         (all-built-dso): Use := to define.o
41565         ($(all-built-dso:=.dyn)): New static pattern rule.
41566         (generated): Add those targets.
41567         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41568         * config.make.in (READELF): New substituted variable.
41569         * elf/check-textrel.c: File removed.
41570
41571 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41572
41573         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41574         allow.
41575         * conform/data/ctype.h-data [C99-based standards] (isblank):
41576         Expect function.
41577         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41578         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41579         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41580         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41581         Specify type.  Require positive value.
41582         (EILSEQ): Likewise.
41583         (ERANGE): Likewise.
41584         [ISO || POSIX] (EILSEQ): Do not expect.
41585         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41586         Specify type.  Require positive value.
41587         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41588         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41589         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41590         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41591         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41592         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41593         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41594         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41595         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41596         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41597         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41598         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41599         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41600         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41601         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41602         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41603         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41604         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41605         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41606         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41607         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41608         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41609         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41610         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41611         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41612         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41613         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41614         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41615         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41616         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41617         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41618         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41619         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41620         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41621         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41622         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41623         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41624         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41625         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41626         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41631         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41632         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41633         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41634         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41635         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41636         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41637         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41638         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41639         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41640         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41641         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41642         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41643         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41644         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41645         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41646         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41647         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41648         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41649         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41650         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41651         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41652         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41653         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41654         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41655         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41656         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41657         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41658         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41659         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41660         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41661         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41662         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41663         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41664         Require >= 2.
41665         (FLT_ROUNDS): Expect as macro, not constant.
41666         (FLT_MANT_DIG): Use macro-int-constant.
41667         (DBL_MANT_DIG): Likewise.
41668         (LDBL_MANT_DIG): Likewise.
41669         (FLT_DIG): Likewise.
41670         (DBL_DIG): Likewise.
41671         (LDBL_DIG): Likewise.
41672         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41673         (DBL_MIN_EXP): Likewise.
41674         (LDBL_MIN_EXP): Likewise.
41675         (FLT_MAX_EXP): Use macro-int-constant.
41676         (DBL_MAX_EXP): Likewise.
41677         (LDBL_MAX_EXP): Likewise.
41678         (FLT_MAX_10_EXP): Likewise.
41679         (DBL_MAX_10_EXP): Likewise.
41680         (LDBL_MAX_10_EXP): Likewise.
41681         (FLT_MAX): Use macro-constant.
41682         (DBL_MAX): Likewise.
41683         (LDBL_MAX): Likewise.
41684         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41685         (DBL_EPSILON): Likewise.
41686         (LDBL_EPSILON): Likewise.
41687         (FLT_MIN): Likewise.
41688         (DBL_MIN): Likewise.
41689         (LDBL_MIN): Likewise.
41690         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41691         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41692         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41693         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41694         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41695         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41696         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41697         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41698         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41699         [ISO11] (FLT_TRUE_MIN): Likewise.
41700         [ISO11] (LDBL_TRUE_MIN): Likewise.
41701         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41702         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41703         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41704         (SCHAR_MAX): Likewise.
41705         (UCHAR_MAX): Likewise.
41706         (CHAR_MIN): Likewise.
41707         (CHAR_MAX): Likewise.
41708         (MB_LEN_MAX): Use macro-int-constant.
41709         (SHRT_MIN): Use macro-int-constant.  Specify type.
41710         (SHRT_MAX): Likewise.
41711         (USHRT_MAX): Likewise.
41712         (INT_MAX): Likewise.
41713         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41714         bound negative.
41715         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41716         bound with "U".
41717         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41718         bound with "L".
41719         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41720         bound negative.  Suffix upper bound with "L".
41721         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41722         bound with "UL".
41723         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41724         Specify type.
41725         [C99-based standards] (LLONG_MAX): Likewise.
41726         [C99-based standards] (ULLONG_MAX): Likewise.
41727         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41728         == 0.
41729         [ISO11] (max_align_t): Require type.
41730         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41731
41732         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41733         from $CFLAGS, without defining away __attribute__ calls.
41734         (checknamespace): Use $CFLAGS_namespace.
41735
41736         * conform/conformtest.pl (@keywords): Only include C99 keywords
41737         for standards based on C99 or C11.
41738
41739         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41740         Disable tests.
41741         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41742         UNIX98]: Likewise.
41743
41744         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41745         usability of symbols in #if.
41746
41747         * conform/conformtest.pl: If macro or constant types start
41748         "promoted:", expect the symbol to be of the following type
41749         promoted by the integer promotions.
41750
41751         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41752         in one place.  Also handle "macro-constant".
41753
41754         * conform/conformtest.pl: Only accept expected macro values with
41755         "==".  Parse all "macro" lines in one place.
41756         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41757
41758         * conform/conformtest.pl: Handle braced types on "constant" lines
41759         instead of handling "typed-constant".
41760         * conform/data/signal.h-data: Use "constant" instead of
41761         "typed-constant".
41762
41763         * conform/conformtest.pl: Handle "optional-" at start of lines in
41764         one place rather than duplicating several cases.  Handle each
41765         format of "macro" line with initial "optional-".
41766
41767         * conform/conformtest.pl: Only accept expected constant or
41768         optional-constant values with "==".  Parse all "constant" lines in
41769         one place.  Parse all "optional-constant" lines in one place.
41770         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41771         * conform/data/fmtmsg.h-data: Likewise.
41772         * conform/data/netinet/in.h-data: Likewise.
41773         * conform/data/tar.h-data: Likewise.
41774         * conform/data/limits.h-data: Use "==" form on "constant" and
41775         "optional-constant" lines.
41776
41777         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41778         Use -std=c99 for XOPEN2K.
41779         (@knownproblems): Remove.
41780         (newtoken): Don't check %isknown.
41781
41782         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41783         Do not expect macro.
41784         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41796         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41797         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41814         [XPG3] (acosh): Likewise.
41815         [XPG3] (asinh): Likewise.
41816         [XPG3] (atanh): Likewise.
41817         [XPG3] (cbrt): Likewise.
41818         [XPG3] (expm1): Likewise.
41819         [XPG3] (ilogb): Likewise.
41820         [XPG3] (log1p): Likewise.
41821         [XPG3] (logb): Likewise.
41822         [XPG3] (nextafter): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41825         [XPG3] (remainder): Likewise.
41826         [XPG3] (rint): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41834         [UNIX98 || XOPEN2K] (scalb): Expect.
41835         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41836         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41972
41973         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41974         _XOPEN_SOURCE_EXTENDED for XPG4.
41975
41976         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41977
41978         * Makeconfig (localtime): Remove variable.
41979         (inst_localtime-file): Likewise.
41980
41981 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41982
41983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41984         Update.
41985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41986         Update.
41987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41988         Update.
41989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41990         Update.
41991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41992         Update.
41993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41994         Update.
41995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41996         Update.
41997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41998         Update.
41999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42000         Update.
42001
42002 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42003
42004         [BZ #2550]
42005         [BZ #2570]
42006         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42007         comparisons to determine direction to adjust input.
42008         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42009         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42010         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42011         Likewise.
42012         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42013         Likewise.
42014         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42015         Likewise.
42016         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42017         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42018         Likewise.
42019         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42020         Likewise.
42021         * math/libm-test.inc (nexttoward_test): Add more tests.
42022
42023 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42024
42025         [BZ #14040]
42026         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42027         in version GLIBC_2.1, not GLIBC_2.0.
42028         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42029         Likewise.
42030
42031 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42032
42033         [BZ #13942]
42034         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42035         (1 - x) * (1 + x).
42036         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42037         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42038         * math/libm-test.inc (acos_test): Add more tests.
42039         (asin_test): Likewise.
42040         * sysdeps/i386/fpu/libm-test-ulps: Update.
42041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42042
42043         [BZ #14034]
42044         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42045         of square root.
42046         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42047         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42048         * math/libm-test.inc (acos_test_tonearest): New function.
42049         (acos_test_towardzero): Likewise.
42050         (acos_test_downward): Likewise.
42051         (acos_test_upward): Likewise.
42052         (asin_test_tonearest): Likewise.
42053         (asin_test_towardzero): Likewise.
42054         (asin_test_downward): Likewise.
42055         (asin_test_upward): Likewise.
42056         (main): Call the new functions.
42057         * sysdeps/i386/fpu/libm-test-ulps: Update.
42058         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42059
42060         [BZ #13884]
42061         [BZ #13924]
42062         * math/e_exp10.c: Include <float.h>.
42063         (__ieee754_exp10): Handle underflow here rather than multiplying
42064         large negative argument by M_LN10.
42065         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42066         of __ieee754_expf.
42067         * math/e_exp10l.c: Include <float.h>.
42068         (__ieee754_exp10l): Handle underflow here rather than multiplying
42069         large negative argument by M_LN10l.
42070         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42071         spurious overflow exception on underflow.
42072
42073 2012-04-29  Marek Polacek  <polacek@redhat.com>
42074
42075         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42076         (__fortify_function): New macro.
42077         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42078         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42079         __extern_always_inline.
42080         * libio/bits/stdio2.h: Likewise.
42081         * libio/bits/stdio.h: Likewise.
42082         * string/string.h: Likewise.
42083         * string/bits/string3.h: Likewise.
42084         * include/stdio.h: Likewise.
42085         * stdlib/bits/stdlib.h: Likewise.
42086         * stdlib/stdlib.h: Likewise.
42087         * rt/bits/mqueue2.h: Likewise.
42088         * rt/mqueue.h: Likewise.
42089         * posix/bits/unistd.h: Likewise.
42090         * posix/unistd.h: Likewise.
42091         * io/bits/poll2.h: Likewise.
42092         * io/bits/fcntl2.h: Likewise.
42093         * io/fcntl.h: Likewise.
42094         * io/sys/poll.h: Likewise.
42095         * misc/bits/syslog.h: Likewise.
42096         * misc/bits/syslog-ldbl.h: Likewise.
42097         * misc/sys/syslog.h: Likewise.
42098         * socket/bits/socket2.h: Likewise.
42099         * socket/sys/socket.h: Likewise.
42100         * debug/tst-chk1.c: Likewise.
42101         * wcsmbs/bits/wchar2.h: Likewise.
42102         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42103         * wcsmbs/wchar.h: Likewise.
42104
42105 2012-04-29  Andreas Jaeger  <aj@suse.de>
42106
42107         * Makerules (tests): Remove enable-check-abi protection.
42108         (check-abi-warn): Remove.
42109         (check-abi-%): Remove check-abi-warn usage.
42110
42111         * configure.in: Remove check-abi configure option.
42112         * configure: Regenerated.
42113         * config.make.in (enable-check-abi): Remove.
42114
42115 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42116
42117         [BZ #14033]
42118         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42119         double functions to double *_finite functions.
42120
42121         [BZ #13941]
42122         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42123         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42124         LDBL_MIN_EXP.
42125         * stdio-common/Makefile (tests): Add tst-sprintf3.
42126         * stdio-common/tst-sprintf3.c: New file.
42127
42128         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42129         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42130
42131 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42132
42133         * conform/conformtest.pl: Remove duplicate typed-constant
42134         handling.
42135
42136 2012-04-28  David S. Miller  <davem@davemloft.net>
42137
42138         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42139         (check-abi-%): Remove AWK script prerequisite and explicit
42140         abilist directory.
42141         (check-abi): Rewrite to just diff the symlist with the abilist.
42142         (config-tls, config-abi-config): Delete, no longer used.
42143         (update-abi-%): Remove AWK script and explicit abilist directory.
42144         (update-abi): Rewrite to simply compare and conditionally copy the
42145         symlist and the sysdep abilist file.  Remove update-abi-config
42146         checks.
42147         * abilist/ld.abilist: Remove.
42148         * abilist/libBrokenLocale.abilist: Remove.
42149         * abilist/libanl.abilist: Remove.
42150         * abilist/libcrypt.abilist: Remove.
42151         * abilist/libdl.abilist: Remove.
42152         * abilist/librt.abilist: Remove.
42153         * abilist/libthread_db.abilist: Remove.
42154         * abilist/libutil.abilist: Remove.
42155         * scripts/extract-abilist.awk: Remove.
42156         * scripts/merge-abilist.awk: Remove.
42157         * sysdeps/generic/libcidn.abilist: New file.
42158         * sysdeps/generic/libnss_compat.abilist: New file.
42159         * sysdeps/generic/libnss_db.abilist: New file.
42160         * sysdeps/generic/libnss_dns.abilist: New file.
42161         * sysdeps/generic/libnss_files.abilist: New file.
42162         * sysdeps/generic/libnss_hesiod.abilist: New file.
42163         * sysdeps/generic/libnss_nis.abilist: New file.
42164         * sysdeps/generic/libnss_nisplus.abilist: New file.
42165         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42166         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42167         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42168         file.
42169         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42170         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42171         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42172         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42173         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42174         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42175         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42176         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42177         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42180         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42181         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42182         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42183         file.
42184         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42185         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42186         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42187         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42188         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42189         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42190         file.
42191         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42192         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42193         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42194         file.
42195         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42196         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42197         New file.
42198         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42199         New file.
42200         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42201         New file.
42202         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42203         New file.
42204         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42207         New file.
42208         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42209         New file.
42210         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42213         New file.
42214         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42215         New file.
42216         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42217         New file.
42218         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42219         New file.
42220         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42221         New file.
42222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42223         file.
42224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42225         New file.
42226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42227         New file.
42228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42229         file.
42230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42231         New file.
42232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42233         New file.
42234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42235         file.
42236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42237         New file.
42238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42239         New file.
42240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42241         New file.
42242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42243         New file.
42244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42245         New file.
42246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42247         New file.
42248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42250         file.
42251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42252         New file.
42253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42254         file.
42255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42256         file.
42257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42258         file.
42259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42260         file.
42261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42262         file.
42263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42264         New file.
42265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42266         file.
42267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42268         file.
42269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42270         New file.
42271         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42272         file.
42273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42274         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42275         file.
42276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42277         New file.
42278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42279         file.
42280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42281         file.
42282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42283         file.
42284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42285         file.
42286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42287         file.
42288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42289         New file.
42290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42291         file.
42292         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42293         file.
42294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42295         New file.
42296         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42297         file.
42298         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42299         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42300         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42301         file.
42302         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42303         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42304         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42305         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42306         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42307         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42308         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42309         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42310         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42311         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42314         file.
42315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42316         New file.
42317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42318         file.
42319         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42320         file.
42321         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42324         file.
42325         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42326         file.
42327         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42328         New file.
42329         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42330         New file.
42331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42334         New file.
42335         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42336         file.
42337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42338         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42339         file.
42340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42341         New file.
42342         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42343         file.
42344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42345         file.
42346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42347         file.
42348         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42349         file.
42350         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42351         file.
42352         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42353         New file.
42354         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42355         New file.
42356         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42357         file.
42358         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42359         New file.
42360         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42361         file.
42362
42363 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42364
42365         * conform/conformtest.pl: Fix typo in handling typed-constant from
42366         allow-header.
42367
42368 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42369
42370         * README: Cut down references to pre-2.6 Linux kernels and
42371         Linuxthreads.  Update lists of configurations in libc and ports
42372         and sort alphabetically.  Say "or newer" with Linux kernel version
42373         requirements.
42374
42375         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42376
42377 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42378
42379         [BZ #887]
42380         * math/libm-test.inc (logb_test_downward): New test to expose
42381         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42382         rounding mode.
42383
42384 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42385
42386         [BZ #14027]
42387         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42388         to be done.
42389         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42390         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42391
42392 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42393
42394         * sysdeps/unix/i386/brk.S: Remove file.
42395         * sysdeps/unix/i386/dl-brk.S: Likewise.
42396         * sysdeps/unix/i386/pipe.S: Likewise.
42397         * sysdeps/unix/i386/sigreturn.S: Likewise.
42398         * sysdeps/unix/i386/syscall.S: Likewise.
42399         * sysdeps/unix/i386/vfork.S: Likewise.
42400         * sysdeps/unix/i386/wait.S: Likewise.
42401
42402         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42403         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42404
42405         * configure.in (arm*-none*): Do not allow without
42406         --enable-hacker-mode.
42407         (netbsd*): Remove case setting base_os.
42408         (386bsd*): Likewise.
42409         (freebsd*): Likewise.
42410         (bsdi*): Likewise.
42411         (osf*): Likewise.
42412         (sunos*): Likewise.
42413         (ultrix*): Likewise.
42414         (newsos*): Likewise.
42415         (dynix*): Likewise.
42416         (*bsd*): Likewise.
42417         (sysv*): Likewise.
42418         (isc*): Likewise.
42419         (esix*): Likewise.
42420         (sco*): Likewise.
42421         (minix*): Likewise.
42422         (irix4*): Likewise.
42423         (irix6*): Likewise.
42424         (solaris[2-9]*): Likewise.
42425         (none): Likewise.
42426         * configure: Regenerated.
42427
42428 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42429
42430         [BZ #11521]
42431         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42432         overflow or cancellation in calculating denominator.
42433         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42434         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42435         down expression to avoid unexpected rounding in newer GCCs.
42436         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42437
42438 2012-04-26  David S. Miller  <davem@davemloft.net>
42439
42440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42441         long-double compat symbols.
42442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42450         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42451         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42452         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42455
42456 2012-04-25  David S. Miller  <davem@davemloft.net>
42457
42458         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42459         HWCAP_* values only after the memory barriers have been defined.
42460         (atomic_full_barrier): Define.
42461         (atomic_read_barrier): Define.
42462         (atomic_write_barrier): Define.
42463
42464 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42465
42466         * shlib-versions: Add libgcc_s version information.
42467         * sysdeps/generic/libgcc_s.h: Remove.
42468         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42469         libgcc_s.h.
42470         * sysdeps/gnu/unwind-resume.c: Likewise.
42471         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42472
42473 2012-04-25  David S. Miller  <davem@davemloft.net>
42474
42475         * sysdeps/unix/sparc/brk.S: Delete.
42476         * sysdeps/unix/sparc/dl-brk.S: Delete.
42477         * sysdeps/unix/sparc/pipe.S: Delete.
42478         * sysdeps/unix/sparc/sysdep.S: Delete.
42479         * sysdeps/unix/sparc/sysdep.h: Delete.
42480         * sysdeps/unix/sparc/vfork.S: Delete.
42481         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42482         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42483         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42484         (ret_ERRVAL, r0, r1, MOVE): Define.
42485         (JUMPTARGET): Remove.
42486         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42487         sysdeps/unix/sparc/sysdep.h
42488         (ENTRY, END): Remove.
42489         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42490
42491 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42492
42493         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42494         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42495         -DIS_IN_build.
42496
42497         * timezone/README: Update upstream location and email address for
42498         tzcode and tzdata.
42499         * timezone/zdump.c: Update from tzcode 2012b.
42500         * timezone/zic.c: Likewise.
42501
42502         * configure.in (libc_cv_as_needed): Remove test.
42503         * configure: Regenerated.
42504         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42505         conditional definition.
42506         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42507         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42508         * config.make.in (have-as-needed): Remove variable.
42509
42510 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42511             Paul Pluzhnikov  <ppluzhnikov@google.com>
42512
42513         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42514         strings correctly.
42515
42516 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42517
42518         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42519         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42520         * sysdeps/sh/strlen.S: Likewise.
42521
42522 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42523
42524         * sysdeps/unix/fork.S: Remove file.
42525         * sysdeps/unix/i386/fork.S: Likewise.
42526         * sysdeps/unix/sparc/fork.S: Likewise.
42527
42528         * sysdeps/unix/system.c: Remove file.
42529         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42530
42531         * sysdeps/unix/getegid.S: Remove file.
42532         * sysdeps/unix/geteuid.S: Likewise.
42533
42534 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42535
42536         * scripts/check-localplt.awk: New file.
42537         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42538         of diff.
42539         * scripts/data/localplt-generic.data: Add a comment.
42540
42541         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42542         NODE when __dir_mkfile failed.
42543         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42544         Reported by Ludovic Courtès <ludo@gnu.org>.
42545
42546 2012-04-24  Andreas Jaeger  <aj@suse.de>
42547
42548         * Makerules (common-clean): Also remove gen-as-const-headers
42549         files.
42550
42551 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42552
42553         * Makerules (native-compile): Do not change working directory for
42554         build.  Use $(OUTPUT_OPTION) in command.
42555         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42556
42557 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42558
42559         [BZ #13886]
42560         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42561         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42562         * math/libm-test.inc (floor_test): Add more tests.
42563         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42564
42565 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42566
42567         * sysdeps/unix/getdents.c: Remove file.
42568         * sysdeps/unix/sysv/getdents.c: Likewise.
42569         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42570
42571         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42572         sysdeps/unix/mman/syscalls.list.
42573         (mmap): Likewise.
42574         (mprotect): Likewise.
42575         (msync): Likewise.
42576         (munmap): Likewise.
42577         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42578         * sysdeps/unix/mman/syscalls.list: Remove.
42579         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42580
42581         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42582         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42583         * configure: Regenerated.
42584         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42585         $(libgcc_s_suffix).
42586         * config.make.in (libgcc_s_suffix): Remove variable.
42587
42588 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42589
42590         * sysdeps/unix/sysv/gethostname.c: Move to ...
42591         * sysdeps/posix/gethostname.c: ... here.
42592
42593         * sysdeps/unix/execve.S: Remove file.
42594
42595         * sysdeps/unix/_exit.S: Remove file.
42596
42597 2012-04-23  Andreas Jaeger  <aj@suse.de>
42598
42599         [BZ #13739]
42600         * manual/Makefile: Remove make dist support, there's no
42601         need for a stand-alone documentation tar ball.
42602         (TEXI2DVI): Define always, it's not in Makeconfig.
42603         (dist): Removed.
42604         (tar-it): Removed.
42605         (edition): Removed.
42606         (glibc-doc-$(edition).tar): Removed
42607         (%.Z): Removed.
42608         (%.gz): Removed.
42609         (%.uu): Removed.
42610         (ETAGS): Remove, it's in Makeconfig.
42611         (move-if-change): Remove, it's in Makeconfig.
42612
42613 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42614
42615         [BZ #13970]
42616         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42617         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42618         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42619         (strtod_l, strtof_l, strtold_l): Remove __wur.
42620         It is not necessarily an error to ignore strtol's return value.
42621         One can reliably look at the stored endptr to decide whether
42622         the number had valid syntax.
42623
42624 2012-04-21  Andreas Jaeger  <aj@suse.de>
42625
42626         [BZ #13739]
42627         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42628
42629 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42630
42631         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42632         * sysdeps/unix/sysv/Versions: Remove file.
42633
42634 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42635
42636         [BZ #13927]
42637         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42638
42639 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42640
42641         [BZ #7064]
42642         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42643         version from __vm86.
42644
42645 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42646
42647         * sysdeps/unix/common/lxstat.c: Remove file.
42648         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42649
42650         * sysdeps/unix/sysv/Makefile: Remove file.
42651
42652         * sysdeps/unix/sysv/direct.h: Remove file.
42653
42654         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42655         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42656         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42657         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42658         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42659         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42660         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42661
42662         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42663
42664         * sysdeps/unix/xmknod.c: Remove file.
42665         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42666
42667         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42668
42669         * sysdeps/unix/sysv/i386/time.S: Remove file.
42670
42671         * sysdeps/unix/fxstat.c: Remove file.
42672         * sysdeps/unix/xstat.c: Likewise.
42673         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42674
42675         * sysdeps/unix/sysv/sigaction.c: Remove file.
42676
42677         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42678         (sysdep_headers): Remove variable.
42679         [termio.h not in sysdep_headers] (generated): Likewise.
42680         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42681         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42682         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42683         * sysdeps/unix/sysv/tcflow.c: Likewise.
42684         * sysdeps/unix/sysv/tcflush.c: Likewise.
42685         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42686         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42687         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42688         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42689         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42690
42691         * sysdeps/unix/siglist.c: Remove file.
42692
42693         * sysdeps/unix/getppid.S: Remove file.
42694
42695         * sysdeps/unix/mkdir.c: Remove file.
42696         * sysdeps/unix/rmdir.c: Likewise.
42697
42698 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42699
42700         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42701         ERR_MAX value.
42702         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42703         errlist-compat value.
42704
42705 2012-04-18  David S. Miller  <davem@davemloft.net>
42706
42707         * sysdeps/generic/memcopy.h (reg_char): Delete.
42708         * debug/strcat_chk.c: Use char, not reg_char.
42709         * debug/strcpy_chk.c: Likewise.
42710         * debug/strncat_chk.c: Likewise.
42711         * debug/strncpy_chk.c: Likewise.
42712         * string/memchr.c: Likewise.
42713         * string/memrchr.c: Likewise.
42714         * string/rawmemchr.c: Likewise.
42715         * string/strcat.c: Likewise.
42716         * string/strchr.c: Likewise.
42717         * string/strchrnul.c: Likewise.
42718         * string/strcmp.c: Likewise.
42719         * string/strcpy.c: Likewise.
42720         * string/strncat.c: Likewise.
42721         * string/strncmp.c: Likewise.
42722         * string/strncpy.c: Likewise.
42723
42724 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42725
42726         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42727         __builtin_memcopy is called when src and dest ranges are known to not
42728         overlap.
42729
42730 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42731
42732         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42733         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42734         fwd_align_merge macro call.
42735         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42736         bwd_align_merge macro call.
42737         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42738
42739 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42740
42741         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42742         bwd_align_merge macros.
42743         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42744         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42745         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42746
42747 2012-04-18  David S. Miller  <davem@davemloft.net>
42748
42749         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42750
42751 2012-04-18  Andreas Jaeger  <aj@suse.de>
42752
42753         [BZ# 6794]
42754         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42755         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42756         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42757
42758         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42759         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42760         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42761
42762         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42763         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42764         Adjust for changed ldbl-128 files.
42765
42766         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42767         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42768         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42769
42770 2012-04-17  David S. Miller  <davem@davemloft.net>
42771
42772         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42773
42774 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42775
42776         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42777         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42778         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42779         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42780         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42781         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42782
42783 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42784
42785         [BZ #6794]
42786         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42787         * math/libm-test.inc: Add ilogb errno and exception tests.
42788         * math/w_ilogb.c: New file: ilogb wrapper.
42789         * math/w_ilogbf.c: New file: ilogbf wrapper.
42790         * math/w_ilogbl.c: New file: ilogbl wrapper.
42791         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42792         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42793         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42794         exception being thrown with 0.0 as argument.
42795         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42796         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42797         exception being thrown with 0.0 as argument.
42798         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42799         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42800         exception being thrown with 0.0 as argument.
42801         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42802         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42803         exception being thrown with 0.0 as argument.
42804         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42805         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42806         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42807         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42808         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42809         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42810         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42811         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42812         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42813
42814 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42815
42816         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42817         with altivec.
42818
42819 2012-04-16  Marek Polacek  <polacek@redhat.com>
42820
42821         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42822
42823 2012-04-16  Marek Polacek  <polacek@redhat.com>
42824
42825         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42826         operands of fdivp instruction.
42827
42828 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42829
42830         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42831         * elf/tst-auditmod3b.c: Likewise.
42832         * elf/tst-auditmod4b.c: Likewise.
42833         * elf/tst-auditmod5b.c: Likewise.
42834         * elf/tst-auditmod6b.c: Likewise.
42835         * elf/tst-auditmod6c.c: Likewise.
42836         * elf/tst-auditmod7b.c: Likewise.
42837         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42838         * sysdeps/x86_64/preconfigure.in: Likewise.
42839         * sysdeps/x86_64/preconfigure: Regenerated.
42840
42841 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42842
42843         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42844         __ILP32__.
42845
42846 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42847
42848         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42849         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42850
42851 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42852
42853         [BZ #13973]
42854         * locale/iso-639.def: Fix gl language name. Spotted by
42855         Yaron Shahrabani.
42856
42857 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42858
42859         [BZ #2074]
42860         * libio/libio.h (__io_write_fn): Update comment.
42861
42862 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42863
42864         [BZ #2074]
42865         * stdio.texi (Hook Functions): The user provided writer function
42866         is not allowed to return -1.
42867
42868 2012-04-11  David S. Miller  <davem@davemloft.net>
42869
42870         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42871
42872 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42873
42874         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42875         Add a leading slash to rtkaio.
42876
42877 2012-04-11  Jim Meyering  <meyering@redhat.com>
42878
42879         [BZ #11959]
42880         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42881         It is not necessarily an error to ignore fwrite's return
42882         value.  One can reliably use ferror to test for errors after
42883         the fact.
42884
42885 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42886
42887         * bits/types.h (__snseconds_t): New type.
42888         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42889
42890         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42891         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42892         (__SNSECONDS_T_TYPE): Likewise.
42893         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42894         (__SNSECONDS_T_TYPE): Likewise.
42895         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42896         (__SNSECONDS_T_TYPE): Likewise.
42897
42898 2012-04-10  Andreas Jaeger  <aj@suse.de>
42899
42900         [BZ #2636]
42901         * manual/time.texi (Processor Time): Return type of times is
42902         elapsed real time since an arbitrary point in the past.
42903         (CPU Time): Move CLK_TCK from here...
42904         (Processor Time): ...to here.  Correct description.
42905         * manual/conf.texi (Constants for Sysconf): Correct description of
42906         _SC_CLK_TCK.
42907
42908 2012-04-10  David S. Miller  <davem@davemloft.net>
42909
42910         [BZ #13967]
42911         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42912         where the is a gap between DT_REL(A) and DT_JMPREL.
42913
42914 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42915
42916         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42917         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42918         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42919
42920 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42921
42922         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42923         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42924         (dl_main): Handle --inhibit-cache.
42925         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42926         _dl_inhibit_cache.
42927         * elf/dl-load.c (_dl_map_object): Use it.
42928         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42929
42930 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42931
42932         [BZ #13872]
42933         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42934         (__ieee754_powl): Saturate large exponents rather than testing for
42935         overflow of y*log2(x).
42936         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42937         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42938         exceptions.
42939
42940         [BZ #11521]
42941         * math/s_ctan.c: Include <float.h>.
42942         (__ctan): Avoid internal overflow or cancellation in calculating
42943         denominator.
42944         * math/s_ctanf.c: Likewise.
42945         * math/s_ctanl.c: Likewise.
42946         * math/s_ctanh.c: Likewise.
42947         * math/s_ctanhf.c: Likewise.
42948         * math/s_ctanhl.c: Likewise.
42949         * math/libm-test.inc (ctan_test): Add more tests.
42950         (ctanh_test): Likewise.
42951         * sysdeps/i386/fpu/libm-test-ulps: Update.
42952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42953
42954 2012-04-09  Andreas Jaeger  <aj@suse.de>
42955
42956         [BZ #6894]
42957         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42958         is an optional BSD extension.
42959
42960         [BZ #10254]
42961         * manual/stdio.texi (Opening Streams): Document additional fopen
42962         parameters.
42963
42964 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42965
42966         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42967         %eax without telling the compiler.
42968
42969 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42970
42971         [BZ # 13963]
42972         * manual/install.texi: Use sourceware.org.
42973
42974 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42975
42976         [BZ #13873]
42977         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42978         (__ieee754_pow): Generate overflow and underflow using huge*huge
42979         and tiny*tiny rather than just returning constant infinity or zero
42980         for large exponents.
42981         * math/libm-test.inc (pow_test): Require overflow exceptions for
42982         applicable cases of large exponents.
42983
42984         [BZ #706]
42985         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42986         (__ieee754_pow): Use iterative multiplication algorithm only for
42987         integer exponents with absolute value below 1024.  Check for odd
42988         integer exponents when using algorithm for real exponents.
42989         * math/libm-test.inc (pow_test): Add more tests.
42990         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42991
42992 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42993
42994         [BZ #13705]
42995         * math/libm-test.inc (exp_test): Do not allow overflow exception
42996         on underflow test.
42997
42998 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42999
43000         [BZ #13705]
43001         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43002         instead of __kernel_standard_f.
43003
43004 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43005
43006         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43007         * sysdeps/x86_64/memset_chk.S: Likewise.
43008
43009 2012-04-08  Andreas Jaeger  <aj@suse.de>
43010
43011         [BZ #10153]
43012         * manual/startup.texi (Environment Access): Describe return value
43013         for putenv and setenv.
43014
43015         [BZ #6895]
43016         * manual/filesys.texi (Directory Entries): Add description for
43017         DT_LNK.
43018
43019         [BZ #6890]
43020         * manual/filesys.texi (Directory Entries): Clarify that it's file
43021         system not operating system in the description of DT_UNKNOWN.
43022
43023         [BZ #6578]
43024         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43025
43026 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43027
43028         [BZ #6649]
43029         * manual/llio.texi (Opening and Closing Files): Add cross
43030         reference to explain mode argument.
43031
43032 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43033
43034         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43035         * sysdeps/x86_64/memset_chk.S: Likewise.
43036
43037 2012-04-07  David S. Miller  <davem@davemloft.net>
43038
43039         * elf/elf.h (R_SPARC_WDISP10): Define.
43040         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43041         R_SPARC_SIZE32.
43042         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43043         R_SPARC_SIZE64 and R_SPARC_H34.
43044
43045 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43046
43047         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43048         conditions and remove no longer applicable assertion.
43049
43050 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43051
43052         * bits/byteswap.h: Include <features.h>.
43053         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43054         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43055
43056 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43057
43058         * bits/byteswap.h (__bswap_16): Removed.
43059         Include <bits/byteswap-16.h> to get __bswap_16.
43060         * sysdeps/i386/bits/byteswap.h: Likewise.
43061         * sysdeps/s390/bits/byteswap.h: Likewise.
43062         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43063         * bits/byteswap-16.h: New file.
43064         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43065         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43066         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43067         * string/Makefile (headers): Add bits/byteswap-16.h.
43068
43069 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43070
43071         [BZ #13895]
43072         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43073         extra indirection.
43074         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43075         * nss/tst-nss-static.c: New.
43076
43077 2012-04-06  Robert Millan  <rmh@gnu.org>
43078
43079         [BZ #6486]
43080         * manual/llio.texi (File Position Primitive): lseek
43081         refers to WHENCE when it really means OFFSET.
43082
43083 2012-04-06  Andreas Jaeger  <aj@suse.de>
43084
43085         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43086         strncmp declarations.
43087
43088         * abilist/libc.abilist: Add __poll and __ppoll.
43089
43090 2012-04-05  David S. Miller  <davem@davemloft.net>
43091
43092         * scripts/check-local-headers.sh: Accept a host triplet in the
43093         path matched by the exclude regexp.
43094
43095         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43096         definition.
43097         * sysdeps/powerpc/powerpc32/dl-machine.h
43098         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43099         * sysdeps/s390/s390-32/dl-machine.h
43100         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43101         * sysdeps/sparc/sparc32/dl-machine.h
43102         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43103         * sysdeps/sparc/sparc64/dl-machine.h
43104         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43105
43106         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43107         lazy binding.
43108         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43109         undefined symbol errors.
43110
43111         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43112         DT_NEEDED entries.
43113
43114 2012-04-05  Michael Matz  <matz@suse.de>
43115
43116         [BZ #13592]
43117         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43118
43119 2012-04-05  Andreas Jaeger  <aj@suse.de>
43120
43121         [BZ #13908]
43122         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43123         comment.
43124
43125 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43126
43127         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43128         which ROUND is no valid rounding mode.
43129
43130 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43131
43132         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43133         read again.
43134         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43135
43136 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43137
43138         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43139         an exception using FPU order intentionally.
43140
43141 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43142
43143         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43144         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43145         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43146         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43147
43148 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43149
43150         [BZ #12340]
43151         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43152         EINVAL when BUFLEN is too smal.
43153
43154 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43155
43156         [BZ #13553]
43157         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43158         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43159
43160 2012-04-03  Andreas Jaeger  <aj@suse.de>
43161
43162         [BZ #13938]
43163         * manual/setjmp.texi (System V contexts): Fix sentence.
43164
43165         [BZ #13926]
43166         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43167         New macro for this case.
43168         [!__GNUC__] (__bswap_64): New inline function for this case.
43169         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43170         * bits/byteswap.h: Likewise.
43171         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43172         ull, guard with __GLIBC_HAVE_LONG_LONG.
43173
43174         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43175         __GLIBC_HAVE_LONG_LONG.
43176
43177         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43178         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43179
43180 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43181
43182         [BZ #13691]
43183         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43184         inptr and inend, rather than using last_ch.
43185
43186 2012-04-02  David S. Miller  <davem@davemloft.net>
43187
43188         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43189         * stdio-common/printf-parse.h (read_int): Change return type to
43190         'int', return -1 on INT_MAX overflow.
43191         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43192         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43193         overflows INT_MAX.  Check for overflow of in-format-string precision
43194         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43195         SIZE_MAX not INT_MAX for integer overflow test.
43196         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43197         skip the construct in the format string but do not record anything.
43198         * stdio-common/bug22.c: Adjust to test both width/prevision
43199         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43200         explicitly for proper errno values.
43201
43202 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43203
43204         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43205         CHAR_MAX.
43206         * string/test-strcmp.c [! WIDE]: Likewise.
43207         * time/tst-mktime2.c: Likewise for INT_MAX.
43208         * string/test-string.h: #include <sys/param.h> for MIN.
43209
43210         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43211         * sysdeps/i386/init-first.c (init): Likewise.
43212         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43213         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43214         * sysdeps/sh/init-first.c (init): Likewise.
43215
43216 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43217
43218         * po/ru.po: Update from translation team.
43219         * po/vi.po: Likewise.
43220
43221 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43222
43223         * resolv/nss_dns/dns-host.c: Merge copyright years.
43224
43225 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43226
43227         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43228         Optimize memcpy with prefetch if
43229         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43230         src, dst pointers have unequal 16 byte alignments.
43231
43232 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43233
43234         [BZ #13928]
43235         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43236         from a CNAME entry and return the minimum ttl for the query.
43237         (gaih_getanswer_slice): Likewise.
43238
43239 2012-03-30  Jeff Law  <law@redhat.com>
43240
43241         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43242         due to long keys.
43243         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43244         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43245
43246         * resolv/nss_dns/dns-host.c: Update copyright year.
43247
43248 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43249
43250         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43251         requests to save a system call.  Fix check that all bytes are sent.
43252
43253         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43254         comments for sendmmsg.
43255
43256 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43257
43258         [BZ #13691]
43259         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43260         with only 1 character between 0x0041 and 0x01b0.
43261         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43262         * wcsmbs/tst-mbsnrtowcs.c: New file.
43263
43264 2012-03-29  David S. Miller  <davem@davemloft.net>
43265
43266         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43267         small copies by hand.
43268
43269 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43270
43271         [BZ #13761]
43272         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43273         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43274         group memberships.
43275
43276 2012-03-28  David S. Miller  <davem@davemloft.net>
43277
43278         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43279         that branches into memcpy.
43280         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43281         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43282         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43283         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43284         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43285         bits.
43286         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43287         implementation too.
43288         * sysdeps/sparc/mempcpy.S: New file.
43289
43290         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43291         the IFUNC routine in the libc case.
43292         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43293
43294         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43295         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43296         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43297         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43298         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43299         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43300         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43301         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43302
43303         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43304         loop to 256 bytes instead of 64 bytes and fix test signedness.
43305
43306         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43307         * sysdeps/sparc/sparc32/Makefile: rather than here...
43308         * sysdeps/sparc/sparc64/Makefile: and here.
43309
43310 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43311
43312         * malloc/mallocbug.c: Avoid warnings about unused variables.
43313
43314 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43315
43316         [BZ #13760]
43317         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43318         in the right place. Discard and retry query if response is
43319         larger than input buffer size.
43320
43321 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43322
43323         [BZ #369]
43324         [BZ #2678]
43325         [BZ #3866]
43326         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43327         x for large integer exponent.
43328         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43329         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43330         sign of result as needed afterwards.
43331         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43332         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43333         result for underflowing pow the same as for overflow.
43334         (__kernel_standard_l): Handle powl overflow and underflow here
43335         rather than calling __kernel_standard.
43336         * math/libm-test.inc (pow_test): Add more tests.
43337
43338         [BZ #3868]
43339         [BZ #13879]
43340         [BZ #13910]
43341         [BZ #13911]
43342         [BZ #13912]
43343         [BZ #13913]
43344         [BZ #13915]
43345         [BZ #13916]
43346         [BZ #13917]
43347         [BZ #13918]
43348         [BZ #13919]
43349         [BZ #13920]
43350         [BZ #13921]
43351         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43352         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43353         (__kernel_standard_l): New function.
43354         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43355         __kernel_standard.
43356         * math/w_acosl.c (__acosl): Likewise.
43357         * math/w_asinl.c (__asinl): Likewise.
43358         * math/w_atan2l.c (__atan2l): Likewise.
43359         * math/w_atanhl.c (__atanhl): Likewise.
43360         * math/w_coshl.c (__coshl): Likewise.
43361         * math/w_exp10l.c (__exp10l): Likewise.
43362         * math/w_exp2l.c (__exp2l): Likewise.
43363         * math/w_fmodl.c (__fmodl): Likewise.
43364         * math/w_hypotl.c (__hypotl): Likewise.
43365         * math/w_j0l.c (__j0l, __y0l): Likewise.
43366         * math/w_j1l.c (__j1l, __y1l): Likewise.
43367         * math/w_jnl.c (__jnl, __ynl): Likewise.
43368         * math/w_lgammal.c (__lgammal): Likewise.
43369         * math/w_log10l.c (__log10l): Likewise.
43370         * math/w_log2l.c (__log2l): Likewise.
43371         * math/w_logl.c (__logl): Likewise.
43372         * math/w_powl.c (__powl): Likewise.
43373         * math/w_remainderl.c (__remainderl): Likewise.
43374         * math/w_scalbl.c (sysv_scalbl): Likewise.
43375         * math/w_sinhl.c (__sinhl): Likewise.
43376         * math/w_sqrtl.c (__sqrtl): Likewise.
43377         * math/w_tgammal.c (__tgammal): Likewise.
43378         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43379         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43380         * math/libm-test.inc (acos_test): Add more tests.
43381         (acosh_test): Likewise.
43382         (asin_test): Likewise.
43383         (atanh_test): Likewise.
43384         (exp_test): Likewise.
43385         (exp10_test): Likewise.
43386         (exp2_test): Likewise.
43387         (expm1_test): Likewise.
43388         (lgamma_test): Likewise.
43389         (log_test): Likewise.
43390         (log10_test): Likewise.
43391         (log1p_test): Likewise.
43392         (log2_test): Likewise.
43393         (pow_test): Do not allow some spurious overflow exceptions.
43394         (sqrt_test): Add more tests.
43395         (tgamma_test): Likewise.
43396         (y0_test): Likewise.
43397         (y1_test): Likewise.
43398         (yn_test): Likewise.
43399
43400 2012-03-27  Anton Blanchard  <anton@samba.org>
43401
43402         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43403         MAP_HUGETLB.
43404         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43405         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43406         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43407
43408 2012-03-27  David S. Miller  <davem@davemloft.net>
43409
43410         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43411
43412         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43413         have-as-vis3 check.
43414
43415 2012-03-27  Andreas Jaeger  <aj@suse.de>
43416
43417         * sysdeps/x86_64/elf/configure.in: Moved to ...
43418         * sysdeps/x86_64/configure.in: ... here.
43419         * sysdeps/x86_64/elf/start.S: Moved to ...
43420         * sysdeps/x86_64/start.S: ... here.
43421         * sysdeps/x86_64/elf/configure: Delete.
43422
43423         * sysdeps/x86_64/configure.in: Merge contents from
43424         sysdeps/i386/configure.in (without i686 check).
43425
43426         * sysdeps/i386/elf/Versions: Merge into ...
43427         * sysdeps/i386/Versions: ... this.
43428         * sysdeps/i386/elf/Versions: Delete file.
43429         * sysdeps/i386/elf/start.S: Moved to ...
43430         * sysdeps/i386/start.S: ...here.
43431         * sysdeps/i386/elf/configure.in: Merge into...
43432         * sysdeps/i386/configure.in: ...here.
43433         * sysdeps/i386/elf/configure.in: Delete file.
43434         * sysdeps/i386/elf/configure: Delete file.
43435
43436         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43437         * debug/backtracesyms.c: ... here.
43438         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43439         * debug/backtracesymsfd.c: ... here.
43440         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43441         * sysdeps/generic/ifunc-sel.h: ... here.
43442
43443         * sysdeps/unix/i386/start.c: Delete file.
43444         * sysdeps/unix/sparc/start.c: Delete file.
43445         * sysdeps/unix/start.c: Delete file.
43446
43447         * sysdeps/sh/elf/configure.in: Moved to ...
43448         * sysdeps/sh/configure.in: ... here.
43449         * sysdeps/sh/elf/start.S: Moved to ...
43450         * sysdeps/sh/start.S: ... here.
43451         * sysdeps/sh/elf/configure: Delete file.
43452
43453         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43454         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43455         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43456         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43457         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43458         * sysdeps/powerpc/powerpc64/start.S: here.
43459         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43460         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43461         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43462         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43463         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43464
43465         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43466         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43467         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43468         * sysdeps/powerpc/powerpc32/start.S: ... here.
43469         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43470         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43471         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43472
43473         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43474         * sysdeps/powerpc/ifunc-sel.h: ... here.
43475         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43476         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43477
43478         * sysdeps/sparc/elf/configure.in: Moved to ...
43479         * sysdeps/sparc/configure.in: ... here.
43480         * sysdeps/sparc/elf/configure: Delete file.
43481         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43482         * sysdeps/sparc/sparc32/start.S: ... here.
43483         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43484         * sysdeps/sparc/sparc64/start.S: ... here.
43485         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43486         * sysdeps/sparc/sparc32/Makefile: ... this.
43487         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43488         * sysdeps/sparc/sparc64/Makefile: ... this.
43489
43490         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43491         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43492         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43493         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43494         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43495         * sysdeps/s390/s390-32/setjmp.S: ... here.
43496         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43497         * sysdeps/s390/s390-32/configure.in: ... here.
43498         * sysdeps/s390/s390-32/elf/configure: Delete file.
43499         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43500         * sysdeps/s390/s390-32/start.S: ... here.
43501
43502         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43503         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43504         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43505         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43506         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43507         * sysdeps/s390/s390-64/setjmp.S: ... here.
43508         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43509         * sysdeps/s390/s390-64/configure.in: ... here
43510         * sysdeps/s390/s390-64/elf/configure: Delete file.
43511         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43512         * sysdeps/s390/s390-64/start.S: ... here.
43513         * sysdeps/s390/s390-64/elf/configure: Delete.
43514
43515         * configure.in: Remove support for elf directories in sysdeps.
43516
43517         * configure: Regenerated.
43518         * sysdeps/i386/configure: Regenerated.
43519         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43520         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43521         * sysdeps/s390/s390-32/configure: Regenerated.
43522         * sysdeps/s390/s390-64/configure: Regenerated.
43523         * sysdeps/sh/configure: Regenerated.
43524         * sysdeps/sparc/configure: Regenerated.
43525         * sysdeps/x86_64/configure: Regenerated.
43526
43527 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43528
43529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43530
43531         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43532         denormal result into account.
43533
43534 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43535
43536         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43537         Reported by Allan McRae <allan@archlinux.org>.
43538
43539 2012-03-23  Jeff Law  <law@redhat.com>
43540
43541         * nss/getnssent.c (__nss_getent): Fix typo.
43542
43543 2012-03-23  David S. Miller  <davem@davemloft.net>
43544
43545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43546
43547 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43548
43549         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43550         to pad to uint64_t for each field.
43551         (dl_tls_index): Replace unsigned long with uint64_t.
43552
43553 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43554         Paul Pluzhnikov  <ppluzhnikov@google.com>
43555
43556         [BZ #6528]
43557         * grp/Makefile (otherlibs): Don't set it.
43558         * inet/Makefile (otherlibs): Likewise.
43559         * login/Makefile (otherlibs): Likewise.
43560         * nscd/Makefile (otherlibs): Likewise.
43561         * posix/Makefile (otherlibs): Likewise.
43562         * pwd/Makefile (otherlibs): Likewise.
43563         * rt/Makefile (otherlibs): Likewise.
43564         * sunrpc/Makefile (otherlibs): Likewise.
43565         * nss/Makefile (otherlibs): Likewise.
43566         Add libnss_files to routines and static-only-routines.
43567         ($(objpfx)getent): Remove rule.
43568         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43569         static-only-routines.
43570
43571 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43572
43573         [BZ #13892]
43574         * math/s_cexp.c: Include <float.h>.
43575         (__cexp): Handle exp result overflowing not necessarily
43576         overflowing both real and imaginary parts of result.
43577         * math/s_cexpf.c: Likewise.
43578         * math/s_cexpl.c: Likewise.
43579         * math/libm-test.inc (cexp_test): Add more tests.
43580         * sysdeps/i386/fpu/libm-test-ulps: Update.
43581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43582
43583 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43584
43585         * include/link.h (ELFW): New macro.
43586         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43587         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43588
43589 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43590
43591         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43592         with uint64_t.
43593
43594 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43595
43596         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43597         declaration.
43598         (struct La_x32_retval): Likewise.
43599
43600 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43601
43602         * sysdeps/x86_64/preconfigure.in: New file.
43603         * sysdeps/x86_64/preconfigure: New generated file.
43604
43605 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43606
43607         [BZ #13824]
43608         * math/e_exp2l.c: Include <float.h>.
43609         (__ieee754_exp2l): Handle overflow and underflow cases
43610         separately.  Only pass fractional part of argument to
43611         __ieee754_expl.
43612         * math/libm-test.inc (exp2_test): Add more tests.
43613
43614         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43615         negating x to take absolute value.
43616         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43617         Likewise.
43618         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43619         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43620         Likewise.
43621         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43622         computing low part if x was negated.
43623         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43624
43625 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43626
43627         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43628         la_x32_gnu_pltexit.
43629         (pltexit): Cast int_retval to ptrdiff_t.
43630         * elf/tst-auditmod3b.c: Likewise.
43631         * elf/tst-auditmod4b.c: Likewise.
43632         * elf/tst-auditmod5b.c: Likewise.
43633         * elf/tst-auditmod6b.c: Likewise.
43634         * elf/tst-auditmod6c.c: Likewise.
43635         * elf/tst-auditmod7b.c: Likewise.
43636
43637         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43638         and x32_gnu_pltexit.
43639
43640         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43641         __ELF_NATIVE_CLASS.
43642         (La_x32_regs): New macro.
43643         (La_x32_retval): Likewise.
43644         (la_x32_gnu_pltenter): New function prototype.
43645         (la_x32_gnu_pltexit): Likewise.
43646
43647 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43648
43649         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43650         exponent.
43651
43652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43653
43654         * configure.in (libc_cv_cc_nofma): Check for option to disable
43655         generation of FMA instructions.
43656         * configure: Regenerate.
43657         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43658         * sysdeps/ieee754/dbl-64/Makefile: New file.
43659         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43660         Remove brandred-fma4.
43661         (CFLAGS-brandred-fma4.c): Remove.
43662         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43663         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43664         define.
43665         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43666         define.
43667
43668 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43669
43670         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43671         LLONG_MAX != LONG_MAX.
43672         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43673         (_fitoa_word): Likewise.
43674         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43675         LLONG_MAX != LONG_MAX.
43676         * stdio-common/_itowa.h: Include <_itoa.h>.
43677         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43678         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43679         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43680         only if not defined.
43681         (_ITOA_WORD_TYPE): Likewise.
43682         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43683         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43684
43685 2012-03-21  David S. Miller  <davem@davemloft.net>
43686
43687         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43688
43689 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43690
43691         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43692         of x86_64 when setting libc_cv_slibdir, libdir and
43693         libc_cv_localedir.
43694         * sysdeps/unix/sysv/linux/configure: Regenerated.
43695
43696 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43697
43698         * manual/lang.texi (Old Varargs): Remove section.
43699         (How Variadic): Update menu.
43700         (va_start): Do not mention varargs.h.
43701
43702 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43703             Joseph Myers  <joseph@codesourcery.com>
43704
43705         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43706         link test.
43707         * configure: Regenerated.
43708
43709 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43710
43711         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43712         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43713         conformtest.pl
43714
43715 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43716
43717         * NOTES: Remove.
43718         * Makefile (files-for-dist): Remove NOTES.
43719         (NOTES): Remove rule.
43720         * README: Don't refer to NOTES.
43721         * manual/creature.texi: Don't include macros.texi.
43722         * manual/intro.texi (creature.texi): Remove comment referring to
43723         NOTES.
43724
43725         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43726         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43727         * configure: Regenerated.
43728         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43729         LIBC_TRY_CC_OPTION.
43730         (libc_cv_as_i686): Likewise.
43731         (libc_cv_cc_avx): Likewise.
43732         (libc_cv_cc_sse2avx): Likewise.
43733         (libc_cv_cc_fma4): Likewise.
43734         (libc_cv_cc_novzeroupper): Likewise.
43735         * sysdeps/i386/configure: Regenerated.
43736
43737         [BZ #13883]
43738         * sysdeps/i386/fpu/s_cexp.S: Remove.
43739         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43740         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43741         * math/libm-test.inc (cexp_test): Add more tests.
43742         * sysdeps/i386/fpu/libm-test-ulps: Update.
43743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43744
43745 2012-03-21  Allan McRae  <allan@archlinux.org>
43746
43747         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43748
43749 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43750
43751         [BZ #13871]
43752         * math/w_exp2.c: Do not include <float.h>.
43753         (o_threshold, u_threshold): Remove.
43754         (__exp2): Calculate result before checking finiteness and calling
43755         __kernel_standard.
43756         * math/w_exp2f.c: Likewise.
43757         * math/w_exp2l.c: Likewise.
43758         * math/libm-test.inc (exp2_test): Require overflow exception for
43759         1e6 input.
43760
43761         [BZ #3866]
43762         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43763         range of signed 64-bit integers before using fistpll.  Remove
43764         checks for whether integers fit in mantissa bits.
43765         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43766         the range of signed 32-bit integers before using fistpl.  Remove
43767         checks for whether integers fit in mantissa bits.
43768         * sysdeps/i386/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         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43773         divide-by-zero is raised for zero to large negative powers.
43774         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43775         (__ieee754_powl): Test for y outside the range of signed 64-bit
43776         integers before using fistpll.  Reduce 64-bit values to 63-bit
43777         ones as needed.
43778         * math/libm-test.inc (pow_test): Add more tests.
43779
43780 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43781
43782         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43783         <stdio-common/_itoa.h>.
43784         * debug/segfault.c: Likewise.
43785         * elf/dl-cache.c: Likewise.
43786         * elf/dl-minimal.c: Likewise.
43787         * elf/dl-misc.c: Likewise.
43788         * elf/dl-sysdep.c: Likewise.
43789         * elf/dl-version.c: Likewise.
43790         * elf/rtld.c: Likewise.
43791         * hurd/hurdsock.c: Likewise.
43792         * hurd/lookup-retry.c: Likewise.
43793         * malloc/malloc.c: Likewise.
43794         * malloc/mtrace.c: Likewise.
43795         * nscd/nscd_getgr_r.c: Likewise.
43796         * nscd/nscd_getpw_r.c: Likewise.
43797         * nscd/nscd_getserv_r.c: Likewise.
43798         * posix/getopt_init.c: Likewise.
43799         * posix/wordexp.c: Likewise.
43800         * stdio-common/_itoa.c: Likewise.
43801         * stdio-common/printf_fphex.c: Likewise.
43802         * stdio-common/vfprintf.c: Likewise.
43803         * string/_strerror.c: Likewise.
43804         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43805         * sysdeps/i386/i686/hp-timing.h: Likewise.
43806         * sysdeps/mach/_strerror.c: Likewise.
43807         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43808         * sysdeps/mach/hurd/sethostid.c: Likewise.
43809         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43810         * sysdeps/mach/xpg-strerror.c: Likewise.
43811         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43812         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43813         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43814         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43815         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43816         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43817         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43818         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43819         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43820         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43821         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43822         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43823         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43824         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43825         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43826         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43827         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43828         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43829         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43830         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43831         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43832
43833         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43834
43835         * stdio-common/_itoa.h: Moved to ...
43836         * sysdeps/generic/_itoa.h: Here.
43837
43838         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43839
43840         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43841         instead of "_itoa.h" and "_itowa.h".
43842         * stdio-common/vfprintf.: Likewise.
43843
43844 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43845
43846         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43847         <bits/wordsize.h>.
43848         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43849         (__signbit): Likwise.
43850         (llrintf): Likwise.
43851         (llrint): Likwise.
43852
43853 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43854
43855         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43856         __WORDSIZE != 64.
43857
43858 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43859
43860         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43861         OVERFLOW_EXCEPTION_OK.
43862         * math/libm-test.inc ("Philosophy"): Update comment about
43863         exception testing.
43864         (OVERFLOW_EXCEPTION): Define.
43865         (OVERFLOW_EXCEPTION_OK): Likewise.
43866         (INVALID_EXCEPTION_OK): Renumber.
43867         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43868         (IGNORE_ZERO_INF_SIGN): Likewise.
43869         (test_exceptions): Handle FE_OVERFLOW.
43870         (exp10_test): Expect overflow exceptions.
43871         (exp2_test): Likewise.
43872         (expm1_test): Likewise.
43873         (nextafter_test): Likewise.
43874         (pow_test): Likewise.
43875         (scalbn_test): Likewise.
43876         (scalbln_test): Likewise.
43877
43878 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43879
43880         * sysdeps/x86_64/bits/atomic.h
43881         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43882         64bit integer.
43883         (atomic_exchange_acq): Likewise.
43884         (__arch_exchange_and_add_body): Likewise.
43885         (__arch_add_body): Likewise.
43886         (atomic_add_negative): Likewise.
43887         (atomic_add_zero): Likewise.
43888
43889 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43890
43891         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43892         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43893
43894 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43895
43896         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43897         Check __x86_64__ instead of __WORDSIZE.
43898
43899 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43900
43901         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43902
43903 2012-03-19  David S. Miller  <davem@davemloft.net>
43904
43905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43906
43907         * sysdeps/sparc/fpu/fenv_private.h: New file.
43908         * sysdeps/sparc/fpu/math_private.h: Use it.
43909         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43910         Remove.
43911         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43912         (libc_feholdexcept_setroundl): Remove.
43913         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43914         Remove.
43915         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43916         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43917
43918 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43919
43920         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43921         int64_t instead of long int.
43922         (INSERT_WORDS64): Likwise.
43923
43924 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43925
43926         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43927         _Unwind_GetCFA return to _Unwind_Ptr first.
43928
43929 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43930
43931         [BZ #13629]
43932         * math/s_clog.c: Include <float.h>.
43933         (__clog): Scale large or subnormal inputs.
43934         * math/s_clogf.c: Likewise.
43935         * math/s_clogl.c: Likewise.
43936         * math/s_clog10.c: Include <float.h>.
43937         (M_LOG10_2): Define.
43938         (__clog10): Scale large or subnormal inputs.
43939         * math/s_clog10f.c: Likewise.
43940         * math/s_clog10l.c: Likewise.
43941         * math/libm-test.inc (clog_test): Add more tests.
43942         (clog10_test): Likewise.
43943         * sysdeps/i386/fpu/libm-test-ulps: Update.
43944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43945
43946         [BZ #11451]
43947         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43948         x and y.
43949         * math/libm-test.inc (atan2_test): Add another test.
43950
43951         * Makerules (common-objdir-compile): Remove.
43952         * sysdeps/unix/Makefile (config-generated): Do not add
43953         $(unix-generated) to variable.
43954         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43955         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43956         Remove rule.
43957         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43958         Likewise.
43959         [generic bits/local_lim.h] (before-compile): Do not append to
43960         variable.
43961         [generic bits/local_lim.h] (common-generated): Likewise.
43962         [generic sys/param.h] (before-compile): Do not append to variable.
43963         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43964         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43965         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43966         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43967         include.
43968         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43969         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43970         [generic sys/param.h] ($(addprefix
43971         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43972         [generic sys/param.h] (common-generated): Do not append to
43973         variable.
43974         [generic sys/param.h] (sysdep_headers): Likewise.
43975         [generic bits/errno.h] (before-compile): Do not append to
43976         variable.
43977         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43978         rule.
43979         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43980         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43981         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43982         [generic bits/errno.h] (common-generated): Do not append to
43983         variable.
43984         [generic bits/ioctls.h] (before-compile): Do not append to
43985         variable.
43986         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43987         rule.
43988         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43989         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43990         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43991         rule.
43992         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43993         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43994         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43995         [generic bits/ioctls.h] (common-generated): Do not append to
43996         variable.
43997         [generic sys/syscall.h] (syscall.h): Remove variable.
43998         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43999         rule.
44000         [generic sys/syscall.h] (before-compile): Do not append to
44001         variable.
44002         [generic sys/syscall.h] (common-generated): Likewise.
44003         * sysdeps/unix/errnos-tmpl.c: Remove file.
44004         * sysdeps/unix/errnos.awk: Likewise.
44005         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44006         * sysdeps/unix/ioctls.awk: Likewise.
44007         * sysdeps/unix/mk-local_lim.c: Likewise.
44008         * sysdeps/unix/snarf-ioctls: Likewise.
44009
44010 2012-03-19  Richard Henderson  <rth@twiddle.net>
44011
44012         * sysdeps/i386/fpu/fenv_private.h: New file.
44013         * sysdeps/i386/fpu/math_private.h: Use it.
44014         (math_opt_barrier, math_force_eval): Remove.
44015         (libc_feholdexcept_setround_53bit): Remove.
44016         (libc_feupdateenv_53bit): Remove.
44017         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44018         (math_opt_barrier, math_force_eval): Remove.
44019         (libc_feholdexcept): Remove.
44020         (libc_feholdexcept_setround): Remove.
44021         (libc_fetestexcept, libc_fesetenv): Remove.
44022         (libc_feupdateenv_test): Remove.
44023         (libc_feupdateenv, libc_feholdsetround): Remove.
44024         (libc_feresetround): Remove.
44025
44026         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44027         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44028
44029         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44030         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44031         (libc_feupdateenv_testl): New.
44032         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44033         (libc_feupdateenv_testf): New.
44034         (libc_feupdateenv): Use libc_feupdateenv_test.
44035         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44036         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44037
44038         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44039         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44040         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44041         (libc_feresetround_noex): New.
44042         (libc_feresetround_noexf): New.
44043         (libc_feresetround_noexl): New.
44044         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44045         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44046         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44047         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44048         SET_RESTORE_ROUND.
44049         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44050         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44051         (__cos): Likewise.
44052         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44053         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44054         SET_RESTORE_ROUND_NOEX.
44055         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44056         SET_RESTORE_ROUND_NOEXF.
44057         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44058         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44059         (libc_feholdsetroundf): New.
44060         (libc_feresetround, libc_feresetroundf): New.
44061
44062         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44063         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44064         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44065
44066         * sysdeps/generic/math_private.h: Include <fenv.h>.
44067         (default_libc_feholdexcept): New.
44068         (default_libc_feholdexcept_setround): New.
44069         (default_libc_fesetenv, default_libc_feupdateenv): New.
44070         (libc_feholdexcept): Only define if undefined.
44071         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44072         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44073         (libc_feholdexcept_setroundl): Likewise.
44074         (libc_feholdexcept_setround_53bit): Likewise.
44075         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44076         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44077         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44078         (libc_feupdateenv_53bit): Likewise.
44079         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44080         (libc_feholdexcept): Convert from macro to inline function.
44081         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44082         (libc_fesetenv, libc_feupdateenv): Likewise.
44083
44084         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44085         not previously defined.
44086         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44087         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44088         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44089         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44090         * sysdeps/ieee754/flt-32/math_private.h: New file.
44091         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44092         math_private.h below SET_FLOAT_WORD.
44093         (__isnan, __isinf_ns, __finite): Remove.
44094         (__isnanf, __isinf_nsf, __finitef): Remove.
44095
44096 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44097
44098         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44099
44100 2012-03-17  David S. Miller  <davem@davemloft.net>
44101
44102         [BZ #6471]
44103         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44104         for 2.16.
44105
44106 2012-03-16  David S. Miller  <davem@davemloft.net>
44107
44108         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44109         warnings.
44110
44111         [BZ #6471]
44112         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44113         properly.
44114         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44115         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44116         sysdep_routines when subdir is sysvipc.
44117         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44118         __getshmlba helper.
44119
44120         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44121
44122 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44123
44124         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44125         [__LP64__].
44126
44127 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44128
44129         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44130         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44131         (__lround): Renamed to ...
44132         (__llround): This.  Replace long int with long long int.
44133         Define lround functions as aliases of llround functions.
44134         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44135
44136 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44137
44138         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44139         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44140         adresses to uintptr_t.  Replace "long int" and "unsigned long
44141         int" with "greg_t" on va_arg.
44142
44143 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44144
44145         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44146         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44147
44148         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44149         Move e_machine check before EI_CLASS check.  Handle x32
44150         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44151         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44152         SKIP_EM_IA_64 and include
44153         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44154
44155         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44156         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44157         (add_system_dir): New macro.
44158
44159         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44160         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44161
44162 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44163
44164         [BZ #2551]
44165         [BZ #2552]
44166         [BZ #2553]
44167         [BZ #2554]
44168         [BZ #2562]
44169         [BZ #2563]
44170         [BZ #2565]
44171         [BZ #2566]
44172         [BZ #2576]
44173         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44174         (y0): Likewise.
44175         * math/w_j0f.c (j0f): Likewise.
44176         (y0f): Likewise.
44177         * math/w_j0l.c (__j0l): Likewise.
44178         (__y0l): Likewise.
44179         * math/w_j1.c (j1): Likewise.
44180         (y1): Likewise.
44181         * math/w_j1f.c (j1f): Likewise.
44182         (y1f): Likewise.
44183         * math/w_j1l.c (__j1l): Likewise.
44184         (__y1l): Likewise.
44185         * math/w_jn.c (jn): Likewise.
44186         (yn): Likewise.
44187         * math/w_jnf.c (jnf): Likewise.
44188         (ynf): Likewise.
44189         * math/w_jnl.c (__jnl): Likewise.
44190         (__ynl): Likewise.
44191         * math/libm-test.inc (j0_test): Add more tests.
44192         (j1_test): Likewise.
44193         (jn_test): Likewise.  Add trailing semicolon to existing test.
44194         (y0_test): Likewise.
44195         (y1_test): Likewise.
44196         * sysdeps/i386/fpu/libm-test-ulps: Update.
44197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44198
44199         [BZ #13851]
44200         [BZ #13854]
44201         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44202         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44203         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44204         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44205         (__tanl): Set errno for infinite argument.
44206         * sysdeps/i386/fpu/mptan.c: Remove.
44207         * sysdeps/i386/fpu/s_tan.S: Likewise.
44208         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44209         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44210         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44211         * math/libm-test.inc (tan_test): Add more tests and enable more
44212         tests for double and long double.
44213         * sysdeps/i386/fpu/libm-test-ulps: Update.
44214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44215
44216 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44217
44218         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44219         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44220
44221 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44222
44223         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44224         * configure.in: Use it for both main tree and add-ons.
44225         * configure: Regenerated.
44226
44227 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44228
44229         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44230
44231 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44232
44233         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44234         in comment.
44235
44236         [BZ #13851]
44237         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44238         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44242         infinite argument.
44243         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44244         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44245         != 0 for prec == 2.
44246         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44247         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44248         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44249         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44250         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44251         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44252         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44253         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44254         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44255         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44256         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44257         * math/libm-test.inc (cos_test): Add more tests and enable more
44258         tests for long double.
44259         (sin_test): Likewise.
44260         (sincos_test): Likewise.
44261         * sysdeps/i386/fpu/libm-test-ulps: Update.
44262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44263
44264 2012-03-16  David S. Miller  <davem@davemloft.net>
44265
44266         * sysdeps/sparc/fpu/math_private.h: New file.
44267
44268 2012-03-15  David S. Miller  <davem@davemloft.net>
44269
44270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44271         file.
44272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44274         file.
44275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44277         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44278         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44279         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44280         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44281         sysdep routines.
44282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44283
44284         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44285         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44286
44287         * sysdeps/sparc/sparc-ifunc.h: New file.
44288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44289         sparc-ifunc.h
44290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44292         Likewise.
44293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44294         Likewise.
44295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44299         Likewise.
44300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44305         Likewise.
44306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44307         Likewise.
44308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44316         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44317         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44318         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44319         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44320         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44321         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44322         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44323         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44324         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44325         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44326         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44327         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44328         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44329         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44330         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44331         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44332
44333 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44334
44335         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44336         scaling.
44337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44338
44339 2012-03-15  Andreas Jaeger  <aj@suse.de>
44340
44341         [BZ #13852]
44342         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44343         ieee754/flt-32 implementation for sin, cos and sincos.
44344         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44345         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44346         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44347         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44348         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44349         ieee754/flt-32 implementation for tan.
44350
44351         * math/libm-test.inc (cos_test): Enable some large input tests for
44352         float as well
44353         (sin_test): Likewise.
44354         (sincos_test): Likewise.
44355         (tan_test): Add tests for large input.
44356
44357         * sysdeps/i386/fpu/libm-test-ulps: Update.
44358
44359 2012-03-15  Andreas Jaeger  <aj@suse.de>
44360
44361         [BZ #13658]
44362         * math/libm-test.inc (cos_test): Add more test cases.
44363         (sin_test): Likewise.
44364         (sincos_test): Likewise.
44365
44366 2012-03-15  Andreas Jaeger  <aj@suse.de>
44367
44368         [BZ #13837]
44369         * math/libm-test.inc (cos_test): Add a test case for large input
44370         value.
44371         (sin_test): Likewise.
44372         (sincos_test): Likewise.
44373
44374 2012-03-15  Andreas Jaeger  <aj@suse.de>
44375             Joseph Myers  <joseph@codesourcery.com>
44376
44377         [BZ #13658]
44378         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44379         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44380         * sysdeps/i386/fpu/branred.c: Likewise.
44381         * sysdeps/i386/fpu/dosincos.c: Likewise.
44382         * sysdeps/i386/fpu/mpa.c: Likewise.
44383         * sysdeps/i386/fpu/s_cos.S: Likewise.
44384         * sysdeps/i386/fpu/s_sin.S: Likewise.
44385         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44386         * sysdeps/i386/fpu/sincos32.c: Likewise.
44387
44388         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44389         Define.
44390         (libc_feupdateenv_53bit): Define.
44391         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44392         Define.
44393         (libc_feupdateenv_53bit): Define.
44394
44395         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44396         53 bit (without extend i386 double precision).
44397
44398         * math/libm-test.inc (sincos_test): Add tests for large input.
44399         (sin): Likewise.
44400         (cos): Likewise.
44401
44402         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44403
44404 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44405
44406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44407
44408 2012-03-15  David S. Miller  <davem@davemloft.net>
44409
44410         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44411         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44412         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44413         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44418         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44419         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44420         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44421         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44426         file.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44429         file.
44430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44432         file.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44435         file.
44436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44437         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44438         fmin/fmax sysdep routines.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44440
44441 2012-03-14  David S. Miller  <davem@davemloft.net>
44442
44443         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44444         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44445         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44446         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44447         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44448         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44449         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44450         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44451         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44452         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44453         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44465         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44466         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44467         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44468         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44469         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44470         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44471         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44472         routines.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44474         file.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44477         file.
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44480         file.
44481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44483         file.
44484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44486         file.
44487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44489         file.
44490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44491         file.
44492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44493         file.
44494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44495         file.
44496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44497         New file.
44498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44499         file.
44500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44501         file.
44502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44504         file.
44505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44507         file.
44508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44510         file.
44511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44513         VIS3 routines.
44514
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44516         New file.
44517
44518         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44519
44520         * sysdeps/sparc/configure.in: New file.
44521         * sysdeps/sparc/configure: Generate.
44522         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44523         * configure: Regenerate.
44524         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44525         * config.make.in (have-as-vis3): New.
44526         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44527         available use -Av9d instead of -Av9a.
44528         * sysdeps/sparc/sparc64/Makefile: Likewise.
44529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44531         New file.
44532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44533         file.
44534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44535         New file.
44536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44537         file.
44538         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44539         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44540         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44541         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44542         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44543
44544         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44545         fzeros/fnegs to load 0x80000000 into a float register instead of
44546         using the stack.
44547         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44548
44549 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44550
44551         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44552         bits/syscall.h.
44553         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44554         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44555         ($(inst_includedir)/bits/syscall.h): Remove rule.
44556         ($(objpfx)bits/syscall.d): Include instead of
44557         $(objpfx)syscall-list.d.
44558         (generated): Change syscall-list.h and syscall-list.d to
44559         bits/syscall.h and bits/syscall.d.
44560
44561 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44562
44563         [BZ #13846]
44564         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44565
44566 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44567
44568         [BZ #13841]
44569         * math/s_csqrt.c: Include <float.h>.
44570         (__csqrt): Scale large or subnormal inputs.
44571         * math/s_csqrtf.c: Likewise.
44572         * math/s_csqrtl.c: Likewise.
44573         * math/libm-test.inc (csqrt_test): Add more tests.
44574         * sysdeps/i386/fpu/libm-test-ulps: Update.
44575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44576
44577         [BZ #13840]
44578         * math/libm-test.inc (hypot_test): Add more tests.
44579
44580 2012-03-13  David S. Miller  <davem@davemloft.net>
44581
44582         [BZ #13840]
44583         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44584         double-precision for the calculation instead of scaling.
44585
44586 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44587
44588         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44589         manipulate bits before adding and subtracting TWO52[sx].
44590         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44591         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44592         Likewise.
44593         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44594
44595 2012-03-13  David S. Miller  <davem@davemloft.net>
44596
44597         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44598         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44599         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44600         rtld-global-offsets.h
44601         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44602
44603         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44604         large parameters.
44605
44606         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44607
44608         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44609         'err' in the ifdef scope in which it is actually used.
44610
44611         * nss/nss_db/db-init.c: Include string.h
44612
44613 2012-03-12  David S. Miller  <davem@davemloft.net>
44614
44615         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44616         masking out of the most significant byte of random value used.
44617         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44618         Fix coding style in previous change.
44619
44620         * sysdeps/unix/sysv/linux/kernel-features.h
44621         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44622         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44623         expression.
44624         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44625         later.
44626
44627 2012-03-11  David S. Miller  <davem@davemloft.net>
44628
44629         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44630         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44631         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44632         for 'resultvar' otherwise things get truncated on 64-bit.
44633
44634         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44635         Fix masking out of the most significant byte of random value used.
44636
44637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44638
44639 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44640
44641         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44642
44643 2012-03-09  David S. Miller  <davem@davemloft.net>
44644
44645         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44646         variables with appropriate CPP guards.
44647         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44648         from the frame pointer, not the stack pointer.  Correct layout
44649         comments.  Fix test on resulting framesize and the management of
44650         the outregs buffer for pltexit.  Preserve floating point return
44651         values across _dl_call_pltexit call.
44652         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44653         framesize and the management of the outregs buffer for pltexit.
44654         Preserve floating point return values across _dl_call_pltexit
44655         call.
44656         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44657         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44658         (la_sparc64_gnu_pltexit): New functions.
44659         (print_exit): Fix format string for return register value.
44660
44661 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44662
44663         * sunrpc/Makefile (others): Add rpcgen.
44664         ($(objpfx)rpcgen): Remove special build rule and dependency on
44665         libc.
44666         * sunrpc/rpcgen.c: New file.
44667
44668 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44669
44670         [BZ #13673]
44671         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44672         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44673         * sysdeps/i386/crti.S: Likewise.
44674         * sysdeps/i386/crtn.S: Likewise.
44675         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44676         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44677         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44678         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44679         * sysdeps/sh/crti.S: Likewise.
44680         * sysdeps/sh/crtn.S: Likewise.
44681         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44682
44683         [BZ #13673]
44684         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44685         with URL.
44686         * locale/programs/locfile-kw.gperf: Likewise.
44687         * locale/programs/charmap-kw.h: Regenerated.
44688         * locale/programs/locfile-kw.h: Likewise.
44689
44690         [BZ #13673]
44691         * intl/plural.y: Replace FSF snail mail address with URL.
44692         * intl/plural.c: Regenerated.
44693
44694 2012-03-09  Richard Henderson  <rth@twiddle.net>
44695
44696         * include/math_private.h: Remove file.
44697         * math/math_private.h: Move file ...
44698         * sysdeps/generic/math_private.h: ... here.
44699
44700         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44701         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44702         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44703
44704         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44705         and <math_private.h>.
44706         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44707         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44708         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44709         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44710         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44711         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44712         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44713         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44714         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44715         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44716         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44717         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44718         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44719         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44720         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44721         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44722         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44723         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44724         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44725         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44726         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44727         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44728         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44729         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44730         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44731         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44732         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44733         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44734         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44735         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44736         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44737         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44738         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44739         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44740         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44741         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44742         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44743         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44744         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44745         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44746         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44747         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44748         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44749         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44757         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44758         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44766         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44771         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44772         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44773         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44774         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44775         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44776         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44777         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44778         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44779         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44780         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44788         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44789         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44790         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44791         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44792         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44793         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44794         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44795         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44796         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44797         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44798         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44799         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44800         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44801         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44802         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44803         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44804         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44805         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44806         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44807         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44808         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44809         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44810         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44811         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44812         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44813         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44814         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44815         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44816         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44817         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44818         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44819         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44820         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44821         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44822         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44823         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44824         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44825         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44826         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44827         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44828         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44829         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44830         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44831         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44832         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44833         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44834         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44835         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44836         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44837         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44838         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44839         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44840         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44841         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44842         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44843         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44844         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44845         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44846         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44847         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44848         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44849         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44850         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44851         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44852         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44853         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44854         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44855         * sysdeps/ieee754/k_standard.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44888         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44889         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44891         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44968         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44971         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44972         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44975         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44976         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44978         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44983         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44988         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45004         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45005         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45006         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45016         * sysdeps/ieee754/s_lib_version.c: Likewise.
45017         * sysdeps/ieee754/s_matherr.c: Likewise.
45018         * sysdeps/ieee754/s_signgam.c: Likewise.
45019         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45020         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45021         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45022         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45023         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45024         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45025         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45026         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45027         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45028         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45029         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45030         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45031         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45032         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45033         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45034         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45035         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45036         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45037         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45038         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45039         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45040
45041 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45042
45043         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45044         * sunrpc/rpc_main.c: Likewise.
45045         * sunrpc/rpc_svcout.c: Likewise.
45046
45047 2012-03-09  David S. Miller  <davem@davemloft.net>
45048
45049         * include/math_private.h: New file.
45050
45051 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45052
45053         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45054         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45055         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45056         from <bits/socket_type.h>.
45057         (enum __socket_type): Don't define here.
45058         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45059         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45060         bits/socket_type.h.
45061
45062         [BZ #13566]
45063         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45064         checking __USE_GNU.
45065
45066         * Makerules ($(inst_includedir)/%.h): New rule.
45067         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45068         (install-others): Remove variable setting.
45069         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45070
45071 2012-03-08  Richard Henderson  <rth@twiddle.net>
45072
45073         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45074         from macro to inline function; merge with the
45075         !__LIBC_INTERNAL_MATH_INLINES version.
45076         (__ieee754_sqrtf): Likewise.
45077
45078         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45079         to inline function.
45080         (__rintf, __floor, __floorf): Likewise.
45081
45082         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45083         macro to inline function.
45084         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45085
45086         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45087         not <math/math_private.h>.
45088
45089 2012-03-08  David S. Miller  <davem@davemloft.net>
45090
45091         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45092         copyright year.
45093         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45094
45095 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45096
45097         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45098         normalization.
45099         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45100         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45101
45102 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45103
45104         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45105         be defined individually, they must be defined as a block.  Define
45106         S for printing a string instead of hidint the different by using a
45107         macro for adding the 'l'.
45108         * stdio-common/tst-fphex-wide.c: Adjust.
45109
45110 2012-03-07  Marek Polacek  <polacek@redhat.com>
45111
45112         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45113
45114 2012-03-08  Marek Polacek  <polacek@redhat.com>
45115
45116         [BZ #13806]
45117         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45118         * stdio-common/tst-fphex.c: Define a few macros to make the
45119         test reusable.  Use them.
45120         * stdio-common/tst-fphex-wide.c: New file.
45121
45122 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45123
45124         [BZ #6911]
45125         * manual/macros.texi (gnusystems): New macro.
45126         (nongnusystems): Likewise.
45127         (gnulinuxhurdsystems): Likewise.
45128         (gnuhurdsystems): Likewise..
45129         (gnulinuxsystems): Likewise.
45130         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45131         variants of the GNU system, not "GNU system".
45132         * manual/conf.texi: Likewise.
45133         * manual/errno.texi: Likewise.  Update example of errno macro
45134         expansion.
45135         * manual/filesys.texi: Likewise.
45136         (getumask): Document as specific to GNU/Hurd.
45137         * manual/install.texi: Likewise.  Reword some references to
45138         GNU/Linux.
45139         * manual/intro.texi: Likewise.
45140         * manual/io.texi: Likewise.
45141         (File Name Portability): Detail which constraints are inapplicable
45142         to all GNU systems and which are only inapplicable to GNU/Hurd.
45143         * manual/job.texi: Likewise.
45144         * manual/llio.texi: Likewise.
45145         (O_NOCTTY): Document as present on GNU/Linux.
45146         * manual/maint.texi: Likewise.
45147         * manual/memory.texi: Likewise.
45148         * manual/pattern.texi: Likewise.
45149         * manual/pipe.texi: Likewise.
45150         * manual/process.texi: Likewise.
45151         * manual/resource.texi: Likewise.
45152         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45153         child on GNU/Hurd.
45154         * manual/setjmp.texi: Likewise.
45155         * manual/signal.texi: Likewise.
45156         * manual/startup.texi: Likewise.
45157         * manual/stdio.texi: Likewise.
45158         * manual/terminal.texi: Likewise.
45159         (ONLCR): Document as POSIX.
45160         (OXTABS): Document availability on GNU/Linux as XTABS.
45161         (ONOEOT): Document availability separately from other bits.
45162         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45163         * manual/time.texi: Likewise.
45164         * manual/users.texi: Likewise.
45165         * INSTALL: Regenerated.
45166         * sysdeps/gnu/errlist.c: Regenerated.
45167
45168         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45169         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45170         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45171         puts.
45172         * configure: Regenerated.
45173
45174 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45175
45176         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45177         default includes instead of AC_HEADER_CHECK.
45178         * sysdeps/i386/configure: Regenerated.
45179
45180         [BZ #10716]
45181         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45182         * math/s_cacoshf.c (__cacoshf): Likewise.
45183         * math/s_cacoshl.c (__cacoshl): Likewise.
45184         * math/s_casinh.c (__casinh): Set signs of result from argument.
45185         * math/s_casinhf.c (__casinhf): Likewise.
45186         * math/s_casinhl.c (__casinhl): Likewise.
45187         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45188         (casinh_test): Add more tests.
45189         * sysdeps/i386/fpu/libm-test-ulps: Update.
45190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45191
45192 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45193
45194         * po/zh_TW.po: Update from translation team.
45195
45196         * login/Makefile (distribute): Remove variable.
45197         * catgets/Makefile: Likewise.
45198         * mach/Makefile: Likewise.
45199         * malloc/Makefile: Likewise.
45200         * misc/Makefile: Likewise.
45201         * iconv/Makefile: Likewise.
45202         * nscd/Makefile: Likewise.
45203         * hurd/Makefile: Likewise.
45204         * manual/Makefile: Likewise.
45205         * locale/Makefile: Likewise.
45206         * intl/Makefile: Likewise.
45207         * conform/Makefile: Likewise.
45208         * nss/Makefile: Likewise.
45209         * time/Makefile: Likewise.
45210         * soft-fp/Makefile: Likewise.
45211         * dirent/Makefile: Likewise.
45212         * gmon/Makefile: Likewise.
45213         * po/Makefile: Likewise.
45214         * rt/Makefile: Likewise.
45215         * socket/Makefile: Likewise.
45216         * math/Makefile: Likewise.
45217         * signal/Makefile: Likewise.
45218         * debug/Makefile: Likewise.
45219         * elf/Makefile: Likewise.
45220         * timezone/Makefile: Likewise.
45221         * stdlib/Makefile: Likewise.
45222         * iconvdata/Makefile: Likewise.
45223         * sunrpc/Makefile: Likewise.
45224         * io/Makefile: Likewise.
45225         * argp/Makefile: Likewise.
45226         * inet/Makefile: Likewise.
45227         * hesiod/Makefile: Likewise.
45228         * grp/Makefile: Likewise.
45229         * csu/Makefile: Likewise.
45230         * wctype/Makefile: Likewise.
45231         * crypt/Makefile: Likewise.
45232         * libio/Makefile: Likewise.
45233         * string/Makefile: Likewise.
45234         * nis/Makefile: Likewise.
45235         * resolv/Makefile: Likewise.
45236         * stdio-common/Makefile: Likewise.
45237         * wcsmbs/Makefile: Likewise.
45238         * dlfcn/Makefile: Likewise.
45239         * posix/Makefile: Likewise.
45240
45241         [BZ #6959]
45242         * timezone/Makefile: Don't install timezone files, just the programs
45243         and scripts.
45244
45245 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45246
45247         * nss/databases.def: Add missing gshadow entry.
45248
45249         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45250
45251 2012-03-06  Marek Polacek  <polacek@redhat.com>
45252
45253         [BZ #13726]
45254         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45255         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45256         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45257         * stdio-common/tst-long-dbl-fphex.c: New file.
45258
45259 2012-03-06  David S. Miller  <davem@davemloft.net>
45260
45261         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45262         (set_obp_int): New function.
45263         (get_obp_int): New function.
45264         (__get_clockfreq_via_dev_openprom): Likewise.
45265         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45266         Avoid unused variable warnings on 'val' and use builtin_expect.
45267         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45268         __builtin_expect.
45269         (INLINE_CLONE_SYSCALL): Likewise.
45270
45271 2012-03-05  David S. Miller  <davem@davemloft.net>
45272
45273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45274
45275 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45276
45277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45278
45279         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45280         only for |x| >= 40.
45281         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45282
45283 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45284
45285         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45286         Replace gettimeofday with __vdso_gettimeofday.
45287
45288         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45289         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45290         __vdso_clock_gettime and __vdso_getcpu.
45291
45292         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45293         time with __vdso_time.
45294
45295 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45296
45297         * manual/lang.texi (size_t): Note types to which size_t may be
45298         equivalent with the GNU C Library, but do not describe when
45299         differences between them are significant.
45300
45301 2012-03-05  Andreas Jaeger  <aj@suse.de>
45302
45303         * sysdeps/i386/fpu/libm-test-ulps: Update.
45304
45305 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45306
45307         [BZ #3976]
45308         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45309         (__ieee754_pow): Save and restore rounding mode and use
45310         round-to-nearest for main computations.
45311         * math/libm-test.inc (pow_test_tonearest): New function.
45312         (pow_test_towardzero): Likewise.
45313         (pow_test_downward): Likewise.
45314         (pow_test_upward): Likewise.
45315         (main): Call the new functions.
45316         * sysdeps/i386/fpu/libm-test-ulps: Update.
45317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45318
45319         [BZ #3976]
45320         * math/libm-test.inc (cosh_test_tonearest): New function.
45321         (cosh_test_towardzero): Likewise.
45322         (cosh_test_downward): Likewise.
45323         (cosh_test_upward): Likewise.
45324         (sinh_test_tonearest): Likewise.
45325         (sinh_test_towardzero): Likewise.
45326         (sinh_test_downward): Likewise.
45327         (sinh_test_upward): Likewise.
45328         (main): Call the new functions.
45329         * sysdeps/i386/fpu/libm-test-ulps: Update.
45330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45331
45332 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45333
45334         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45335         default stack guard is set in last bytes.
45336         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45337
45338 2012-03-05  Kees Cook  <keescook@chromium.org>
45339
45340         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45341
45342         [BZ #13656]
45343         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45344         possibly allocate from heap instead of stack.
45345         * stdio-common/bug-vfprintf-nargs.c: New file.
45346         * stdio-common/Makefile (tests): Add nargs overflow test.
45347
45348 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45349
45350         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45351
45352 2012-03-03  Marek Polacek  <polacek@redhat.com>
45353
45354         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45355         * math/math_private.h: Likewise.
45356         * stdlib/tst-strtod.c: Likewise.
45357         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45358         * sysdeps/x86_64/bits/atomic.h: Likewise.
45359
45360 2012-03-02  David S. Miller  <davem@davemloft.net>
45361
45362         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45363         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45366         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45367         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45368         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45369         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45370
45371 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45372
45373         [BZ #13792]
45374         * manual/examples/README: New file, says the example source files
45375         can be used under GPL>=2.
45376         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45377         line containing just "*/".
45378         * manual/examples/add.c: Add copyright header (GPL>=2).
45379         * manual/examples/argp-ex1.c: Likewise.
45380         * manual/examples/argp-ex2.c: Likewise.
45381         * manual/examples/argp-ex3.c: Likewise.
45382         * manual/examples/argp-ex4.c: Likewise.
45383         * manual/examples/atexit.c: Likewise.
45384         * manual/examples/db.c: Likewise.
45385         * manual/examples/dir.c: Likewise.
45386         * manual/examples/dir2.c: Likewise.
45387         * manual/examples/execinfo.c: Likewise.
45388         * manual/examples/filecli.c: Likewise.
45389         * manual/examples/filesrv.c: Likewise.
45390         * manual/examples/fmtmsgexpl.c: Likewise.
45391         * manual/examples/genpass.c: Likewise.
45392         * manual/examples/inetcli.c: Likewise.
45393         * manual/examples/inetsrv.c: Likewise.
45394         * manual/examples/isockad.c: Likewise.
45395         * manual/examples/longopt.c: Likewise.
45396         * manual/examples/memopen.c: Likewise.
45397         * manual/examples/memstrm.c: Likewise.
45398         * manual/examples/mkfsock.c: Likewise.
45399         * manual/examples/mkisock.c: Likewise.
45400         * manual/examples/mygetpass.c: Likewise.
45401         * manual/examples/pipe.c: Likewise.
45402         * manual/examples/popen.c: Likewise.
45403         * manual/examples/rprintf.c: Likewise.
45404         * manual/examples/search.c: Likewise.
45405         * manual/examples/select.c: Likewise.
45406         * manual/examples/setjmp.c: Likewise.
45407         * manual/examples/sigh1.c: Likewise.
45408         * manual/examples/sigusr.c: Likewise.
45409         * manual/examples/stpcpy.c: Likewise.
45410         * manual/examples/strdupa.c: Likewise.
45411         * manual/examples/strftim.c: Likewise.
45412         * manual/examples/strncat.c: Likewise.
45413         * manual/examples/subopt.c: Likewise.
45414         * manual/examples/swapcontext.c: Likewise.
45415         * manual/examples/termios.c: Likewise.
45416         * manual/examples/testopt.c: Likewise.
45417         * manual/examples/testpass.c: Likewise.
45418         * manual/examples/timeval_subtract.c: Likewise.
45419
45420         [BZ #13792]
45421         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45422         function to ...
45423         * manual/timeval_subtract.c.texi: ... here, new file.
45424
45425 2012-03-02  David S. Miller  <davem@davemloft.net>
45426
45427         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45428
45429 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45430
45431         [BZ #3976]
45432         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45433         (__sin): Save and restore rounding mode and use round-to-nearest
45434         for all computations.
45435         (__cos): Save and restore rounding mode and use round-to-nearest
45436         for all computations.
45437         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45438         <fenv.h>.
45439         (tan): Save and restore rounding mode and use round-to-nearest for
45440         all computations.
45441         * math/libm-test.inc (cos_test_tonearest): New function.
45442         (cos_test_towardzero): Likewise.
45443         (cos_test_downward): Likewise.
45444         (cos_test_upward): Likewise.
45445         (sin_test_tonearest): Likewise.
45446         (sin_test_towardzero): Likewise.
45447         (sin_test_downward): Likewise.
45448         (sin_test_upward): Likewise.
45449         (tan_test_tonearest): Likewise.
45450         (tan_test_towardzero): Likewise.
45451         (tan_test_downward): Likewise.
45452         (tan_test_upward): Likewise.
45453         (main): Call the new functions.
45454         * sysdeps/i386/fpu/libm-test-ulps: Update.
45455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45456
45457         [BZ #10135]
45458         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45459         small n, then large n, before computing and testing k+n.
45460         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45461         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45462         Likewise.
45463         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45464         Likewise.
45465         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45466         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45467         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45468         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45469         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45470         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45471         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45472         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45473         * math/libm-test.inc (scalbn_test): Add more tests.
45474         (scalbln_test): Likewise.
45475
45476         * manual/filesys.texi (mode_t): Describe constraints on size and
45477         signedness, not exact equivalence to a particular type.
45478         (ino_t): Likewise.
45479         (ino64_t): Likewise.
45480         (dev_t): Likewise.
45481         (nlink_t): Likewise.
45482         (blkcnt_t): Likewise.
45483         (blkcnt64_t): Likewise.
45484         * manual/llio.texi (off_t): Likewise.
45485
45486         [BZ #3976]
45487         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45488         (__ieee754_exp): Save and restore rounding mode and use
45489         round-to-nearest for all computations.
45490         * math/libm-test.inc (exp_test_tonearest): New function.
45491         (exp_test_towardzero): Likewise.
45492         (exp_test_downward): Likewise.
45493         (exp_test_upward): Likewise.
45494         (main): Call the new functions.
45495         * sysdeps/i386/fpu/libm-test-ulps: Update.
45496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45497
45498 2012-03-01  Chris Demetriou  <cgd@google.com>
45499
45500         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45501         have predictable order.
45502
45503 2012-03-01  David S. Miller  <davem@davemloft.net>
45504
45505         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45506
45507         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45508         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45509         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45510         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45511
45512         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45513         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45514         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45516         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45517         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45518         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45519         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45520         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45521
45522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45523
45524         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45525         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45526         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45527
45528         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45529         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45530         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45531         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45532         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45533         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45534         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45535         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45536         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45537         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45538         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45539         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45540         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45541         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45542         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45543         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45544         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45545         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45546         * sysdeps/sparc/elf/configure: Regenerated.
45547
45548 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45549
45550         * configure.in (AS, LD): Require binutils 2.20 or later.
45551         * configure: Regenerated.
45552         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45553         as required minimum version.
45554         * INSTALL: Regenerated.
45555
45556         [BZ #2541]
45557         [BZ #4108]
45558         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45559         before squaring exponent.
45560         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45561         bottom long double and 27 bits of top long double before squaring
45562         exponent.
45563         * math/libm-test.inc (erfc_test): Add more tests.
45564         * sysdeps/i386/fpu/libm-test-ulps: Update.
45565         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45567
45568 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45569
45570         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45571         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45572         containing bit-fields.
45573         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45574         * soft-fp/single.h (_FP_UNION_S): Likewise.
45575         * soft-fp/double.h (_FP_UNION_D): Likewise.
45576
45577 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45578
45579         [BZ #13786]
45580         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45581         not include ../strcmp.S.
45582         [USE_AS_STRNCASECMP_L]: Likewise.
45583         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45584         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45585         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45586         (__strncasecmp_l_ia32): Define as alias to
45587         __strncasecmp_l_nonascii.
45588
45589         [BZ #5794]
45590         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45591         * sysdeps/i386/fpu/libm-test-ulps: Update.
45592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45593
45594         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45596
45597 2012-02-29  Jeff Law  <law@redhat.com>
45598
45599         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45600         out of bounds read.
45601
45602 2012-02-29  Marek Polacek  <polacek@redhat.com>
45603
45604         [BZ #13706]
45605         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45606         * elf/Makefile: Add rules to run tst-unused-dep.out.
45607
45608 2012-02-28  David S. Miller  <davem@davemloft.net>
45609
45610         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45611         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45612         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45613         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45614         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45615         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45616
45617 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45618
45619         * math/libm-test.inc (llround_test): Move one test from
45620         lround_test.  Use TEST_f_L in moved test.
45621         (lround_test): Move misplaced test to llround_test.  Add testcase
45622         from bug 2561.
45623
45624 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45625
45626         * sysdeps/x86_64/fpu/e_expf.S: New file.
45627         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45628
45629 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45630
45631         [BZ #13637]
45632         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45633         of remain_len that may cause incomplete multi-byte character and
45634         false match.
45635         * posix/bug-regex33.c: New file.
45636         * posix/Makefile (tests): Add bug-regex33.
45637
45638 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45639
45640         * manual/macros.texi: New file.
45641         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45642         * manual/libc.texinfo: Include macros.texi.
45643         * manual/creatute.texi: Likewise.
45644         * manual/install.texi: Likewise.
45645         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45646         @glibcadj{} in references to the GNU C Library.
45647         * manual/charset.texi: Likewise.
45648         * manual/conf.texi: Likewise.
45649         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45650         when not using those macros.
45651         * manual/creature.texi: Likewise.
45652         * manual/crypt.texi: Likewise.
45653         * manual/errno.texi: Likewise.
45654         * manual/filesys.texi: Likewise.
45655         * manual/header.texi: Likewise.
45656         * manual/install.texi: Likewise.
45657         * manual/intro.texi: Likewise.
45658         * manual/io.texi: Likewise.
45659         * manual/job.texi: Likewise.
45660         * manual/lang.texi: Likewise.
45661         * manual/libc.texiinfo: Likewise.
45662         * manual/llio.texi: Likewise.
45663         * manual/locale.texi: Likewise.
45664         * manual/maint.texi: Likewise.
45665         * manual/math.texi: Likewise.
45666         * manual/memory.texi: Likewise.
45667         * manual/message.texi: Likewise.
45668         * manual/nss.texi: Likewise.
45669         * manual/pattern.texi: Likewise.
45670         * manual/process.texi: Likewise.
45671         * manual/resource.texi: Likewise.
45672         * manual/search.texi: Likewise.
45673         * manual/setjmp.texi: Likewise.
45674         * manual/signal.texi: Likewise.
45675         * manual/socket.texi: Likewise.
45676         * manual/startup.texi: Likewise.
45677         * manual/stdio.texi: Likewise.
45678         * manual/string.texi: Likewise.
45679         * manual/sysinfo.texi: Likewise.
45680         * manual/syslog.texi: Likewise.
45681         * manual/terminal.texi: Likewise.
45682         * manual/time.texi: Likewise.
45683         * manual/users.texi: Likewise.
45684         * INSTALL: Regenerated.
45685         * NOTES: Regenerated.
45686         * sysdeps/gnu/errlist.c: Regenerated.
45687
45688 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45689
45690         * include/dirent.h: Include <dirstream.h> before
45691         <dirent/dirent.h>.
45692
45693 2012-02-28  David S. Miller  <davem@davemloft.net>
45694
45695         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45696         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45697         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45698         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45699
45700 2012-02-27  David S. Miller  <davem@davemloft.net>
45701
45702         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45703         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45704         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45705         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45706
45707         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45708         frame pointer instead of stack pointer relative arg slot.
45709         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45710         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45711         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45712
45713 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45714
45715         [BZ #3992]
45716         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45717
45718 2012-02-27  David S. Miller  <davem@davemloft.net>
45719
45720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45721         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45724         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45725         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45726         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45727         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45728
45729 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45730
45731         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45732         later.  Allow versions 5-9.
45733         * configure: Regenerated.
45734         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45735         required minimum version and 4.6 as recommended version.  Do not
45736         mention bugs in GCC 2.7 and 2.8.
45737         * INSTALL: Regenerated.
45738
45739 2012-02-27  David S. Miller  <davem@davemloft.net>
45740
45741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45742         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45745         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45746         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45747         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45748         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45749
45750         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45751         manipulate bits before adding and subtracting TWO112[sx].
45752         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45753
45754 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45755
45756         [BZ #13775]
45757         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45758         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45759         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45760         being in POSIX, because they are in 1003.1-2008.
45761
45762         * rt/tst-aio.c: Include <fcntl.h>.
45763         * rt/tst-aio7.c: Likewise.
45764         * rt/tst-aio64.c: Likewise.
45765
45766         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45767
45768 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45769
45770         * manual/install.texi (--with-headers): Describe headers as
45771         interface headers, not private headers.
45772         (Specific advice for GNU/Linux systems): Describe use of headers
45773         from "make headers_install", not private headers from older
45774         kernels.
45775         * INSTALL: Regenerated.
45776         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45777         Change to 2.6.19.
45778         * sysdeps/unix/sysv/linux/configure: Regenerated.
45779
45780         * manual/llio.texi (fclean): Remove documentation.
45781
45782         * manual/Makefile (libc-texi-generated): New variable.  Include
45783         version.texi.
45784         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45785         $(libc-texi-generated), not duplicated list of files.
45786         (version.texi, stamp-version): New rules.
45787         (realclean): Remove $(libc-texi-generated), not individual files
45788         from that list.  Do not remove dir-add.texinfo.
45789         * manual/libc.texinfo: Comment out uses of edition numbers and
45790         references to printed manual.  Remove last-updated dates.
45791         (EDITION): Comment out.
45792         (ISBN): Likewise.
45793         (VERSION, UPDATED): Remove.
45794         (version.texi): Include.
45795
45796 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45797
45798         * sysdeps/posix/spawni.c: Include <signal.h>.
45799         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45800         * sysdeps/pthread/aio_fsync.c: Likewise.
45801
45802 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45803
45804         * conform/Makefile (tests): Run only when not cross-compiling and
45805         when fast-check is not defined.
45806
45807         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45808         * conform/data/limits.h-data: Fixes for POSIX2008.
45809         * conform/run-conformtest.sh: Run all tests.
45810         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45811         headers.
45812         * include/bits/dlfcn.h: Likewise.
45813         * include/langinfo.h: Likewise.
45814         * include/monetary.h: Likewise.
45815         * include/sys/poll.h: Likewise.
45816
45817         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45818         for __USE_GNU.
45819         * posix/spawn.h: Define __need_sigset_t.
45820         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45821         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45822         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45823         to get sigevent_t only.
45824         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45825         only for __USE_GNU.
45826         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45827         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45828         process_vm_writev only for __USE_GNU.
45829         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45830
45831         * conform/Makefile: For now ignore errors from run-conformtest.
45832         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45833         POSIX to avoid namespace pollution.  Don't prepend headers.
45834         * conform/data/aio.h-data: Fixes for POSIX testing.
45835         * conform/data/fcntl.h-data: Likewise.
45836         * conform/data/glob.h-data: Likewise.
45837         * conform/data/grp.h-data: Likewise.
45838         * conform/data/pthread.h-data: Likewise.
45839         * conform/data/pwd.h-data: Likewise.
45840         * conform/data/signal.h-data: Likewise.
45841         * conform/data/spawn.h-data: Likewise.
45842         * conform/data/stdio.h-data: Likewise.
45843         * conform/data/stdlib.h-data: Likewise.
45844         * conform/data/stropts.h-data: Likewise.
45845         * conform/data/sys/mman.h-data: Likewise.
45846         * conform/data/sys/stat.h-data: Likewise.
45847         * conform/data/sys/types.h-data: Likewise.
45848         * conform/data/sys/wait.h-data: Likewise.
45849         * conform/data/time.h-data: Likewise.
45850         * conform/data/unistd.h-data: Likewise.
45851         * conform/data/utime.h-data: Likewise.
45852
45853         * io/sys/stat.h: fchmod was always in POSIX.
45854         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45855         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45856         * rt/aio.h: Define __need_timespec before including <time.h>.
45857         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45858         struct.  Add forward declaration of pthread_attr_t and use it in
45859         sigevent.
45860         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45861         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45862         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45863         always remove CLK_TCK definition.
45864
45865 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45866
45867         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45868
45869 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45870
45871         * conform/run-conformtest.sh: New file.
45872         * conform/Makefile: Run run-conformtest for tests.
45873         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45874         support.
45875
45876         * conform/data/uchar.h-data: New file.
45877         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45878         * conform/data/arpa/inet.h-data: Likewise.
45879         * conform/data/assert.h-data: Likewise.
45880         * conform/data/complex.h-data: Likewise.
45881         * conform/data/cpio.h-data: Likewise.
45882         * conform/data/ctype.h-data: Likewise.
45883         * conform/data/dirent.h-data: Likewise.
45884         * conform/data/dlfcn.h-data: Likewise.
45885         * conform/data/errno.h-data: Likewise.
45886         * conform/data/fcntl.h-data: Likewise.
45887         * conform/data/float.h-data: Likewise.
45888         * conform/data/fmtmsg.h-data: Likewise.
45889         * conform/data/fnmatch.h-data: Likewise.
45890         * conform/data/ftw.h-data: Likewise.
45891         * conform/data/glob.h-data: Likewise.
45892         * conform/data/grp.h-data: Likewise.
45893         * conform/data/iconv.h-data: Likewise.
45894         * conform/data/inttypes.h-data: Likewise.
45895         * conform/data/langinfo.h-data: Likewise.
45896         * conform/data/libgen.h-data: Likewise.
45897         * conform/data/limits.h-data: Likewise.
45898         * conform/data/locale.h-data: Likewise.
45899         * conform/data/math.h-data: Likewise.
45900         * conform/data/monetary.h-data: Likewise.
45901         * conform/data/mqueue.h-data: Likewise.
45902         * conform/data/ndbm.h-data: Likewise.
45903         * conform/data/net/if.h-data: Likewise.
45904         * conform/data/netdb.h-data: Likewise.
45905         * conform/data/netinet/in.h-data: Likewise.
45906         * conform/data/nl_types.h-data: Likewise.
45907         * conform/data/poll.h-data: Likewise.
45908         * conform/data/pthread.h-data: Likewise.
45909         * conform/data/pwd.h-data: Likewise.
45910         * conform/data/regex.h-data: Likewise.
45911         * conform/data/sched.h-data: Likewise.
45912         * conform/data/search.h-data: Likewise.
45913         * conform/data/semaphore.h-data: Likewise.
45914         * conform/data/setjmp.h-data: Likewise.
45915         * conform/data/signal.h-data: Likewise.
45916         * conform/data/spawn.h-data: Likewise.
45917         * conform/data/stdarg.h-data: Likewise.
45918         * conform/data/stdio.h-data: Likewise.
45919         * conform/data/stdlib.h-data: Likewise.
45920         * conform/data/string.h-data: Likewise.
45921         * conform/data/strings.h-data: Likewise.
45922         * conform/data/stropts.h-data: Likewise.
45923         * conform/data/sys/ipc.h-data: Likewise.
45924         * conform/data/sys/mman.h-data: Likewise.
45925         * conform/data/sys/msg.h-data: Likewise.
45926         * conform/data/sys/resource.h-data: Likewise.
45927         * conform/data/sys/select.h-data: Likewise.
45928         * conform/data/sys/sem.h-data: Likewise.
45929         * conform/data/sys/shm.h-data: Likewise.
45930         * conform/data/sys/socket.h-data: Likewise.
45931         * conform/data/sys/stat.h-data: Likewise.
45932         * conform/data/sys/statvfs.h-data: Likewise.
45933         * conform/data/sys/time.h-data: Likewise.
45934         * conform/data/sys/timeb.h-data: Likewise.
45935         * conform/data/sys/times.h-data: Likewise.
45936         * conform/data/sys/types.h-data: Likewise.
45937         * conform/data/sys/uio.h-data: Likewise.
45938         * conform/data/sys/un.h-data: Likewise.
45939         * conform/data/sys/utsname.h-data: Likewise.
45940         * conform/data/sys/wait.h-data: Likewise.
45941         * conform/data/syslog.h-data: Likewise.
45942         * conform/data/tar.h-data: Likewise.
45943         * conform/data/termios.h-data: Likewise.
45944         * conform/data/utime.h-data: Likewise.
45945         * conform/data/utmpx.h-data: Likewise.
45946         * conform/data/varargs.h-data: Likewise.
45947         * conform/data/wchar.h-data: Likewise.
45948         * conform/data/wctype.h-data: Likewise.
45949         * conform/data/wordexp.h-data: Likewise.
45950
45951         * include/stropts.h: New file.
45952         * include/uchar.h: New file.
45953         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45954         * include/assert.h: Likewise.
45955         * include/ctype.h: Likewise.
45956         * include/dirent.h: Likewise.
45957         * include/dlfcn.h: Likewise.
45958         * include/fcntl.h: Likewise.
45959         * include/fnmatch.h: Likewise.
45960         * include/glob.h: Likewise.
45961         * include/grp.h: Likewise.
45962         * include/libio.h: Likewise.
45963         * include/locale.h: Likewise.
45964         * include/math.h: Likewise.
45965         * include/net/if.h: Likewise.
45966         * include/netdb.h: Likewise.
45967         * include/netinet/in.h: Likewise.
45968         * include/pthread.h: Likewise.
45969         * include/pwd.h: Likewise.
45970         * include/regex.h: Likewise.
45971         * include/sched.h: Likewise.
45972         * include/search.h: Likewise.
45973         * include/setjmp.h: Likewise.
45974         * include/signal.h: Likewise.
45975         * include/stdio.h: Likewise.
45976         * include/stdlib.h: Likewise.
45977         * include/string.h: Likewise.
45978         * include/sys/cdefs.h: Likewise.
45979         * include/sys/mman.h: Likewise.
45980         * include/sys/msg.h: Likewise.
45981         * include/sys/resource.h: Likewise.
45982         * include/sys/select.h: Likewise.
45983         * include/sys/socket.h: Likewise.
45984         * include/sys/stat.h: Likewise.
45985         * include/sys/statvfs.h: Likewise.
45986         * include/sys/time.h: Likewise.
45987         * include/sys/times.h: Likewise.
45988         * include/sys/uio.h: Likewise.
45989         * include/sys/utsname.h: Likewise.
45990         * include/sys/wait.h: Likewise.
45991         * include/termios.h: Likewise.
45992         * include/time.h: Likewise.
45993         * include/ulimit.h: Likewise.
45994         * include/unistd.h: Likewise.
45995         * include/utime.h: Likewise.
45996         * include/wchar.h: Likewise.
45997         * include/wctype.h: Likewise.
45998         * include/wordexp.h: Likewise.
45999
46000         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46001
46002         * time/time.h: TIME_UTC must be a macro.
46003         Make timespec_get available for ISO C11 only as well.
46004
46005 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46006
46007         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46008         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46009
46010 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46011
46012         * configure.in: Use -o not -a in test for unsupported multi-arch.
46013
46014 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46015
46016         * manual/texinfo.tex: Update to version 2012-01-19.16.
46017
46018 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46019
46020         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46021
46022 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46023
46024         [BZ #13738]
46025         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46026         * manual/fdl-1.3.texi: New file.
46027         * manual/fdl-1.1.texi: File removed.
46028
46029         [BZ #13738]
46030         * manual/libc.texinfo (FDL_VERSION): New @set.
46031         Use it for mention of FDL in cover text.
46032         (Documentation License): Use it in @include file name.
46033
46034 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46035             Roland McGrath  <roland@hack.frob.com>
46036
46037         [BZ #5461]
46038         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46039         (not LONG_LONG_MAX and LONG_LONG_MIN.
46040         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46041         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46042         name.
46043         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46044
46045 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46046
46047         [BZ #2547]
46048         [BZ #11365]
46049         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46050         manipulate bits before adding and subtracting TWO23[sx].
46051         * math/libm-test.inc (nearbyint_test): Add more tests.
46052
46053 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46054
46055         [BZ #2548]
46056         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46057         bits before adding and subtracting TWO23[sx].
46058         * math/libm-test.inc (rint_test): Add more tests.
46059         (rint_test_tonearest): Likewise.
46060         (rint_test_towardzero): Likewise.
46061         (rint_test_downward): Likewise.
46062         (rint_test_upward: Likewise.
46063
46064 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46065
46066         [BZ #10110]
46067         * include/stdc-predef.h: New file.  Extracted from features.h.
46068         * include/features.h: Include stdc-predef.h.
46069         * Makefile (headers): Add stdc-predef.h.
46070         * CONFORMANCE (Compiler limitations): Update.
46071
46072 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46073
46074         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46075
46076 2012-02-21  David S. Miller  <davem@davemloft.net>
46077
46078         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46079         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46080
46081 2012-02-20  David S. Miller  <davem@davemloft.net>
46082
46083         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46084         using a normal save/restore sequence, rather than allocating a
46085         dummy stack frame just to store a frame pointer and restore.
46086         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46087
46088 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46089
46090         * manual/install.texi: Fix stray word in line-wrapped comment.
46091
46092 2012-02-20  David S. Miller  <davem@davemloft.net>
46093
46094         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46095         both binutils and gcc support GOTDATA.
46096
46097         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46098         "rd %pc" in the PIC register setup sequences.
46099
46100         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46101         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46102         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46103         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46104         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46105         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46106         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46107         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46108         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46109         (SYSCALL_ERROR_HANDLER): Likewise.
46110         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46111         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46112         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46113         (SYSCALL_ERROR_HANDLER): Likewise.
46114
46115         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46116         (HAVE_GCC_GOTDATA): New.
46117         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46118         relocation support in both binutils and gcc.
46119         * sysdeps/sparc/elf/configure: Regenerate.
46120
46121         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46122         * sysdeps/sparc/sparc32/elf/configure: Delete.
46123         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46124         * sysdeps/sparc/sparc64/elf/configure: Delete.
46125         * sysdeps/sparc/elf/configure.in: New file.
46126         * sysdeps/sparc/elf/configure: Generate.
46127
46128         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46129         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46130         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46131         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46132         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46133
46134 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46135
46136         * manual/install.texi: Do not mention specific glibc version
46137         numbers.
46138         * manual/libc.texinfo (VERSION, UPDATED): Update.
46139         (@copying): Use @copyright{} and range of years.
46140
46141 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46142
46143         [BZ #13695]
46144         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46145         [crti.S not in sysdirs] (generated): Do not append.
46146         [crti.S not in sysdirs] (omit-deps): Likewise.
46147         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46148         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46149         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46150         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46151         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46152         Likewise.
46153         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46154         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46155         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46156         * csu/defs.awk: Remove file.
46157         * sysdeps/generic/initfini.c: Likewise.
46158         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46159         variable.
46160         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46161         Likewise.
46162
46163 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46164
46165         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46166         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46167         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46168         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46169         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46170         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46171         <bits/epoll.h>.
46172         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46173         (__EPOLL_PACKED): Define to empty if not defined by
46174         <bits/epoll.h>.
46175         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46177         bits/epoll.h.
46178
46179 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46180
46181         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46182         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46183         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46184         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46185         <bits/timerfd.h>.
46186         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46188         bits/timerfd.h.
46189
46190 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46191
46192         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46193         in C locale.
46194         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46195         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46196         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46198
46199 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46200
46201         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46202         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46203
46204 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46205
46206         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46207         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46208         defined.
46209         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46210         Likewise.
46211         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46212         entry for 2.16.
46213
46214 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46215
46216         * math/w_acos.c: Use non-signaling floating-point comparisons.
46217         * math/w_acosf.c: Likewise.
46218         * math/w_acosh.c: Likewise.
46219         * math/w_acoshf.c: Likewise.
46220         * math/w_acoshl.c: Likewise.
46221         * math/w_acosl.c: Likewise.
46222         * math/w_asin.c: Likewise.
46223         * math/w_asinf.c: Likewise.
46224         * math/w_asinl.c: Likewise.
46225         * math/w_atanh.c: Likewise.
46226         * math/w_atanhf.c: Likewise.
46227         * math/w_atanhl.c: Likewise.
46228         * math/w_exp2.c: Likewise.
46229         * math/w_exp2f.c: Likewise.
46230         * math/w_exp2l.c: Likewise.
46231         * math/w_j0.c: Likewise.
46232         * math/w_j0f.c: Likewise.
46233         * math/w_j0l.c: Likewise.
46234         * math/w_j1.c: Likewise.
46235         * math/w_j1f.c: Likewise.
46236         * math/w_j1l.c: Likewise.
46237         * math/w_jn.c: Likewise.
46238         * math/w_jnf.c: Likewise.
46239         * math/w_log.c: Likewise.
46240         * math/w_log10.c: Likewise.
46241         * math/w_log10f.c: Likewise.
46242         * math/w_log10l.c: Likewise.
46243         * math/w_log2.c: Likewise.
46244         * math/w_log2f.c: Likewise.
46245         * math/w_log2l.c: Likewise.
46246         * math/w_logf.c: Likewise.
46247         * math/w_logl.c: Likewise.
46248         * math/w_sqrt.c: Likewise.
46249         * math/w_sqrtf.c: Likewise.
46250         * math/w_sqrtl.c: Likewise.
46251         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46252         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46253         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46254         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46255         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46256
46257 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46258
46259         [BZ #9739]
46260         * manual/string.texi (strnlen): Use correct parameter name in
46261         equivalent expression.
46262
46263 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46264
46265         [BZ #11174]
46266         * manual/users.texi (seteuid): Consistently use neweuid for
46267         argument name.
46268
46269 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46270
46271         [BZ #13704]
46272         * manual/nss.texi (Services in the NSS configuration): Correct
46273         list of services in example configuration file.
46274
46275 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46276
46277         [BZ #11322]
46278         * manual/arith.texi: Remove statements about negative zero
46279         behaving identically to zero.
46280
46281 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46282
46283         [BZ #5993]
46284         * manual/install.texi: Do not document upgrading from libc5.
46285
46286 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46287
46288         [BZ #4596]
46289         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46290
46291 2012-02-18  David S. Miller  <davem@davemloft.net>
46292
46293         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46294         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46295         %o7 across the call.
46296         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46297         instead.
46298         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46299         SETUP_PIC_REG_LEAF.
46300         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46301         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46302         * sysdeps/sparc/crtn.S: Likewise.
46303
46304 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46305
46306         * aout/Makefile: Remove.
46307
46308 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46309
46310         [BZ #13058]
46311         * manual/examples/argp-ex1.c (main): Format definition in GNU
46312         style.
46313         * manual/examples/argp-ex2.c (main): Likewise.
46314         * manual/examples/argp-ex3.c (main): Likewise.
46315         * manual/examples/argp-ex4.c (main): Likewise.
46316         * manual/examples/longopt.c (main): Use new-style prototype
46317         definition.
46318         * manual/examples/strncat.c (main): Specify return type and use
46319         (void) for arguments.
46320         * manual/examples/subopt.c (main): Use char **argv argument.
46321
46322 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46323
46324         [BZ #5077]
46325         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46326         rounding modes.
46327
46328 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46329
46330         [BZ #6907]
46331         * manual/string.texi (strchr): Change when strchrnul is
46332         recommended.
46333
46334 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46335
46336         [BZ #174]
46337         * manual/locale.texi (setlocale): Document LOCPATH.
46338
46339 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46340
46341         [BZ #10210]
46342         * manual/process.texi (execle): Move @dots{} before last argument.
46343
46344 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46345
46346         [BZ #12047]
46347         * manual/charset.texi (Generic Charset Conversion): Fix typo
46348         (LC_TYPE -> LC_CTYPE).
46349
46350 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46351
46352         [BZ #5805]
46353         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46354         (scalbnf): Likewise.
46355         (scalbnl): Likewise.
46356         (scalbln): Likewise.
46357         (scalblnf): Likewise.
46358         (scalblnl): Likewise.
46359         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46360         (vwarnx): Likewise.
46361         (verr): Likewise.
46362         (verrx): Likewise.
46363         * manual/filesys.texi (telldir): Use braces around return type.
46364         * manual/llio.texi (mmap): Add space after comma.
46365         (mmap64): Likewise.
46366         * manual/math.texi (jn): Use @var{} on parameter names.
46367         (jnf): Likewise.
46368         (jnl): Likewise.
46369         (yn): Likewise.
46370         (ynf): Likewise.
46371         (ynl): Likewise.
46372         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46373         line.
46374         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46375         "...".
46376         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46377         (sched_get_priority_max): Likewise.
46378         * manual/signal.texi (sigvec): Add space after comma.
46379         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46380         names.
46381         (if_indextoname): Likewise.
46382         (if_freenameindex): Likewise.
46383         (sendto): Use ',' instead of '.' in prototype.
46384         * manual/startup.texi (syscall): Use @dots{} instead of literal
46385         "...".
46386         * manual/stdio.texi (__fpending): Separate initial words of
46387         paragraph from @deftypefun line.
46388         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46389         "...".
46390         (vsyslog): Use @var{} on parameter names.
46391         * manual/terminal.texi (stty): Use @var{} on parameter names.
46392         * manual/users.texi (getutmp): Use @var{} on parameter names.
46393         (getutmpx): Likewise.
46394
46395 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46396
46397         [BZ #6884]
46398         * manual/stdio.texi (fopen): Fix typos in description of
46399         ",ccs=STRING".
46400
46401 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46402
46403         [BZ #4026]
46404         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46405         get clock_id definition.
46406
46407 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46408
46409         [BZ #4822]
46410         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46411         (madvise): Cast every argument to void on its own.
46412
46413 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46414
46415         [BZ #9902]
46416         * manual/startup.texi (Exit Status): Fix typo.
46417
46418 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46419
46420         [BZ #10140]
46421         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46422         * manual/examples/argp-ex2.c: Likewise.
46423         * manual/examples/argp-ex3.c: Likewise.
46424
46425 2012-02-16  Richard Henderson  <rth@redhat.com>
46426
46427         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46428         * sysdeps/s390/s390-32/initfini.c: Remove.
46429         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46430         * sysdeps/s390/s390-64/initfini.c: Remove.
46431
46432 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46433
46434         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46435         compiler output for sysdeps/generic/initfini.c.
46436         * sysdeps/sh/elf/initfini.c: Remove file.
46437
46438 2012-02-16  David S. Miller  <davem@davemloft.net>
46439
46440         [BZ #11494]
46441         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46442
46443         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46444         * sysdeps/sparc/crti.S: New file.
46445         * sysdeps/sparc/crtn.S: New file.
46446         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46447         * sysdeps/sparc/sparc64/Makefile: Likewise.
46448
46449 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46450
46451         [BZ #3335]
46452         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46453
46454 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46455
46456         [BZ #4822]
46457         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46458
46459         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46460         (write, read, close): Likewise.
46461         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46462
46463 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46464
46465         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46466         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46467         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46468         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46469         <bits/signalfd.h>.
46470         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46471         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46472         bits/signalfd.h.
46473
46474 2012-02-14  Marek Polacek  <polacek@redhat.com>
46475
46476         * sysdeps/x86_64/crti.S: New file.
46477         * sysdeps/x86_64/crtn.S: New file.
46478         * sysdeps/x86_64/elf/initfini.c: Remove file.
46479
46480 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46481
46482         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46483         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46484         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46485         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46486         <bits/inotify.h>.
46487         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46488         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46489         bits/inotify.h.
46490
46491 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46492
46493         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46494         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46495         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46496         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46497         <bits/eventfd.h>.
46498         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46499         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46500         bits/eventfd.h.
46501
46502 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46503
46504         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46505         __feraiseexcept instead of feraiseexcept.
46506
46507         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46508         nanosleep invocations.
46509         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46510         strings, and add error checking for a nanosleep invocations.
46511
46512 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46513
46514         Replace FSF snail mail address with URLs, as per GNU coding standards.
46515         Most of the snail mail addresses were wrong anyway, and omitting
46516         them makes the source code easier to maintain.  Almost all of the
46517         changes are to license notices and to locale LC_IDENTIFICATION
46518         addresses, except for this one:
46519         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46520         not its snail mail address.
46521
46522 2012-02-09  Richard Henderson  <rth@twiddle.net>
46523
46524         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46525         of kernel-features.h.
46526
46527         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46528
46529 2012-02-08  Marek Polacek  <polacek@redhat.com>
46530
46531         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46532         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46533         * sysdeps/gnu/_G_config.h: Likewise.
46534         * sysdeps/generic/_G_config.h: Likewise.
46535
46536 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46537
46538         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46539         tests.
46540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46541
46542         * sysdeps/powerpc/powerpc32/crti.S: New file.
46543         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46544         * sysdeps/powerpc/powerpc64/crti.S: New file.
46545         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46546
46547         * Makeconfig (have-initfini): Don't set.
46548         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46549         * configure.in (nopic_initfini): Don't substitute.
46550         * config.h.in (HAVE_INITFINI): Don't #undef.
46551         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46552         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46553
46554 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46555
46556         Support crti.S and crtn.S provided directly by architectures.
46557         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46558         [crti.S in sysdirs] (omit-deps): Likewise.
46559         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46560         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46561         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46562         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46563         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46564         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46565         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46566         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46567         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46568         compiler output for sysdeps/generic/initfini.c.
46569         * sysdeps/i386/elf/Makefile: Remove file.
46570         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46571
46572 2012-02-07  Marek Polacek  <polacek@redhat.com>
46573
46574         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46575         * sysdeps/gnu/_G_config.h: Likewise.
46576         * sysdeps/mach/hurd/_G_config.h: Likewise.
46577
46578 2012-02-07  Marek Polacek  <polacek@redhat.com>
46579
46580         * math/Makefile (tests): Add tst-CMPLX2.
46581         * math/tst-CMPLX2.c: New file.
46582
46583 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46584
46585         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46586
46587         * math/libm-test.inc (jn_test): Add missing L suffix.
46588
46589 2012-02-06  Marek Polacek  <polacek@redhat.com>
46590
46591         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46592         * sysdeps/i386/fpu/e_powf.S: Likewise.
46593         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46594         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46595         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46596         * sysdeps/i386/fpu/e_pow.S: Likewise.
46597         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46598         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46599         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46600         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46601         * sysdeps/i386/fpu/e_log2.S: Likewise.
46602         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46603         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46604         * sysdeps/i386/fpu/e_powl.S: Likewise.
46605         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46606         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46607         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46608         * sysdeps/i386/fpu/e_logl.S: Likewise.
46609         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46610         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46611         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46612         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46613         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46614         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46615         * sysdeps/i386/fpu/e_log.S: Likewise.
46616         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46617         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46618         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46619         * sysdeps/i386/fpu/e_logf.S: Likewise.
46620         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46621         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46622         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46623         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46624         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46625         * sysdeps/i386/fpu/e_log10.S: Likewise.
46626         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46627         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46628         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46629         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46630         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46631         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46632         * sysdeps/i386/asm-syntax.h: Likewise.
46633         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46634         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46635         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46636         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46637         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46638         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46639         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46640         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46641         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46642         * sysdeps/powerpc/sysdep.h: Likewise.
46643         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46644         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46645
46646 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46647
46648         [BZ #411]
46649         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46650
46651 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46652
46653         * sysdeps/i386/sysdep.h: Include <features.h>.
46654         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46655         version.
46656
46657 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46658
46659         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46660         Define.
46661         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46662         LOAD_PIC_REG_STR.
46663
46664 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46665
46666         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46667         (SETUP_PIC_REG): Use GET_PC_THUNK.
46668         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46669         macro.
46670
46671 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46672
46673         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46674         for non-PIC compilation.
46675         (SETUP_PIC_REG): Add .p2align directive.
46676         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46677         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46678         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46679         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46680         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46681         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46682         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46683         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46684         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46685         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46686         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46687         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46688         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46689         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46690         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46691         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46692         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46693         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46694         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46695         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46696         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46697         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46698         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46699         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46700         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46701         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46702         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46703         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46704         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46705         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46706         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46707         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46708         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46709         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46710         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46711         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46712         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46713         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46714         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46715         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46716         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46717
46718 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46719
46720         * math/tst-CMPLX.c: Include <stdio.h>.
46721
46722 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46723
46724         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46725         float.
46726         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46727         * sysdeps/sparc/bits/mathdef.h: Likewise.
46728
46729 2012-01-31  Marek Polacek  <polacek@redhat.com>
46730
46731         * libio/libio.h: Don't define _PARAMS.
46732         * locale/programs/config.h: Don't define PARAMS.
46733         * stdlib/strtol_l.c: Likewise.
46734         (__strtol_l): Remove PARAMS from the prototype.
46735
46736 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46737
46738         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46739         names.  Just use the correct names.  Remove unnecessary wrapper
46740         functions.
46741         * malloc/arena.c: Likewise.
46742         * malloc/hooks.c: Likewise.
46743
46744         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46745         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46746         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46747
46748 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46749
46750         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46751         into tail calls.
46752         (update_get_addr): New function.
46753         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46754         GET_ADDR_MODULE parameter.
46755
46756 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46757
46758         * crypt/cert.c: Remove __STDC__ conditionals.
46759         * crypt/crypt-entry.c: Likewise.
46760         * crypt/crypt_util.c: Likewise.
46761         * libio/filedoalloc.c: Likewise.
46762         * libio/fileops.c: Likewise.
46763         * libio/genops.c: Likewise.
46764         * libio/iofclose.c: Likewise.
46765         * libio/iofdopen.c: Likewise.
46766         * libio/iofopen.c: Likewise.
46767         * libio/iofopen64.c: Likewise.
46768         * libio/iogetdelim.c: Likewise.
46769         * libio/iopopen.c: Likewise.
46770         * libio/obprintf.c: Likewise.
46771         * libio/oldfileops.c: Likewise.
46772         * libio/oldiofclose.c: Likewise.
46773         * libio/oldiofdopen.c: Likewise.
46774         * libio/oldiofopen.c: Likewise.
46775         * libio/oldiopopen.c: Likewise.
46776         * libio/wfiledoalloc.c: Likewise.
46777         * libio/wgenops.c: Likewise.
46778         * locale/programs/xmalloc.c: Likewise.
46779         * misc/syslog.c: Likewise.
46780         * stdio-common/xbug.c: Likewise.
46781         * string/memchr.c: Likewise.
46782         * string/memcmp.c: Likewise.
46783         * string/memrchr.c: Likewise.
46784         * string/rawmemchr.c: Likewise.
46785         * sysdeps/posix/getcwd.c: Likewise.
46786         * time/strftime_l.c: Likewise.
46787
46788 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46789
46790         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46791         * config.make.in (config-cflags-sse2avx): Define.
46792         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46793         Fix typo.
46794
46795 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46796
46797         * scripts/config.guess: Update from upstream config git repository.
46798         * scripts/config.sub: Likewise.
46799
46800 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46801
46802         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46803         (EM_NUM): Update.
46804         (R_TILEPRO_*, R_TILEGX_*): New macros.
46805
46806         * scripts/firstversions.awk: Fix bug in version range handling.
46807
46808         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46809
46810         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46811
46812         * include/sys/epoll.h: New file.
46813         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46814         libc_hidden_def.
46815
46816 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46817
46818         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46819         Avoid unnecessary __WORDSIZE == 64 test.
46820         (fmaxf): Use VEX format if possible.
46821         (fmax): Likewise.
46822         (fminf): Likewise.
46823         (fmin): Likewise.
46824
46825         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46826         * math/math_private.h: Remove libc_fegetround* and
46827         libc_fesetround*.
46828         * sysdeps/i386/configure.in: Check for -msse2avx.
46829         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46830         also if SSE2AVX is defined.
46831         Remove libc_fegetround* and libc_fesetround*.
46832         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46833         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46834         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46835         of HAS_YMM_USABLE.
46836         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46837         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46838         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46839         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46840         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46841
46842         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46843
46844 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46845
46846         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46847         size is not set.
46848         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46849
46850 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46851
46852         [BZ #13618]
46853         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46854         relocation.
46855         * Makeconfig (libm): Define.
46856         * elf/Makefile: Add rules to build and run tst-relsort1.
46857         * elf/tst-relsort1.c: New file.
46858         * elf/tst-relsort1mod1.c: New file.
46859         * elf/tst-relsort1mod2.c: New file.
46860
46861 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46862
46863         * math/s_ldexp.c: Remove __STDC__ conditionals.
46864         * math/s_ldexpf.c: Likewise.
46865         * math/s_ldexpl.c: Likewise.
46866         * math/s_nextafter.c: Likewise.
46867         * math/s_nexttowardf.c: Likewise.
46868         * math/s_significand.c: Likewise.
46869         * math/s_significandf.c: Likewise.
46870         * math/s_significandl.c: Likewise.
46871         * math/w_jnl.c: Likewise.
46872         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46873         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46874         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46875         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46876         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46877         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46878         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46879         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46880         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46881         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46882         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46883         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46884         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46885         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46886         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46887         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46888         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46889         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46890         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46891         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46892         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46894         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46895         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46896         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46897         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46904         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46905         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46906         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46907         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46908         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46909         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46910         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46911         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46912         * sysdeps/ieee754/k_standard.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46974         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46979         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46987         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46988         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46992         * sysdeps/ieee754/s_matherr.c: Likewise.
46993         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46994         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46995         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46996         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46997
46998 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46999
47000         * crypt/md5.h: Remove __STDC__ conditionals.
47001         * libio/libioP.h: Likewise.
47002         * locale/programs/config.h: Likewise.
47003         * sysdeps/generic/sysdep.h: Likewise.
47004         * sysdeps/i386/asm-syntax.h: Likewise.
47005         * sysdeps/s390/asm-syntax.h: Likewise.
47006         * sysdeps/unix/sysdep.h: Likewise.
47007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47009
47010 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47011
47012         * libio/libio.h: Remove __STDC__ conditionals.
47013         * malloc/obstack.h: Likewise.
47014         * math/complex.h: Likewise.
47015         * math/math.h: Likewise.
47016         * sysdeps/generic/_G_config.h: Likewise.
47017         * sysdeps/gnu/_G_config.h: Likewise.
47018         * sysdeps/mach/hurd/_G_config.h: Likewise.
47019         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47020         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47021         * sysdeps/sparc/bits/mathdef.h: Likewise.
47022
47023 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47024
47025         [BZ #13583]
47026         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47027         Clean up HAS_* macros.
47028         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47029         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47030         possible.
47031         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47032         HAS_AVX.
47033         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47034         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47035         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47036         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47037         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47038
47039 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47040
47041         * elf/tst-unique3.cc (gets): Remove declaration.
47042         * elf/tst-unique3lib.cc (gets): Likewise.
47043         * elf/tst-unique3lib2.cc (gets): Likewise.
47044         * elf/tst-unique4.cc (gets): Likewise.
47045
47046 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47047
47048         * include/stdio.h: Add C++ protection.  Add gets declarations and
47049         definitions.
47050         * debug/tst-chk1.c: Don't declare gets here.
47051         * stdio-common/tst-gets.c: Likewise.
47052
47053 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47054
47055         * posix/glob: Remove directory.
47056
47057 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47058
47059         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47060
47061 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47062
47063         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47064         of the non-standard EPFNOSUPPORT.
47065
47066 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47067
47068         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47069         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47070         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47071
47072 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47073
47074         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47075
47076 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47077
47078         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47079         transient errors.
47080         * nscd/grpcache.c (cache_addgr): Likewise.
47081         * nscd/hstcache.c (cache_addhst): Likewise.
47082         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47083         * nscd/pwdcache.c (cache_addpw): Likewise.
47084         * nscd/servicescache.c (cache_addserv): Likewise.
47085
47086 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47087
47088         * malloc/malloc.c: Various cleanups.
47089         * malloc/hooks.c: Likewise.
47090
47091         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47092         * stdlib/bug-fmtmsg1.c: New file.
47093
47094         * stdlib/fmtmsg.c (init): Add missing unlock.
47095         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47096
47097 2012-01-12  Marek Polacek  <polacek@redhat.com>
47098
47099         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47100         and _GNU_SOURCE.
47101
47102 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47103
47104         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47105         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47106         macro to ensure uniqueness of label name.
47107         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47108         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47109
47110 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47111
47112         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47113
47114         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47115         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47116         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47117         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47118
47119 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47120
47121         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47122
47123         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47124         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47125         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47126
47127         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47128
47129         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47130         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47131         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47132         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47133
47134         * math/bits/math-finite.h: Add ldexp support.
47135
47136 2012-01-10  Marek Polacek  <polacek@redhat.com>
47137
47138         * locale/programs/localedef.h (show_archive_content): Add noreturn
47139         attribute.
47140
47141 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47142
47143         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47144
47145 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47146
47147         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47148
47149         * io/Makefile (headers): Add bits/poll2.h.
47150
47151 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47152
47153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47154         typo #include statement.
47155
47156 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47157
47158         * include/sys/cdefs.h: Define __attribute_alloc_size.
47159         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47160         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47161         * elf/pldd.c: Likewise.
47162         * iconv/iconv_charmap.c: Likewise.
47163         * iconv/iconvconfig.c: Likewise.
47164         * iconv/strtab.c: Likewise.
47165         * locale/programs/locale.c: Likewise.
47166         * locale/programs/localedef.h: Likewise.
47167         * locale/programs/simple-hash.c: Likewise.
47168         * nscd/nscd.h: Likewise.
47169         * nss/makedb.c: Likewise.
47170         * sysdeps/generic/ldconfig.h: Likewise.
47171         * locale/programs/localedef.c: Remove xmalloc prototype.
47172         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47173
47174 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47175
47176         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47177         appropriate.
47178
47179 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47180
47181         * math/Makefile (tests): Add tst-CMPLX.
47182         * math/tst-CMPLX.c: New file.
47183
47184         * math/complex.h (CMPLXL): Fix typo.
47185
47186         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47187         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47188         GLIBC_2.16.
47189         * debug/tst-chk1.c: Add poll and ppoll tests.
47190         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47191         * include/sys/poll.h: Add hidden proto for ppoll.
47192         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47193         * sysdeps/mach/hurd/ppoll.c: Likewise.
47194         * io/ppoll.c: Likewise.
47195         * debug/poll_chk.c: New file.
47196         * debug/ppoll_chk.c: New file.
47197         * include/bits/poll2.h: New file.
47198         * io/bits/poll2.h: New file.
47199
47200         [BZ #1350]
47201         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47202
47203         * configure.in: static is always set to yes.  Remove.
47204         * config.make.in: Don't set build-static.
47205         * Makeconfig: Remove use of build-static.
47206         * dlfcn/Makefile: Likewise.
47207         * elf/Makefile: Likewise.
47208         * math/Makefile: Likewise.
47209         * misc/Makefile: Likewise.
47210         * nptl/Makefile: Likewise.
47211         * sysdeps/mach/hurd/Makefile: Likewise.
47212
47213         * configure.in: PWD_P is not used anymore.
47214         * config.make.in: Remove PWD_P entry.
47215
47216         * configure.in: Remove last remnants of RANLIB.
47217         No need to check for signed size_t anymore.
47218         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47219         and IA-64.
47220         Remove __builtin_expect test because we require at least gcc 3.4.
47221         * aclocal.m4: Likewise.
47222
47223         * wcsmbs/mbrtoc16.c: Implement using towc function.
47224         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47225         * wcsmbs/wcsmbsload.c: Likewise.
47226         * iconv/gconv_simple.c: Likewise.
47227         * iconv/gconv_int.h: Likewise.
47228         * iconv/gconv_builtin.h: Likewise.
47229         * iconv/iconv_prog.c: Remove CHAR16 handling.
47230
47231         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47232
47233         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47234
47235         * configure.in: Remove --with-elf and --enable-bounded options.
47236         Dont set base_machine for ia64.  More non-ELF conditions removed.
47237         Remove testing and setting of leading underscore information.
47238         * config.make.in (build-bounded): Set to no.
47239         * config.h.in: Remove NO_UNDERSCORES entry.
47240         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47241         them.
47242         * csu/start.c: Remove !NO_UNDERSCORE code.
47243         * locale/localeinfo.h: Likewise.
47244         * sysdeps/generic/machine-gmon.h: Likewise.
47245         * sysdeps/generic/sysdep.h: Likewise.
47246         * sysdeps/i386/sysdep.h: Likewise.
47247         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47248         * sysdeps/mach/sysdep.h: Likewise.
47249         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47250         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47251         * sysdeps/sh/sysdep.h: Likewise.
47252         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47253         * sysdeps/unix/i386/sysdep.S: Likewise.
47254         * sysdeps/unix/sparc/start.c: Likewise.
47255         * sysdeps/unix/sparc/sysdep.S: Likewise.
47256         * sysdeps/unix/sparc/sysdep.h: Likewise.
47257         * sysdeps/unix/start.c: Likewise.
47258         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47259         * sysdeps/x86_64/sysdep.h: Likewise.
47260
47261 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47262
47263         [BZ #13553]
47264         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47265         for non-gcc.
47266         * argp/argp-fmtstream.h: Use const instead __const.
47267         * argp/argp.h: Likewise.
47268         * assert/assert.h: Likewise.
47269         * bits/fenv.h: Likewise.
47270         * bits/sched.h: Likewise.
47271         * bits/sigset.h: Likewise.
47272         * bits/sigthread.h: Likewise.
47273         * catgets/nl_types.h: Likewise.
47274         * conform/data/pthread.h-data: Likewise.
47275         * crypt/crypt-private.h: Likewise.
47276         * crypt/crypt.h: Likewise.
47277         * crypt/crypt_util.c: Likewise.
47278         * ctype/ctype.h: Likewise.
47279         * debug/execinfo.h: Likewise.
47280         * debug/mbsnrtowcs_chk.c: Likewise.
47281         * debug/mbsrtowcs_chk.c: Likewise.
47282         * debug/wcsnrtombs_chk.c: Likewise.
47283         * debug/wcsrtombs_chk.c: Likewise.
47284         * debug/wcstombs_chk.c: Likewise.
47285         * dirent/dirent.h: Likewise.
47286         * dlfcn/dlfcn.h: Likewise.
47287         * elf/neededtest4.c: Likewise.
47288         * grp/grp.h: Likewise.
47289         * gshadow/gshadow.h: Likewise.
47290         * iconv/gconv.h: Likewise.
47291         * iconv/gconv_int.h: Likewise.
47292         * iconv/gconv_simple.c: Likewise.
47293         * iconv/iconv.h: Likewise.
47294         * iconv/loop.c: Likewise.
47295         * iconv/skeleton.c: Likewise.
47296         * include/aio.h: Likewise.
47297         * include/aliases.h: Likewise.
47298         * include/argz.h: Likewise.
47299         * include/arpa/inet.h: Likewise.
47300         * include/assert.h: Likewise.
47301         * include/dirent.h: Likewise.
47302         * include/dlfcn.h: Likewise.
47303         * include/execinfo.h: Likewise.
47304         * include/fcntl.h: Likewise.
47305         * include/fenv.h: Likewise.
47306         * include/glob.h: Likewise.
47307         * include/grp.h: Likewise.
47308         * include/libintl.h: Likewise.
47309         * include/mntent.h: Likewise.
47310         * include/netdb.h: Likewise.
47311         * include/pwd.h: Likewise.
47312         * include/rpc/netdb.h: Likewise.
47313         * include/sched.h: Likewise.
47314         * include/search.h: Likewise.
47315         * include/shadow.h: Likewise.
47316         * include/signal.h: Likewise.
47317         * include/stdio.h: Likewise.
47318         * include/stdlib.h: Likewise.
47319         * include/string.h: Likewise.
47320         * include/sys/socket.h: Likewise.
47321         * include/sys/stat.h: Likewise.
47322         * include/sys/statfs.h: Likewise.
47323         * include/sys/statvfs.h: Likewise.
47324         * include/sys/syslog.h: Likewise.
47325         * include/sys/time.h: Likewise.
47326         * include/sys/uio.h: Likewise.
47327         * include/time.h: Likewise.
47328         * include/unistd.h: Likewise.
47329         * include/utmp.h: Likewise.
47330         * include/wchar.h: Likewise.
47331         * include/wctype.h: Likewise.
47332         * inet/aliases.h: Likewise.
47333         * inet/arpa/inet.h: Likewise.
47334         * inet/netinet/ether.h: Likewise.
47335         * inet/netinet/in.h: Likewise.
47336         * intl/libintl.h: Likewise.
47337         * io/bits/fcntl2.h: Likewise.
47338         * io/fcntl.h: Likewise.
47339         * io/ftw.h: Likewise.
47340         * io/sys/poll.h: Likewise.
47341         * io/sys/stat.h: Likewise.
47342         * io/sys/statfs.h: Likewise.
47343         * io/sys/statvfs.h: Likewise.
47344         * io/utime.h: Likewise.
47345         * libio/bits/stdio.h: Likewise.
47346         * libio/bits/stdio2.h: Likewise.
47347         * libio/libio.h: Likewise.
47348         * libio/libioP.h: Likewise.
47349         * libio/stdio.h: Likewise.
47350         * locale/lc-ctype.c: Likewise.
47351         * locale/locale.h: Likewise.
47352         * login/utmp.h: Likewise.
47353         * malloc/arena.c: Likewise.
47354         * malloc/malloc.c: Likewise.
47355         * malloc/malloc.h: Likewise.
47356         * malloc/mcheck.c: Likewise.
47357         * malloc/mtrace.c: Likewise.
47358         * math/bits/mathcalls.h: Likewise.
47359         * math/fenv.h: Likewise.
47360         * math/math_private.h: Likewise.
47361         * misc/bits/error.h: Likewise.
47362         * misc/bits/syslog.h: Likewise.
47363         * misc/err.h: Likewise.
47364         * misc/error.h: Likewise.
47365         * misc/fstab.h: Likewise.
47366         * misc/mntent.h: Likewise.
47367         * misc/regexp.h: Likewise.
47368         * misc/search.h: Likewise.
47369         * misc/sgtty.h: Likewise.
47370         * misc/sys/mman.h: Likewise.
47371         * misc/sys/syslog.h: Likewise.
47372         * misc/sys/uio.h: Likewise.
47373         * misc/sys/xattr.h: Likewise.
47374         * misc/ttyent.h: Likewise.
47375         * nis/rpcsvc/ypclnt.h: Likewise.
47376         * nss/nss.h: Likewise.
47377         * posix/bits/unistd.h: Likewise.
47378         * posix/fnmatch.h: Likewise.
47379         * posix/glob.h: Likewise.
47380         * posix/sched.h: Likewise.
47381         * posix/spawn.h: Likewise.
47382         * posix/sys/wait.h: Likewise.
47383         * posix/unistd.h: Likewise.
47384         * posix/wordexp.h: Likewise.
47385         * pwd/pwd.h: Likewise.
47386         * resolv/netdb.h: Likewise.
47387         * resource/sys/resource.h: Likewise.
47388         * rt/aio.h: Likewise.
47389         * rt/bits/mqueue2.h: Likewise.
47390         * rt/mqueue.h: Likewise.
47391         * shadow/shadow.h: Likewise.
47392         * signal/signal.h: Likewise.
47393         * socket/send.c: Likewise.
47394         * socket/sendto.c: Likewise.
47395         * socket/sys/socket.h: Likewise.
47396         * stdio-common/printf.h: Likewise.
47397         * stdlib/bits/stdlib.h: Likewise.
47398         * stdlib/fmtmsg.h: Likewise.
47399         * stdlib/monetary.h: Likewise.
47400         * stdlib/stdlib.h: Likewise.
47401         * stdlib/ucontext.h: Likewise.
47402         * streams/stropts.h: Likewise.
47403         * string/argz.h: Likewise.
47404         * string/bits/string2.h: Likewise.
47405         * string/string.h: Likewise.
47406         * string/strings.h: Likewise.
47407         * sunrpc/rpc/auth.h: Likewise.
47408         * sunrpc/rpc/auth_des.h: Likewise.
47409         * sunrpc/rpc/clnt.h: Likewise.
47410         * sunrpc/rpc/netdb.h: Likewise.
47411         * sunrpc/rpc/pmap_clnt.h: Likewise.
47412         * sunrpc/rpc/xdr.h: Likewise.
47413         * sysdeps/generic/inttypes.h: Likewise.
47414         * sysdeps/generic/net/if.h: Likewise.
47415         * sysdeps/generic/sys/swap.h: Likewise.
47416         * sysdeps/gnu/net/if.h: Likewise.
47417         * sysdeps/gnu/utmpx.h: Likewise.
47418         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47419         * sysdeps/i386/i486/bits/string.h: Likewise.
47420         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47421         * sysdeps/s390/bits/string.h: Likewise.
47422         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47423         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47424         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47425         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47426         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47427         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47428         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47429         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47430         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47431         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47432         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47433         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47434         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47435         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47436         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47437         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47438         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47439         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47440         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47441         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47442         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47443         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47444         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47445         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47446         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47447         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47448         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47449         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47450         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47451         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47452         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47453         * sysvipc/sys/ipc.h: Likewise.
47454         * sysvipc/sys/msg.h: Likewise.
47455         * sysvipc/sys/sem.h: Likewise.
47456         * sysvipc/sys/shm.h: Likewise.
47457         * termios/termios.h: Likewise.
47458         * time/sys/time.h: Likewise.
47459         * time/time.h: Likewise.
47460         * wcsmbs/bits/wchar2.h: Likewise.
47461         * wcsmbs/uchar.h: Likewise.
47462         * wcsmbs/wchar.h: Likewise.
47463         * wctype/wctype.h: Likewise.
47464
47465         [BZ #13551]
47466         * Makeconfig: Remove all but ELF support including AIX support.
47467         * Makerules: Likewise.
47468         * config.h.in: Likewise.
47469         * config.make.in: Likewise.
47470         * configure: Likewise.
47471         * configure.in: Likewise.
47472         * csu/Makefile: Likewise.
47473         * csu/version.c: Likewise.
47474         * debug/Makefile: Likewise.
47475         * dlfcn/Makefile: Likewise.
47476         * elf/Makefile: Likewise.
47477         * extra-lib.mk: Likewise.
47478         * iconv/Makefile: Likewise.
47479         * include/libc-symbols.h: Likewise.
47480         * include/shlib-compat.h: Likewise.
47481         * resolv/Makefile: Likewise.
47482         * resolv/res_libc.c: Likewise.
47483         * rt/Makefile: Likewise.
47484         * sysdeps/i386/asm-syntax.h: Likewise.
47485         * sysdeps/i386/sysdep.h: Likewise.
47486         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47487         * sysdeps/mach/sysdep.h: Likewise.
47488         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47489         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47490         * sysdeps/s390/asm-syntax.h: Likewise.
47491         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47492         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47493         * sysdeps/sh/sysdep.h: Likewise.
47494         * sysdeps/unix/sparc/sysdep.h: Likewise.
47495         * sysdeps/wordsize-32/divdi3.c: Likewise.
47496         * sysdeps/x86_64/sysdep.h: Likewise.
47497
47498         * argp/Versions: Remove _argp_unlock_xxx.
47499
47500         [BZ #13559]
47501         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47502         * abilist/libBrokenLocale.abilist: Likewise.
47503         * abilist/libanl.abilist: Likewise.
47504         * abilist/libc.abilist: Likewise.
47505         * abilist/libcrypt.abilist: Likewise.
47506         * abilist/libdl.abilist: Likewise.
47507         * abilist/libm.abilist: Likewise.
47508         * abilist/libnsl.abilist: Likewise.
47509         * abilist/libpthread.abilist: Likewise.
47510         * abilist/libresolv.abilist: Likewise.
47511         * abilist/librt.abilist: Likewise.
47512         * abilist/libthread_db.abilist: Likewise.
47513         * abilist/libutil.abilist: Likewise.
47514         * abilist/libnss_db.abilist: New file.
47515
47516         * scripts/abilist.awk: Add support for indirect functions.
47517
47518         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47519
47520         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47521
47522         * shlib-versions: Remove entries for ports architectures.
47523
47524         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47525         files in ports.
47526         * elf/stackguard-macros.h: Remove support for IA-64.
47527         * elf/tst-auditmod1.c: Likewise.
47528         * sysdeps/generic/ldsodefs.h: Likewise.
47529
47530         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47531         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47532         configure files.
47533
47534         [BZ #13552]
47535         * configure.in: Remove --enable-omitfp support.
47536         * FAQ.in: Adjust.
47537         * config.make.in: Likewise.
47538         * Makeconfig: Likewise.
47539         * manual/install.texi: Likewise.
47540
47541         In case anyone cares, the IA-64 architecture could move to ports.
47542         * sysdeps/ia64/*: Removed.
47543         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47544         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47545
47546         [BZ #13555]
47547         * configure.in: Remove entries for unsupported architectures.
47548
47549         [BZ #13533]
47550         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47551         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47552         routines.
47553         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47554         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47555         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47556         fall back to using wcrtomb.
47557         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47558         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47559         renaming.
47560         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47561         * wcsmbs/tst-c16c32-1.c: New file.
47562
47563         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47564         local variable.
47565
47566         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47567
47568         * elf/tst-unique3.cc: Add explicit declaration of gets.
47569         * elf/tst-unique3lib.cc: Likewise.
47570         * elf/tst-unique3lib2.cc: Likewise.
47571         * elf/tst-unique4.cc: Likewise.
47572
47573         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47574
47575 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47576
47577         [BZ #13566]
47578         * assert/assert.h (static_assert): Don't define for C++.
47579         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47580         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47581
47582 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47583
47584         * iconv/loop.c (single loop): Fix assertion in storing of
47585         remaining bytes.
47586
47587         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47588
47589 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47590
47591         * posix/getconf.c: Update copyright year.
47592         * nss/getent.c: Likewise.
47593         * nss/makedb.c: Likewise.
47594         * iconv/iconvconfig.c: Likewise.
47595         * iconv/iconv_prog.c: Likewise.
47596         * elf/ldconfig.c: Likewise.
47597         * elf/pldd.c: Likewise.
47598         * elf/sotruss.ksh: Likewise.
47599         * catgets/gencat.c: Likewise.
47600         * csu/version.c: Likewise.
47601         * elf/ldd.bash.in: Likewise.
47602         * elf/sprof.c (print_version): Likewise.
47603         * locale/programs/locale.c: Likewise.
47604         * locale/programs/localedef.c: Likewise.
47605         * login/programs/pt_chown.c: Likewise.
47606         * nscd/nscd.c (print_version): Likewise.
47607         * debug/xtrace.sh: Likewise.
47608         * malloc/memusage.sh: Likewise.
47609         * malloc/mtrace.pl: Likewise.
47610         * debug/catchsegv.sh: Likewise.
47611
47612 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47613
47614         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47615         pure attribute.
47616
47617 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47618
47619         [BZ #13533]
47620         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47621         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47622         transformations.
47623         * iconv/gconv_int.h: Likewise.
47624         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47625         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47626         from libc for GLIBC_2.16.
47627         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47628         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47629         * wcsmbs/uchar.h: Really define mbstate_t.
47630         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47631         * wcsmbs/c16rtomb.c: New file.
47632         * wcsmbs/mbrtoc16.c: New file.
47633         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47634         for C/POSIX locale.
47635         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47636         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47637
47638         * wcsmbs/wchar.h: Add missing __restrict.
47639
47640 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47641
47642         [BZ #13532]
47643         * time/Makefile (routines): Add timespec_get.
47644         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47645         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47646         timespec for ISO C11.
47647         * time/timespec_get.c: New file.
47648         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47649         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47650
47651         [BZ #13531]
47652         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47653         * stdlib/stdlib.h: Declare aligned_alloc.
47654         * Versions.def: Add GLIBC_2.16 for libc.
47655         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47656
47657         [BZ 13527]
47658         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47659         ISO C11.
47660
47661         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47662         code.
47663
47664         [BZ #13528]
47665         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47666
47667         [BZ #13529]
47668         * assert/assert.h (static_assert): Define.
47669
47670         * version.h: Update for 2.16 development version.
47671
47672         [BZ #13526]
47673         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47674         _ISOC11_SOURCE.
47675
47676         * version.h (RELEASE): Bump for 2.15 release.
47677         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47678
47679         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47680         Patch by Marek Polacek <mpolacek@redhat.com>.
47681
47682         * bits/byteswap.h: Protect long long constants with __extension__.
47683         * sysdeps/i386/bits/byteswap.h: Likewise.
47684         * sysdeps/ia64/bits/byteswap.h: Likewise.
47685         * sysdeps/s390/bits/byteswap.h: Likewise.
47686         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47687
47688 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47689
47690         [BZ #13540]
47691         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47692         destination buffer.
47693         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47694
47695 2011-12-23  Marek Polacek  <polacek@redhat.com>
47696
47697         * elf/dl-addr.c (determine_info): Add inline keyword.
47698         * elf/tst-auditmod4b.c (check_avx): Likewise.
47699         * elf/tst-auditmod6b.c (check_avx): Likewise.
47700         * elf/tst-auditmod6c.c (check_avx): Likewise.
47701         * elf/tst-auditmod7b.c (check_avx): Likewise.
47702
47703 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47704
47705         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47706         !__SSE_MATH__.
47707
47708 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47709
47710         [BZ #13540]
47711         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47712         processing for last bytes.
47713
47714 2011-08-06  Bruno Haible  <bruno@clisp.org>
47715
47716         [BZ #13061]
47717         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47718         U+0385, not to U+1FEE.
47719
47720         [BZ #13062]
47721         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47722         entry for U+00A5 U+0301.
47723
47724 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47725
47726         [BZ #13166]
47727         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47728         buffer for the output is too small.
47729
47730         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47731         optimization.
47732
47733         [BZ #13185]
47734         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47735         SSE flags if possible.
47736
47737 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47738
47739         [BZ #13540]
47740         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47741         processing for last bytes.
47742
47743 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47744
47745         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47746         (syscall-list-default-options, syscall-list-default-condition)
47747         (syscall-list-includes): Define.
47748         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47749         list of ABIs and options and #if conditions for each ABI.  Do not
47750         handle common syscalls between ABIs specially.
47751         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47752         Remove.
47753         (syscall-list-variants, syscall-list-32bit-options)
47754         (syscall-list-32bit-condition, syscall-list-64bit-options)
47755         (syscall-list-64bit-condition): Define.
47756         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47757         (syscall-list-variants, syscall-list-32bit-options)
47758         (syscall-list-32bit-condition, syscall-list-64bit-options)
47759         (syscall-list-64bit-condition): Define.
47760         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47761         Remove.
47762         (syscall-list-variants, syscall-list-32bit-options)
47763         (syscall-list-32bit-condition, syscall-list-64bit-options)
47764         (syscall-list-64bit-condition): Define.
47765         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47766         Remove.
47767         (syscall-list-variants, syscall-list-32bit-options)
47768         (syscall-list-32bit-condition, syscall-list-64bit-options)
47769         (syscall-list-64bit-condition): Define.
47770
47771 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47772
47773         * locale/iso-639.def: Add brx entry.
47774
47775         [BZ #13328]
47776         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47777         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47778
47779         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47780         __feraiseexcept_renamed.
47781
47782 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47783
47784         [BZ #13538]
47785         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47786         EPOLLET with unsigned values.
47787         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47788         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47789
47790         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47791         to large cancellation.
47792         * math/s_cacoshf.c: Likewise.
47793         * math/s_cacoshl.c: Likewise.
47794
47795 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47796
47797         [BZ #13305]
47798         [BZ #12786]
47799         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47800         * math/s_cacoshf.c: Likewise.
47801         * math/s_cacoshl.c: Likewise.
47802
47803 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47804
47805         [BZ #13439]
47806         * iconv/gconv.h: Define __GCONV_SWAP.
47807         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47808         * iconvdata/utf-16.c: Likewise.
47809         * iconvdata/utf-32.c: Likewise.
47810
47811 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47812
47813         [BZ #13524]
47814         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47815         numerator after shifting it by one limb.
47816
47817 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47818
47819         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47820         under [__USE_EXTERN_INLINES].
47821
47822 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47823
47824         [BZ #13446]
47825         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47826
47827 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47828
47829         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47830         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47831         optimized code.
47832         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47833         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47834         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47835         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47836         for strncasecmp/strncasecmp_l compilation.
47837         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47838         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47839
47840 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47841
47842         [BZ #13484]
47843         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47844         of __asm__.
47845
47846 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47847
47848         [BZ #13506]
47849         * time/tzfile.c (__tzfile_read): Check values from file header.
47850
47851 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47852
47853         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47854         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47855         * powerpc/powerpc32/dl-start.S: Likewise.
47856         * powerpc/powerpc32/elf/start.S: Likewise.
47857         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47858         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47859         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47860         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47861         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47862         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47863         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47864         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47865         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47866         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47867         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47868         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47869         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47870         * powerpc/powerpc32/memset.S: Likewise.
47871         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47872         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47873         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47874         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47875         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47876         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47877         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47878         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47879         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47880         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47881         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47882         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47883         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47884
47885 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47886
47887         * math/libm-test.inc: Added more nearbyint tests.
47888         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47889         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47890         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47891         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47892
47893 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47894
47895         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47896         FD_CLOEXEC.
47897
47898 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47899
47900         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47901         Add wcscpy-ssse3 wcscpy-c.
47902         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47903         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47904         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47905         * sysdeps/x86_64/wcschr.S: New file.
47906         * sysdeps/x86_64/wcsrchr.S: New file.
47907         * string/test-strcmp.c: Remove checking of wcscmp function for
47908         wrong alignments.
47909         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47910         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47911         wcsrchr-sse2 wcsrchr-c.
47912         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47913         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47914         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47915         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47916         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47917         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47918         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47919         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47920         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47921         * wcsmbc/wcschr.c (WCSCHR): New macro.
47922
47923 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47924
47925         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47926         * wcsmbs/test-wcsrchr.c: New file.
47927         * string/test-strrchr.c: Add wcsrchr support.
47928         (WIDE): New macro.
47929         * wcsmbs/test-wcscpy.c: New file.
47930         * string/test-strcpy.c: Add wcscpy support.
47931         (WIDE): New macro.
47932
47933 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47934
47935         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47936         the inner loop.
47937
47938 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47939
47940         [BZ #13472]
47941         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47942
47943 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47944
47945         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47946         Minor optimizations.
47947
47948         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47949         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47950         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47951
47952 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47953
47954         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47955         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47956         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47957         for gcc to avoid warnings.
47958         * inet/Makefile (tests): Add tst-checks.
47959         * inet/tst-checks.c: New file.
47960
47961         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47962         warning.
47963
47964         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47965         __wmemcmp_sse2.
47966
47967         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47968         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47969
47970         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47971
47972 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47973
47974         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47975         problem.
47976
47977         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47978
47979 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47980
47981         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47982         conditional on GCC version.
47983         (__arch_compare_and_exchange_val_8_acq)
47984         (__arch_compare_and_exchange_val_16_acq)
47985         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47986         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47987         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47988
47989 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47990
47991         * sysdeps/sh/backtrace.c: New file.
47992
47993 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47994
47995         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47996         parenthesis.
47997
47998 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47999
48000         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48001         falling back to utime.
48002
48003 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48004
48005         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48006         expectations for float.
48007
48008 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48009
48010         * locale/weight.h (findidx): Add parameter len.
48011         * locale/weightwc.h (findidx): Likewise.
48012         * posix/fnmatch_loop.c (FCT): Adjust caller.
48013         * posix/regcomp.c (build_equiv_class): Likewise.
48014         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48015         * posix/regexec.c (check_node_accept_bytes): Likewise.
48016         * string/strcoll_l.c (STRCOLL): Likewise.
48017         * string/strxfrm_l.c (STRXFRM): Likewise.
48018
48019 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48020
48021         * Makefile.in: Remove CVSOPT handling.
48022         * configure.in: Remove use of AC_REVISION.
48023         * iconvdata/Makefile (distribute): No need to filter out CVS.
48024         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48025         handling.
48026
48027 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48028
48029         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48030         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48031         [USE_AS_STRNCASECMP_L]: Likewise.
48032         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48033         NO_TLS_DIRECT_SEG_REFS.
48034         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48035         Fix argument offsets for non-PIC.
48036         [USE_AS_STRNCASECMP_L]: Likewise.
48037         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48038         NO_TLS_DIRECT_SEG_REFS.
48039
48040 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48041
48042         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48043         O_CLOEXEC.
48044         * locale/loadlocale.c (_nl_load_locale): Likewise.
48045
48046 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48047
48048         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48049         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48050         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48051         (SYSCALL_GETTIME): Set errno on error.
48052
48053         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48054         count references to noai6ai_cached.
48055
48056 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48057
48058         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48059
48060         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48061         FD_CLOEXEC for /proc/self/maps.
48062
48063         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48064         FD_CLOEXEC for /proc/meminfo.
48065
48066         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48067         gai.conf.
48068
48069         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48070         FD_CLOEXEC for given file.
48071
48072         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48073
48074         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48075         FD_CLOEXEC for /etc/hosts.
48076         (_gethtent): Likewise.
48077
48078         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48079
48080         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48081         cancellation and set FD_CLOEXEC for /etc/netgroup.
48082
48083         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48084         reading /etc/publickey.
48085
48086         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48087         allow cancellation when reading /etc/group.
48088
48089         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48090         cancellation.
48091         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48092
48093         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48094         when using data file.
48095
48096         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48097
48098         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48099         (write_nis_obj): Use "c" and "e" in fopen.
48100
48101         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48102
48103         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48104
48105         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48106
48107         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48108
48109         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48110         locale.alias.
48111
48112         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48113
48114         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48115
48116         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48117
48118         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48119         file parsing and set FD_CLOEXEC.
48120
48121 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48122
48123         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48124
48125 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48126
48127         * malloc/arena.c (arena_get2): Don't call reused_arena when
48128         _int_new_arena failed.
48129
48130 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48131
48132         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48133         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48134         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48135         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48136         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48137         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48138         to compile strcasecmp and strncasecmp.
48139         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48140         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48141
48142         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48143
48144 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48145
48146         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48147         locale-defines.sym to gen-as-const-headers.
48148         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48149         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48150         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48151         to compile strcasecmp and strncasecmp.
48152         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48153         strcasecmp_l and strncasecmp_l.
48154         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48155         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48156         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48157         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48158         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48159         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48160         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48161         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48162         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48163         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48164         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48165
48166 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48167
48168         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48169         result of SYSDEP_GETTIME_CPU to retval.
48170         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48171         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48172
48173         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48174         variable.
48175
48176         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48177         mantissa words.
48178         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48179
48180         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48181         from unused variable.
48182
48183         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48184         DWARF definitions.
48185         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48186         for assembling.
48187
48188         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48189         over namespaces.
48190
48191         * sunrpc/rpc_prot.c (rejected): Fix case value.
48192
48193         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48194         unsigned long long int to avoid warnings in shift.
48195
48196         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48197         of use of trans.
48198         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48199         variable tmp.
48200
48201         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48202         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48203         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48204
48205         * nis/nis_table.c (nis_list): Use variable of correct type for
48206         result of __follow_path call.
48207
48208 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48209
48210         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48211         of math functions ceil, trunc, floor, round, and sqrt, when
48212         avaliable on the platform.
48213         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48214         name clash.
48215         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48216         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48217         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48218
48219 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48220
48221         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48222         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48223
48224 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48225
48226         * include/unistd.h: Fix __readlink return type.
48227         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48228
48229 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48230
48231         * stdlib/ucontext.h: Undo last change for makecontext.
48232
48233 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48234
48235         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48236
48237         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48238         * setjmp/setjmp.h: Mark functions as non-leaf.
48239         * setjmp/bits/setjmp2.h: Likewise.
48240         * stdlib/ucontext.h: Likewise.
48241
48242 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48243
48244         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48245         (reused_arena): Don't check arena limit.
48246         (arena_get2): Atomically check arena limit.
48247
48248 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48249
48250         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48251         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48252
48253         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48254         instructions.
48255
48256 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48257
48258         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48259         handler when locking.
48260
48261         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48262         Fix size of allocated buffer.
48263
48264 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48265
48266         [BZ #10103]
48267         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48268         declarations for long double functions.
48269         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48270
48271         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48272
48273 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48274
48275         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48276         installed.
48277
48278         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48279         is disabled.
48280
48281 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48282
48283         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48284
48285 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48286
48287         * include/alloca.h (stackinfo_alloca_round): Define.
48288         (extend_alloca): Use it.
48289         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48290         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48291         here.
48292
48293         * scripts/check-local-headers.sh: Ignore libaudit.h.
48294
48295         * nscd/Makefile (extra-objs): Make recursively expanded.
48296
48297 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48298
48299         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48300         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48301
48302         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48303         * posix/tst-rfc3484-2.c: Likewise.
48304         * posix/tst-rfc3484-3.c: Likewise.
48305
48306         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48307         process_vm_writev.
48308         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48309         process_vm_writev.
48310         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48311         process_vm_writev from libc using GLIBC_2.15 version.
48312
48313         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48314
48315 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48316
48317         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48318         stack usage.
48319
48320 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48321
48322         [BZ #13367]
48323         * nss/getent.c (initgroups_keys): Show error message in case no group
48324         names are given.
48325
48326         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48327         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48328         __bump_nl_timestamp.
48329         * nscd/connections (nscd_init): When host database is served open
48330         netlink socket and request notification about configuration changes.
48331         (main_loop_poll): Track netlink file descriptor and bump timestamp
48332         in case data becomes available.
48333         (main_loop_epoll): Likewise.
48334         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48335         (database_pers_head): Add extra_data fileds.
48336         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48337         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48338         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48339         Adjust caller.
48340         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48341         in6ai data, call __free_in6ai.
48342         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48343         Add -DHAVE_NETLINK.
48344         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48345         interface information.  Reuse previous data if netlink timestamp
48346         is not changed.
48347         (__bump_nl_timestamp): New function.
48348         (__free_in6ai): New function.
48349
48350 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48351
48352         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48353         close_not_cancel_no_status here.
48354         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48355
48356 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48357
48358         [BZ #13276]
48359         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48360         return value.
48361
48362         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48363         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48364         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48365
48366 2011-07-03  Andreas Jaeger  <aj@suse.de>
48367
48368         [BZ #10709]
48369         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48370         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48371         * math/libm-test.inc (sin_test): Add test case.
48372
48373 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48374
48375         [BZ #13337]
48376         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48377         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48378
48379         * elf/chroot_canon.c (chroot_canon): Cleanups.
48380
48381         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48382
48383         [BZ #13335]
48384         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48385         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48386
48387         * string/test-strchr.c: Make usable for strchrnul testing.
48388         * string/test-strchrnul.c: New file.
48389         * string/Makefile (strop-tests): Add strchrnul.
48390
48391         * po/it.po: Update from translation team.
48392         * po/es.po: Likewise.
48393
48394 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48395
48396         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48397         the three constants needed as parameters.  Drop the others.
48398         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48399         __m128i_strloadu_tolower.
48400         Create and initialize variable zero and use it in all the places
48401         where _mm_setzero_si128 was used.
48402
48403         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48404         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48405         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48406         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48407         anymore.
48408         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48409         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48410         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48411         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48412         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48413         __mpranred, __mptan.
48414         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48415         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48416         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48417         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48418         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48419         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48420         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48421         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48422         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48423
48424 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48425
48426         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48427         redefine if SHARED.
48428         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48429
48430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48431         wide char related routines to wcsmbs subdir.
48432
48433 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48434
48435         [BZ #13344]
48436         * misc/sys/cdefs.h (__THROWNL): Define.
48437         * posix/unistd.h: Use __THREADNL instead of __THREAD
48438         for memory synchronization functions.
48439
48440 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48441
48442         [BZ #13349]
48443         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48444         doesn't exist.
48445         * manual/stdio.texi (Obstack Streams): Node removed.
48446
48447 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48448
48449         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48450         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48451         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48452
48453         * math/math_private.h (math_force_eval): Allow non-addressable
48454         arguments.
48455         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48456
48457 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48458
48459         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48460         file is not needed.
48461
48462         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48463         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48464         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48465         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48466         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48467         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48468         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48469         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48470         Add AVX variants.
48471         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48472         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48473         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48475         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48485         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48486         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48487         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48489         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48490
48491         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48492         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48493
48494         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48495         place.  Use VEX encoding when compiling for AVX.
48496
48497 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48498
48499         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48500         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48501
48502         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48503
48504 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48505
48506         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48507         useless if() expression.
48508         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48517         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48518         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48519         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48520         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48521         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48522         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48523         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48524         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48525         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48526         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48527
48528         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48529
48530 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48531
48532         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48533         condition.
48534         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48535
48536 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48537
48538         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48539         .text section.  Avoid duplicate constants.
48540         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48541         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48546         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48550         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48552         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48555         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48556         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48557         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48558         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48559         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48562         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48563         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48564         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48565         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48566         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48567         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48568         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48569         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48570         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48571         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48572         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48573         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48574         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48575         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48576         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48577         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48578         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48579         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48580         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48581         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48582         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48583         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48584         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48585
48586 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48587
48588         * sysdeps/x86_64/dla.h: Move to ...
48589         * sysdeps/x86_64/fpu/dla.h: ...here.
48590         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48591         situations.  Use __builtin_fma only for gcc 4.6 and up.
48592
48593         * config.make.in: Add have-mfma4 entry.
48594         * configure.in: Substitute libc_cv_cc_fma4.
48595         * math/Makefile (dbl-only-routines): Add sincostab.
48596         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48597         Use __sincostab not sincos.
48598         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48599         name is a macro.
48600         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48604         using __copysign.
48605         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48606         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48607         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48608         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48609         and __inv.
48610         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48611         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48612         __copysign.
48613         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48614         define aliases when function name is a macro.
48615         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48616         sysdeps/ieee754/dbl-64/sincos.tbl.
48617         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48618         fma4-enabled routines.
48619         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48620         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48621         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48622         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48623         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48624         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48626         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48628         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48629         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48630         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48631         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48632         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48633         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48634         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48635         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48636         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48637         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48638         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48639         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48640         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48641         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48642         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48643         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48644         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48645         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48646         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48647         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48648         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48649
48650         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48651         rename.
48652         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48654         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48655         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48656         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48657         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48658         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48659         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48660
48661 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48662
48663         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48664
48665 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48666
48667         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48668
48669         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48670         prediction.
48671         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48672
48673         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48674         Remove unused variable magic_bits.
48675         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48676
48677         * string/strnlen.c: Define and use STRNLEN macro.
48678         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48679         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48680         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48681         * wcsmbs/wcslen.c: Define and use WCSLEN.
48682         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48683         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48684         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48685         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48686         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48687         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48688         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48689
48690 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48691
48692         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48693         strnlen-sse2-no-bsf.
48694         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48695         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48696         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48697         Add strnlen support.
48698         (USE_AS_STRNLEN): New macro.
48699         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48700         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48701         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48702         * sysdeps/x86_64/wcslen.S: New file.
48703
48704 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48705
48706         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48707         XMM-moves are used for copying on small sizes.
48708
48709 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48710
48711         * wcsmbs/Makefile (strop-tests): Add wcschr.
48712         * wcsmbs/test-wcschr.c: New file.
48713         * string/test-strchr.c: Update.
48714         Add wcschr support.
48715         (WIDE): New macro.
48716
48717 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48718
48719         * wcsmbs/Makefile (strop-tests): Add wcslen.
48720         * wcsmbs/test-wcslen.c: New file.
48721         * string/test-strlen.c: Update.
48722         Add wcslen support.
48723         (WIDE): New macro.
48724
48725 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48726
48727         * po/it.po: Update from translation team.
48728
48729 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48730
48731         * sysdeps/x86_64/wcscmp.S: Update.
48732         Fix wrong comparison semantics.
48733         wcscmp shall use signed comparison not unsigned.
48734         Don't use substraction to avoid overflow bug.
48735         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48736         * wcsmbc/wcscmp.c: Likewise.
48737         * string/test-strcmp.c: Likewise.
48738         Add new tests to check cases with negative values.
48739
48740 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48741
48742         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48743         * sysdeps/x86_64/dla.h: ...here.  New file.
48744         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48745         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48750         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48753
48754 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48755
48756         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48757         __ynl_finite aliases.
48758
48759 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48760
48761         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48762
48763         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48764         define DLA_FMA.
48765         [DLA_FMA] (EMULV): Use DLA_FMA.
48766         [DLA_FMA] (MUL12): Use EMULV.
48767         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48768         that are not needed.
48769         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48770         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48771         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48773         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48776
48777 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48778
48779         * math/s_nan.c: Undef __nan.
48780         * math/s_nanf.c: Undef __nanf.
48781         * math/s_nanl.c: Undef __nanl.
48782         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48783         "math_private.h".
48784
48785 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48786
48787         * math/s_catan.c: Add branch predictions.
48788         * math/s_catanf.c: Likewise.
48789         * math/s_catanh.c: Likewise.
48790         * math/s_catanhf.c: Likewise.
48791         * math/s_catanhl.c: Likewise.
48792         * math/s_catanl.c: Likewise.
48793         * math/s_cexp.c: Likewise.
48794         * math/s_cexpf.c: Likewise.
48795         * math/s_cexpl.c: Likewise.
48796         * math/s_clog.c: Likewise.
48797         * math/s_clog10.c: Likewise.
48798         * math/s_clog10f.c: Likewise.
48799         * math/s_clog10l.c: Likewise.
48800         * math/s_clogf.c: Likewise.
48801         * math/s_clogl.c: Likewise.
48802         * math/s_csqrt.c: Likewise.
48803         * math/s_csqrtf.c: Likewise.
48804         * math/s_csqrtl.c: Likewise.
48805         * math/s_ctanf.c: Likewise.
48806         * math/s_ctanh.c: Likewise.
48807         * math/s_ctanhf.c: Likewise.
48808         * math/s_ctanhl.c: Likewise.
48809         * math/s_ctanl.c: Likewise.
48810
48811         * math/math_private.h: Define __nan, __nanf, __nanl.
48812         * math/s_cacosh.c: Include <math_private.h>.
48813         * math/s_cacoshl.c: Likewise.
48814         * math/s_casinh.c: Likewise.
48815         * math/s_casinhf.c: Likewise.
48816         * math/s_casinhl.c: Likewise.
48817         * math/s_ccos.c: Rely entire on ccosh.
48818         * math/s_ccosf.c: Rely entire on ccoshf.
48819         * math/s_ccosl.c: Rely entirely on ccoshl.
48820         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48821         Remove tests for FE_INVALID.
48822         * math/s_ccoshf.c: Likewise.
48823         * math/s_ccoshl.c: Likewise.
48824         * math/s_csin.c: Likewise.
48825         * math/s_csinf.c: Likewise.
48826         * math/s_csinh.c Likewise.
48827         * math/s_csinhf.c: Likewise.
48828         * math/s_csinhl.c: Likewise.
48829         * math/s_csinl.c: Likewise.
48830         * math/s_ctan.c: Likewise.
48831         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48832         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48833         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48834
48835 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48836
48837         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48838         compilation problems.
48839
48840         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48841         __builtin_expect.
48842
48843 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48844
48845         * sysdeps/i386/configure.in: Test for -mfma4 option.
48846         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48847         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48848         COMMON_CPUID_INDEX_80000001.
48849         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48850         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48851         use it if FMA3 is not supported.
48852         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48853
48854         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48855         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48856
48857 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48858
48859         [BZ #12892]
48860         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48861         it would create a cycle with a link time dependency.
48862
48863 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48864
48865         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48866         instruction.
48867         * string/Makefile (strop-tests): Add rawmemchr.
48868         * string/test-rawmemchr.c: New file.
48869
48870         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48871         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48872         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48873         when compiling str{,n}casecmp and when AVX is available.  Hook up
48874         new optimized code in initializers.
48875
48876 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48877
48878         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48879         __feraiseexcept instead of feraiseexcept.
48880
48881 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48882
48883         * math/math_private.h: Define defaults for libc_fetestexcept and
48884         libc_feupdateenv.
48885         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48886         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48887         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48888         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48889         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48890         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48891         libc_fetestexcept and libc_feupdateenv.
48892
48893         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48894         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48895         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48896         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48897         libc_feholdexcept_setround.
48898
48899         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48900         Add s_nearbyint-c and s_nearbyintf-c.
48901         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48902         nearbyintf inlines.
48903         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48904         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48905         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48906         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48907
48908         * math/math_private.h: Define defaults for libc_fegetround,
48909         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48910         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48911         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48912         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48913         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48914         standard functions.
48915         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48916         Remove comments and hacks for old compiler versions.
48917         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48918         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48919         libc_feholdexceptl.
48920
48921 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48922
48923         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48924         (__feraiseexcept_renamed): Add __NTH.
48925         (feraiseexcept): Add __NTH.  Rename local variables to fix
48926         namespace violations.
48927
48928 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48929
48930         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48931
48932         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48933
48934         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48935         recently added interfaces.
48936         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48937
48938         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48939         about macro parameter expansion.
48940
48941         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48942         __NO_MATH_INLINES is defined.  Cleanups.
48943
48944         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48945         and __floorf is target has SSE4.1.
48946         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48947         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48948         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48949         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48950
48951         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48952         name.
48953         (floorf): Likewise.
48954
48955         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48956
48957 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48958
48959         * misc/sys/cdefs.h: Fix last change.
48960
48961         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48962         database lookup.
48963
48964 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48965
48966         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48967
48968         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48969         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48970         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48971         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48972         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48973         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48974         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48975         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48977         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48978         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48979         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48980         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48981         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48982         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48983         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48984         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48985         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48986         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48987         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48988         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48989         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48990
48991         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48992         ceil, ceilf, floor, floorf.
48993
48994         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48995         Perform IRELATIVE relocations last.
48996
48997         * elf/do-rel.h: Add another parameter nrelative, replacing the
48998         local variable with the same name.  Change name of the function
48999         to end in Rel or Rela (uppercase).
49000         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49001         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49002         elf_dynamic_do_##reloc function.
49003
49004 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49005
49006         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49007         is sufficient, at least on modern CPUs.
49008
49009         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49010
49011         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49012         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49013
49014         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49015         __expl_finite.
49016         * math/bits/math-finite.h: Add entries for exp.
49017         * math/e_expl.c: Add __*_finite alias.
49018         * sysdeps/i386/fpu/e_exp.S: Likewise.
49019         * sysdeps/i386/fpu/e_expf.S: Likewise.
49020         * sysdeps/i386/fpu/e_expl.c: Likewise.
49021         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49022         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49026         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49027         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49028
49029         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49030         is sufficient, at least on modern CPUs.
49031
49032         * ctype/ctype-info.c (__ctype_init): Define.
49033         * include/ctype.h (__ctype_init): Declare.
49034         (__ctype_b_loc): The variable is always initialized.
49035         (__ctype_toupper_loc): Likewise.
49036         (__ctype_tolower_loc): Likewise.
49037         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49038         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49039
49040 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49041
49042         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49043
49044         * configure.in: Also look in $cxxmachine/include for C++ system
49045         headers.
49046
49047 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49048
49049         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49050         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49051         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49052         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49053         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49054         (USE_AS_WMEMCMP): New macro.
49055         Fixing indents.
49056         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49057         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49058         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49059         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49060         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49061         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49062         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49063         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49064         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49065         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49066         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49067         (USE_AS_WMEMCMP): New macro.
49068         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49069         * sysdeps/string/test-memcmp.c: Update.
49070         Fix simple_wmemcmp.
49071         Add new tests.
49072         * wcsmbs/wmemcmp.c: Update.
49073         (WMEMCMP): New macro.
49074         Fix overflow bug.
49075
49076 2011-10-12  Andreas Jaeger  <aj@suse.de>
49077
49078         [BZ #13268]
49079         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49080
49081 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49082
49083         * libio/iofwide.c (do_length): Avoid warning.
49084
49085         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49086
49087 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49088
49089         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49090
49091         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49092         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49093         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49094         * sysdeps/i386/i686/fpu/e_log.S: New file.
49095         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49096         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49097
49098         * ctype/ctype.h: Add support for inlined isXXX functions when
49099         compiling C++ code.
49100
49101 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49102
49103         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49104
49105         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49106
49107 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49108
49109         [BZ #13291]
49110         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49111
49112 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49113
49114         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49115         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49116         feraiseexcept.
49117
49118         * sysdeps/x86_64/memrchr.S: Check for zero size.
49119
49120         * string/stratcliff.c: Add memrchr tests.
49121
49122 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49123
49124         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49125         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49126         rawmemchr-sse2 rawmemchr-sse2-bsf.
49127         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49128         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49129         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49130         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49131         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49132         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49133         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49134         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49135         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49136         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49137         * string/memrchr.c (MEMRCHR): New macro.
49138
49139 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49140
49141         Add integration with gcc's -ffinite-math-only and optimize wrapper
49142         functions in libm.
49143         * Versions.def: Define GLIBC_2.15 version for libm.
49144         * math/Makefile (headers): Add bits/math-finite.h.
49145         * math/bits/math-finite.h: New file.
49146         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49147         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49148         * math/e_acoshl.c: Add __*_finite alias.
49149         * math/e_acosl.c: Likewise.
49150         * math/e_asinl.c: Likewise.
49151         * math/e_atan2l.c: Likewise.
49152         * math/e_atanhl.c: Likewise.
49153         * math/e_coshl.c: Likewise.
49154         * math/e_exp10.c: Likewise.
49155         * math/e_exp10f.c: Likewise.
49156         * math/e_exp10l.c: Likewise.
49157         * math/e_exp2l.c: Likewise.
49158         * math/e_fmodl.c: Likewise.
49159         * math/e_gammal_r.c: Likewise.
49160         * math/e_hypotl.c: Likewise.
49161         * math/e_j0l.c: Likewise.
49162         * math/e_j1l.c: Likewise.
49163         * math/e_jnl.c: Likewise.
49164         * math/e_lgammal_r.c: Likewise.
49165         * math/e_log10l.c: Likewise.
49166         * math/e_log2l.c: Likewise.
49167         * math/e_logl.c: Likewise.
49168         * math/e_powl.c: Likewise.
49169         * math/e_sinhl.c: Likewise.
49170         * math/e_sqrtl.c: Likewise.
49171         * math/e_scalb.c: Completely rewritten and optimized.
49172         * math/e_scalbf.c: Likewise.
49173         * math/e_scalbl.c: Likewise.
49174         * math/w_acos.c: Likewise.
49175         * math/w_acosf.c: Likewise.
49176         * math/w_acosl.c: Likewise.
49177         * math/w_acosh.c: Likewise.
49178         * math/w_acoshf.c: Likewise.
49179         * math/w_acoshl.c: Likewise.
49180         * math/w_asin.c: Likewise.
49181         * math/w_asinf.c: Likewise.
49182         * math/w_asinl.c: Likewise.
49183         * math/w_atan2.c: Likewise.
49184         * math/w_atan2f.c: Likewise.
49185         * math/w_atan2l.c: Likewise.
49186         * math/w_atanh.c: Likewise.
49187         * math/w_atanhf.c: Likewise.
49188         * math/w_atanhl.c: Likewise.
49189         * math/w_exp10.c: Likewise.
49190         * math/w_exp10f.c: Likewise.
49191         * math/w_exp10l.c: Likewise.
49192         * math/w_fmod.c: Likewise.
49193         * math/w_fmodf.c: Likewise.
49194         * math/w_fmodl.c: Likewise.
49195         * math/w_j0.c: Likewise.
49196         * math/w_j0f.c: Likewise.
49197         * math/w_j0l.c: Likewise.
49198         * math/w_j1.c: Likewise.
49199         * math/w_j1f.c: Likewise.
49200         * math/w_j1l.c: Likewise.
49201         * math/w_jn.c: Likewise.
49202         * math/w_jnf.c: Likewise.
49203         * math/w_log.c: Likewise.
49204         * math/w_logf.c: Likewise.
49205         * math/w_logl.c: Likewise.
49206         * math/w_log10.c: Likewise.
49207         * math/w_log10f.c: Likewise.
49208         * math/w_log10l.c: Likewise.
49209         * math/w_log2.c: Likewise.
49210         * math/w_log2f.c: Likewise.
49211         * math/w_log2l.c: Likewise.
49212         * math/w_pow.c: Likewise.
49213         * math/w_powf.c: Likewise.
49214         * math/w_powl.c: Likewise.
49215         * math/w_remainder.c: Likewise.
49216         * math/w_remainderf.c: Likewise.
49217         * math/w_remainderl.c: Likewise.
49218         * math/w_scalb.c: Likewise.
49219         * math/w_scalbf.c: Likewise.
49220         * math/w_scalbl.c: Likewise.
49221         * math/w_sqrt.c: Likewise.
49222         * math/w_sqrtf.c: Likewise.
49223         * math/w_sqrtl.c: Likewise.
49224         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49225         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49226         used.
49227         * math/math_private.h: Declare __kernel_standard_f.
49228         * math/w_cosh.c: Remove cruft and optimize a bit.
49229         * math/w_coshf.c: Likewise.
49230         * math/w_coshl.c: Likewise.
49231         * math/w_exp2.c: Likewise.
49232         * math/w_exp2f.c: Likewise.
49233         * math/w_exp2l.c: Likewise.
49234         * math/w_hypot.c: Likewise.
49235         * math/w_hypotf.c: Likewise.
49236         * math/w_hypotl.c: Likewise.
49237         * math/w_lgamma.c: Likewise.
49238         * math/w_lgamma_r.c: Likewise.
49239         * math/w_lgammaf.c: Likewise.
49240         * math/w_lgammaf_r.c: Likewise.
49241         * math/w_lgammal.c: Likewise.
49242         * math/w_lgammal_r.c: Likewise.
49243         * math/w_sinh.c: Likewise.
49244         * math/w_sinhf.c: Likewise.
49245         * math/w_sinhl.c: Likewise.
49246         * math/w_tgamma.c: Likewise.
49247         * math/w_tgammaf.c: Likewise.
49248         * math/w_tgammal.c: Likewise.
49249         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49250         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49251         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49252         Minor optimizations.  Pretty printing.  Remove cruft.
49253         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49254         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49255         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49256         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49257         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49258         * sysdeps/i386/fpu/e_asin.S: Likewise.
49259         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49260         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49261         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49262         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49263         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49264         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49265         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49266         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49267         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49268         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49269         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49270         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49271         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49272         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49273         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49274         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49275         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49276         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49277         * sysdeps/i386/fpu/e_log.S: Likewise.
49278         * sysdeps/i386/fpu/e_log10.S: Likewise.
49279         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49280         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49281         * sysdeps/i386/fpu/e_log2.S: Likewise.
49282         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49283         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49284         * sysdeps/i386/fpu/e_logf.S: Likewise.
49285         * sysdeps/i386/fpu/e_logl.S: Likewise.
49286         * sysdeps/i386/fpu/e_pow.S: Likewise.
49287         * sysdeps/i386/fpu/e_powf.S: Likewise.
49288         * sysdeps/i386/fpu/e_powl.S: Likewise.
49289         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49290         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49291         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49292         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49293         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49294         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49295         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49296         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49297         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49298         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49299         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49300         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49301         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49302         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49303         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49304         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49305         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49306         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49307         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49308         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49309         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49310         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49311         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49312         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49313         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49314         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49315         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49316         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49317         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49318         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49319         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49320         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49321         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49322         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49323         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49324         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49325         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49326         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49327         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49328         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49329         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49330         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49331         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49332         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49333         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49334         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49335         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49336         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49337         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49338         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49339         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49340         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49341         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49342         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49343         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49344         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49345         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49346         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49347         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49348         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49349         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49350         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49351         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49352         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49353         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49354         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49355         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49356         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49357         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49358         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49359         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49360         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49361         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49362         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49363         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49364         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49365         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49366         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49367         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49368         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49369         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49370         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49371         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49372         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49373         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49374         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49375         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49376         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49377         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49378         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49379         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49380         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49381         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49383         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49384         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49386         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49388         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49389         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49390         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49391         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49392         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49393         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49394         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49395         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49396         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49397         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49398         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49399         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49400         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49401         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49402         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49403         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49404         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49405         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49406         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49407         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49408         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49409         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49410         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49411         (__isnanf): Likewise.
49412         (__isinf_ns): Likewise.
49413         (__isinf_nsf): Likewise.
49414         (__finite): Likewise.
49415         (__finitef): Likewise.
49416         (__ieee754_sqrt): Define as macro.
49417         (__ieee754_sqrtf): Define as macro.
49418         (__ieee754_sqrtl): Define as macro.
49419         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49420         inlined copy.
49421         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49422         __FINITE_MATH_ONLY__ consistent.
49423         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49424
49425 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49426
49427         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49428         of rawmemchr.
49429
49430         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49431
49432 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49433
49434         * po/ja.po: Update from translation team.
49435
49436 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49437
49438         * locale/programs/locarchive.c (prepare_address_space): New function.
49439         (create_archive, enlarge_archive, open_archive): Use it.
49440
49441         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49442         inside [SHARED], where it is used.
49443
49444         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49445
49446         * nss/getent.c (netgroup_keys): Remove unused variable.
49447         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49448
49449 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49450
49451         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49452         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49453         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49454         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49455         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49456         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49457         * math/Makefile (libm-calls): Add s_isinf_ns.
49458         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49459         * math/multc3.c: Likewise.
49460         * math/s_casin.c: Likewise.
49461         * math/s_casinf.c: Likewise.
49462         * math/s_casinl.c: Likewise.
49463         * math/s_ccos.c: Likewise.
49464         * math/s_ccosf.c: Likewise.
49465         * math/s_ccosl.c: Likewise.
49466         * math/s_ctan.c: Likewise.
49467         * math/s_ctanf.c: Likewise.
49468         * math/s_ctanh.c: Likewise.
49469         * math/s_ctanhf.c: Likewise.
49470         * math/s_ctanhl.c: Likewise.
49471         * math/s_ctanl.c: Likewise.
49472         * math/w_fmod.c: Likewise.
49473         * math/w_fmodf.c: Likewise.
49474         * math/w_fmodl.c: Likewise.
49475         * math/w_remainder.c: Likewise.
49476         * math/w_remainderf.c: Likewise.
49477         * math/w_remainderl.c: Likewise.
49478         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49479         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49480         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49481         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49482         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49483         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49484         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49485         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49486
49487         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49488         of the number.
49489         * stdio-common/printf_fphex.c: Likewise.
49490         * stdio-common/printf_size.c: Likewise.
49491
49492         * math/e_exp10.c: Include math_private.h using <...> not "...".
49493         * math/e_exp10f.c: Likewise.
49494         * math/e_exp10l.c: Likewise.
49495         * math/e_exp2l.c: Likewise.
49496         * math/e_j0l.c: Likewise.
49497         * math/e_j1l.c: Likewise.
49498         * math/e_jnl.c: Likewise.
49499         * math/e_lgammal_r.c: Likewise.
49500         * math/e_rem_pio2l.c: Likewise.
49501         * math/e_scalb.c: Likewise.
49502         * math/e_scalbf.c: Likewise.
49503         * math/e_scalbl.c: Likewise.
49504         * math/k_cosl.c: Likewise.
49505         * math/k_sinl.c: Likewise.
49506         * math/k_tanl.c: Likewise.
49507         * math/s_cacoshf.c: Likewise.
49508         * math/s_catan.c: Likewise.
49509         * math/s_catanf.c: Likewise.
49510         * math/s_catanh.c: Likewise.
49511         * math/s_catanhf.c: Likewise.
49512         * math/s_catanhl.c: Likewise.
49513         * math/s_catanl.c: Likewise.
49514         * math/s_ccosh.c: Likewise.
49515         * math/s_ccoshf.c: Likewise.
49516         * math/s_ccoshl.c: Likewise.
49517         * math/s_cexp.c: Likewise.
49518         * math/s_cexpf.c: Likewise.
49519         * math/s_cexpl.c: Likewise.
49520         * math/s_clog.c: Likewise.
49521         * math/s_clog10.c: Likewise.
49522         * math/s_clog10f.c: Likewise.
49523         * math/s_clog10l.c: Likewise.
49524         * math/s_clogf.c: Likewise.
49525         * math/s_clogl.c: Likewise.
49526         * math/s_csin.c: Likewise.
49527         * math/s_csinf.c: Likewise.
49528         * math/s_csinh.c: Likewise.
49529         * math/s_csinhf.c: Likewise.
49530         * math/s_csinhl.c: Likewise.
49531         * math/s_csinl.c: Likewise.
49532         * math/s_csqrt.c: Likewise.
49533         * math/s_csqrtf.c: Likewise.
49534         * math/s_csqrtl.c: Likewise.
49535         * math/s_ctan.c: Likewise.
49536         * math/s_ctanf.c: Likewise.
49537         * math/s_ctanh.c: Likewise.
49538         * math/s_ctanhf.c: Likewise.
49539         * math/s_ctanhl.c: Likewise.
49540         * math/s_ctanl.c: Likewise.
49541         * math/s_ldexp.c: Likewise.
49542         * math/s_ldexpf.c: Likewise.
49543         * math/s_ldexpl.c: Likewise.
49544         * math/s_significand.c: Likewise.
49545         * math/s_significandf.c: Likewise.
49546         * math/s_significandl.c: Likewise.
49547         * math/w_acos.c: Likewise.
49548         * math/w_acosf.c: Likewise.
49549         * math/w_acosh.c: Likewise.
49550         * math/w_acoshf.c: Likewise.
49551         * math/w_acoshl.c: Likewise.
49552         * math/w_acosl.c: Likewise.
49553         * math/w_asin.c: Likewise.
49554         * math/w_asinf.c: Likewise.
49555         * math/w_asinl.c: Likewise.
49556         * math/w_atan2.c: Likewise.
49557         * math/w_atan2f.c: Likewise.
49558         * math/w_atan2l.c: Likewise.
49559         * math/w_atanh.c: Likewise.
49560         * math/w_atanhf.c: Likewise.
49561         * math/w_atanhl.c: Likewise.
49562         * math/w_cosh.c: Likewise.
49563         * math/w_coshf.c: Likewise.
49564         * math/w_coshl.c: Likewise.
49565         * math/w_dremf.c: Likewise.
49566         * math/w_exp10.c: Likewise.
49567         * math/w_exp10f.c: Likewise.
49568         * math/w_exp10l.c: Likewise.
49569         * math/w_exp2.c: Likewise.
49570         * math/w_exp2f.c: Likewise.
49571         * math/w_fmod.c: Likewise.
49572         * math/w_fmodf.c: Likewise.
49573         * math/w_fmodl.c: Likewise.
49574         * math/w_hypot.c: Likewise.
49575         * math/w_hypotf.c: Likewise.
49576         * math/w_hypotl.c: Likewise.
49577         * math/w_j0.c: Likewise.
49578         * math/w_j0f.c: Likewise.
49579         * math/w_j0l.c: Likewise.
49580         * math/w_j1.c: Likewise.
49581         * math/w_j1f.c: Likewise.
49582         * math/w_j1l.c: Likewise.
49583         * math/w_jn.c: Likewise.
49584         * math/w_jnf.c: Likewise.
49585         * math/w_jnl.c: Likewise.
49586         * math/w_lgamma.c: Likewise.
49587         * math/w_lgamma_r.c: Likewise.
49588         * math/w_lgammaf.c: Likewise.
49589         * math/w_lgammaf_r.c: Likewise.
49590         * math/w_lgammal.c: Likewise.
49591         * math/w_lgammal_r.c: Likewise.
49592         * math/w_log.c: Likewise.
49593         * math/w_log10.c: Likewise.
49594         * math/w_log10f.c: Likewise.
49595         * math/w_log10l.c: Likewise.
49596         * math/w_log2.c: Likewise.
49597         * math/w_log2f.c: Likewise.
49598         * math/w_log2l.c: Likewise.
49599         * math/w_logf.c: Likewise.
49600         * math/w_logl.c: Likewise.
49601         * math/w_pow.c: Likewise.
49602         * math/w_powf.c: Likewise.
49603         * math/w_powl.c: Likewise.
49604         * math/w_remainder.c: Likewise.
49605         * math/w_remainderf.c: Likewise.
49606         * math/w_remainderl.c: Likewise.
49607         * math/w_scalb.c: Likewise.
49608         * math/w_scalbf.c: Likewise.
49609         * math/w_scalbl.c: Likewise.
49610         * math/w_sinh.c: Likewise.
49611         * math/w_sinhf.c: Likewise.
49612         * math/w_sinhl.c: Likewise.
49613         * math/w_sqrt.c: Likewise.
49614         * math/w_sqrtf.c: Likewise.
49615         * math/w_sqrtl.c: Likewise.
49616         * math/w_tgamma.c: Likewise.
49617         * math/w_tgammaf.c: Likewise.
49618         * math/w_tgammal.c: Likewise.
49619
49620         * po/ja.po: Update from translation team.
49621
49622 2011-09-29  Andreas Jaeger  <aj@suse.de>
49623
49624         [BZ #13179]
49625         * sunrpc/netname.c (netname2host): Fix logic.
49626
49627         [BZ #6779]
49628         [BZ #6783]
49629         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49630         correctly.
49631         * math/w_remainder.c (__remainder): Likewise.
49632         * math/w_remainderf.c (__remainderf): Likewise.
49633         * math/libm-test.inc (remainder_test): Add test cases.
49634
49635 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49636
49637         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49638         sdiv_qrnnd.
49639
49640 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49641
49642         * string/test-memcmp.c: Avoid unncessary #defines.
49643         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49644
49645 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49646
49647         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49648         Use new sse2 version for core i3 - i7 as it's faster
49649         than sse42 version.
49650         (bit_Prefer_PMINUB_for_stringop): New.
49651         * sysdeps/x86_64/rawmemchr.S: Update.
49652         Replace with faster SSE2 version.
49653         * sysdeps/x86_64/memrchr.S: New file.
49654         * sysdeps/x86_64/memchr.S: Update.
49655         Replace with faster SSE2 version.
49656
49657 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49658
49659         * elf/dl-load.c (lose): Add cast to avoid warning.
49660
49661 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49662
49663         * po/ca.po: Update from translation team.
49664
49665         * inet/getnetgrent_r.c: Hook up nscd.
49666         * nscd/Makefile (routines): Add nscd_netgroup.
49667         (nscd-modules): Add netgroupcache.
49668         (CFLAGS-netgroupcache.c): Define.
49669         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49670         (cache_search): Add const to second parameter.
49671         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49672         INNETGR.
49673         (dbs): Add netgrdb entry.
49674         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49675         (verify_persistent_db): Handle netgrdb.
49676         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49677         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49678         GETFDNETGR.
49679         (netgroup_response_header): Define.
49680         (innetgroup_response_header): Define.
49681         (datahead): Add netgroup_response_header and innetgroup_response_header
49682         elements.
49683         * nscd/nscd.conf: Add entries for netgroup cache.
49684         * nscd/nscd.h (dbtype): Add netgrdb.
49685         (_PATH_NSCD_NETGROUP_DB): Define.
49686         (netgroup_iov_disabled): Declare.
49687         (xmalloc, xcalloc, xrealloc): Move declarations here.
49688         (cache_search): Adjust prototype.
49689         Add netgroup-related prototypes.
49690         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49691         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49692         (__nscd_innetgr): Declare.
49693         * nscd/selinux.c (perms): Use access_vector_t as element type and
49694         add netgroup-related initializers.
49695         * nscd/netgroupcache.c: New file.
49696         * nscd/nscd_netgroup.c: New file.
49697         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49698         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49699         For four parameters use innetgr.
49700         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49701         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49702         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49703         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49704
49705         * nscd/connections.c (register_traced_file): Don't register file
49706         for disabled databases.
49707
49708 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49709
49710         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49711
49712         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49713         from tree and freeing node.
49714
49715 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49716
49717         * nss/nsswitch.c (__nss_database_lookup): Handle
49718         nss_parse_service_list out of memory case.
49719
49720 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49721
49722         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49723         out of memory case.
49724
49725 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49726
49727         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49728         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49729         pass it down.
49730         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49731         elf_machine_rela, elf_machine_lazy_rel.
49732         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49733         (ELF_DYNAMIC_DO_REL): Likewise.
49734         (ELF_DYNAMIC_DO_RELA): Likewise.
49735         (ELF_DYNAMIC_RELOCATE): Likewise.
49736         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49737         to ELF_DYNAMIC_DO_REL.
49738         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49739         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49740         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49741         elf_machine_rela.
49742         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49743         skip_ifunc, don't call ifunc function if non-zero.
49744         (elf_machine_rela): Likewise.
49745         (elf_machine_lazy_rel): Likewise.
49746         (elf_machine_lazy_rela): Likewise.
49747         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49748         (elf_machine_lazy_rel): Likewise.
49749         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49750         Likewise.
49751         (elf_machine_lazy_rel): Likewise.
49752         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49753         Likewise.
49754         (elf_machine_lazy_rel): Likewise.
49755         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49756         (elf_machine_lazy_rel): Likewise.
49757         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49758         (elf_machine_lazy_rel): Likewise.
49759         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49760         (elf_machine_lazy_rel): Likewise.
49761         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49762         (elf_machine_lazy_rel): Likewise.
49763         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49764         (elf_machine_lazy_rel): Likewise.
49765         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49766         (elf_machine_lazy_rel): Likewise.
49767
49768 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49769
49770         * nss/nss_files/files-init.c (_nss_files_init): Use static
49771         initialization for all the *_traced_file variables.
49772
49773 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49774
49775         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49776
49777 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49778
49779         [BZ #13226]
49780         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49781
49782 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49783
49784         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49785         Reread the line before reparsing it.
49786
49787 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49788
49789         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49790
49791 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49792             Maxim Kuvyrkov  <maxim@codesourcery.com>
49793             Joseph Myers  <joseph@codesourcery.com>
49794
49795         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49796         if needed for __stack_chk_guard.
49797
49798 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49799
49800         * sysdeps/posix/spawni.c (script_execute): Always define it.
49801         It will be optimized away if unused.
49802         (maybe_script_execute): New function.
49803         (__spawni): Call it.
49804
49805         * Makerules: Don't include tls.make.
49806         (config-tls): Always set to thread.
49807         * tls.make.c: File removed.
49808
49809 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49810
49811         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49812         * config.make.in (CPPFLAGS-config): New substituted variable.
49813
49814 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49815
49816         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49817
49818         [BZ #13192]
49819         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49820         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49821
49822 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49823
49824         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49825         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49826         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49827         (CALL_FAIL): Likewise.
49828         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49829         (CALL_FAIL): Macro removed.
49830         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49831
49832 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49833
49834         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49835         for __FINITE_MATH_ONLY__ == 1.
49836
49837 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49838
49839         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49840         __ieee754_sqrt instead of sqrt.
49841         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49842         __ieee754_sqrtf instead of sqrtf.
49843         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49844         __floorf instead of floorf.
49845         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49846         __floorf, __truncf instead of floorf, truncf.
49847
49848 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49849
49850         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49851
49852         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49853         __extern_always_inline.
49854         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49855         32-bit.
49856
49857 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49858
49859         * elf/rtld.c (dl_main): Also relocate in dependency order when
49860         doing symbol dependency testing.
49861
49862 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49863
49864         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49865         Always define `refsym'.
49866
49867 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49868
49869         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49870         (__FD_ELT): Renamed from __FDELT.
49871         * misc/bits/select2.h (__FD_ELT): Likewise.
49872         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49873         __FD_MASK instead of __FDELT, __FDMASK.
49874         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49875         Likewise.
49876         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49877         Likewise.
49878
49879         * elf/Makefile (gen-ldd): Fix pattern.
49880
49881         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49882         (init_tls): Likewise.
49883
49884 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49885
49886         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49887
49888 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49889
49890         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49891         `struct cmsghdr *' instead of `void *'.
49892         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49893         Likewise.
49894
49895 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49896
49897         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49898         if non-absolute.
49899         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49900         ldd_rewrite_script.
49901
49902 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49903
49904         * configure.in: Remove --with-tls option.
49905         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49906         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49907         out in case it is missing.
49908         * sysdeps/ia64/elf/configure.in: Likewise.
49909         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49910         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49911         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49912         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49913         * sysdeps/sh/elf/configure.in: Likewise.
49914         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49915         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49916         * sysdeps/x86_64/elf/configure.in: Likewise.
49917         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49918         * sysdeps/mach/hurd/tls.h: Likewise.
49919
49920         [BZ #13067]
49921         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49922
49923         [BZ #13090]
49924         * configure.in: Fix use of AC_INIT.
49925
49926         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49927
49928 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49929
49930         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49931         __set_errno.
49932         * malloc/hooks.c: Likewise.
49933
49934         [BZ #11929]
49935         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49936         variables statically.
49937         (narenas): Initialize.
49938         (list_lock): Initialize.
49939         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49940         initializtion of main_arena and list_lock.  Small cleanups.
49941         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49942         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49943         Add initializers to main_arena and mp_.
49944         (malloc_state): Remove pagesize member.  Change all users to use
49945         GLRO(dl_pagesize).
49946
49947         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49948         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49949         is always initialized.
49950
49951         * malloc/malloc.c: Removed unused configurations and dead code.
49952         * malloc/arena.c: Likewise.
49953         * malloc/hooks.c: Likewise.
49954         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49955
49956         * include/tls.h: Removed.  USE___THREAD must always be defined.
49957         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49958         * elf/dl-libc.c: Likewise.
49959         * elf/dl-tsd.c: Likewise.
49960         * include/errno.h: Likewise.
49961         * include/netdb.h: Likewise.
49962         * include/resolv.h: Likewise.
49963         * inet/herrno-loc.c: Likewise.
49964         * inet/herrno.c: Likewise.
49965         * malloc/arena.c: Likewise.
49966         * malloc/hooks.c: Likewise.
49967         * malloc/malloc.c: Likewise.
49968         * resolv/res-state.c: Likewise.
49969         * resolv/res_libc.c: Likewise.
49970         * sysdeps/i386/dl-machine.h: Likewise.
49971         * sysdeps/ia64/dl-machine.h: Likewise.
49972         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49973         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49974         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49975         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49976         * sysdeps/sh/dl-machine.h: Likewise.
49977         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49978         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49979         * sysdeps/unix/i386/sysdep.S: Likewise.
49980         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49981         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49982         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49983         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49984         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49985         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49986         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49987         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49988         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49989         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49990         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49991         * sysdeps/x86_64/dl-machine.h: Likewise.
49992         * tls.make.c: Likewise.
49993
49994         * configure.in: Remove --with-__thread option.  Make tests for
49995         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49996         tls_model attribute fail if no support is available.  Remove
49997         USE_IN_LIBIO.
49998         * Makeconfig: Adjust for dropped configure option.  All features are
49999         now mandatory.
50000         * Makerules: Likewise.
50001         * Versions.def: Likewise.
50002         * argp/argp-fmtstream.c: Likewise.
50003         * argp/argp-fmtstream.h: Likewise.
50004         * argp/argp-help.c: Likewise.
50005         * assert/assert.c: Likewise.
50006         * config.h.in: Likewise.
50007         * config.make.in: Likewise.
50008         * configure: Likewise.
50009         * configure.in: Likewise.
50010         * csu/Versions: Likewise.
50011         * csu/init.c: Likewise.
50012         * elf/tst-audit2.c: Likewise.
50013         * elf/tst-tls10.c: Likewise.
50014         * elf/tst-tls10.h: Likewise.
50015         * elf/tst-tls11.c: Likewise.
50016         * elf/tst-tls12.c: Likewise.
50017         * elf/tst-tls14.c: Likewise.
50018         * elf/tst-tlsmod11.c: Likewise.
50019         * elf/tst-tlsmod12.c: Likewise.
50020         * elf/tst-tlsmod13.c: Likewise.
50021         * elf/tst-tlsmod13a.c: Likewise.
50022         * elf/tst-tlsmod14a.c: Likewise.
50023         * elf/tst-tlsmod15b.c: Likewise.
50024         * elf/tst-tlsmod16a.c: Likewise.
50025         * elf/tst-tlsmod16b.c: Likewise.
50026         * elf/tst-tlsmod7.c: Likewise.
50027         * elf/tst-tlsmod8.c: Likewise.
50028         * elf/tst-tlsmod9.c: Likewise.
50029         * gmon/gmon.c: Likewise.
50030         * grp/fgetgrent_r.c: Likewise.
50031         * grp/putgrent.c: Likewise.
50032         * hurd/fopenport.c: Likewise.
50033         * include/libc-symbols.h: Likewise.
50034         * include/tls.h: Likewise.
50035         * intl/gettextP.h: Likewise.
50036         * intl/loadinfo.h: Likewise.
50037         * locale/global-locale.c: Likewise.
50038         * locale/localeinfo.h: Likewise.
50039         * mach/devstream.c: Likewise.
50040         * malloc/arena.c: Likewise.
50041         * malloc/set-freeres.c: Likewise.
50042         * misc/err.c: Likewise.
50043         * misc/getttyent.c: Likewise.
50044         * misc/mntent_r.c: Likewise.
50045         * posix/getopt.c: Likewise.
50046         * posix/wordexp.c: Likewise.
50047         * pwd/fgetpwent_r.c: Likewise.
50048         * resolv/Versions: Likewise.
50049         * resolv/res_hconf.c: Likewise.
50050         * shadow/fgetspent_r.c: Likewise.
50051         * shadow/putspent.c: Likewise.
50052         * stdio-common/printf_fphex.c: Likewise.
50053         * stdio-common/tmpfile.c: Likewise.
50054         * stdlib/abort.c: Likewise.
50055         * stdlib/fmtmsg.c: Likewise.
50056         * sunrpc/auth_unix.c: Likewise.
50057         * sunrpc/clnt_perr.c: Likewise.
50058         * sunrpc/clnt_tcp.c: Likewise.
50059         * sunrpc/clnt_udp.c: Likewise.
50060         * sunrpc/clnt_unix.c: Likewise.
50061         * sunrpc/openchild.c: Likewise.
50062         * sunrpc/svc_simple.c: Likewise.
50063         * sunrpc/svc_tcp.c: Likewise.
50064         * sunrpc/svc_udp.c: Likewise.
50065         * sunrpc/svc_unix.c: Likewise.
50066         * sunrpc/xdr.c: Likewise.
50067         * sunrpc/xdr_array.c: Likewise.
50068         * sunrpc/xdr_rec.c: Likewise.
50069         * sunrpc/xdr_ref.c: Likewise.
50070         * sunrpc/xdr_stdio.c: Likewise.
50071
50072 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50073
50074         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50075
50076 2011-07-03  Andreas Jaeger  <aj@suse.de>
50077
50078         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50079         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50080         regenerate with gen-libm-tests.pl.
50081
50082 2010-05-12  Petr Baudis  <pasky@suse.cz>
50083
50084         [BZ #11589]
50085         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50086         around j0() zero points by switching to j1().
50087         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50088         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50089         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50090         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50091
50092 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50093
50094         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50095         instead of 0.
50096         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50097         instead of 0.
50098         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50099         Patch in part by Pavel Roskin <proski@gnu.org>.
50100
50101         [BZ #13138]
50102         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50103         realloc.
50104         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50105         Free memory block if necessary.
50106
50107         [BZ #12847]
50108         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50109         be NULL.  Don't lock in this case.
50110
50111 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50112
50113         * elf/elf.h (ELFOSABI_GNU): New macro.
50114         (ELFOSABI_LINUX): Define to that.
50115
50116 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50117
50118         * string/strncat.c (strncat): Undef the symbol in case it has been
50119         defined in bits/string.h.
50120
50121 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50122
50123         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50124
50125         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50126         link map.
50127
50128 2011-08-17  Andreas Jaeger  <aj@suse.de>
50129
50130         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50131
50132 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50133             Ian Lance Taylor  <iant@google.com>
50134
50135         * math/libm-test.inc (lround_test): New testcase.
50136         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50137
50138 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50139
50140         * Makefile: Remove support for automatic cvs check-ins.
50141         * Makerules: Likewise.
50142         * config.make.in: Likewise.
50143         * configure.in: Likewise.
50144         * intl/Makefile: Likewise.
50145         * locale/Makefile: Likewise.
50146         * po/Makefile: Likewise.
50147         * posix/Makefile: Likewise.
50148         * sysdeps/gnu/Makefile: Likewise.
50149         * sysdeps/mach/hurd/Makefile: Likewise.
50150         * sysdeps/sparc/sparc32/Makefile: Likewise.
50151
50152         [BZ #13118]
50153         * posix/Makefile (bug-regex32-ENV): Define.
50154         Patch by John Stanley <jpsinthemix@verizon.net>.
50155
50156         * misc/Makefile (headers): Add bits/select2.h.
50157         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50158         * misc/bits/select2.h: New file.
50159         * include/bits/select2.h: New file.
50160         * debug/Makefile (routines): Add fdelt_chk.
50161         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50162         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50163         FD_ISSET.
50164         * debug/fdelt_chk.c: New file.
50165
50166         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50167         * wcsmbs/test-wmemcmp.c: Likewise.
50168         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50169         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50170
50171 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50172
50173         * string/Makefile (strop-tests): Add memcmp.
50174         * string/test-wmemcmp.c: New file.
50175         * string/test-memcmp.c: Add wmemcmp support.
50176
50177 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50178
50179         [BZ #13153]
50180         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50181         2011-07-19 change.
50182
50183         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50184         garbage value in a __mach_port_mod_refs call in the cases of the
50185         task-self and thread-self ports.
50186
50187 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50188
50189         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50190
50191 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50192
50193         * elf/dl-load.c (lose): Check for non-null L.
50194
50195 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50196
50197         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50198
50199         * elf/dl-libc.c (dlerror_run): Pass back error code from
50200         dl_catch_error.
50201
50202         [BZ #13123]
50203         * elf/dl-load.c (lose): Free l_origin if it is valid.
50204
50205         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50206         names.
50207         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50208         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50209         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50210         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50211         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50212         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50213
50214 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50215
50216         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50217         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50218         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50219         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50220         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50221         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50222         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50223         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50224         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50225         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50226
50227 2011-08-15  Alan Modra  <amodra@gmail.com>
50228
50229         [BZ #13092]
50230         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50231         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50232         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50233         ppc_mcount to static-only-routines.
50234         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50235         __mcount_internal.
50236         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50237         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50238
50239 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50240
50241         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50242         for finite and infinity parameters.
50243
50244 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50245
50246         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50247         and add nop instructions for throughput optimization.
50248         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50249
50250 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50251
50252         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50253         aligned copy for power7 with vector-scalar instructions.
50254         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50255
50256 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50257
50258         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50259         AVX check.
50260
50261 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50262
50263         [BZ #13144]
50264         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50265         last change.
50266
50267 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50268
50269         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50270         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50271         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50272         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50273         clock_gettime.
50274
50275 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50276
50277         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50278         Forgot to demangle the pointer.
50279
50280         * sysdeps/i386/sysdep.h: Define atom_text_section.
50281         * sysdeps/x86_64/sysdep.h: Likewise.
50282         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50283         section with atom_text_section.
50284         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50285         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50286         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50287         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50288         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50289
50290         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50291         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50292         already be defined.  Change to take two parameters and don't assign
50293         result to variable.  Adjust all users.
50294         Define INTERNAL_GETTIME if not already defined.
50295         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50296         call.
50297         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50298         HAVE_CLOCK_GETTIME_VSYSCALL.
50299         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50300
50301         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50302         gettimeofday vsyscall, just use time.
50303
50304 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50305
50306         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50307         <errno.h>.
50308
50309 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50310
50311         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50312         syscall on x86-64.
50313         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50314         syscall.
50315         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50316         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50317         syscall if possible.
50318
50319 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50320
50321         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50322         e_ident.  Don't pass to find_mapsXX.
50323         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50324
50325 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50326
50327         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50328         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50329         * sysdeps/x86_64/multiarch/strchr.S: Update.
50330         Check bit_slow_BSF bit.
50331         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50332         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50333         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50334
50335 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50336
50337         [BZ #13134]
50338         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50339         before glibc 2.15.
50340         (tryshell): Define.
50341         (__spawni): Change last parameter to be flag.  Test
50342         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50343         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50344         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50345         * posix/spawni.c: Likewise.
50346         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50347         * posix/spawnp.c: Likewise.  Change normal version to use
50348         SPAWN_XFLAGS_USE_PATH.
50349         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50350         SPAWN_XFLAGS_TRY_SHELL.
50351
50352         [BZ #13150]
50353         * posix/glob.h: Remove gcc 1.x support.
50354
50355         [BZ #13068]
50356         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50357
50358 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50359
50360         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50361         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50362         strrchr-sse2-bsf
50363         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50364         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50365         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50366         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50367         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50368         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50369
50370 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50371
50372         * sysdeps/x86_64/wcscmp.S: New file.
50373
50374         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50375         wcscmp-c wcscmp-sse2
50376         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50377         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50378         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50379         * wcsmbs/wcscmp.c: Allow renaming.
50380
50381 2011-09-05  David S. Miller  <davem@davemloft.net>
50382
50383         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50384         stack slot, rather than the struct return pointer slot.
50385         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50386         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50388         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50389
50390 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50391
50392         * po/ja.po: Update from translation team.
50393
50394         [BZ #13144]
50395         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50396         kernel in 64-bit binaries.
50397
50398 2011-09-01  David S. Miller  <davem@davemloft.net>
50399
50400         * elf/elf.h (HWCAP_SPARC_*): Move to..
50401         * sysdeps/sparc/sysdep.h: this new file and add new values.
50402         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50403         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50404         _DL_HWCAP_COUNT to 24.
50405         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50406         entries.
50407         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50408         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50409         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50410         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50411         instead of magic constants.
50412         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50413
50414 2011-08-31  David S. Miller  <davem@davemloft.net>
50415
50416         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50417         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50418         Reimplement to do errno handling inline.
50419         (SYSCALL_ERROR_HANDLER): New macro.
50420         (__SYSCALL_STRING): Do not do errno handling in asm.
50421         (__CLONE_SYSCALL_STRING): Delete.
50422         (__INTERNAL_SYSCALL_STRING): Delete.
50423         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50424         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50425         (PSEUDO): Reimplement to do errno handling inline.
50426         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50427         (SYSCALL_ERROR_HANDLER): New macro.
50428         (__SYSCALL_STRING): Do not do errno handling in asm.
50429         (__CLONE_SYSCALL_STRING): Delete.
50430         (__INTERNAL_SYSCALL_STRING): Delete.
50431         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50432         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50433         i386.
50434         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50435         (inline_syscall*): Add 'err' argument.
50436         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50437         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50438         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50439         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50440
50441         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50442         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50443
50444 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50445
50446         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50447
50448 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50449
50450         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50451         directive.
50452
50453 2011-08-24  David S. Miller  <davem@davemloft.net>
50454
50455         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50456
50457 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50458
50459         * elf/Makefile: Add rules to build and run unload8 test.
50460         * elf/unload8.c: New file.
50461         * elf/unload8mod1.c: New file.
50462         * elf/unload8mod1x.c: New file.
50463         * elf/unload8mod2.c: New file.
50464         * elf/unload8mod3.c: New file.
50465
50466         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50467         it wasn't used.
50468
50469 2011-08-23  David S. Miller  <davem@davemloft.net>
50470
50471         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50472         subtract stack bias.
50473         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50474         %sp not %fp in calculations.
50475         (_JMPBUF_UNWINDS_ADJ): Likewise.
50476
50477         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50478         (aio_suspend): Call it to force an exception region around the
50479         AIO_MISC_WAIT() invocation.
50480
50481 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50482
50483         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50484         backslash.
50485
50486 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50487
50488         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50489         protection macro.
50490         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50491         and <dl-machine.h>.
50492         (Elf64_FuncDesc): Remove.
50493
50494 2011-08-22  David S. Miller  <davem@davemloft.net>
50495
50496         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50497         sigaltstack check, add missing cfi directives.
50498         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50499         missing cfi directives, and sigaltstack handling.
50500
50501 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50502
50503         [BZ #11724]
50504         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50505         object is seen twice.
50506         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50507
50508         * elf/Makefile (distribute): Add tst-initorder2.c.
50509         (tests): Add tst-initorder2.
50510         (modules-names): Add tst-initorder2a tst-initorder2b
50511         tst-initorder2c tst-initorder2d.  Add rules to build them.
50512         ($(objpfx)tst-initorder2.out): New rule.
50513         * elf/tst-initorder2.c: New file.
50514         * elf/tst-initorder2.exp: New file.
50515
50516 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50517
50518         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50519
50520         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50521         dependencies back to end of function.
50522
50523         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50524         $(elfobjdir)/ld.so.
50525
50526 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50527
50528         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50529         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50530         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50531         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50532         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50533         of __vdso_gettimeofday.
50534         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50535         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50536         attribute_hidden.
50537         (_libc_vdso_platform_setup): Remove initialization of
50538         __vdso_gettimeofday and __vdso_time.
50539
50540 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50541
50542         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50543         and fgetc_unlocked.
50544         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50545         getc_unlocked.
50546
50547         * elf/dl-open.c (add_to_global): Report additions to the global scope
50548         for LD_DEBUG=scopes.
50549         (dl_open_worker): Also print scope of newly loaded dependencies.
50550         (_dl_show_scope): Indicate if there is no scope.
50551
50552         [BZ #13114]
50553         * stdio-common/Makefile (tests): Add bug24.
50554         * stdio-common/bug24.c: New file.
50555
50556 2011-08-19  Andreas Jaeger  <aj@suse.de>
50557
50558         [BZ #13114]
50559         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50560         non-existant file when using close-on-exec mode.
50561
50562 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50563
50564         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50565         the very first instruction.
50566
50567         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50568         the CFI state in the end.
50569         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50570         inclusion of dl-trampoline.h.
50571         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50572
50573 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50574
50575         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50576         expectations for long double.
50577
50578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50579         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50580
50581 2011-08-14  David S. Miller  <davem@davemloft.net>
50582
50583         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50584         artificual limit depends upon the system page size.
50585
50586 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50587
50588         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50589         * resolv/Makefile: Define CFLAGS-libresolv.
50590
50591 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50592
50593         * nss/makedb.c (compute_tables): Make variables used in nested
50594         function static.
50595
50596 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50597
50598         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50599         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50600         if buffer was too small.
50601
50602         * elf/pldd.c (main): Attach to all threads in the process.
50603         Rewrite /proc handling to use *at functions.
50604
50605 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50606
50607         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50608         specifies first scope to show.
50609         (dl_open_worker): Update callers.  Move printing scope of new
50610         object to before the relocation.
50611         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50612         * sysdeps/generic/ldsodefs.h: Update declaration.
50613
50614         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50615         string for the scope number.
50616
50617 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50618
50619         * nscd/servicescache.c (cache_addserv): Make sure written is always
50620         initialized.
50621
50622 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50623
50624         * sysdeps/i386/i486/bits/atomic.h
50625         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50626         statement expression, so as to suppress "set but not used" warning.
50627         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50628
50629         * string/strncat.c (STRNCAT): Use prototype definition.
50630
50631         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50632         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50633         -Iprograms here.
50634         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50635         (localedef-modules): Add localedef.
50636         (locale-modules): Add locale.
50637
50638         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50639         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50640         to avoid a warning.
50641
50642 2011-08-14  David S. Miller  <davem@davemloft.net>
50643
50644         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50645         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50646
50647 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50648
50649         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50650         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50651         * elf/rtld.c (dl_main): Set l_name of vDSO.
50652         Call _dl_show_scope when DL_DEBUG_SCOPES.
50653         (process_dl_debug): Recognize scopes flag and also set it for all.
50654         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50655         Declare _dl_show_scope.
50656
50657         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50658         (do_dlopen): Pass caller_dlopen to dl_open.
50659         (__libc_dlopen_mode): Initialize caller_dlopen.
50660
50661         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50662         of libc.  Make tolower call locale-independent.  Optimize a bit by
50663         using isdigit instead of isalnum.
50664         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50665
50666 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50667
50668         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50669         was a dependency or dynamically loaded.
50670
50671 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50672
50673         * intl/l10nflist.c: Allow architecture-specific pop function.
50674         * sysdeps/x86_64/l10nflist.c: New file.
50675
50676         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50677         classification.
50678
50679 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50680
50681         * include/dirent.h: Add libc_hidden_proto for scandirat and
50682         scandirat64.  Don't declare __scandirat64.
50683         * dirent/scandirat.c: Add libc_hidden_def.
50684         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50685         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50686
50687 2011-08-10  David S. Miller  <davem@davemloft.net>
50688
50689         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50690         enum.
50691         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50692         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50693         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50694
50695 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50696
50697         * Versions.def [libc]: Add GLIBC_2.15.
50698         * dirent/Makefile (routines): Add scandirat and scandirat64.
50699         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50700         GLIBC_2.15.
50701         * dirent/dirent.h: Declare scandirat and scandirat64.
50702         * dirent/scandirat.c: New file.
50703         * dirent/scandirat64.c: New file.
50704         * sysdeps/wordsize-64/scandirat.c: New file.
50705         * sysdeps/wordsize-64/scandirat64.c: New file.
50706         * dirent/opendir.c: Define opendirat.
50707         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50708         using scandirat.
50709         * dirent/scandir64.c: Adjust for scandir.c change.
50710         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50711         __scandirat64, and __scandir_cancel_handler.
50712         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50713         additional parameter and use openat instead of open (outside of ld.so).
50714         Add new __opendir as wrapper around __opendirat.
50715         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50716         here without requiring old scandirat implementation.
50717
50718 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50719
50720         * dirent/scandir.c (cancel_handler): Renamed to
50721         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50722         defined.  Adjust users.
50723         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50724         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50725
50726 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50727
50728         * string/test-string.h (IMPL): Use __STRING to expand name and then
50729         stringify it.
50730
50731         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50732         of cleanups.
50733
50734 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50735
50736         * string/Makefile: Update.
50737         (strop-tests): Append strncat.
50738         * string/test-wcscmp.c: New file.
50739         New comprehensive test for wcscmp.
50740         * string/test-strcmp.c: Update.
50741         (WIDE): New define.
50742
50743 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50744
50745         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50746         line.
50747
50748 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50749
50750         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50751         encoding to ACE if AI_IDN.
50752
50753 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50754
50755         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50756         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50757
50758 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50759
50760         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50761         Fix overflow bug in strncat.
50762         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50763
50764         * string/test-strncat.c: Update.
50765         Add new tests for checking overflow bugs.
50766
50767 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50768
50769         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50770         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50771         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50772         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50773         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50774         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50775         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50776         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50777         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50778
50779         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50780         (USE_AS_STRCAT): Define.
50781         Add strcat and strncat support.
50782         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50783
50784 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50785
50786         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50787         __n bigger than INT_MAX+1.
50788         (__strncmp_g): Likewise.
50789
50790 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50791
50792         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50793         * libio/stido.h: Likewise.
50794
50795         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50796         (AF_NFC): Define.
50797         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50798         (AF_NFC): Define.
50799
50800         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50801         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50802         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50803         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50804         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50805
50806         [BZ #13021]
50807         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50808         installed.
50809
50810         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50811         typo.
50812         (_dl_x86_64_save_sse): Likewise.
50813
50814 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50815
50816         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50817         OSXSAVE.
50818         (_dl_x86_64_save_sse): Likewise.
50819
50820         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50821
50822         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50823
50824 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50825
50826         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50827         change.
50828         (_dl_x86_64_save_sse): Use correct AVX check.
50829
50830 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50831
50832         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50833         bug in strncpy/strncat.
50834         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50835
50836 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50837
50838         * string/tester.c (test_strcat): Add tests for different alignments
50839         of source and destination.
50840         (test_strncat): Likewise.
50841
50842 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50843
50844         [BZ #12852]
50845         * posix/glob.c (glob): Check passed in values before using them in
50846         expressions to avoid some overflows.
50847         (glob_in_dir): Likewise.
50848
50849         [BZ #13007]
50850         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50851         check for AVX enablement so that we don't crash with old kernels and
50852         new hardware.
50853         * elf/tst-audit4.c: Add same checks here.
50854         * elf/tst-audit6.c: Likewise.
50855
50856         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50857
50858 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50859
50860         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50861
50862 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50863
50864         * po/cs.po: Update from translation team.
50865         * po/bg.po: Likewise.
50866
50867 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50868
50869         * misc/sys/cdefs.h: Add support for const attribute.
50870         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50871         to gnu_dev_{major,minor,makedev} functions.
50872
50873 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50874
50875         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50876
50877 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50878
50879         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50880         strlen results.
50881
50882 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50883
50884         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50885         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50886         register in order to avoid conflicts with the soft frame pointer
50887         being held in r11 when necessary.
50888         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50889         (INTERNAL_VSYSCALL_NCS): Likewise.
50890
50891 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50892
50893         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50894         * elf/dl-fini.c (_dl_fini): Adjust caller.
50895         * elf/dl-close.c (_dl_close_worker): Likewise.
50896         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50897
50898 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50899
50900         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50901         "aux_cache->nlibs < 0".
50902
50903         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50904         in the reload-count case.
50905
50906 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50907
50908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50909         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50910         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50911         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50912         * sysdeps/x86_64/multiarch/strcat.S: New file.
50913         * sysdeps/x86_64/multiarch/strncat.S: New file.
50914         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50915         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50916         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50917         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50918         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50919         (USE_AS_STRCAT): Define.
50920         Add strcat and strncat support.
50921         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50922         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50923         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50924         * string/strncat.c: Update.
50925         (USE_AS_STRNCAT): Define.
50926         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50927         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50928         and i7.
50929         * sysdeps/x86_64/multiarch/init-arch.h
50930         (bit_Prefer_PMINUB_for_stringop): New.
50931         (index_Prefer_PMINUB_for_stringop): Likewise.
50932         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50933         bit_Prefer_PMINUB_for_stringop.
50934
50935 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50936
50937         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50938         buffer64.
50939         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50940         of casting of buffer.
50941         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50942         buffer32 and buffer64.
50943         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50944         writes instead of casting of buffer.
50945         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50946         buffer32.
50947         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50948         casting of buffer.
50949
50950 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50951
50952         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50953
50954 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50955
50956         * nscd/nscd.c (termination_handler): Don't do anything for a database
50957         if it has not yet been initialized.
50958
50959 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50960
50961         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50962
50963 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50964
50965         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50966
50967 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50968
50969         * po/nl.po: Update from translation team.
50970         * po/sv.po: Likewise.
50971
50972 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50973
50974         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50975         now disallowed by GCC.
50976
50977         * configure.in (use-default-link): Default to yes if a test -shared
50978         link meets our qualifications.
50979         * configure: Regenerated.
50980
50981         * config.make.in (output-format): New variable.
50982         * configure.in: Check for ld --print-output-format support.
50983         * configure: Regenerated.
50984         * Makerules ($(common-objpfx)format.lds)
50985         [$(output-format) != unknown]: Just use $(output-format),
50986         instead of the linker-script munging.
50987
50988 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50989
50990         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50991         of $(common-objpfx)shlib.lds.
50992         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50993
50994         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50995         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50996
50997         * configure.in (-z relro check): Adjust test code to add a large
50998         writable data section after it.
50999         * configure: Regenerated.
51000
51001 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51002
51003         * configure.in (-z relro check): Fix test code to make the variable
51004         truly const.
51005         * configure: Regenerated.
51006
51007 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51008
51009         * nscd/nscd.h (struct traced_file): Define.
51010         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51011         elements.  Add traced_files.
51012         (inotify_fd): Declare.
51013         (register_traced_file): Declare.
51014         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51015         (inotify_fd): Export.
51016         (resolv_conf_descr): Remove.
51017         (nscd_init): Move inotify descriptor creation to main.
51018         Don't register files for notification here.
51019         (register_traced_file): New function.
51020         (invalidate_cache): Don't use reset_res to determine whether to call
51021         res_init, go through the list of registered files.
51022         (main_loop_poll): The inotify descriptors are now stored in the
51023         structures for the traced files.
51024         (main_loop_epoll): Likewise
51025         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51026         to __nss_disable_nscd.
51027         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51028         for a database anymore.  Check the records for all the registered
51029         files instead.
51030         * nss/Makefile (libnss_files-routines): Add files-init.
51031         (libnss_db-routines): Add db-init.
51032         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51033         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51034         * nss/nss_db/db-init.c: New file.
51035         * nss/nss_files/files-init.c: New file.
51036         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51037         __nss_lookup_function.
51038         (__nss_lookup_function): Call nss_load_library.
51039         (nss_load_all_libraries): New function.
51040         (__nss_disable_nscd): Take parameter with callback function for files
51041         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51042         used for the cached services.
51043         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51044         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51045         options for features to all the files in nscd.
51046
51047         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51048
51049 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51050
51051         * csu/elf-init.c (__libc_csu_init): Comment typo.
51052
51053 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51054
51055         * po/pl.po: Update from translation team.
51056         * po/ja.po: Likewise.
51057         * po/ru.po: Likewise.
51058         * po/ko.po: Likewise.
51059         * po/fr.po: Likewise.
51060
51061 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51062
51063         * configure.in (.ctors/.dtors header and trailer check):
51064         Use an empirical test on a built program.
51065         * configure: Regenerated.
51066
51067         * configure.in (-z relro check): Use an empirical test on a built DSO.
51068         Detect, but do not require, on ia64.
51069         * configure: Regenerated.
51070
51071         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51072         Update tests that use readelf to use $READELF instead.
51073         * configure: Regenerated.
51074
51075 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51076
51077         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51078         if the result is not used.
51079
51080 2011-07-05  Andreas Jaeger  <aj@suse.de>
51081
51082         [BZ#9696]
51083         * stdlib/tst-strtod.c: Add testcase.
51084
51085 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51086
51087         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51088         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51089         The latter has a higher limit.  Take additional parameter to pass to
51090         the new function.
51091         (__pathconf): Pass file to __statfs_link_max.
51092         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51093         __statfs_link_max.
51094         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51095         __statfs_link_max.
51096
51097         [BZ #12868]
51098         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51099         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51100         Handle Lustre.
51101         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51102         (__statfs_filesize_max): Likewise.
51103         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51104
51105 2011-07-05  Andreas Jaeger  <aj@suse.de>
51106
51107         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51108
51109 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51110
51111         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51112         `status' variable.
51113         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51114         Likewise.
51115
51116 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51117
51118         * Makefile (strop-tests): Add strncat.
51119         * string/test-strncat.c: New file.
51120
51121 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51122
51123         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51124
51125 2011-06-21  Andreas Jaeger  <aj@suse.de>
51126
51127         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51128         Copy rule from iconvdata/Makefile.
51129
51130 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51131
51132         [BZ #12922]
51133         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51134         but no long options are defined, just return 'W'.
51135
51136 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51137
51138         [BZ #9696]
51139         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51140
51141 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51142
51143         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51144         netgroups to read.
51145         (innetgr): Likewise.
51146
51147 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51148
51149         * config.make.in (install_root): Default to $(DESTDIR).
51150
51151 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51152
51153         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51154
51155 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51156
51157         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51158
51159         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51160         containing directory rather than embedding absolute directory names.
51161
51162         * scripts/check-local-headers.sh: Rewritten using awk.
51163         Match by word, not by line.  Print error messages for matches.
51164         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51165
51166         * Makerules [shlib-lds-flags empty]:
51167         ($(common-objpfx)libc_pic.opts): New target.
51168         ($(common-objpfx)libc_pic.os.clean): New target.
51169         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51170
51171         * config.make.in (OBJCOPY): New variable.
51172         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51173         * configure: Regenerated.
51174
51175         * config.make.in (use-default-link): New variable.
51176         * configure.in (use_default_link): Grok --with-default-link to set it.
51177         * configure: Regenerated.
51178         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51179         (shlib-lds, shlib-lds-flags): Define to empty.
51180
51181         * Makerules (shlib-lds): New variable.
51182         (shlib-lds-flags): New variable.
51183         (build-shlib, build-moduile, build-module-asneeded): Use it.
51184         ($(common-objpfx)libc.so): Use $(shlib-lds).
51185         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51186         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51187
51188         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51189         DT_FLAGS/DT_FLAGS_1 with zero flags.
51190
51191         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51192         linker script munging.
51193
51194 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51195
51196         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51197         as 128-bit value.
51198         * crypt/sha512.c (sha512_process_block): Perform total addition using
51199         128-bit if possible.
51200         (__sha512_finish_ctx): Likewise.
51201         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51202         as 64-bit value.
51203         * crypt/sha256.c (SWAP64): Define.
51204         (sha256_process_block): Perform total addition using 64-bit if
51205         possible.
51206         (__sha256_finish_ctx): Likewise.
51207
51208 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51209
51210         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51211         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51212         * nscd/hstcache.c (cache_addhst): Likewise.
51213         * nscd/grpcache.c (cache_addgr): Likewise.
51214         * nscd/aicache.c (addhstaiX): Likewise
51215         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51216
51217 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51218
51219         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51221         * nscd/hstcache.c (cache_addhst): Likewise.
51222         * nscd/grpcache.c (cache_addgr): Likewise.
51223         * nscd/aicache.c (addhstaiX): Likewise
51224
51225 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51226
51227         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51228         domain only when needed.
51229
51230 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51231
51232         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51233         is always restored.
51234
51235 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51236
51237         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51238         are re-adding the entry.
51239         * nscd/servicescache.c (cache_addserv): Likewise.
51240
51241 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51242
51243         * sysdeps/generic/dl-irel.h: fix protection against multiple
51244         inclusions.
51245         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51246
51247 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51248
51249         [BZ #12935]
51250         * malloc/memusage.sh: Fix quoting in message.
51251         * debug/xtrace.sh: Likewise.
51252
51253         * configure.in: Remove support for --experimental-malloc option, make
51254         it the default.
51255         * config.make.in: Likewise.
51256         * malloc/Makefile: Likewise.
51257
51258 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51259
51260         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51261         two-byte characters.
51262
51263 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51264
51265         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51266         AC_CACHE_CHECK invocation.
51267         * configure: Regenerated.
51268
51269         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51270
51271 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51272
51273         [BZ #12350]
51274         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51275         bit from old_res_options.
51276
51277         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51278
51279         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51280         value type for setfct.
51281
51282 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51283
51284         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51285         __gettimeofday instead of gettimeofday.
51286
51287 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51288
51289         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51290
51291 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51292
51293         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51294
51295         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51296         info.
51297
51298 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51299
51300         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51301         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51302         strcpy-sse2-unaligned strncpy-sse2-unaligned
51303         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51304         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51305         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51306         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51307         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51308         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51309         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51310         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51311         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51312         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51313         (STRCPY): Support SSE2 and SSSE3 versions.
51314
51315 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51316
51317         [BZ #12874]
51318         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51319         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51320         kernels which artificially limit size of requests.
51321
51322 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51323
51324         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51325         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51326         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51327         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51328         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51329         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51330         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51331         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51332         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51333         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51334         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51335         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51336         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51337         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51338         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51339         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51340         Enable unaligned load optimization for Intel Core i3, i5 and i7
51341         processors.
51342         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51343         Define.
51344         (index_Fast_Unaligned_Load): Define.
51345         (HAS_FAST_UNALIGNED_LOAD): Define.
51346
51347 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51348
51349         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51350
51351 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51352
51353         [BZ #12907]
51354         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51355         until it is clear that the information is realy needed.
51356         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51357
51358 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51359
51360         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51361
51362 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51363
51364         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51365         /sys/devices/system/cpu/online if it is usable.
51366
51367         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51368         reading the information from the /proc filesystem to once a second.
51369
51370 2011-06-21  Andreas Jaeger  <aj@suse.de>
51371
51372         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51373         NULL after inclusion of kernel headers.
51374
51375 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51376
51377         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51378         calls to internal_setent.
51379
51380         [BZ #12885]
51381         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51382         addresses using gethostbyname4_r ignore IPv4 addresses.
51383
51384         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51385         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51386
51387         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51388
51389 2011-06-20  David S. Miller  <davem@davemloft.net>
51390
51391         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51392         inclusions.
51393         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51394
51395         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51396         (elf_irel): Use it.
51397         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51398         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51399         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51400         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51401         * sysdeps/x86_64/dl-irel.h: Likewise.
51402
51403         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51404         * elf/dl-sym.c: Likewise.
51405
51406 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51407
51408         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51409         need to dereference resplen2.
51410
51411 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51412
51413         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51414
51415 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51416
51417         * Makeconfig: Define vardbdir and inst_vardbdir.
51418         * nss/Makefile: Add rules to install db-Makefile.
51419
51420         * nss/nss_db/db-XXX.c: Cleanup.
51421
51422         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51423         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51424         GLIBC_PRIVATE.
51425         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51426         * nss/makedb.c: Implement -g option to specify that value strings
51427         are generated and should not be added to table iterated over for
51428         get*ent calls.
51429         * nss/nss_db/db-initgroups.c: New file.
51430
51431         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51432         interface.
51433
51434         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51435         (internal_getgrouplist): Adjust to name change.
51436         Update use_initgroups_entry if this is not the first call.
51437         * nss/databases.def: Add initgroups entry.
51438
51439         * nss/makedb.c (compute_tables): Check result of multiple hash table
51440         sizes to minimize maximum chain length.
51441
51442 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51443
51444         * Versions.def: Add entry for libnss_db.
51445         * shlib-versions: Likewise.
51446         * nss/Makefile: Add rules to build libnss_db.
51447         * nss/Versions: Add libnss_db information.  Organize libnss_files
51448         entries better.
51449         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51450         makedb progra.  Some minor improvements to generate smaller files.
51451         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51452         here from...
51453         * nss/makedb.c: ...here.
51454         Improve database format to be smaller and require less memory at
51455         runtime.
51456         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51457         db anymore.
51458         * nss/nss_db/db-netgrp.c: Likewise.
51459         * nss/nss_db/db-open.c: Likewise.
51460         * nss/nss_files/flies-XXX.x: Adjust comments.
51461         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51462         * nss/nss_files/files-grp.c: Likewise.
51463         * nss/nss_files/files-hosts.c: Likewise.
51464         * nss/nss_files/files-network.c: Likewise.
51465         * nss/nss_files/files-proto.c: Likewise.
51466         * nss/nss_files/files-pwd.c: Likewise.
51467         * nss/nss_files/files-rpc.c: Likewise.
51468         * nss/nss_files/files-service.c: Likewise.
51469         * nss/nss_files/files-sgrp.c: Likewise.
51470         * nss/nss_files/files-spwd.c: Likewise.
51471         * nss/nss_db/db-alias.c: Removed.
51472         * nss/nss_db/dummy-db.h: Removed.
51473
51474 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51475
51476         * nss/makedb.c: Rewritten to not use database library.
51477         * nss/Makefile: Update to build new makedb program.
51478
51479 2011-06-14  Andreas Jaeger  <aj@suse.de>
51480
51481         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51482         memset declaration.
51483
51484 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51485
51486         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51487         tmpbuf.
51488
51489 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51490
51491         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51492         * elf/Makefile ($(objpfx)ld.so): Likewise.
51493
51494         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51495         Don't list ld.so twice in dependencies.
51496
51497         * posix/bug-regex31.c: Include <stdlib.h>.
51498
51499         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51500
51501         * nis/nss_compat/compat-spwd.c
51502         (getspent_next_nss_netgr): Remove unused variable.
51503         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51504
51505         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51506         nonmembers" output to use the right array.
51507
51508         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51509
51510         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51511
51512         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51513         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51514         * catgets/gencat.c (read_input_file): Likewise.
51515         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51516
51517         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51518         variable definition inside #if's controlling its use.
51519
51520         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51521
51522         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51523
51524         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51525
51526         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51527         unreachable code.
51528
51529         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51530
51531         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51532         * configure: Regenerated.
51533
51534         * Makerules: Revert last change.
51535         * elf/Makefile: Likewise.
51536
51537 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51538
51539         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51540         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51541         (reloc-link): Likewise.
51542
51543 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51544
51545         * elf/Makefile: Add rules to build pldd.
51546         * elf/pldd.c: New file.
51547         * elf/pldd-xx.c: New file.
51548
51549 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51550
51551         * version.h: Update for 2.15 development version.
51552
51553 2011-06-07  David S. Miller  <davem@davemloft.net>
51554
51555         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51556         ifuncs.
51557         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51558         elf_machine_lazy_rel): Likewise.
51559         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51560         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51561         elf_machine_lazy_rel): Likewise.
51562         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51563         dl_hwcap via passed in argument.
51564         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51565         Likewise.
51566
51567 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51568
51569         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51570
51571 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51572
51573         [BZ #12849]
51574         * manual/fdl-1.1.texi: New file, verbatim from:
51575         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51576         * manual/lgpl-2.1.texi: New file, verbatim from:
51577         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51578         * manual/Makefile (licenses): New variable, list those new file names.
51579         (texis): Use it.
51580         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51581
51582         * manual/fdl.texi: File removed.
51583         * manual/lesser.texi: File removed.
51584         * manual/libc.texinfo (Copying, Documentation License):
51585         Use new @include file names, put @appendix directive before @include.
51586
51587 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51588
51589         [BZ #12841]
51590         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51591         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51592         (mq_open): Add __NTH.
51593
51594 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51595
51596         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51597         Assume Intel Core i3/i5/i7 processor if AVX is available.
51598
51599 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51600
51601         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51602         typo.
51603
51604 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51605
51606         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51607         memory.  Use alloca_account.  Fix memory leak when retrying.
51608
51609 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51610
51611         * version.h (RELEASE): Bump for 2.14 release.
51612         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51613
51614         * config.make.in (RANLIB): Remove entry.
51615
51616 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51617
51618         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51619         (libc.pot): Work around missing support for .ksh extension in xgettext.
51620
51621         [BZ #12684]
51622         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51623         if both request failed.
51624         (send_dg): In case of server errors clear resplen or *resplen2.
51625
51626         [BZ #12454]
51627         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51628         when there are multiple maps.
51629         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51630         (_dl_fini): Remove test here.
51631
51632         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51633
51634 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51635
51636         [BZ #12350]
51637         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51638         bit from old_res_options.
51639         (gaih_inet): Likewise.
51640
51641         [BZ #11099]
51642         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51643         as signed.
51644
51645         * resolv/res_init.c (res_setoptions): Make the code more compact.
51646
51647         [BZ #11558]
51648         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51649         set RES_USEVC.
51650
51651         [BZ #11634]
51652         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51653
51654         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51655
51656         [BZ #11781]
51657         * malloc/malloc.h: Declare malloc hook variables as volatile.
51658
51659         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51660         in last patch.
51661
51662         [BZ #11799]
51663         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51664         raise in the comment.
51665         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51666         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51667         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51668
51669 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51670
51671         [BZ #12811]
51672         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51673         grow the buffers more if it already has to be sufficient.
51674         (build_wcs_upper_buffer): Likewise.
51675         * posix/regexec.c (check_matching): Likewise.
51676         (clean_state_log_if_needed): Likewise.
51677         (extend_buffers): Don't enlarge buffers beyond size of the input
51678         buffer.
51679         Patches mostly by Emil Wojak <emil@wojak.eu>.
51680         * posix/bug-regex32.c: New file.
51681         * posix/Makefile (tests): Add bug-regex32.
51682
51683         * locale/findlocale.c (_nl_find_locale): Return right away if
51684         _nl_explode_name failed.
51685         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51686
51687         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51688
51689         * debug/xtrace.sh: Unify messages.
51690         * malloc/memusage.sh: Likewise.
51691
51692         [BZ #12813]
51693         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51694         time symbol from vDSO.  Substitute with vsyscall if not available.
51695         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51696         __vdso_time.
51697
51698         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51699         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51700         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51701         Add sendmmsg and internal_sendmmsg.
51702         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51703         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51704         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51705
51706         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51707         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51708         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51709
51710 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51711
51712         [BZ #12813]
51713         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51714         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51715         available.
51716         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51717         __vdso_getcpu.
51718
51719         [BZ #12814]
51720         * iconvdata/Makefile (tests): Add bug-iconv9.
51721         * iconvdata/bug-iconv9.c: New file.
51722
51723 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51724
51725         [BZ #12814]
51726         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51727
51728 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51729
51730         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51731         (struct user_regs_struct): Change intcs field back to cs.
51732
51733 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51734
51735         * po/ja.po: Update from translation team.
51736
51737 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51738
51739         [BZ #12795]
51740         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51741         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51742
51743 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51744
51745         * stdlib/longlong.h: Update from GCC.
51746
51747 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51748
51749         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51750         parameter name.
51751         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51752         Add parameter name.
51753         (__sysconf): Pass it down.
51754
51755 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51756
51757         [BZ #12671]
51758         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51759         some situations.
51760         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51761         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51762         add in in __libc_use_alloca calls.  Adjust callers.
51763         (glob): Use malloc in some situations.
51764
51765         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51766         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51767         pltexit.
51768
51769 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51770
51771         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51772         and CLOCK_BOOTTIME_ALARM.
51773
51774         [BZ #12782]
51775         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51776         is returned.
51777
51778         * string/_strerror.c (__strerror_r): Print negative errors as signed
51779         numbers.
51780
51781         [BZ #12777]
51782         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51783         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51784         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51785
51786         * configure.in: Fix typo in redirection and correct removal of test
51787         files in two cases.
51788
51789         [BZ #12788]
51790         * locale/setlocale.c (new_composite_name): Fix test to check for
51791         identical name of all categories.
51792
51793         [BZ #12792]
51794         * libio/filedoalloc.c (local_isatty): New function.
51795         (_IO_file_doallocate): Use local_isatty.
51796         * stdio-common/perror.c (perror): In case a new stream is used
51797         forward the stream error.
51798         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51799         error flag.
51800
51801 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51802
51803         [BZ #11869]
51804         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51805         alloca.
51806         * include/alloca.h (extend_alloca_account): Define.
51807
51808         [BZ #11857]
51809         * posix/regex.h: Fix comments with documentation of user-accessible
51810         fields after compilation and describe correct free'ing of pattern
51811         after re_compile_pattern.
51812         Patch by Reuben Thomas <rrt@sc3d.org>.
51813
51814 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51815
51816         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51817         and -mno-altivec to prevent the compiler from using Altivec and/or
51818         VSX instructions when the corresponding registers are not available.
51819
51820 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51821
51822         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51823
51824 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51825
51826         * libio/freopen.c (freopen): Use __dup2, not dup2.
51827         * libio/freopen64.c (freopen64): Likewise.
51828
51829 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51830
51831         [BZ #12775]
51832         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51833         * math/Makefile (tests): Add test-powl.
51834         (CFLAGS-test-powl.c): Define.
51835         * math/test-powl.c: New file.
51836
51837 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51838
51839         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51840
51841 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51842
51843         [BZ #11837]
51844         * iconvdata/gb18030.c: Update to GB18020-2005.
51845
51846 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51847
51848         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51849         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51850         Patch by Aharon Robbins <arnold@skeeve.com>.
51851
51852         [BZ #11892]
51853         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51854         on the stack.
51855
51856         [BZ #11895]
51857         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51858         through underflows.
51859
51860         [BZ #12766]
51861         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51862         point to strings before performing equality test for error_one_per_line
51863         mode.
51864
51865         [BZ #11697]
51866         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51867
51868         [BZ #11820]
51869         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51870         (struct user_fpregs_struct): Avoid __uint*_t types.
51871
51872         [BZ #6420]
51873         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51874         symbol info.  Use it instead of calling _dl_addr locally.
51875         (lock_and_info): New function.
51876         (tr_freehook): Call lock_and_info and pass symbol info as additional
51877         parameter to tr_where.
51878         (tr_mallochook): Likewise.
51879         (tr_reallochook): Likewise.
51880         (tr_memalignhook): Likewise.
51881
51882         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51883         used and couldn't be at all thread-safe.
51884
51885 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51886
51887         * libio/freopen.c (freopen): Don't close old file descriptor
51888         before the new one is opened.  Instead dup the new file descriptor
51889         to the old one after the new stream is created.
51890         * libio/freopen64.c (freopen64): Likewise.
51891         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51892         * libio/fileops.c (_IO_new_file_close_it): Handle new
51893         _IO_FLAGS2_NOCLOSE flag.
51894         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51895         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51896         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51897         _IO_FLAGS2_NOCLOSE flag.
51898         * include/unistd.h: Add hidden_proto for dup3.
51899         Define __have_dup3.
51900         * io/dup3.c: Define hidden symbol.
51901         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51902
51903         [BZ #7101]
51904         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51905         when an incomplete long option is used.
51906         * posix/tst-getopt_long1.c: New file.
51907         * posix/Makefile (tests): Add tst-getopt_long1.
51908
51909         [BZ #10138]
51910         * scripts/config.guess: Update from autoconf-2.68.
51911         * scripts/config.sub: Likewise.
51912
51913         [BZ #10157]
51914         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51915         tests into ...
51916         (has_cpuclock): ...this.  New function.
51917         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51918         macro here based on has_cpuclock code.
51919
51920         [BZ #10149]
51921         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51922         First byte (not low byte) is now always NUL.
51923         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51924
51925         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51926         Use non-cancelable interfaces.
51927
51928         [BZ #9809]
51929         * locale/iso-639.def: Add entry for Sorani.
51930
51931         [BZ #11901]
51932         * include/stdlib.h: Move include protection to the right place.
51933         Define abort_msg_s.  Declare __abort_msg with it.
51934         * stdlib/abort.c (__abort_msg): Adjust type.
51935         * assert/assert.c (__assert_fail_base): New function.  Majority
51936         of code from __assert_fail.  Allocate memory for __abort_msg with
51937         mmap.
51938         (__assert_fail): Now call __assert_fail_base.
51939         * assert/assert-perr.c: Remove bulk of implementation.  Use
51940         __assert_fail_base.
51941         * include/assert.hL Declare __assert_fail_base.
51942         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51943         mmap.
51944         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51945
51946 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51947
51948         [BZ #11952]
51949         [BZ #12453]
51950         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51951         until all modules are registered in the DTV.
51952         * elf/Makefile: Add rules to build and run tst-tls19.
51953         * elf/tst-tls19.c: New file.
51954         * elf/tst-tls19mod1.c: New file.
51955         * elf/tst-tls19mod2.c: New file.
51956         * elf/tst-tls19mod3.c: New file.
51957         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51958
51959         [BZ #12083]
51960         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51961         correctly.
51962
51963         [BZ #12601]
51964         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51965         two-byte sequence errors.
51966         * iconvdata/Makefile (tests): Add bug-iconv8.
51967         * iconvdata/bug-iconv8.c: New file.
51968
51969         [BZ #12626]
51970         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51971         buf2 definition.
51972
51973         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51974
51975         [BZ #12432]
51976         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51977         (dummy_getcfa): New function.
51978         (init): Get _Unwind_GetCFA address, use dummy if not found.
51979         (backtrace_helper): In recursion check, also check whether CFA changes.
51980         (__backtrace): Completely initialize arg.
51981
51982         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51983         storing incomplete byte sequence in state object.  Avoid testing for
51984         guaranteed too small input if we know there is enough data available.
51985
51986 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51987
51988         * Makeconfig (+link-pie): Indent.
51989         * Rules (binaries-pie): Define if $(have-fpie) and
51990         $(build-shared).
51991         (binaries-shared): Also filter out $(binaries-pie).
51992         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51993         * nscd/Makefile (others-pie): Add nscd.
51994         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51995         ($(objpfx)nscd): Remove command override.
51996         * login/Makefile (others-pie): Add pt_chown.
51997         ($(objpfx)pt_chown): Remove command override.
51998         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51999         remove command overrides.
52000
52001 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52002
52003         * libio/tst_putwc.c: Fix error messages.
52004
52005         [BZ #12724]
52006         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52007         currently writing and seek to current position when not.
52008         * libio/Makefile (tests): Add bug-fclose1.
52009         * libio/bug-fclose1.c: New file.
52010
52011 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52012
52013         [BZ #12511]
52014         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52015         don't set DF_1_NODELETE here.
52016         (do_lookup_x): When entering new entry test for copy relocation
52017         and if necessary set DF_1_NODELETE flag.
52018         * elf/tst-unique4.cc: New file.
52019         * elf/tst-unique4.h: New file.
52020         * elf/tst-unique4lib.cc: New file.
52021         * elf/Makefile: Add rules to build and run tst-unique4.
52022         Patch by Piotr Bury <pbury@goahead.com>.
52023
52024 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52025
52026         [BZ #12052]
52027         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52028
52029         [BZ #12625]
52030         * misc/mntent_r.c (addmntent): Flush the stream after the output
52031
52032         [BZ #12393]
52033         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52034         (is_trusted_path_normalize): Skip initial colon.  Append slash
52035         to empty buffer.  Duplicate is_trusted_path code but allow
52036         constructed patch to be prefix.
52037         (is_dst): Allow $ORIGIN followed by /.
52038         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52039         Correct testing of result of is_trusted_path_normalize
52040         (decompose_rpath): Fix warning.
52041
52042 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52043
52044         [BZ #11257]
52045         * grp/initgroups.c (internal_getgrouplist): When we found the service
52046         list through the initgroups entry in nsswitch.conf do not always
52047         continue on a successful lookup.  Don't always use the
52048         __nss_group_database value if it is set.
52049         * nss/nsswitch.conf (initgroups): Change action for successful db
52050         lookup to continue for compatibility.
52051
52052 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52053
52054         [BZ #11532]
52055         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52056         and CP774 modules.
52057         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52058         and CP774 modules.
52059         * iconvdata/tst-tables.sh: Likewise.
52060         * iconvdata/cp770.c: New file.
52061         * iconvdata/cp771.c: New file.
52062         * iconvdata/cp772.c: New file.
52063         * iconvdata/cp773.c: New file.
52064         * iconvdata/cp774.c: New file.
52065         * iconvdata/testdata/CP770: New file.
52066         * iconvdata/testdata/CP770..UTF8: New file.
52067         * iconvdata/testdata/CP771: New file.
52068         * iconvdata/testdata/CP771..UTF8: New file.
52069         * iconvdata/testdata/CP772: New file.
52070         * iconvdata/testdata/CP772..UTF8: New file.
52071         * iconvdata/testdata/CP773: New file.
52072         * iconvdata/testdata/CP773..UTF8: New file.
52073         * iconvdata/testdata/CP774: New file.
52074         * iconvdata/testdata/CP774..UTF8: New file.
52075
52076         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52077         END CHARMAP line.
52078         * iconvdata/gen-8bit-gap.sh: Likewise.
52079         * iconvdata/gen-8bit.sh: Likewise.
52080
52081         * locale/iso-639.def: Add ary entry.
52082
52083         [BZ #11258]
52084         * locale/C-translit.h.in: Add U20A1 transliteration.
52085
52086         [BZ #12178]
52087         * locale/iso-639.def: Add wae entry.
52088         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52089
52090         [BZ #12545]
52091         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52092         for n.
52093
52094         [BZ #12711]
52095         * locale/C-translit.h.in: Add entry for U20B9.
52096         Patch by pravin.d.s@gmail.com.
52097
52098 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52099
52100         [BZ #12713]
52101         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52102         ENAMETOOLONG use generic getcwd.
52103         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52104         in rtld.  Use *stat64.
52105         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52106         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52107         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52108         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52109         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52110         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52111         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52112         __fstatat64 macros.
52113         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52114         * dirent/rewinddir.c: Add libc_hidden_def.
52115         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52116         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52117
52118         * include/dirent.h (__alloc_dir): Add flags parameter.
52119         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52120         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52121         __alloc_dir.
52122         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52123         from fdopendir if O_CLOEXEC is already set.
52124
52125 2011-03-15  Alan Modra  <amodra@gmail.com>
52126
52127         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52128         l_tls_firstbyte_offset non-zero.  Save padding offset in
52129         l_tls_firstbyte_offset for later use.
52130         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52131         freeing static tls block.
52132
52133 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52134
52135         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52136         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52137         being defined by the kernel headers.
52138
52139 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52140
52141         [BZ #12734]
52142         * resolv/resolv.h: Define RES_NOTLDQUERY.
52143         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52144         no-tld-query and set RES_NOTLDQUERY.
52145         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52146         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52147         modern BIND to search name as TLD unless forbidden.
52148
52149 2011-05-07  Petr Baudis  <pasky@suse.cz>
52150             Ulrich Drepper  <drepper@gmail.com>
52151
52152         [BZ #12393]
52153         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52154         (is_trusted_path): ...to here.
52155         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52156         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52157         using is_trusted_path_normalize() in setuid scripts.
52158
52159 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52160
52161         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52162         __BEGIN/__END_DECLS.
52163
52164 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52165
52166         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52167         NSS_STATUS_NOTFOUND if no record was found.
52168
52169 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52170
52171         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52172         (headers-not-in-tirpc): Remove rpc/netdb.h
52173         * resolv/netdb.h: Revert last change.
52174
52175 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52176
52177         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52178         circular dependency between libgcc.a and libc.a.
52179
52180 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52181
52182         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52183         * nis/Makefile: Don't install rpcsvc/*.
52184         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52185         instead of <rpc/types.h>.
52186         (MAXHOSTNAMELEN): Define.
52187
52188 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52189
52190         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52191
52192 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52193
52194         [BZ #12714]
52195         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52196         gethostbyname4_r when IPv6 results are possible.
52197
52198 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52199
52200         [BZ #12723]
52201         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52202         _PC_PIPE_BUF handling.
52203
52204 2011-04-30  Bruno Haible  <bruno@clisp.org>
52205
52206         [BZ #12717]
52207         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52208         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52209         to 'int'.
52210         * inet/getnameinfo.c (getnameinfo): Likewise.
52211
52212 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52213
52214         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52215         to groups setting in database lookup.
52216         * nss/nsswitch.conf: Add initgroups entry.
52217
52218 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52219
52220         [BZ #12685]
52221         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52222         mode string.
52223         Patch by Eric Blake <eblake@redhat.com>.
52224
52225 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52226
52227         * sunrpc/Makefile (need-export-routines): Add svc_run.
52228         (routines): Remove svc_run.
52229         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52230         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52231         * sunrpc/svc_run.c (svc_run): Likewise.
52232         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52233
52234 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52235
52236         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52237         problem in reallocation in last patch.
52238
52239 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52240
52241         * sunrpc/Makefile: Move inclusion of Rules.
52242
52243 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52244
52245         * nss/nss_files/files-initgroups.c: New file.
52246         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52247         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52248         _nss_files_initgroups_dyn.
52249
52250 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52251
52252         * elf/elf.h (R_ARM_IRELATIVE): Define.
52253
52254 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52255
52256         * po/ru.po: Update from translation team.
52257
52258 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52259
52260         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52261         dependencies.
52262
52263 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52264
52265         [BZ #12653]
52266         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52267         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52268         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52269         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52270         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52271
52272 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52273
52274         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52275         differing bytes.
52276         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52277         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52278         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52279
52280 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52281
52282         [BZ #12420]
52283         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52284         storing it.
52285         * stdlib/bug-getcontext.c: New file.
52286         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52287
52288 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52289
52290         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52291         instructions into .machine "z9-109".
52292         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52293         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52294
52295 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52296
52297         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52298         between environment variables and auxiliary vector.
52299
52300 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52301
52302         * Makefile: Add rules to build linkobj/libc.so.
52303         * include/libc-symbols.h: Define libc_hidden_nolink.
52304         * include/rpc/auth.h: Mark functions which are to be hidden.
52305         * include/rpc/auth_des.h: Likewise.
52306         * include/rpc/auth_unix.h: Likewise.
52307         * include/rpc/clnt.h: Likewise.
52308         * include/rpc/des_crypt.h: Likewise.
52309         * include/rpc/key_prot.h: Likewise.
52310         * include/rpc/pmap_clnt.h: Likewise.
52311         * include/rpc/pmap_prot.h: Likewise.
52312         * include/rpc/pmap_rmt.h: Likewise.
52313         * include/rpc/rpc_msg.h: Likewise.
52314         * include/rpc/svc.h: Likewise.
52315         * include/rpc/svc_auth.h: Likewise.
52316         * include/rpc/xdr.h: Likewise.
52317         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52318         * nss/Makefile: Likewise.
52319         * sunrpc/Makefile: Don't install headers.  Build library with normal
52320         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52321         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52322         for the compat linking library.  Remove use of INTDEF/INTUSE.
52323         * sunrpc/auth_none.c: Likewise.
52324         * sunrpc/auth_unix.c: Likewise.
52325         * sunrpc/authdes_prot.c: Likewise.
52326         * sunrpc/authuxprot.c: Likewise.
52327         * sunrpc/clnt_gen.c: Likewise.
52328         * sunrpc/clnt_perr.c: Likewise.
52329         * sunrpc/clnt_raw.c: Likewise.
52330         * sunrpc/clnt_simp.c: Likewise.
52331         * sunrpc/clnt_tcp.c: Likewise.
52332         * sunrpc/clnt_udp.c: Likewise.
52333         * sunrpc/clnt_unix.c: Likewise.
52334         * sunrpc/des_crypt.c: Likewise.
52335         * sunrpc/des_soft.c: Likewise.
52336         * sunrpc/get_myaddr.c: Likewise.
52337         * sunrpc/key_call.c: Likewise.
52338         * sunrpc/key_prot.c: Likewise.
52339         * sunrpc/netname.c: Likewise.
52340         * sunrpc/pm_getmaps.c: Likewise.
52341         * sunrpc/pm_getport.c: Likewise.
52342         * sunrpc/pmap_clnt.c: Likewise.
52343         * sunrpc/pmap_prot.c: Likewise.
52344         * sunrpc/pmap_prot2.c: Likewise.
52345         * sunrpc/pmap_rmt.c: Likewise.
52346         * sunrpc/publickey.c: Likewise.
52347         * sunrpc/rpc_cmsg.c: Likewise.
52348         * sunrpc/rpc_common.c: Likewise.
52349         * sunrpc/rpc_dtable.c: Likewise.
52350         * sunrpc/rpc_prot.c: Likewise.
52351         * sunrpc/rpc_thread.c: Likewise.
52352         * sunrpc/rtime.c: Likewise.
52353         * sunrpc/svc.c: Likewise.
52354         * sunrpc/svc_auth.c: Likewise.
52355         * sunrpc/svc_authux.c: Likewise.
52356         * sunrpc/svc_raw.c: Likewise.
52357         * sunrpc/svc_run.c: Likewise.
52358         * sunrpc/svc_simple.c: Likewise.
52359         * sunrpc/svc_tcp.c: Likewise.
52360         * sunrpc/svc_udp.c: Likewise.
52361         * sunrpc/svc_unix.c: Likewise.
52362         * sunrpc/svcauth_des.c: Likewise.
52363         * sunrpc/xcrypt.c: Likewise.
52364         * sunrpc/xdr.c: Likewise.
52365         * sunrpc/xdr_array.c: Likewise.
52366         * sunrpc/xdr_float.c: Likewise.
52367         * sunrpc/xdr_intXX_t.c: Likewise.
52368         * sunrpc/xdr_mem.c: Likewise.
52369         * sunrpc/xdr_rec.c: Likewise.
52370         * sunrpc/xdr_ref.c: Likewise.
52371         * sunrpc/xdr_sizeof.c: Likewise.
52372         * sunrpc/xdr_stdio.c: Likewise.
52373
52374 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52375
52376         [BZ #12650]
52377         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52378         * sysdeps/ia64/dl-tls.h: Likewise.
52379         * sysdeps/powerpc/dl-tls.h: Likewise.
52380         * sysdeps/s390/dl-tls.h: Likewise.
52381         * sysdeps/sh/dl-tls.h: Likewise.
52382         * sysdeps/sparc/dl-tls.h: Likewise.
52383         * sysdeps/x86_64/dl-tls.h: Likewise.
52384         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52385
52386 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52387
52388         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52389         rpath element also skip the following colon.
52390         (expand_dynamic_string_token): Add is_path parameter and pass
52391         down to DL_DST_REQUIRED and _dl_dst_substitute.
52392         (decompose_rpath): Call expand_dynamic_string_token with
52393         non-zero is_path.  Ignore empty rpaths.
52394         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52395         with zero is_path.
52396
52397 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52398
52399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52400         Make cancelable.
52401
52402 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52403
52404         [BZ #12655]
52405         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52406         Patch by Filipe David Manana <fdmanana@apache.org>.
52407
52408 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52409
52410         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52411         Maintain aligned stack.
52412         (CHECK_RSP): Remove unused macro.
52413
52414 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52415
52416         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52417         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52418
52419 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52420
52421         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52422
52423         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52424
52425 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52426
52427         [BZ #12518]
52428         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52429         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52430         * sysdeps/x86_64/memmove.c: New file.
52431         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52432         (memcpy): Renamed to ...
52433         (__new_memcpy): This.
52434         (memcpy): Provide GLIBC_2_14 memcpy.
52435         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52436         (memcpy): Provide GLIBC_2_2_5 memcpy.
52437
52438 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52439
52440         [BZ #12631]
52441         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52442
52443 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52444
52445         * misc/syncfs.c: New file.
52446         * misc/Makefile (routines): Add syncfs.
52447         * posix/unistd.h: Declare syncfs.
52448         * sysdeps/unix/syscalls.list: Add syncfs.
52449
52450 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52451
52452         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52453         open_by_handle_at.
52454         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52455         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52456         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52457         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52458         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52459         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52460         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52461
52462 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52463
52464         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52465         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52466         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52467         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52468         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52469         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52470         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52471
52472         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52473         sync_file_range.c with -fexceptions.
52474         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52475         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52476         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52477         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52478         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52479         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52480         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52481         sync_file_range as cancellation point
52482         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52483         now a wrapper around __call_sync_file_range with cancellation handling.
52484         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52485         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52486         function name to __call_sync_file_range.
52487         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52488         Add call_sync_file_range.
52489
52490 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52491
52492         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52493         bits/timex.h.
52494
52495 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52496
52497         * iconv/iconv.h: Fix typo in comment.
52498         * io/fcntl.h: Likewise.
52499         * libio/stdio.h: Likewise.
52500         * posix/spawn.h: Likewise.
52501         * posix/unistd.h: Likewise.
52502         * stdlib/stdlib.h: Likewise.
52503         * time/time.h: Likewise.
52504         * wcsmbs/wchar.h: Likewise.
52505
52506         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52507         open_by_handle): Add.
52508         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52509         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52510         Augment a few comments.
52511         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52512         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52513         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52514         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52515         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52516         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52517         open_by_handle.
52518
52519         * io/fcntl.h (AT_EMPTY_PATH): Define.
52520
52521 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52522
52523         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52524         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52525         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52526         to...
52527         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52528         * Versions.def: Add GLIBC_2.14.
52529         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52530         Export.
52531
52532 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52533
52534         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52535         round counter.
52536         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52537
52538 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52539
52540         [BZ #12597]
52541         * string/test-strncmp.c (do_page_test): New function.
52542         (check2): Likewise.
52543         (test_main): Call check2.
52544         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52545
52546 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52547
52548         [BZ #12587]
52549         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52550         Handle cache information in CPU leaf 4.
52551         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52552
52553 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52554
52555         [BZ #12583]
52556         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52557         character representation.
52558         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52559
52560 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52561
52562         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52563         END(__isnan) to END(__isnanf) to match function entry point/label
52564         EALIGN(__isnanf,...).
52565
52566 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52567
52568         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52569
52570 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52571
52572         [BZ #12510]
52573         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52574         copy from the symbol referenced in the relocation to initialize the
52575         used variable.
52576         Patch by Piotr Bury <pbury@goahead.com>.
52577         * elf/Makefile: Add rules to build and tst-unique3.
52578         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52579         * elf/tst-unique3.cc: New file.
52580         * elf/tst-unique3.h: New file.
52581         * elf/tst-unique3lib.cc: New file.
52582         * elf/tst-unique3lib2.cc: New file.
52583
52584         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52585
52586 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52587
52588         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52589         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52590         to _start.
52591
52592 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52593
52594         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52595         to-be-loaded object along a path to loader is ld.so.
52596
52597 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52598             Ulrich Drepper  <drepper@gmail.com>
52599
52600         * sysdeps/x86_64/memset.S: After aligning destination, code
52601         branches to different locations depending on the value of
52602         misalignment, when multiarch is enabled. Fix this.
52603
52604 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52605
52606         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52607         Set _x86_64_preferred_memory_instruction for AMD processsors.
52608         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52609         Set bit_Prefer_SSE_for_memop for AMD processors.
52610
52611 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52612
52613         * libio/fmemopen.c (fmemopen): Optimize a bit.
52614
52615 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52616
52617         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52618
52619 2011-03-03  Roland McGrath  <roland@redhat.com>
52620
52621         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52622
52623 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52624
52625         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52626         __bzero_ultra1 instead of __memset_ultra1.
52627
52628 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52629             Ulrich Drepper  <drepper@gmail.com>
52630
52631         [BZ #12509]
52632         * include/link.h (struct link_map): Add l_orig_initfini.
52633         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52634         returning unsuccessfully.
52635         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52636         close of a file loaded at startup, restore the original l_initfini
52637         list.
52638         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52639         list, store the pointer.
52640         * elf/Makefile ($(objpfx)noload-mem): New rule.
52641         (noload-ENV): Define.
52642         (tests): Add $(objpfx)noload-mem.
52643         * elf/noload.c: Include <memcheck.h>.
52644         (main): Call mtrace.  Close all opened handles.
52645
52646 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52647
52648         [BZ #12454]
52649         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52650         dependencies are missing.
52651
52652 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52653
52654         Fix __if_freereq crash: Unlike the generic version which uses free,
52655         Hurd needs munmap.
52656         * sysdeps/mach/hurd/ifreq.h: New file.
52657
52658 2011-01-27  Petr Baudis  <pasky@suse.cz>
52659             Ulrich Drepper  <drepper@gmail.com>
52660
52661         [BZ 12445]#
52662         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52663         to extend_alloca().
52664         * stdio-common/bug23.c: New file.
52665         * stdio-common/Makefile (tests): Add bug23.
52666
52667 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52668             Ulrich Drepper  <drepper@gmail.com>
52669
52670         [BZ #12489]
52671         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52672         before performing relro protection.  At old place add assertion
52673         to make sure nothing changed.
52674
52675 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52676             Glauber de Oliveira Costa  <glommer@gmail.com>
52677
52678         * elf/elf.h: Add new ARM TLS relocs.
52679
52680 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52681
52682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52683         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52684         cast from r3.
52685         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52686         'tests' variable.
52687         * sysdeps/wordsize-64/tst-writev.c: New file.
52688
52689 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52690
52691         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52692         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52693         insns in _dl_start to prevent a TOC reference before relocs are
52694         resolved.
52695
52696 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52697
52698         [BZ #12469]
52699         * Makeconfig: Remove RANLIB definition.
52700         * Makerules: Don't use RANLIB.
52701         * aclocal.m4: Remove ranlib test.
52702         * configure.in: No need to check for ranlib.
52703         * elf/rtld-Rules: Don't use RANLIB.
52704
52705 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52706
52707         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52708         protection macro.
52709         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52710         inclusion protection macro.
52711
52712         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52713         SIGRTMIN and SIGRTMAX and print information in that case only when
52714         SIGRTMIN is defined.
52715
52716 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52717
52718         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52719         arginfo fn returning -1.
52720
52721         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52722         and thousands string is zero terminated.
52723
52724 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52725
52726         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52727         sysdeps/unix/sysv/linux/bits/socket.h.
52728
52729 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52730
52731         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52732         (__CPU_COUNT): Remove old macros.
52733         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52734         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52735         (__CPU_ALLOC, __CPU_FREE): Add macros.
52736         (__sched_cpualloc, __sched_cpufree): Add declarations.
52737
52738 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52739
52740         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52741         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52742         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52743         (readdhstai): Return value of addhstaiX call.
52744         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52745         (addgrbyX): Return value returned by cache_addgr.
52746         (readdgrbyname): Return value returned by addgrbyX.
52747         (readdgrbygid): Likewise.
52748         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52749         (addpwbyX): Return value returned by cache_addpw.
52750         (readdpwbyname): Return value returned by addhstbyX.
52751         (readdpwbyuid): Likewise.
52752         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52753         (addservbyX): Return value returned by cache_addserv.
52754         (readdservbyname): Return value returned by addservbyX:
52755         (readdservbyport): Likewise.
52756         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52757         (addhstbyX): Return value returned by cache_addhst.
52758         (readdhstbyname): Return value returned by addhstbyX.
52759         (readdhstbyaddr): Likewise.
52760         (readdhstbynamev6): Likewise.
52761         (readdhstbyaddrv6): Likewise.
52762         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52763         (readdinitgroups): Return value returned by addinitgroupsX.
52764         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52765         (prune_cache): Keep track of timeout value of re-added entries.
52766         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52767         * nscd/nscd.h: Adjust prototypes of readd* functions.
52768
52769 2011-02-04  Roland McGrath  <roland@redhat.com>
52770
52771         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52772         (nis_stats): Likewise.
52773         * nis/nis_modify.c (nis_modify): Likewise.
52774         * nis/nis_remove.c (nis_remove): Likewise.
52775         * nis/nis_add.c (nis_add): Likewise.
52776
52777         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52778
52779         * posix/fnmatch_loop.c: Add some consts.
52780
52781         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52782
52783 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52784
52785         [BZ #12460]
52786         * config.make.in (config-cflags-novzeroupper): Define.
52787         * configure.in: Substitute libc_cv_cc_novzeroupper.
52788         * elf/Makefile (AVX-CFLAGS): Define.
52789         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52790         (CFLAGS-tst-auditmod4a.c): Likewise.
52791         (CFLAGS-tst-auditmod4b.c): Likewise.
52792         (CFLAGS-tst-auditmod6b.c): Likewise.
52793         (CFLAGS-tst-auditmod6c.c): Likewise.
52794         (CFLAGS-tst-auditmod7b.c): Likewise.
52795         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52796
52797 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52798
52799         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52800         function to the callback.
52801         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52802
52803 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52804
52805         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52806         of errno.
52807
52808 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52809
52810         [BZ #11724]
52811         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52812         of constructors.
52813         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52814         of destructors.
52815         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52816
52817         [BZ #11724]
52818         * elf/Makefile: Add rules to build and run new test.
52819         * elf/tst-initorder.c: New file.
52820         * elf/tst-initorder.exp: New file.
52821         * elf/tst-initordera1.c: New file.
52822         * elf/tst-initordera2.c: New file.
52823         * elf/tst-initordera3.c: New file.
52824         * elf/tst-initordera4.c: New file.
52825         * elf/tst-initorderb1.c: New file.
52826         * elf/tst-initorderb2.c: New file.
52827         * elf/tst-order-a1.c: New file.
52828         * elf/tst-order-a2.c: New file.
52829         * elf/tst-order-a3.c: New file.
52830         * elf/tst-order-a4.c: New file.
52831         * elf/tst-order-b1.c: New file.
52832         * elf/tst-order-b2.c: New file.
52833         * elf/tst-order-main.c: New file.
52834         New test case by George Gensure <werkt0@gmail.com>.
52835
52836 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52837
52838         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52839         decoding ACE if AI_CANONIDN.
52840
52841 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52842
52843         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52844
52845 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52846
52847         * version.h (RELEASE): Bump for 2.13 release.
52848         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52849
52850         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52851
52852         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52853         MADV_NOHUGEPAGE.
52854         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52855         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52856         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52857         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52858         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52859         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52860
52861         * posix/getconf.c: Update copyright year.
52862         * catgets/gencat.c: Likewise.
52863         * csu/version.c: Likewise.
52864         * debug/catchsegv.sh: Likewise.
52865         * debug/xtrace.sh: Likewise.
52866         * elf/ldconfig.c: Likewise.
52867         * elf/ldd.bash.in: Likewise.
52868         * elf/sprof.c (print_version): Likewise.
52869         * iconv/iconv_prog.c: Likewise.
52870         * iconv/iconvconfig.c: Likewise.
52871         * locale/programs/locale.c: Likewise.
52872         * locale/programs/localedef.c: Likewise.
52873         * malloc/memusage.sh: Likewise.
52874         * malloc/mtrace.pl: Likewise.
52875         * nscd/nscd.c (print_version): Likewise.
52876         * nss/getent.c: Likewise.
52877
52878         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52879         PF_CAIF, and PF_ALG.
52880         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52881
52882 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52883
52884         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52885         (modules-names): Use them.
52886         (ifunc-test-modules, ifunc-pie-tests): Define.
52887         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52888         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52889         (test-extras): Likewise.
52890         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52891         $(compile-command.c).
52892         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52893         (all-built-dso): Define.
52894         (check-textrel.out, check-execstack.out): Depend on it.
52895
52896         * configure.in: Don't override --enable-multi-arch.
52897
52898 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52899
52900         [BZ #6812]
52901         * nscd/hstcache.c (tryagain): Define.
52902         (cache_addhst): Return tryagain not notfound for temporary errors.
52903         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52904         failed.
52905
52906 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52907
52908         [BZ #10563]
52909         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52910         to make the syscall.
52911         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52912
52913         [BZ #12378]
52914         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52915         and fall back to matching as normal character if the string ends before
52916         the matching ']' is found.  This is what POSIX requires.
52917         * posix/testfnm.c: Adjust test result.
52918         * posix/globtest.sh: Adjust test result.  Add new test.
52919         * posix/tst-fnmatch.input: Likewise.
52920         * posix/tst-fnmatch2.c: Add new test.
52921
52922 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52923
52924         * elf/Makefile (check-execstack): Revert last change.  Depend on
52925         check-execstack.h.
52926         (check-execstack.h): New target.
52927         (generated): Add check-execstack.h.
52928         * elf/check-execstack.c: Include "check-execstack.h".
52929         (main): Revert last change.
52930         (handle_file): Return zero if GNU_STACK is absent and
52931         DEFAULT_STACK_PERMS doesn't include PF_X.
52932
52933 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52934
52935         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52936         in child fails because the descriptor is already closed.
52937         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52938         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52939         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52940
52941         [BZ #12397]
52942         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52943         syscall.
52944
52945         [BZ #10484]
52946         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52947         temporary buffer used to handle multi lookups locally.
52948         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52949
52950 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52951
52952         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52953         loader is ld.so.
52954
52955 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52956
52957         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52958         alignment for SSE2.
52959
52960 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52961
52962         [BZ #12394]
52963         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52964         characters.  When rounding increased number of integer digits recompute
52965         number of groups.
52966         * stdio-common/tst-grouping.c: New file.
52967         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52968
52969 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52970
52971         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52972         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52973
52974         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52975         void.
52976         * bits/select.h: Likewise.
52977
52978 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52979
52980         * po/ja.po: Update from translation team.
52981
52982 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52983
52984         [BZ #11155]
52985         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52986         implementation just like for lxstat, fxstatat, et al.
52987
52988 2010-12-27  Jim Meyering  <meyering@redhat.com>
52989
52990         [BZ #12348]
52991         * posix/regexec.c (build_trtable): Return failure indication upon
52992         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52993
52994 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52995
52996         [BZ #12201]
52997         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52998         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52999         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53000         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53001
53002         [BZ #12207]
53003         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53004
53005         [BZ #12204]
53006         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53007         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53008
53009 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53010
53011         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53012         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53013         script has SORT_BY_INIT_PRIORITY.
53014         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53015         NO_CTORS_DTORS_SECTIONS is defined.
53016         * elf/soinit.c: Likewise.
53017         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53018         NO_CTORS_DTORS_SECTIONS is defined.
53019         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53020         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53021         * sysdeps/sh/init-first.c: Likewise.
53022         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53023
53024 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53025
53026         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53027         always use the slow path.
53028
53029 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53030
53031         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53032         similar rule which adds the sysdep directories to the header search in
53033         order to pick up the correct platform stackinfo.h.
53034         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53035         perform test if it is, otherwise return successfully without testing.
53036         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53037         DEFAULT_STACK_PERMS define in stackinfo.h.
53038         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53039         defined in stackinfo.h.
53040         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53041         DEFAULT_STACK_PERMS defined in stackinfo.h.
53042         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53043         * sysdeps/ia64/stackinfo.h: Likewise.
53044         * sysdeps/s390/stackinfo.h: Likewise.
53045         * sysdeps/sh/stackinfo.h: Likewise.
53046         * sysdeps/sparc/stackinfo.h: Likewise.
53047         * sysdeps/x86_64/stackinfo.h: Likewise.
53048         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53049         PF_X for powerpc64.  Retain PF_X for powerpc32.
53050
53051 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53052
53053         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53054         accurately.
53055         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53056         GETDENTS_64BIT_ALIGNED.
53057
53058 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53059
53060         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53061
53062 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53063
53064         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53065         _GNU_SOURCE.
53066
53067         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53068         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53069         Remove __restrict.
53070         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53071         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53072
53073 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53074
53075         [BZ #11655]
53076         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53077         are initialized.
53078
53079 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53080
53081         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53082
53083 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53084
53085         * po/it.po: Update from translation team.
53086
53087 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53088
53089         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53090         unused codes.
53091
53092 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53093
53094         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53095
53096 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53097
53098         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53099         specially.
53100         (gaih_getanswer_slice): Likewise.
53101
53102 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53103
53104         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53105
53106 2010-05-31  Petr Baudis  <pasky@suse.cz>
53107
53108         [BZ #11149]
53109         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53110         silently even in the chroot mode.
53111
53112 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53113
53114         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53115         last patch a bit.  Pretty printing
53116
53117 2010-05-31  Petr Baudis <pasky@suse.cz>
53118
53119         [BZ #10085]
53120         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53121         initialization of skip_initgroups_dyn.
53122
53123 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53124
53125         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53126         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53127
53128 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53129
53130         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53131
53132 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53133
53134         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53135         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53136         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53137         ($(objpfx)tst-fnmatch-mem): New rule.
53138         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53139         * posix/tst-fnmatch.c (main): Call mtrace.
53140
53141 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53142
53143         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53144         Support Intel processor model 6 and model 0x2c.
53145
53146 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53147
53148         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53149           signed comparison.
53150
53151 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53152
53153         [BZ #12205]
53154         * string/test-strncasecmp.c (check_result): New function.
53155         (do_one_test): Use it.
53156         (check1): New function.
53157         (test_main): Use it.
53158         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53159         Support strcasecmp and strncasecmp.
53160
53161 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53162
53163         [BZ #12194]
53164         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53165         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53166
53167 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53168
53169         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53170         IFUNC support.
53171         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53172         memset-x86-64.
53173         * sysdeps/x86_64/multiarch/bzero.S: New file.
53174         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53175         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53176         * sysdeps/x86_64/multiarch/memset.S: New file.
53177         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53178         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53179         Set bit_Prefer_SSE_for_memop for Intel processors.
53180         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53181         Define.
53182         (index_Prefer_SSE_for_memop): Define.
53183         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53184
53185 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53186
53187         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53188         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53189
53190 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53191
53192         [BZ #12191]
53193         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53194         (__x86_64_raw_data_cache_size_half): Likewise.
53195         (__x86_64_raw_shared_cache_size): Likewise.
53196         (__x86_64_raw_shared_cache_size_half): Likewise.
53197
53198         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53199         (__x86_64_raw_data_cache_size_half): Likewise.
53200         (__x86_64_raw_shared_cache_size): Likewise.
53201         (__x86_64_raw_shared_cache_size_half): Likewise.
53202         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53203         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53204         and __x86_64_raw_shared_cache_size_half.  Round
53205         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53206         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53207         to multiple of 256 bytes.
53208
53209 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53210
53211         [BZ #12167]
53212         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53213         of inacessible symlinks.  Verify result of symlink before returning it.
53214         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53215         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53216
53217 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53218
53219         * math/math.h (isinf): Fix typo in comment.
53220
53221 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53222
53223         * po/da.po: Update from translation team.
53224
53225 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53226
53227         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53228         is added to the list.
53229
53230 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53231             Ulrich Drepper  <drepper@gmail.com>
53232
53233         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53234         the global list here.  Move code to...
53235         (_dl_add_to_namespace_list): ...here.  New function.
53236         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53237         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53238         * elf/dl-load.c (lose): Don't remove the element from the list.
53239         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53240         (_dl_map_object): Likewise.
53241
53242 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53243
53244         [BZ #12159]
53245         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53246         into all bytes of SSE register.
53247         Patch by Richard Li <richardpku@gmail.com>.
53248
53249 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53250
53251         [BZ #12140]
53252         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53253         perturbing.
53254
53255 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53256
53257         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53258         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53259         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53260         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53262         submachine.
53263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53264
53265 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53266
53267         * include/dlfcn.h (__RTLD_SECURE): Define.
53268         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53269         mode & __RTLD_SECURE instead.
53270         (open_path): Rename preloaded parameter to secure.
53271         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53272         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53273         * elf/dl-deps.c (openaux): Likewise.
53274         * elf/rtld.c (struct map_args): Remove is_preloaded.
53275         (map_doit): Don't use it.
53276         (dl_main): Likewise.
53277         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53278         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53279
53280 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53281
53282         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53283         (sysd-rules-targets): Remove duplicates.
53284         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53285         rtld-%.$o dependency.
53286
53287 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53288
53289         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53290         _dl_map_object do it.
53291
53292 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53293
53294         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53295         fast fma builtins, define the macros in the C99 standard.
53296         (FP_FAST_FMAF): Likewise.
53297         (FP_FAST_FMAL): Likewise.
53298         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53299
53300         * bits/mathdef.h: Update copyright year.
53301         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53302
53303 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53304
53305         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53306         builtins, define the macros in the C99 standard.
53307         (FP_FAST_FMAF): Likewise.
53308         (FP_FAST_FMAL): Likewise.
53309         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53310         multiply/add.
53311         (FP_FAST_FMAF): Likewise.
53312
53313 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53314
53315         [BZ #3268]
53316         * math/libm-test.inc (fma_test): Some new testcases.
53317         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53318         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53319         y and infinite z.  Do multiplication by C already in long double.
53320         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53321         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53322         y and infinite z.  Do bitwise or of inexact bit into u.d.
53323         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53324         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53325         * sysdeps/i386/fpu/s_fma.S: Removed.
53326         * sysdeps/i386/fpu/s_fmal.S: Removed.
53327
53328 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53329
53330         [BZ #3268]
53331         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53332         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53333         computation is not scheduled after fetestexcept.  Fix value
53334         of minimum denormal long double.
53335
53336 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53337
53338         [BZ #3268]
53339         * math/libm-test.inc (fma_test): Add some more tests.
53340         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53341         correctly.
53342
53343 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53344
53345         * scripts/data/localplt-s390-linux-gnu.data: New file.
53346         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53347
53348 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53349
53350         [BZ #3268]
53351         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53352         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53353         instead of dbl-64.
53354         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53355         inlines.
53356         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53357         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53358         if one of x and y is very large and the other is subnormal.
53359         * sysdeps/s390/fpu/s_fmaf.c: New file.
53360         * sysdeps/s390/fpu/s_fma.c: New file.
53361         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53362         * sysdeps/powerpc/fpu/s_fma.S: New file.
53363         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53364         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53365         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53366
53367 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53368
53369         [BZ #3268]
53370         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53371         fma tests.
53372         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53373         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53374         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53375         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53376         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53377         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53378         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53379
53380 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53381
53382         [BZ #12078]
53383         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53384         * posix/bug-regex31.input: Add test case.
53385
53386 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53387
53388         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53389         * posix/bug-regex31.input: New file.
53390
53391         [BZ #12078]
53392         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53393         (parse_sub_exp): Fix last change, use postorder.
53394
53395         * posix/bug-regex31.c: New file.
53396         * posix/Makefile: Add rules to build and run bug-regex31.
53397
53398         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53399
53400         [BZ #12078]
53401         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53402
53403         [BZ #12108]
53404         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53405         to have entries in sys_siglist.
53406
53407         [BZ #12093]
53408         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53409         be NULL.
53410
53411 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53412
53413         [BZ #3268]
53414         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53415         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53416         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53417         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53418         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53419         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53420         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53421         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53422         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53423         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53424         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53425         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53426         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53427         * math/ftestexcept.c (fetestexcept): Likewise.
53428         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53429         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53430         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53431         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53432         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53433         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53434         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53435
53436 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53437
53438         [BZ #12107]
53439         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53440         newline.
53441
53442 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53443
53444         * string/bug-strstr1.c: New file.
53445         * string/Makefile: Add rules to build and run bug-strstr1.
53446
53447 2010-10-05  Eric Blake  <eblake@redhat.com>
53448
53449         [BZ #12092]
53450         * string/str-two-way.h (two_way_long_needle): Always clear memory
53451         when skipping input due to the shift table.
53452
53453 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53454
53455         [BZ #12005]
53456         * malloc/mcheck.c: Handle large requests.
53457
53458         [BZ #12077]
53459         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53460         for strncmp and strncasecmp.
53461         * string/stratcliff.c: Add tests for strcmp and strncmp.
53462         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53463
53464 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53465
53466         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53467         __set_fpscr.
53468
53469 2010-09-30  Andreas Jaeger  <aj@suse.de>
53470
53471         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53472         (CGROUP_SUPER_MAGIC): Define.
53473         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53474         Handle btrfs and cgroup file systems.
53475         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53476         Likewise.
53477
53478 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53479
53480         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53481         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53482
53483 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53484
53485         [BZ #12067]
53486         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53487         trying to locate the ELF header.
53488
53489 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53490
53491         [BZ #11611]
53492         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53493         Mask out sign-bit copies when constructing f_fsid.
53494
53495 2010-09-24  Petr Baudis <pasky@suse.cz>
53496
53497         * debug/stack_chk_fail_local.c: Add missing licence exception.
53498         * debug/warning-nop.c: Likewise.
53499
53500 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53501
53502         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53503         implementing getdents64 using getdents syscall, set d_type if
53504         __ASSUME_GETDENTS32_D_TYPE.
53505
53506 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53507
53508         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53509         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53510
53511 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53512
53513         [BZ #12037]
53514         * posix/unistd.h: Undo change of feature selection for ftruncate from
53515         2010-01-11.
53516
53517 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53518
53519         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53520         detection.
53521
53522 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53523
53524         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53525         fanotify_mark.
53526         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53527
53528 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53529
53530         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53531         variables after CHECK_SP call.
53532         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53533
53534 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53535             Ulrich Drepper  <drepper@redhat.com>
53536
53537         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53538         re-relocationg ld.so.
53539         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53540         _dl_init_paths call.
53541         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53542         here anymore.
53543
53544 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53545
53546         * resolv/res_init.c (__res_vinit): Count the default server we added.
53547
53548 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53549             Ulrich Drepper  <drepper@redhat.com>
53550
53551         [BZ #11968]
53552         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53553         (____longjmp_chk): Use %ebx for saving value across system call.
53554         Add unwind info.
53555
53556 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53557
53558         * manual/Makefile: Don't mix pattern rules with normal rules.
53559
53560 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53561
53562         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53563         operation.
53564         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53565         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53566         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53567         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53568         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53569         Likewise.
53570
53571 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53572
53573         [BZ #11979]
53574         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53575         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53576
53577 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53578
53579         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53580         * sysdeps/x86_64/addmul_1.S: Likewise.
53581         * sysdeps/x86_64/lshift.S: Likewise.
53582         * sysdeps/x86_64/mul_1.S: Likewise.
53583         * sysdeps/x86_64/rshift.S: Likewise.
53584         * sysdeps/x86_64/sub_n.S: Likewise.
53585         * sysdeps/x86_64/submul_1.S: Likewise.
53586
53587 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53588
53589         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53590         Define __sched_param instead of SCHED_* and sched_param when
53591         <bits/sched.h> is included with __need_schedparam defined.
53592         * bits/sched.h [__need_schedparam]
53593         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53594         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53595         (__defined_schedparam): Define to 1.
53596         (__sched_param): New structure, identical to sched_param.
53597         (__need_schedparam): Undefine.
53598
53599 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53600
53601         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53602         (epoll_create1): Declare.
53603
53604         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53605
53606 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53607
53608         [BZ #7066]
53609         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53610         shifting retval into place.
53611
53612 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53613
53614         * nis/rpcsvc/nis.h: Update copyright notice.
53615         * nis/rpcsvc/nis.x: Likewise.
53616         * nis/rpcsvc/nis_callback.h: Likewise.
53617         * nis/rpcsvc/nis_callback.x: Likewise.
53618         * nis/rpcsvc/nis_object.x: Likewise.
53619         * nis/rpcsvc/nis_tags.h: Likewise.
53620         * nis/rpcsvc/yp.h: Likewise.
53621         * nis/rpcsvc/yp.x: Likewise.
53622         * nis/rpcsvc/ypupd.h: Likewise.
53623         * nis/yp_xdr.c: Likewise.
53624         * nis/ypupdate_xdr.c: Likewise.
53625
53626         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53627         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53628         (pmap_getport): Use __libc_rpc_getport.
53629         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53630         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53631         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53632
53633 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53634
53635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53636         fanotify_mark.
53637
53638 2010-08-27  Roland McGrath  <roland@redhat.com>
53639
53640         * sysdeps/i386/i686/multiarch/Makefile
53641         (CFLAGS-varshift.c): New variable.
53642
53643 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53644
53645         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53646         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53647
53648         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53649
53650         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53651
53652 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53653
53654         * sysdeps/x86_64/strlen.S: Unroll the loop.
53655         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53656         strlen-sse2 strlen-sse2-bsf.
53657         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53658         __strlen_no_bsf if bit_Slow_BSF is set.
53659         (__strlen_sse42): Removed.
53660         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53661         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53662
53663 2010-08-25  Roland McGrath  <roland@redhat.com>
53664
53665         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53666         * sysdeps/x86_64/multiarch/varshift.c: New file.
53667         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53668         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53669         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53670         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53671
53672 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53673
53674         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53675         strlen-sse2 strlen-sse2-bsf.
53676         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53677         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53678         (__strlen_sse2): Removed.
53679         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53680         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53681         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53682         bit_Slow_BSF for Atom.
53683         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53684         (index_Slow_BSF): Define.
53685         (HAS_SLOW_BSF): Define.
53686
53687 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53688
53689         [BZ #10851]
53690         * resolv/res_init.c (__res_vinit): When no server address at all
53691         is given default to loopback.
53692
53693 2010-08-24  Roland McGrath  <roland@redhat.com>
53694
53695         * configure.in: Remove config-name.h generation.
53696         * configure: Regenerated.
53697         * config-name.in: File removed.
53698         * scripts/config-uname.sh: New file.
53699         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53700         ($(objdir)config-name.h): New target.
53701
53702         * sunrpc/rpc_parse.h: Avoid nested comment.
53703
53704 2010-08-24  Richard Henderson  <rth@redhat.com>
53705             Ulrich Drepper  <drepper@redhat.com>
53706             H.J. Lu  <hongjiu.lu@intel.com>
53707
53708         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53709         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53710         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53711         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53712         _mm_alignr_epi8 with _mm_loadu_si128.
53713         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53714         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53715         (__m128i_shift_right): Removed.
53716         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53717         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53718         * sysdeps/x86_64/multiarch/varshift.h: New file.
53719         * sysdeps/x86_64/multiarch/varshift.S: New file.
53720
53721 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53722
53723         * configure.in: Move assembler checks to before sysdep dir checking.
53724
53725 2010-08-20  Petr Baudis  <pasky@suse.cz>
53726
53727         * LICENSES: Sync the sunrpc license.
53728
53729 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53730
53731         * sunrpc/auth_des.c: Update copyright notice once again.
53732         * sunrpc/auth_none.c: Likewise.
53733         * sunrpc/auth_unix.c: Likewise.
53734         * sunrpc/authdes_prot.c: Likewise.
53735         * sunrpc/authuxprot.c: Likewise.
53736         * sunrpc/bindrsvprt.c: Likewise.
53737         * sunrpc/clnt_gen.c: Likewise.
53738         * sunrpc/clnt_perr.c: Likewise.
53739         * sunrpc/clnt_raw.c: Likewise.
53740         * sunrpc/clnt_simp.c: Likewise.
53741         * sunrpc/clnt_tcp.c: Likewise.
53742         * sunrpc/clnt_udp.c: Likewise.
53743         * sunrpc/clnt_unix.c: Likewise.
53744         * sunrpc/des_crypt.c: Likewise.
53745         * sunrpc/des_soft.c: Likewise.
53746         * sunrpc/get_myaddr.c: Likewise.
53747         * sunrpc/getrpcport.c: Likewise.
53748         * sunrpc/key_call.c: Likewise.
53749         * sunrpc/key_prot.c: Likewise.
53750         * sunrpc/openchild.c: Likewise.
53751         * sunrpc/pm_getmaps.c: Likewise.
53752         * sunrpc/pm_getport.c: Likewise.
53753         * sunrpc/pmap_clnt.c: Likewise.
53754         * sunrpc/pmap_prot.c: Likewise.
53755         * sunrpc/pmap_prot2.c: Likewise.
53756         * sunrpc/pmap_rmt.c: Likewise.
53757         * sunrpc/rpc/auth.h: Likewise.
53758         * sunrpc/rpc/auth_unix.h: Likewise.
53759         * sunrpc/rpc/clnt.h: Likewise.
53760         * sunrpc/rpc/des_crypt.h: Likewise.
53761         * sunrpc/rpc/key_prot.h: Likewise.
53762         * sunrpc/rpc/netdb.h: Likewise.
53763         * sunrpc/rpc/pmap_clnt.h: Likewise.
53764         * sunrpc/rpc/pmap_prot.h: Likewise.
53765         * sunrpc/rpc/pmap_rmt.h: Likewise.
53766         * sunrpc/rpc/rpc.h: Likewise.
53767         * sunrpc/rpc/rpc_des.h: Likewise.
53768         * sunrpc/rpc/rpc_msg.h: Likewise.
53769         * sunrpc/rpc/svc.h: Likewise.
53770         * sunrpc/rpc/svc_auth.h: Likewise.
53771         * sunrpc/rpc/types.h: Likewise.
53772         * sunrpc/rpc/xdr.h: Likewise.
53773         * sunrpc/rpc_clntout.c: Likewise.
53774         * sunrpc/rpc_cmsg.c: Likewise.
53775         * sunrpc/rpc_common.c: Likewise.
53776         * sunrpc/rpc_cout.c: Likewise.
53777         * sunrpc/rpc_dtable.c: Likewise.
53778         * sunrpc/rpc_hout.c: Likewise.
53779         * sunrpc/rpc_main.c: Likewise.
53780         * sunrpc/rpc_parse.c: Likewise.
53781         * sunrpc/rpc_parse.h: Likewise.
53782         * sunrpc/rpc_prot.c: Likewise.
53783         * sunrpc/rpc_sample.c: Likewise.
53784         * sunrpc/rpc_scan.c: Likewise.
53785         * sunrpc/rpc_scan.h: Likewise.
53786         * sunrpc/rpc_svcout.c: Likewise.
53787         * sunrpc/rpc_tblout.c: Likewise.
53788         * sunrpc/rpc_util.c: Likewise.
53789         * sunrpc/rpc_util.h: Likewise.
53790         * sunrpc/rpcinfo.c: Likewise.
53791         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53792         * sunrpc/rpcsvc/key_prot.x: Likewise.
53793         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53794         * sunrpc/rpcsvc/mount.x: Likewise.
53795         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53796         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53797         * sunrpc/rpcsvc/rex.x: Likewise.
53798         * sunrpc/rpcsvc/rstat.x: Likewise.
53799         * sunrpc/rpcsvc/rusers.x: Likewise.
53800         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53801         * sunrpc/rpcsvc/spray.x: Likewise.
53802         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53803         * sunrpc/rtime.c: Likewise.
53804         * sunrpc/svc.c: Likewise.
53805         * sunrpc/svc_auth.c: Likewise.
53806         * sunrpc/svc_authux.c: Likewise.
53807         * sunrpc/svc_raw.c: Likewise.
53808         * sunrpc/svc_run.c: Likewise.
53809         * sunrpc/svc_simple.c: Likewise.
53810         * sunrpc/svc_tcp.c: Likewise.
53811         * sunrpc/svc_udp.c: Likewise.
53812         * sunrpc/svc_unix.c: Likewise.
53813         * sunrpc/svcauth_des.c: Likewise.
53814         * sunrpc/xcrypt.c: Likewise.
53815         * sunrpc/xdr.c: Likewise.
53816         * sunrpc/xdr_array.c: Likewise.
53817         * sunrpc/xdr_float.c: Likewise.
53818         * sunrpc/xdr_mem.c: Likewise.
53819         * sunrpc/xdr_rec.c: Likewise.
53820         * sunrpc/xdr_ref.c: Likewise.
53821         * sunrpc/xdr_sizeof.c: Likewise.
53822         * sunrpc/xdr_stdio.c: Likewise.
53823
53824         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53825         handling.
53826
53827 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53828
53829         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53830
53831 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53832
53833         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53834         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53835         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53836         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53837         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53838         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53839         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53840         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53841         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53842         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53843         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53844         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53845         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53846         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53847
53848 2010-07-26  Anton Blanchard  <anton@samba.org>
53849
53850         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53851         * malloc/arena.c (heap_trim): Likewise.
53852
53853 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53854
53855         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53856         here.  Not...
53857         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53858         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53859
53860 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53861
53862         * sysdeps/i386/elf/Makefile: New file.
53863
53864 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53865
53866         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53867         from fanotify_init.
53868         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53869         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53870
53871 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53872
53873         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53874         of strncasecmp_l.
53875         * sysdeps/multiarch/strcmp.S: Likewise.
53876
53877 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53878
53879         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53880         strncase_l-nonascii.
53881         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53882         Add strncase_l-ssse3.
53883         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53884         * sysdeps/x86_64/strcmp.S: Likewise.
53885         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53886         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53887         * sysdeps/x86_64/strncase.S: New file.
53888         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53889         * sysdeps/x86_64/strncase_l.S: New file.
53890         * string/Makefile (strop-tests): Add strncasecmp.
53891         * string/test-strncasecmp.c: New file.
53892
53893         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53894         warning.
53895
53896         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53897         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53898
53899 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53900
53901         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53902
53903 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53904
53905         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53906         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53907         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53908
53909 2010-05-01  Alan Modra  <amodra@gmail.com>
53910
53911         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53912         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53913         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53914         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53915         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53916         tidying.  Don't tail-call __sigjmp_save for static lib.
53917         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53918         save location.
53919         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53920         (CALL_MCOUNT): Add eh info, and nop after bl.
53921         (TAIL_CALL_SYSCALL_ERROR): New macro.
53922         (PSEUDO_RET): Use it.
53923         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53924         Correct save location of integer regs and cr.
53925         (_dl_profile_resolve): Correct cr save location.  Delete nops
53926         after bl when SHARED.  Reduce cfi size a little by better
53927         placement of cfi directives.
53928         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53929         make a stack frame.  Instead use parm save area as a temp.
53930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53931         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53933         Don't make a stack frame for parent, use parm save area.
53934         Increase child stack frame to 112 bytes.  Don't save unused reg,
53935         and adjust reg usage.  Set up cfi on error recovery and
53936         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53938         (__makecontext): Add dummy nop after jump to exit.
53939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53940         Use correct parm save area and cr save, reduce stack frame.
53941         Correct cfi for possible PSEUDO_RET frame setup.
53942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53943         Branch to local label emitted by PSEUDO_RET rather than
53944         __syscall_error.
53945
53946 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53947
53948         [BZ #11904]
53949         * locale/programs/locale.c (print_assignment): New function.
53950         (show_locale_vars): Use it.
53951
53952 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53953
53954         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53955         field.
53956         (struct statfs64): Likewise.
53957         (_STATFS_F_FLAGS): Define.
53958         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53959         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53960         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53961         (ST_VALID): Define locally.
53962         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53963         __statvfs_getflags, use the provided value.
53964         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53965         __ASSUME_STATFS_F_FLAGS.
53966
53967         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53968
53969         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53970         Add sys/fanotify.h.
53971         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53972         fanotify_mask for GLIBC_2.13.
53973         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53974         fanotify_init and fanotify_mark.
53975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53976         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53977
53978         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53979         Add prlimit.
53980         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53981         prlimit64 for GLIBC_2.13.
53982         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53983         prlimit64.
53984         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53985         syscall.
53986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53987         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53988         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53989         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53990         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53991         add prlimit alias.
53992         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53993
53994         [BZ #11903]
53995         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53996         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53997
53998         * nss/Makefile: Add rules to build and run tst-nss-test1.
53999         * shlib-versions: Add entry for libnss_test1.
54000         * nss/nss_test1.c: New file.
54001         * nss/tst-nss-test1.c: New file.
54002
54003         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54004         (__nss_configure_lookup): Set appropriate entry in
54005         __nss_configure_lookup to true.
54006         * nss/nsswitch.h: Define enum with indeces of databases in
54007         databases and __nss_database_custom arrays.  Declare
54008         __nss_database_custom.
54009         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54010         to avoid using nscd when custom rules are installed.
54011         * nss/getXXbyYY_r.c: Likewise.
54012         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54013
54014         * nss/nss_files/files-parse.c: Whitespace fixes.
54015
54016 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54017
54018         [BZ #11883]
54019         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54020         * posix/fnmatch_loop.c: Likewise.
54021
54022 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54023
54024         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54025         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54026         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54027         * Versions.def [GLIBC_2.13]: Add.
54028
54029 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54030
54031         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54032         Also fail if tpwd after pwuid call is NULL.
54033
54034 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54035
54036         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54037         when converting to ms.
54038
54039 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54040
54041         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54042         EOPNOTSUPP errors with ENOTTY.
54043         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54044         EOPNOTSUPP errors with ENOTTY.
54045
54046 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54047
54048         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54049         Add strcasecmp_l-ssse3.
54050         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54051         strcasecmp.
54052         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54053         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54054         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54055
54056 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54057
54058         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54059
54060         * string/Makefile (strop-tests): Add strcasecmp.
54061         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54062         strcasecmp_l-nonascii.
54063         (gen-as-const-headers): Add locale-defines.sym.
54064         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54065         * sysdeps/x86_64/strcasecmp.S: New file.
54066         * sysdeps/x86_64/strcasecmp_l.S: New file.
54067         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54068         * sysdeps/x86_64/locale-defines.sym: New file.
54069         * string/test-strcasecmp.c: New file.
54070
54071         * string/test-strcasestr.c: Test both ends of the range of characters.
54072         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54073
54074 2010-07-29  Roland McGrath  <roland@redhat.com>
54075
54076         [BZ #11856]
54077         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54078
54079 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54080
54081         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54082         for ld.so.
54083
54084 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54085
54086         * manual/memory.texi (Malloc Tunable Parameters): Document
54087         M_PERTURB.
54088
54089 2010-07-26  Roland McGrath  <roland@redhat.com>
54090
54091         [BZ #11840]
54092         * configure.in (-fgnu89-inline check): Set and substitute
54093         gnu89_inline, not libc_cv_gnu89_inline.
54094         * configure: Regenerated.
54095         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54096
54097 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54098
54099         * string/test-strnlen.c: New file.
54100         * string/Makefile (strop-tests): Add strnlen.
54101         * string/tester.c (test_strnlen): Add a few more test cases.
54102         * string/tst-strlen.c: Better error reporting.
54103
54104         * sysdeps/x86_64/strnlen.S: New file.
54105
54106 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54107
54108         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54109         lower-latency instructions.
54110
54111 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54112
54113         * string/test-strcasestr.c: New file.
54114         * string/test-strstr.c: New file.
54115         * string/Makefile (strop-tests): Add strstr and strcasestr.
54116         * string/str-two-way.h: Don't undefine MAX.
54117         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54118
54119 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54120
54121         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54122         strcasestr-nonascii.
54123         (CFLAGS-strcasestr-nonascii.c): Define.
54124         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54125         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54126         Remove unused attribute.
54127
54128 2010-07-20  Roland McGrath  <roland@redhat.com>
54129
54130         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54131         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54132         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54133         like LD_HWCAP_MASK can disable hwcaps.
54134
54135 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54136
54137         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54138
54139 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54140
54141         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54142         call in strcasestr.
54143         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54144         __strcasestr_sse42_nonascii.
54145         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54146         strcasestr-nonascii.c.
54147         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54148
54149 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54150
54151         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54152         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54153         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54154         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54155
54156 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54157
54158         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54159         fcntl.
54160
54161 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54162
54163         [BZ #11577]
54164         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54165         dl_signal_cerror.
54166
54167 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54168
54169         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54170         _PC_PIPE_BUF using F_GETPIPE_SZ.
54171
54172 2010-07-05  Roland McGrath  <roland@redhat.com>
54173
54174         * manual/arith.texi (Rounding Functions): Fix rint description
54175         implicit in round description.
54176
54177 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54178
54179         * elf/Makefile: Fix linking for a few tests to make recent linker
54180         happy.
54181
54182 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54183
54184         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54185         $(common-objpfx)libc_nonshared.a.
54186
54187 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54188
54189         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54190         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54191         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54192         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54193         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54194         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54195         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54196         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54211         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54212         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54213         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54214         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54215         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54216         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54217         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54218         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54219         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54220         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54221         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54222         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54237
54238 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54239
54240         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54241         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54242         * string/memmove.c (memmove): Renamed to ...
54243         (MEMMOVE): ...this.  Default to memmove.
54244         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54245         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54246         (END_CHK): Define.
54247         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54248         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54249         mempcpy-ssse3-back memmove-ssse3-back.
54250         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54251         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54252         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54253         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54254         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54255         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54256         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54257         * sysdeps/x86_64/multiarch/memmove.c: New file.
54258         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54259         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54260         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54261         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54262         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54263         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54264         Define.
54265         (index_Fast_Copy_Backward): Define.
54266         (HAS_ARCH_FEATURE): Define.
54267         (HAS_FAST_REP_STRING): Define.
54268         (HAS_FAST_COPY_BACKWARD): Define.
54269
54270 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54271
54272         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54273         Restore proper fallback handling.
54274
54275 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54276
54277         [BZ #11701]
54278         * posix/group_member.c (__group_member): Correct checking loop.
54279
54280         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54281         OOM in getpwuid_r correctly.  Return error number when the caller
54282         should return, otherwise -1.
54283         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54284         call returning > 0 value.
54285         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54286
54287 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54288
54289         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54290         libc_nonshared.a from targets in modules-names.
54291
54292 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54293
54294         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54295         requires it.
54296
54297 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54298
54299         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54300         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54301         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54302         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54303
54304 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54305
54306         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54307
54308 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54309
54310         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54311         and F_GETPIPE_SZ.
54312         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54313         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54314         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54315         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54316         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54317         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54318
54319 2010-06-14  Roland McGrath  <roland@redhat.com>
54320
54321         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54322
54323 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54324
54325         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54326         __REDIRECT followed by __THROW.
54327         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54328         * posix/getopt.h (getopt): Likewise.
54329
54330 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54331
54332         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54333         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54334         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54335         in AT_FLAGS.
54336         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54337         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54338
54339 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54340
54341         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54342
54343 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54344
54345         [BZ #11640]
54346         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54347         Properly check family and model.
54348
54349 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54350
54351         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54352
54353 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54354
54355         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54356
54357 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54358
54359         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54360         symbol reference.
54361
54362 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54363
54364         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54365         symbol reference.
54366
54367 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54368
54369         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54370         and internal_recvmmsg.
54371         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54372         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54373         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54374         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54375
54376         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54377         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54378         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54379
54380 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54381
54382         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54383
54384 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54385
54386         POWER7 optimizations.
54387         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54388         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54389
54390 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54391
54392         * version.h: Update for 2.13 development version.
54393
54394 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54395
54396         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54397         exceptions.  Return 0.
54398
54399 2010-05-07  Roland McGrath  <roland@redhat.com>
54400
54401         * elf/ldconfig.c (main): Add a const.
54402
54403 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54404
54405         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54406         (args_options): Add no-idn option.
54407         (ahosts_keys_int): Add idn_flags to ai_flags.
54408         (parse_option): Handle 'i' option to clear idn_flags.
54409
54410         * malloc/malloc.c (_int_free): Possible race in the most recently
54411         added check.  Only act on the data if no current modification
54412         happened.
54413
54414 See ChangeLog.17 for earlier changes.